{
    "status": "OK",
    "engine": "V60",
    "engine_version": "60.0.0",
    "race_date": "2026-08-14",
    "venue": "",
    "mode": "ADVISORY_ONLY",
    "live_weights_changed": false,
    "database_schema_changed": false,
    "source_decisions_changed": false,
    "os_summary": {
        "os_state": "GUARDED",
        "health_score": 52,
        "job_count": 9,
        "ready_count": 3,
        "waiting_count": 6,
        "execution_wave_count": 2,
        "estimated_cost_units": 12.6,
        "estimated_memory_mb": 603,
        "memory_limit_mb": 1536,
        "memory_pressure_pct": 39.299999999999997,
        "cpu_pressure_pct": 45,
        "parallel_capacity": 3,
        "smart_skip_count": 6,
        "runtime_ms": 0.027
    },
    "priority_queue": [
        {
            "job_id": "BOOTSTRAP",
            "job_name": "Runtime Bootstrap",
            "priority": 100,
            "estimated_cost_units": 1,
            "estimated_memory_mb": 18,
            "dependencies": [],
            "state": "READY",
            "execution_policy": "RUN"
        },
        {
            "job_id": "SOURCE",
            "job_name": "Source Snapshot Loader",
            "priority": 96,
            "estimated_cost_units": 1.1000000000000001,
            "estimated_memory_mb": 55,
            "dependencies": [
                "BOOTSTRAP"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "MEMORY",
            "job_name": "Pattern Memory Engine",
            "priority": 92,
            "estimated_cost_units": 1.8,
            "estimated_memory_mb": 85,
            "dependencies": [
                "SOURCE"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "CLUSTER",
            "job_name": "Pattern Cluster Engine",
            "priority": 88,
            "estimated_cost_units": 1.3999999999999999,
            "estimated_memory_mb": 70,
            "dependencies": [
                "MEMORY"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "GRAPH",
            "job_name": "Relationship Graph Engine",
            "priority": 84,
            "estimated_cost_units": 1.5,
            "estimated_memory_mb": 90,
            "dependencies": [
                "CLUSTER"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "DECISION",
            "job_name": "Chairman Decision Pipeline",
            "priority": 80,
            "estimated_cost_units": 2.2000000000000002,
            "estimated_memory_mb": 110,
            "dependencies": [
                "GRAPH"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "SAFETY",
            "job_name": "Audit + Safety Governor",
            "priority": 78,
            "estimated_cost_units": 1.6000000000000001,
            "estimated_memory_mb": 80,
            "dependencies": [
                "DECISION"
            ],
            "state": "WAIT",
            "execution_policy": "SMART_SKIP"
        },
        {
            "job_id": "DASHBOARD",
            "job_name": "Dashboard Composer",
            "priority": 70,
            "estimated_cost_units": 1.2,
            "estimated_memory_mb": 65,
            "dependencies": [
                "SAFETY"
            ],
            "state": "READY",
            "execution_policy": "RUN"
        },
        {
            "job_id": "TELEMETRY",
            "job_name": "Runtime Telemetry",
            "priority": 60,
            "estimated_cost_units": 0.80000000000000004,
            "estimated_memory_mb": 30,
            "dependencies": [
                "BOOTSTRAP"
            ],
            "state": "READY",
            "execution_policy": "RUN"
        }
    ],
    "dependency_graph": [
        {
            "from": "BOOTSTRAP",
            "to": "SOURCE",
            "type": "REQUIRES"
        },
        {
            "from": "SOURCE",
            "to": "MEMORY",
            "type": "REQUIRES"
        },
        {
            "from": "MEMORY",
            "to": "CLUSTER",
            "type": "REQUIRES"
        },
        {
            "from": "CLUSTER",
            "to": "GRAPH",
            "type": "REQUIRES"
        },
        {
            "from": "GRAPH",
            "to": "DECISION",
            "type": "REQUIRES"
        },
        {
            "from": "DECISION",
            "to": "SAFETY",
            "type": "REQUIRES"
        },
        {
            "from": "SAFETY",
            "to": "DASHBOARD",
            "type": "REQUIRES"
        },
        {
            "from": "BOOTSTRAP",
            "to": "TELEMETRY",
            "type": "REQUIRES"
        }
    ],
    "execution_waves": [
        {
            "wave": 1,
            "jobs": [
                "BOOTSTRAP"
            ],
            "parallel_jobs": 1
        },
        {
            "wave": 2,
            "jobs": [
                "TELEMETRY"
            ],
            "parallel_jobs": 1
        }
    ],
    "smart_skips": [
        {
            "job_id": "SOURCE",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        },
        {
            "job_id": "MEMORY",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        },
        {
            "job_id": "CLUSTER",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        },
        {
            "job_id": "GRAPH",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        },
        {
            "job_id": "DECISION",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        },
        {
            "job_id": "SAFETY",
            "reason": "Dependency/source unavailable",
            "action": "SMART_SKIP"
        }
    ],
    "resource_governor": {
        "cpu_budget_pct": 100,
        "memory_budget_mb": 1105.9000000000001,
        "max_parallel_jobs": 3,
        "soft_timeout_seconds": 900,
        "hard_timeout_seconds": 1200,
        "governor_state": "CAP",
        "policy": "READ_ONLY_ADVISORY"
    },
    "runtime_telemetry": {
        "php_version": "7.4.7",
        "peak_memory_mb": 4,
        "current_memory_mb": 4,
        "server_time_hkt": "2026-08-14 07:21:34",
        "sapi": "apache2handler"
    },
    "source_v53_status": "EMPTY",
    "source_v53_version": "54.9.0",
    "source_data": {
        "status": "EMPTY",
        "message": "No V50 run found for selected date/venue.",
        "engine": "V53",
        "engine_version": "54.9.0",
        "race_date": "2026-08-14",
        "venue": "",
        "source_v52_version": "52.9.0",
        "memory_summary": [],
        "memory_records": [],
        "memory_votes": [],
        "pattern_clusters": [],
        "pattern_cluster_summary": [],
        "pattern_cluster_mapping": [],
        "relationship_graph_summary": [],
        "relationship_graph_nodes": [],
        "relationship_graph_edges": [],
        "relationship_graph_node_metrics": [],
        "experience_summary": [],
        "chairman_experiences": [],
        "context_awareness_summary": [],
        "context_profiles": [],
        "pattern_evolution_summary": [],
        "pattern_evolution": [],
        "multi_race_fusion_summary": [],
        "multi_race_fusion_profiles": [],
        "strategy_optimizer_summary": [],
        "chairman_strategies": [],
        "explainable_ai_summary": [],
        "chairman_explanations": [],
        "decision_simulator_summary": [],
        "decision_simulations": [],
        "counterfactual_ai_summary": [],
        "counterfactual_analysis": [],
        "self_debate_summary": [],
        "chairman_debates": [],
        "debate_stabilizer_summary": [],
        "debate_stabilizers": [],
        "stress_test_summary": [],
        "scenario_stress_tests": [],
        "decision_gate_summary": [],
        "chairman_decision_gates": [],
        "decision_audit_summary": [],
        "decision_audits": [],
        "safety_governor_summary": [],
        "safety_governor": [],
        "final_ranking_summary": [],
        "final_chairman_ranking": [],
        "ultimate_dashboard_summary": [],
        "ultimate_dashboard": [],
        "final_release": [],
        "learning_mode": "ADVISORY_ONLY",
        "live_weights_changed": false
    },
    "request_id": "a38533af17396c91",
    "run_key": "2026-08-14|",
    "generated_at": "2026-08-14 07:21:34",
    "execution_ms": 17.527999999999999,
    "memory_mb": 4,
    "results_used": true,
    "data": {
        "status": "OK",
        "engine": "V60",
        "engine_version": "60.0.0",
        "race_date": "2026-08-14",
        "venue": "",
        "mode": "ADVISORY_ONLY",
        "live_weights_changed": false,
        "database_schema_changed": false,
        "source_decisions_changed": false,
        "os_summary": {
            "os_state": "GUARDED",
            "health_score": 52,
            "job_count": 9,
            "ready_count": 3,
            "waiting_count": 6,
            "execution_wave_count": 2,
            "estimated_cost_units": 12.6,
            "estimated_memory_mb": 603,
            "memory_limit_mb": 1536,
            "memory_pressure_pct": 39.299999999999997,
            "cpu_pressure_pct": 45,
            "parallel_capacity": 3,
            "smart_skip_count": 6,
            "runtime_ms": 0.027
        },
        "priority_queue": [
            {
                "job_id": "BOOTSTRAP",
                "job_name": "Runtime Bootstrap",
                "priority": 100,
                "estimated_cost_units": 1,
                "estimated_memory_mb": 18,
                "dependencies": [],
                "state": "READY",
                "execution_policy": "RUN"
            },
            {
                "job_id": "SOURCE",
                "job_name": "Source Snapshot Loader",
                "priority": 96,
                "estimated_cost_units": 1.1000000000000001,
                "estimated_memory_mb": 55,
                "dependencies": [
                    "BOOTSTRAP"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "MEMORY",
                "job_name": "Pattern Memory Engine",
                "priority": 92,
                "estimated_cost_units": 1.8,
                "estimated_memory_mb": 85,
                "dependencies": [
                    "SOURCE"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "CLUSTER",
                "job_name": "Pattern Cluster Engine",
                "priority": 88,
                "estimated_cost_units": 1.3999999999999999,
                "estimated_memory_mb": 70,
                "dependencies": [
                    "MEMORY"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "GRAPH",
                "job_name": "Relationship Graph Engine",
                "priority": 84,
                "estimated_cost_units": 1.5,
                "estimated_memory_mb": 90,
                "dependencies": [
                    "CLUSTER"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "DECISION",
                "job_name": "Chairman Decision Pipeline",
                "priority": 80,
                "estimated_cost_units": 2.2000000000000002,
                "estimated_memory_mb": 110,
                "dependencies": [
                    "GRAPH"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "SAFETY",
                "job_name": "Audit + Safety Governor",
                "priority": 78,
                "estimated_cost_units": 1.6000000000000001,
                "estimated_memory_mb": 80,
                "dependencies": [
                    "DECISION"
                ],
                "state": "WAIT",
                "execution_policy": "SMART_SKIP"
            },
            {
                "job_id": "DASHBOARD",
                "job_name": "Dashboard Composer",
                "priority": 70,
                "estimated_cost_units": 1.2,
                "estimated_memory_mb": 65,
                "dependencies": [
                    "SAFETY"
                ],
                "state": "READY",
                "execution_policy": "RUN"
            },
            {
                "job_id": "TELEMETRY",
                "job_name": "Runtime Telemetry",
                "priority": 60,
                "estimated_cost_units": 0.80000000000000004,
                "estimated_memory_mb": 30,
                "dependencies": [
                    "BOOTSTRAP"
                ],
                "state": "READY",
                "execution_policy": "RUN"
            }
        ],
        "dependency_graph": [
            {
                "from": "BOOTSTRAP",
                "to": "SOURCE",
                "type": "REQUIRES"
            },
            {
                "from": "SOURCE",
                "to": "MEMORY",
                "type": "REQUIRES"
            },
            {
                "from": "MEMORY",
                "to": "CLUSTER",
                "type": "REQUIRES"
            },
            {
                "from": "CLUSTER",
                "to": "GRAPH",
                "type": "REQUIRES"
            },
            {
                "from": "GRAPH",
                "to": "DECISION",
                "type": "REQUIRES"
            },
            {
                "from": "DECISION",
                "to": "SAFETY",
                "type": "REQUIRES"
            },
            {
                "from": "SAFETY",
                "to": "DASHBOARD",
                "type": "REQUIRES"
            },
            {
                "from": "BOOTSTRAP",
                "to": "TELEMETRY",
                "type": "REQUIRES"
            }
        ],
        "execution_waves": [
            {
                "wave": 1,
                "jobs": [
                    "BOOTSTRAP"
                ],
                "parallel_jobs": 1
            },
            {
                "wave": 2,
                "jobs": [
                    "TELEMETRY"
                ],
                "parallel_jobs": 1
            }
        ],
        "smart_skips": [
            {
                "job_id": "SOURCE",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            },
            {
                "job_id": "MEMORY",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            },
            {
                "job_id": "CLUSTER",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            },
            {
                "job_id": "GRAPH",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            },
            {
                "job_id": "DECISION",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            },
            {
                "job_id": "SAFETY",
                "reason": "Dependency/source unavailable",
                "action": "SMART_SKIP"
            }
        ],
        "resource_governor": {
            "cpu_budget_pct": 100,
            "memory_budget_mb": 1105.9000000000001,
            "max_parallel_jobs": 3,
            "soft_timeout_seconds": 900,
            "hard_timeout_seconds": 1200,
            "governor_state": "CAP",
            "policy": "READ_ONLY_ADVISORY"
        },
        "runtime_telemetry": {
            "php_version": "7.4.7",
            "peak_memory_mb": 4,
            "current_memory_mb": 4,
            "server_time_hkt": "2026-08-14 07:21:34",
            "sapi": "apache2handler"
        },
        "source_v53_status": "EMPTY",
        "source_v53_version": "54.9.0",
        "source_data": {
            "status": "EMPTY",
            "message": "No V50 run found for selected date/venue.",
            "engine": "V53",
            "engine_version": "54.9.0",
            "race_date": "2026-08-14",
            "venue": "",
            "source_v52_version": "52.9.0",
            "memory_summary": [],
            "memory_records": [],
            "memory_votes": [],
            "pattern_clusters": [],
            "pattern_cluster_summary": [],
            "pattern_cluster_mapping": [],
            "relationship_graph_summary": [],
            "relationship_graph_nodes": [],
            "relationship_graph_edges": [],
            "relationship_graph_node_metrics": [],
            "experience_summary": [],
            "chairman_experiences": [],
            "context_awareness_summary": [],
            "context_profiles": [],
            "pattern_evolution_summary": [],
            "pattern_evolution": [],
            "multi_race_fusion_summary": [],
            "multi_race_fusion_profiles": [],
            "strategy_optimizer_summary": [],
            "chairman_strategies": [],
            "explainable_ai_summary": [],
            "chairman_explanations": [],
            "decision_simulator_summary": [],
            "decision_simulations": [],
            "counterfactual_ai_summary": [],
            "counterfactual_analysis": [],
            "self_debate_summary": [],
            "chairman_debates": [],
            "debate_stabilizer_summary": [],
            "debate_stabilizers": [],
            "stress_test_summary": [],
            "scenario_stress_tests": [],
            "decision_gate_summary": [],
            "chairman_decision_gates": [],
            "decision_audit_summary": [],
            "decision_audits": [],
            "safety_governor_summary": [],
            "safety_governor": [],
            "final_ranking_summary": [],
            "final_chairman_ranking": [],
            "ultimate_dashboard_summary": [],
            "ultimate_dashboard": [],
            "final_release": [],
            "learning_mode": "ADVISORY_ONLY",
            "live_weights_changed": false
        }
    }
}