{
  "match_state": "finished",
  "territories": {
    "rollout-one": {
      "class": "rollout-engineer",
      "agent": "luna",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "durable",
      "milestones": {
        "baseline-ready": {
          "evaluating": false,
          "passed": true,
          "points": 5,
          "evidence": {
            "baseline": "v1",
            "records": [
              "customer-alpha-73c",
              "customer-beta-a19"
            ]
          },
          "failure_category": null,
          "failure_detail": null
        },
        "host-reboot": {
          "evaluating": false,
          "passed": true,
          "points": 20,
          "evidence": {
            "reboot": true,
            "record": "rollout-ea6c730ee55e8b5b",
            "value": "opaque-5e6986c52cc6064cce66e106",
            "version": "v2"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "uninterrupted-cutover": {
          "evaluating": false,
          "passed": true,
          "points": 45,
          "evidence": {
            "samples": 486,
            "uninterrupted": true,
            "version": "v2"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "v2-restart": {
          "evaluating": false,
          "passed": true,
          "points": 15,
          "evidence": {
            "record": "rollout-ea6c730ee55e8b5b",
            "v2_restart": true,
            "value": "opaque-5e6986c52cc6064cce66e106"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "write-new": {
          "evaluating": false,
          "passed": true,
          "points": 15,
          "evidence": {
            "record": "rollout-ea6c730ee55e8b5b",
            "value": "opaque-5e6986c52cc6064cce66e106"
          },
          "failure_category": null,
          "failure_detail": null
        }
      },
      "milestone_points": 100,
      "durable_at_ms": 116145
    },
    "rollout-three": {
      "class": "rollout-engineer",
      "agent": "deepseek",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "verifying",
      "milestones": {
        "baseline-ready": {
          "evaluating": false,
          "passed": true,
          "points": 5,
          "evidence": {
            "baseline": "v1",
            "records": [
              "customer-alpha-73c",
              "customer-beta-a19"
            ]
          },
          "failure_category": null,
          "failure_detail": null
        },
        "uninterrupted-cutover": {
          "evaluating": false,
          "passed": false,
          "points": 0,
          "evidence": null,
          "failure_category": "verification_failed",
          "failure_detail": "public endpoint never cut over to v2"
        }
      },
      "milestone_points": 5,
      "durable_at_ms": null
    },
    "rollout-two": {
      "class": "rollout-engineer",
      "agent": "glm",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "verifying",
      "milestones": {
        "baseline-ready": {
          "evaluating": false,
          "passed": true,
          "points": 5,
          "evidence": {
            "baseline": "v1",
            "records": [
              "customer-alpha-73c",
              "customer-beta-a19"
            ]
          },
          "failure_category": null,
          "failure_detail": null
        },
        "uninterrupted-cutover": {
          "evaluating": false,
          "passed": false,
          "points": 0,
          "evidence": null,
          "failure_category": "verification_failed",
          "failure_detail": "public endpoint never cut over to v2"
        }
      },
      "milestone_points": 5,
      "durable_at_ms": null
    }
  },
  "agents": {
    "deepseek": {
      "territory": "rollout-three",
      "model": "deepseek/deepseek-v4.1-flash",
      "running": false,
      "successful": false,
      "failure_source": "provider",
      "terminal_state": "failed",
      "terminal_detail": "Claux reported rate_limited (exit status 11): openrouter API error (429 Too Many Requests) for model 'deepseek/deepseek-v4.1-flash': Provider returned error. Retry later or choose another model/provider",
      "resource_units_used": 1,
      "input_tokens": 631,
      "output_tokens": 305,
      "cost_microusd": 572
    },
    "glm": {
      "territory": "rollout-two",
      "model": "z-ai/glm-5.3",
      "running": false,
      "successful": false,
      "failure_source": "player",
      "terminal_state": "incomplete",
      "terminal_detail": "rollout-one reached durable first; build ended at the frozen clock",
      "resource_units_used": 1,
      "input_tokens": 10117,
      "output_tokens": 5526,
      "cost_microusd": 37002
    },
    "luna": {
      "territory": "rollout-one",
      "model": "openai/gpt-5.6-luna",
      "running": false,
      "successful": true,
      "failure_source": "player",
      "terminal_state": "completed",
      "terminal_detail": "Rollout completed and left running.\n\n- Implemented v2 at `/opt/rollout/v2.py`.\n- v2 listens on `127.0.0.1:8082`.\n- Atomically switched `/var/lib/rollout/upstream` from `8081` to `8082`.\n- Did not stop or restart `rollout-v1.service` or `rollout-proxy.service`; both remained active.\n- Verified public v2 health, version, PUT/GET, UTF-8 round-trip, 404 behavior, and existing customer records.\n- Existing records remain intact in `/var/lib/rollout/records.sqlite3`; SQLite integrity check passed.\n- `rollout-v2.service` and `rollout-proxy.service` are active and enabled for boot persistence.",
      "resource_units_used": 1,
      "input_tokens": 45,
      "output_tokens": 8699,
      "cost_microusd": 18060
    }
  },
  "winner": "rollout-one",
  "finish_reason": "first durable deployment",
  "infrastructure_failures": 0,
  "last_sequence": 45,
  "elapsed_ms": 116149
}