{
 "schema": "s2s-bench-v1",
 "exhibit": "two-hours-on-battery",
 "licence": "CC BY 4.0",
 "attribution": "strata→signal research, research.strata2signal.com",
 "contact": "hello@strata2signal.com",
 "run_id": "cpu-only-0825",
 "run_window_utc": {
  "main_bench_opened_utc": "2026-08-25T14:09:19Z",
  "main_bench_closed_utc": "2026-08-25T17:17:57Z",
  "supplement_first_record_utc": "2026-08-25T17:57:19Z",
  "supplement_closed_utc": "2026-08-25T19:45:39Z",
  "note": "Each arm carries its own started_utc / finished_utc. The supplement's first stamp is a FINISH time - the first sweep arm does not record its own start, so the supplement began somewhat before it. The main window's opening arm is cpu-mini-m1; the arm that started at 14:32:03Z is the one the bench discarded."
 },
 "machines": {
  "cpu-server": "a server with 128G of ECC RAM and a server-class processor: 64 logical CPUs, 32 physical, not a hybrid part; a GPU present in the box and parked",
  "cpu-laptop": "test Rig B, a laptop: 24 logical CPUs - 8 performance cores with no hyperthreading plus 16 efficiency cores; hybrid Intel part; a 24G-VRAM-class GPU present and parked",
  "cpu-mini": "a mini PC with 32G RAM: 16 logical CPUs - 4 performance cores with hyperthreading (8 performance logical CPUs) plus 8 efficiency cores; hybrid Intel part; no discrete GPU at all"
 },
 "counting_rules": {
  "decode": "Median of the five scored decode_tok_s values (three for the 70B), warmup discarded. The warmup stays in the file.",
  "prefill": "COLD runs only. The warm-run prefill field is a prefix-cache artifact reporting 2,613 tok/s where the truth is 33.6, and is never tabulated.",
  "latency": "Four distinct numbers, never one 'TTFT': cached-prefix, fresh-prompt-model-loaded, fully-cold, and decode. They differ by up to 96x, so the multiplier's denominator is always named.",
  "threads": "Ollama's default gave both hybrid boxes 4 threads. Every cross-machine ratio here is configuration-inclusive, not silicon-pure, and the kit says so rather than normalising it away.",
  "spread": "TWO different denominators: dispersion is (max - min) over the MEDIAN; the bandwidth spread is (best - worst) over the WORST. Both are stated where they stand.",
  "gpu_receipt": "Three fields per arm - size_vram 0, cpu_only_receipt true, and the nvidia-smi snapshot compared byte for byte before and after. Twenty of the 32 files in runs/ carry all three; nineteen of those twenty are the scored decode-and-prefill arms and all nineteen have identical snapshots. The twentieth is the discarded arm, whose snapshot changed."
 },
 "not_a_standard": "Six models, three machines, one day, one prompt, one context size, one quantisation. Sized to one question and not a leaderboard, not a benchmark suite, and not a quality ranking of anything.",
 "dataset": "cpu-only-0825",
 "generated_utc": "2026-08-27T00:00:00Z",
 "what_this_is": "Six language models run on three machines with no graphics card in the path, and exactly what happened to each file on the way to this page. Machine classes only - never a hostname, never a path, never an address, never a person.",
 "instrument": {
  "ollama": "0.32.15 on all three boxes, parity enforced",
  "quantisation": "Q4_K_M, public tags, digest-checked for parity across all three machines",
  "context_length": "4096 (Ollama's default; OLLAMA_CONTEXT_LENGTH unset), confirmed per arm via /api/ps",
  "parallel_slots": "one loaded model, one parallel slot per scored arm; the concurrency row necessarily runs two and re-measures its own c=1 baseline",
  "embedder": "nomic-embed-text, 100 sequential embeddings of 100 distinct ~50-word texts, 768 dims"
 },
 "prompt": {
  "file": "prompt/frozen-p512.txt (NOT SHIPPED — see `omitted`)",
  "text_published": false,
  "bytes": 2101,
  "sha256": "90eedd0c53f9554ae3837674504fcb7090013d9a432a653352183c0f25a7ce5c",
  "note": "The filename is historical - it tokenises to 537 tokens, not 512, and to 505-1,023 depending on the model's tokeniser and chat template. The prompt's TEXT is held out of this kit pending a licensing call (see `omitted`); the sha256 above is printed on the page and recorded as `prompt_sha256` in every arm, so a reader holding a copy can prove it is the same bytes and a reader without one cannot reconstruct it from here."
 },
 "sanitisation_rules": {
  "local-offset-to-utc": "Ollama's /api/ps returns a loaded model's expires_at on the SERVING MACHINE'S OWN LOCAL CLOCK with a numeric offset, while started_utc and finished_utc in the same file are UTC. Subtracting one from the other publishes the machines' timezone to the second - a location disclosure by arithmetic, which no text search catches. Every such field is converted to the same instant and Z-stamped. Nothing else in the file moves: same keys, same order, same values, same bytes. The count printed per file is the number of stamps converted.",
  "box-name-to-role": "A machine's estate name is replaced by the class it is published under. It fired on one directory name (the mini's own sync directory, whose 15 files are published under supplement-runs/ instead) and on one sentence in a build-note receipt. The class is already inside every run file as box_class.",
  "dedupe-identical-copy": "A file that arrived through the machine-named directory and is BYTE-IDENTICAL to one already present in the shared directory is not shipped twice. Fourteen files, each named below with the sha256 it matched. Nothing unique was dropped.",
  "strip-uarch-literal": "The triad receipts printed what -march=native resolved to on each box - a CPU GENERATION name, which is a hardware specific well past 'class'. Those stanzas are removed and the receipts say where they were. Every measurement in the file is untouched.",
  "absolute-path-to-name": "A path into a private filesystem becomes the artifact's own name (a run-directory id, or a file's basename). No measurement changes.",
  "state-the-rule": "A file reproduced from the bench's own table gains an explicit statement of the denominator its percentages use, because this kit publishes two different spread rules and a reader who applies the wrong one gets 6.25% where the table says 6.0%.",
  "name-the-omission": "A file that pointed at receipts this kit does not ship gains a paragraph saying which ones, why they cannot be published, and where their content is reproduced instead - rather than leaving a dead reference. Fired a second time at the release cut (2026-08-29) on README.md, NOTES.md and prereg.md, each of which described the frozen prompt's text as shipped after it had been held out."
 },
 "sanitisation_fire_counts": {
  "state-the-rule": 2,
  "name-the-omission": 4,
  "strip-uarch-literal": 4,
  "box-name-to-role": 16,
  "absolute-path-to-name": 11,
  "local-offset-to-utc": 42,
  "dedupe-identical-copy": 14
 },
 "deduplicated": [
  {
   "file": "default4-cpu-mini-m1.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "d7db992af86b94020f10d06cde265f77f017ad71d650b59ee67702d276432c1c"
  },
  {
   "file": "default4-cpu-mini-m2.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "a59820088e9e708535e7fbcc605d573ad1581931db694e7c83f55080f436cb39"
  },
  {
   "file": "default4-cpu-mini-m3.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "251e101ec94daf4ad29a4751d65ff1e02ecbc28d72ea69dc26224105bf93d869"
  },
  {
   "file": "default4-cpu-mini-m4.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "d763f30ed78aab9f3ca27f50c2afcbd628c22d7fc3019861ea8c114f67c98411"
  },
  {
   "file": "default4-cpu-mini-m5.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "6bb50ad2ba7552fac9a8eeec5077dbee46cb0ed3b217ba06fda65cdbe7a4a26a"
  },
  {
   "file": "default4-cpu-mini-m6.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "c69b166abc057da8789fec0644f04ac7a3286e376fcd68f85b293c7a28ca85eb"
  },
  {
   "file": "sweep-cpu-mini-m1-stability.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "07287f5092d9e21343fb0b69eecc82a0c2e7a216efcce1b7214a233a6f717733"
  },
  {
   "file": "sweep-cpu-mini-m1.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "a932a0643e97952f9c0b721a459f3c281198aa4cea6d767c7d7c8f6a37dda7ae"
  },
  {
   "file": "tuned-cpu-mini-m1.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "0d16c6e66fc586ee4d4ac36f3c17c69c79f2ca7f510976042e4c700b9e429511"
  },
  {
   "file": "tuned-cpu-mini-m2.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "812c60604e0b8042890531a595768f75e1ac519d6ead92bf34c0f6a7f5b428b1"
  },
  {
   "file": "tuned-cpu-mini-m3.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "2f2d5cce812008e1b53d106e581a988549fe6366cce6ef463773d9281a98cbb8"
  },
  {
   "file": "tuned-cpu-mini-m4.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "b383878dc267f8b7d38f10017894e52a47a8b060017296889b42ed490eff696a"
  },
  {
   "file": "tuned-cpu-mini-m5.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "fd722d4095bf25e93d723a3c3d0feaeb2cb78e486be69b4a9610f0a12bb9a02d"
  },
  {
   "file": "tuned-cpu-mini-m6.json",
   "reason": "arrived in the mini's own machine-named sync directory and is byte-identical to the copy already published from the shared supplement directory; not shipped twice",
   "sha256": "63f8aa2e206fe8de33fd2c2a9c8e6267b5b5e3388b37966774989594baf7e4e6"
  }
 ],
 "omitted": {
  "the bench's working ledgers and results tables": "the internal order of record; they name machines, addresses, filesystem paths and CPU generations throughout. Their measurements are reproduced in NOTES.md, prereg.md and analysis/, each re-derived from runs/ rather than quoted.",
  "receipts/diagnosis-cpu-laptop.txt and diagnosis-cpu-mini.txt": "raw shell captures carrying hostnames, absolute paths, a serving port and each box's full lscpu model string. Rewriting every line would stop them being raw captures. Their content is reproduced in analysis/cause.md.",
  "the -march=native resolution lines": "each printed a box's CPU generation by name. Removed under strip-uarch-literal; the receipts say where they were.",
  "the models' replies": "this bench measured speed, not text. eval_count is 256 answer tokens per run throughout and the reply bodies were not retained.",
  "the frozen prompt's text (prompt/frozen-p512.txt, 2,101 bytes)": "A RuleSage ruling body for 7 Wonders, 2nd edition - derived from a commercial game's rules, so publishing it is a licensing call rather than a redaction call, and it is held pending the operator's word (held out 2026-08-27). Its sha256 90eedd0c53f9554ae3837674504fcb7090013d9a432a653352183c0f25a7ce5c is published on the page, in every arm's prompt_sha256 and in prereg.md, so a copy already held can be verified against it; no published figure depends on the text itself, every one being a timing or a token count re-derivable from runs/ and supplement-runs/."
 },
 "what_was_not_touched": "The originals were COPIED, never moved. Every value in every run record is the harness's own; the only bytes that changed anywhere in runs/ or supplement-runs/ are the 42 expires_at stamps named under local-offset-to-utc.",
 "file_count": 74,
 "files_listed": 71,
 "files": [
  {
   "file": "README.md",
   "role": "What each file is, the machines by class, the five counting rules in short form, the timestamp conversion, what is deliberately not here, and how to redo the run yourself.",
   "media_type": "text/markdown",
   "bytes": 14086,
   "sha256": "bc05089de90d295bd6eecda2417c704472a09fed1f90f9f5e04dc1d2a6b46473",
   "sha256_original": null,
   "identical_to_original": null,
   "rules_applied": [
    "name-the-omission"
   ],
   "rule_counts": {
    "name-the-omission": 1
   }
  },
  {
   "file": "NOTES.md",
   "role": "The measurement record: every headline figure on the exhibit page with the command that re-derives it from this kit, including the two the page states as ranges.",
   "media_type": "text/markdown",
   "bytes": 15436,
   "sha256": "577d7d41ab0759202275a0bc031c7ccc3ca554d04f26b72e5d1a48385d9e32cc",
   "sha256_original": null,
   "identical_to_original": null,
   "rules_applied": [
    "name-the-omission"
   ],
   "rule_counts": {
    "name-the-omission": 1
   }
  },
  {
   "file": "counting-rules.md",
   "role": "The eight rules every number here is produced by, in full — including the prefix-cache trap (a naive reading is 96x wrong) and the thread-count confounder (78% on one box).",
   "media_type": "text/markdown",
   "bytes": 11432,
   "sha256": "5431b99fdbd1e9b700fdf655596fc6eb2f500366ce03f4d126b7fc08c656cb42",
   "sha256_original": null,
   "identical_to_original": null,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "prereg.md",
   "role": "The pre-registration the run was scored against, the three machines by class, and all eight deviations from it — including the two that made a published figure worse.",
   "media_type": "text/markdown",
   "bytes": 8949,
   "sha256": "647b2eb34ab24d88498369867684514bcd845bf97b213e6eab0214d17c712eba",
   "sha256_original": null,
   "identical_to_original": null,
   "rules_applied": [
    "name-the-omission"
   ],
   "rule_counts": {
    "name-the-omission": 1
   }
  },
  {
   "file": "analysis/dispersion.md",
   "role": "The min/max behind every published decode median, 19 cells, with its spread rule stated: (max - min) divided by the MEDIAN.",
   "media_type": "text/markdown",
   "bytes": 1946,
   "sha256": "3e0760b45b6346d5e83fd74540212c88dd125e1c7f2455d99c1203ee53e926db",
   "sha256_original": "18336edaccfaff72f294099927878feac713229d59ed23efd582a6768578a880",
   "identical_to_original": false,
   "rules_applied": [
    "state-the-rule"
   ],
   "rule_counts": {
    "state-the-rule": 1
   }
  },
  {
   "file": "analysis/bandwidth.md",
   "role": "The STREAM-triad bandwidth table, its method, the honest read of the one box that does not repeat tightly, and its spread rule: (best - worst) divided by the WORST.",
   "media_type": "text/markdown",
   "bytes": 1942,
   "sha256": "475d17eab83fe3cbb7e611971747e36c289e830971622f59fcd1456d51f51b95",
   "sha256_original": "bbff42e736896e3a7f11e5f5304b729452b8dedf6483e7790a9160e040de8aa4",
   "identical_to_original": false,
   "rules_applied": [
    "state-the-rule"
   ],
   "rule_counts": {
    "state-the-rule": 1
   }
  },
  {
   "file": "analysis/cause.md",
   "role": "Why Ollama chose 4 threads: the cause in llama.cpp's own default, its four receipts, the discriminating test across two differently-built hybrid CPUs, and the candidate causes ruled out.",
   "media_type": "text/markdown",
   "bytes": 4325,
   "sha256": "b809403ef0ac2a5f49c5a1874c2820811b76cea526d6e3f917533a9e913e3304",
   "sha256_original": "225589ee002fb0caf558786afc487a1b8c2f6b8e3459618e4c1c25bc78d45a9d",
   "identical_to_original": false,
   "rules_applied": [
    "name-the-omission"
   ],
   "rule_counts": {
    "name-the-omission": 1
   }
  },
  {
   "file": "receipts/triad-cpu-server.txt",
   "role": "The server's STREAM-triad run: 64 threads, 2,289 MiB working set, 9 scored reps, best 100.69 and worst 100.36 GB/s, with the loadavg immediately before and after.",
   "media_type": "text/plain",
   "bytes": 447,
   "sha256": "572778dad367c2d235a5cf3fac50dea5d775b03d7f221eb89823642ffcaec531",
   "sha256_original": "25d53de43d885b1066bf21404d830f685267c7daa6a2e47983ff6608a412cf8b",
   "identical_to_original": false,
   "rules_applied": [
    "strip-uarch-literal"
   ],
   "rule_counts": {
    "strip-uarch-literal": 1
   }
  },
  {
   "file": "receipts/triad-cpu-laptop.txt",
   "role": "The laptop's STREAM-triad run: 24 threads, best 59.31 and worst 49.21 GB/s - the 20.5% spread the kit publishes un-smoothed.",
   "media_type": "text/plain",
   "bytes": 307,
   "sha256": "a79c0cc7cb33ab4c9dd21a82a58d9bdd3cc18885364c5482f1b7f10e256a0718",
   "sha256_original": "26774ec2ce957040a2b0acaaaf5db2b9ef9ddaaa4d38b7a1f42f3c4b7bce7f89",
   "identical_to_original": false,
   "rules_applied": [
    "strip-uarch-literal"
   ],
   "rule_counts": {
    "strip-uarch-literal": 1
   }
  },
  {
   "file": "receipts/triad-cpu-mini.txt",
   "role": "The mini's STREAM-triad run: 16 threads, best 51.12 and worst 50.85 GB/s, plus the build note explaining why its binary was cross-built.",
   "media_type": "text/plain",
   "bytes": 797,
   "sha256": "581ebef9995338a88e463fb0a160e58ec65359f03207bcf676b8b002ba1ecd62",
   "sha256_original": "a62aec0173a923df04ae8778bb57be69c81652283ca6eaaf344a1ac334f0bb6b",
   "identical_to_original": false,
   "rules_applied": [
    "strip-uarch-literal",
    "box-name-to-role"
   ],
   "rule_counts": {
    "strip-uarch-literal": 2,
    "box-name-to-role": 1
   }
  },
  {
   "file": "receipts/coretype-cpu-laptop.txt",
   "role": "The laptop's CPUID walk: 8 performance logical CPUs, 16 efficiency, hybrid bit set, no SMT - and llama.cpp's heuristic returning 4 where the same walk without its sibling-skip returns 8.",
   "media_type": "text/plain",
   "bytes": 854,
   "sha256": "b423a5672bbf38f3485287c8b0df35effa8037cc9dd838b13d75785d6b345f39",
   "sha256_original": "b423a5672bbf38f3485287c8b0df35effa8037cc9dd838b13d75785d6b345f39",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "receipts/coretype-cpu-mini.txt",
   "role": "The mini's CPUID walk: 8 performance logical CPUs in 4 sibling pairs, 8 efficiency, hybrid bit set - the same heuristic returning 4, by a different route.",
   "media_type": "text/plain",
   "bytes": 661,
   "sha256": "cbcf684bb3dfaa7b8df8162754920039c0b1f8f7c455a76ad6f95164aa2c00a6",
   "sha256_original": "cbcf684bb3dfaa7b8df8162754920039c0b1f8f7c455a76ad6f95164aa2c00a6",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "quality/field-exam.txt",
   "role": "The 60-item field exam, all six models: per-bar scores, totals of 57-59 out of 60, every model PASS, and each one's failure modes. A floor check, not a ranker.",
   "media_type": "text/plain",
   "bytes": 1324,
   "sha256": "f5e2c522ae9ec4bef4e4fa49f148065eebec896f69869f23958af1bd1544e7a2",
   "sha256_original": "55829a9ebe62350de2643a69c228d2da6ace83bd33bf0138372ec3c7ce90b4ef",
   "identical_to_original": false,
   "rules_applied": [
    "absolute-path-to-name"
   ],
   "rule_counts": {
    "absolute-path-to-name": 1
   }
  },
  {
   "file": "quality/field-exam.json",
   "role": "The same exam as structured data.",
   "media_type": "application/json",
   "bytes": 1813,
   "sha256": "e9b65cb5244ae97686a491c98b2f7a4e6fa866f906d3ea05ef4465ed33e4066b",
   "sha256_original": "e9b65cb5244ae97686a491c98b2f7a4e6fa866f906d3ea05ef4465ed33e4066b",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "quality/classifier-agreement.json",
   "role": "The 374-item moderation set: per-model item agreement against the incumbent (374, 372, 371, 370, 369), split clean / hard-negative / offensive, with every disagreement's direction.",
   "media_type": "application/json",
   "bytes": 3813,
   "sha256": "deadbafa3bf30abfaf2fb9bb28b2f848de627be035b0ec131b549a638dea7ddc",
   "sha256_original": "0b5a80a0e352c6eb4f96b7f59cbc985271f57fffa1b69f24550ced35347e2717",
   "identical_to_original": false,
   "rules_applied": [
    "absolute-path-to-name"
   ],
   "rule_counts": {
    "absolute-path-to-name": 5
   }
  },
  {
   "file": "quality/classifier-gates.json",
   "role": "The five pre-registered moderation gates and each candidate's verdict, including the incumbent's own 2-of-329 false-positive rate.",
   "media_type": "application/json",
   "bytes": 2891,
   "sha256": "a3c2963b65ba0cc63bdeb1cc462aa6c4ce3a630cacf3256d4601d0c9b32f53e5",
   "sha256_original": "da09ea34358a1013ebd3d9390338d0f7cc730e2f5050bf2efaa444334cfc8642",
   "identical_to_original": false,
   "rules_applied": [
    "absolute-path-to-name"
   ],
   "rule_counts": {
    "absolute-path-to-name": 5
   }
  },
  {
   "file": "runs/cpu-laptop-m1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7213,
   "sha256": "5d89a781539be175b03233c18d5f436912a0b546b8b126bb5d2b24d7f25cbb6f",
   "sha256_original": "a6ddf3844e7ef8281e575aeb42376936078f22035d0942bcf1da632550cdcf91",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-m2.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7212,
   "sha256": "f9cfe163295685b00af607e581e03188effa6579772c371874b53cb751b3dde2",
   "sha256_original": "d6d819ce9cffa80c27754b9d208d5f242f9efae28bdcfd669d4dfeae795171f9",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-m3.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7202,
   "sha256": "5f534c14b8d933284e7ad7f2d59835c2fd411d87f84e5141ffebe8496f81aeb9",
   "sha256_original": "4e25938ba0859312f1e319b458bec7479877c1e0ef75df2ae8f6a58f4188ce67",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-m4.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7297,
   "sha256": "55f2e56be4fbd9003e70ec9e916eb83563dd45e7c887d8ad295af80f978b2d4e",
   "sha256_original": "3a8c0657d4534b594e530b86e64c21673652809a420e68ecd4dfa3ab73fbf8ae",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-m5.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7230,
   "sha256": "74a567868bf39341db561a957c821ac4fcadca7090f7ba30ff6edeea2c9d1c0b",
   "sha256_original": "a3f11a0ed91c27f632b081cf5e2095e4673cef0975e7b9fad6f53b45855969dd",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-m6.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7380,
   "sha256": "4587e23ddbe98fcdfbdbe0c18a2c6baea7c43afb5ad7717c729445eaf2fccfb7",
   "sha256_original": "ad54e51badb37b63097ea510e2f17d828759eaafa389b649bf44341373cb9b9d",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-laptop-x1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 613,
   "sha256": "cf90208419c626673616192f75ad0ec04f55605eb7dff86c6aed80ff536b6fc9",
   "sha256_original": "cf90208419c626673616192f75ad0ec04f55605eb7dff86c6aed80ff536b6fc9",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 6959,
   "sha256": "c7b4038cd06538255758e5d5d198a7ca5e629ec539c6dc71e84e12d0ea2491a2",
   "sha256_original": "c7b4038cd06538255758e5d5d198a7ca5e629ec539c6dc71e84e12d0ea2491a2",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m2.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 6948,
   "sha256": "dc5aeaa0819f745e17db05bcef3fd3ac52e3517fe6a4ceaa6ed06d05be85c982",
   "sha256_original": "dc5aeaa0819f745e17db05bcef3fd3ac52e3517fe6a4ceaa6ed06d05be85c982",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m3.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 6945,
   "sha256": "a7d294d7cd496729a283a3d913635652b5aec6dbe68a6b2faf731c15c8604e4d",
   "sha256_original": "a7d294d7cd496729a283a3d913635652b5aec6dbe68a6b2faf731c15c8604e4d",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m4.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7038,
   "sha256": "98fa6e6f1a4f89a5b9d814046f964948784d0d74eb0c5b374fcdf0306059cc1e",
   "sha256_original": "98fa6e6f1a4f89a5b9d814046f964948784d0d74eb0c5b374fcdf0306059cc1e",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m5.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 6983,
   "sha256": "85e3f79264cd4304ba0a16953365d0bedffd2a0f85451ebfbf3f04d78c17747d",
   "sha256_original": "85e3f79264cd4304ba0a16953365d0bedffd2a0f85451ebfbf3f04d78c17747d",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m6-memfit.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 555,
   "sha256": "63f805742b8178079a77aaeec959bcf9c386adc2f2026f8ad24562e3da47ba06",
   "sha256_original": "63f805742b8178079a77aaeec959bcf9c386adc2f2026f8ad24562e3da47ba06",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-m6.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7125,
   "sha256": "aa5b77accf61826d1bda9382670f076d3185732a90ddd9daf019485d8060cd47",
   "sha256_original": "aa5b77accf61826d1bda9382670f076d3185732a90ddd9daf019485d8060cd47",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-mini-x1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 612,
   "sha256": "ec2c88f57a79be1267cab8d87ac9f9519d1c0d0e1d6b64fd2dd307f097819749",
   "sha256_original": "ec2c88f57a79be1267cab8d87ac9f9519d1c0d0e1d6b64fd2dd307f097819749",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-server-m1.CONTAMINATED.json",
   "role": "THE ARM THE BENCH DISCARDED, kept under that name. Its nvidia snapshot is the only one in the pack that is not byte-identical before and after - a second job started on that machine's parked card partway through. Its own size_vram stayed 0. The check fired; this is what a fired check looks like.",
   "media_type": "application/json",
   "bytes": 6944,
   "sha256": "2b917336be50d38b92828e862834999798a9e6a8bdafdd70c0c871824eca36d0",
   "sha256_original": "37cd7aa9e050c31a1d62d13b2e2f1696f76b2c7f8bea7af684976bc66e53e7dd",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7251,
   "sha256": "2636fc14eee363de4b21aa40ca4e874aae784e8b7069a6229801c42d194ef835",
   "sha256_original": "b99d3a37d518b966583a2dfc32b64608876cb599e44b3618ed834b52ab7b6808",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m2.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7251,
   "sha256": "9629422bf027eb504ae590b9ace04c3bfeb3f59f1f702c4ab24a4fed0808d21e",
   "sha256_original": "533c063dff43c414d2854388bc9de4738e4e243182c8b6416c4669e99d1f76c7",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m3.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7224,
   "sha256": "ab34463cea0b4feea8cfc5db57b10cdf0c33fd5b1f474975e68480c70805f84f",
   "sha256_original": "ae3b7bc9f9dd9f66e735057e19c5ae0d6eb17fa1fbc578d8d886b7b620624910",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m4.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7318,
   "sha256": "976b282c87f1953df6e1d8e11e2bc2023f1e0d69501300d8a36686c3d2bde27c",
   "sha256_original": "0d353b851d8969c7d87d7829d2174f6c271524685944a9e133507c70d6243a30",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m5-c1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 1446,
   "sha256": "47235eaf0579d7562ac20c4ec159f9449c956491dd9c7a86626b2a7c1b4c8b2e",
   "sha256_original": "47235eaf0579d7562ac20c4ec159f9449c956491dd9c7a86626b2a7c1b4c8b2e",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-server-m5-c2.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 2066,
   "sha256": "269caf0ab6ba182a98075954641b8043c2dbad7251b2e2be26089ee5f03c0055",
   "sha256_original": "269caf0ab6ba182a98075954641b8043c2dbad7251b2e2be26089ee5f03c0055",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-server-m5.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7257,
   "sha256": "a7145efd690b7251a702bc3b62adc7a4d2f207f0d3e6371940b6ae7d86941fda",
   "sha256_original": "638bc162c32c6d17dcb62a98631ce4d95905a65a2caf4becad75e3e2acec8194",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-m6.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 7381,
   "sha256": "a596d0e1cb67fb97d1da7e5d603282cccf033b593c729a49ae8dc8bd8bc2c715",
   "sha256_original": "b221c9467451c457815234ab685e4a9f8bffc17c45aac009a9180e07c0e9b2f4",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/cpu-server-x1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 613,
   "sha256": "68f582a1883ac55ebd6807d0fcf89cedb668bfd2633c9012d970f24ce9d9ed50",
   "sha256_original": "68f582a1883ac55ebd6807d0fcf89cedb668bfd2633c9012d970f24ce9d9ed50",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/cpu-server-x2.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 5614,
   "sha256": "bfafee2cfc49f6cb64f0fe354c50e5b510e1f4b38f142a7dfd9a14e33c75f72f",
   "sha256_original": "d9bcd4467ded0b63a42e2fc6f9898515c6d4585a5b523f317d1d149240e50538",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "runs/firstpass-gemma4-26b.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 1802,
   "sha256": "fb59f1a13ea62e350e9932893d12c47c14bb8e389f5c569f109047330e4244f7",
   "sha256_original": "fb59f1a13ea62e350e9932893d12c47c14bb8e389f5c569f109047330e4244f7",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/fresh-gemma4-26b-rerun.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 909,
   "sha256": "835ae3885cb11472d4f69bb8943077dd37d90ede507854e624190dcf69589c4c",
   "sha256_original": "835ae3885cb11472d4f69bb8943077dd37d90ede507854e624190dcf69589c4c",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/fresh-gemma4-26b.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 901,
   "sha256": "3e4d20d0806c4dafada2217ca97a299804ec8005d3a5079f010b36a27682d49e",
   "sha256_original": "3e4d20d0806c4dafada2217ca97a299804ec8005d3a5079f010b36a27682d49e",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/fresh-qwen3.5-9b.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 906,
   "sha256": "aaeb571711196696de4311586cb1502f56c490beedfa65c9666efd5157ca61b7",
   "sha256_original": "aaeb571711196696de4311586cb1502f56c490beedfa65c9666efd5157ca61b7",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/threadsweep-cpu-laptop-m1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 1044,
   "sha256": "6ebb77b7dee6ea82946f162f654ed04618c814626f88ab01416849f1d5334101",
   "sha256_original": "6ebb77b7dee6ea82946f162f654ed04618c814626f88ab01416849f1d5334101",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "runs/threadsweep-cpu-mini-m1.json",
   "role": "One arm of the main bench: model tag and digest, box class, UTC window, the frozen prompt's sha256, Ollama's version, the discarded warmup, every scored run's raw fields, the cold-load reps, runner peak RSS and thread count, the loadavg contention receipt, and the GPU receipt where the arm carries one.",
   "media_type": "application/json",
   "bytes": 1041,
   "sha256": "e8b7802a9c3ddf4aad224f09fa9b5acf51cfae850c557703b64fc2a45e5c735e",
   "sha256_original": "e8b7802a9c3ddf4aad224f09fa9b5acf51cfae850c557703b64fc2a45e5c735e",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m1.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4913,
   "sha256": "d7db992af86b94020f10d06cde265f77f017ad71d650b59ee67702d276432c1c",
   "sha256_original": "d7db992af86b94020f10d06cde265f77f017ad71d650b59ee67702d276432c1c",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m2.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4910,
   "sha256": "a59820088e9e708535e7fbcc605d573ad1581931db694e7c83f55080f436cb39",
   "sha256_original": "a59820088e9e708535e7fbcc605d573ad1581931db694e7c83f55080f436cb39",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m3.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4903,
   "sha256": "251e101ec94daf4ad29a4751d65ff1e02ecbc28d72ea69dc26224105bf93d869",
   "sha256_original": "251e101ec94daf4ad29a4751d65ff1e02ecbc28d72ea69dc26224105bf93d869",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m4.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4955,
   "sha256": "d763f30ed78aab9f3ca27f50c2afcbd628c22d7fc3019861ea8c114f67c98411",
   "sha256_original": "d763f30ed78aab9f3ca27f50c2afcbd628c22d7fc3019861ea8c114f67c98411",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m5.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4924,
   "sha256": "6bb50ad2ba7552fac9a8eeec5077dbee46cb0ed3b217ba06fda65cdbe7a4a26a",
   "sha256_original": "6bb50ad2ba7552fac9a8eeec5077dbee46cb0ed3b217ba06fda65cdbe7a4a26a",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/default4-cpu-mini-m6.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 5001,
   "sha256": "c69b166abc057da8789fec0644f04ac7a3286e376fcd68f85b293c7a28ca85eb",
   "sha256_original": "c69b166abc057da8789fec0644f04ac7a3286e376fcd68f85b293c7a28ca85eb",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/sweep-cpu-laptop-m1-stability.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 11882,
   "sha256": "c93404315ac6462c6979edd1109e490fa56d654c30cfa4c63fd6663db1e04e6a",
   "sha256_original": "0b67e0b774c9eb242cc09cc007d0910edd7ae7843dda280a06e71fea1621dd47",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 2
   }
  },
  {
   "file": "supplement-runs/sweep-cpu-laptop-m1.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 35051,
   "sha256": "252651a9098eb420f152ecea940f60cca5bccdaccd6c1a9b31cce529a0bb3e9a",
   "sha256_original": "260f6f49ea91e9667e8abe28335f2f91d4dcb2bb47f472407276612483b4a085",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 6
   }
  },
  {
   "file": "supplement-runs/sweep-cpu-mini-m1-stability.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 11939,
   "sha256": "07287f5092d9e21343fb0b69eecc82a0c2e7a216efcce1b7214a233a6f717733",
   "sha256_original": "07287f5092d9e21343fb0b69eecc82a0c2e7a216efcce1b7214a233a6f717733",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/sweep-cpu-mini-m1.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 23552,
   "sha256": "a932a0643e97952f9c0b721a459f3c281198aa4cea6d767c7d7c8f6a37dda7ae",
   "sha256_original": "a932a0643e97952f9c0b721a459f3c281198aa4cea6d767c7d7c8f6a37dda7ae",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/sweep-cpu-mini-m6-moe.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 29839,
   "sha256": "e27b7e6a3f5b51df1e029e43c4603d779f250427060dbf874f72c4f33e1fe7d0",
   "sha256_original": "e27b7e6a3f5b51df1e029e43c4603d779f250427060dbf874f72c4f33e1fe7d0",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m1.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4900,
   "sha256": "d0ce0fb98c0ebbc8a3ee1a972ece98be47b4f0b60c7b45a302806e2eeb6b2561",
   "sha256_original": "feef65979144bc87caa4590e9bdebb84b83271e8026fbc6970cc86dc49e58029",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m2.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4894,
   "sha256": "15d4def7573cc84310f34e73ea8dee6e7a1959e4cc9f9d10283f6878a8bfe48c",
   "sha256_original": "837ffbd09ddc3bcfe1d2ec07ee559377759b51a734d99cadbb92b3042d2b64e6",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m3.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4885,
   "sha256": "1949a9fc515dd8cd664afa0cd1d2b4720d617a8ffd60a0ac6259c85520a7c739",
   "sha256_original": "0e51a09afea321d5f867a7e7bb0f8391ca89623e5793a28350498c5fcf75acf5",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m4.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4929,
   "sha256": "2385e4616fe39e711f34c17f11e6017bd273db2472204d2818a66479bb6b6bcd",
   "sha256_original": "e506146a06ffab79c8e477550b70e3cf358a39ccb1f5e8769f45b68b1afa2e1a",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m5.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4895,
   "sha256": "c7af4a67b82969c756b287ee933d0a9c86a695854ec18dbe0b9a51791d581138",
   "sha256_original": "b53042d432aa3cca796e6285f36b899aa81ef42051184c086ebabd575f82c39b",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-laptop-m6.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4969,
   "sha256": "acbcb52660df65d721b17ecb6366459b73a4cdc4b913da2a533f1b7ee190588d",
   "sha256_original": "1c6f531458635e6976e95cd223dbf5be5b71aaba6bfbee99ed869a9ebbdea7e7",
   "identical_to_original": false,
   "rules_applied": [
    "local-offset-to-utc"
   ],
   "rule_counts": {
    "local-offset-to-utc": 1
   }
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m1.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4928,
   "sha256": "0d16c6e66fc586ee4d4ac36f3c17c69c79f2ca7f510976042e4c700b9e429511",
   "sha256_original": "0d16c6e66fc586ee4d4ac36f3c17c69c79f2ca7f510976042e4c700b9e429511",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m2.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4917,
   "sha256": "812c60604e0b8042890531a595768f75e1ac519d6ead92bf34c0f6a7f5b428b1",
   "sha256_original": "812c60604e0b8042890531a595768f75e1ac519d6ead92bf34c0f6a7f5b428b1",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m3.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4917,
   "sha256": "2f2d5cce812008e1b53d106e581a988549fe6366cce6ef463773d9281a98cbb8",
   "sha256_original": "2f2d5cce812008e1b53d106e581a988549fe6366cce6ef463773d9281a98cbb8",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m4.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4966,
   "sha256": "b383878dc267f8b7d38f10017894e52a47a8b060017296889b42ed490eff696a",
   "sha256_original": "b383878dc267f8b7d38f10017894e52a47a8b060017296889b42ed490eff696a",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m5.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 4925,
   "sha256": "fd722d4095bf25e93d723a3c3d0feaeb2cb78e486be69b4a9610f0a12bb9a02d",
   "sha256_original": "fd722d4095bf25e93d723a3c3d0feaeb2cb78e486be69b4a9610f0a12bb9a02d",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  },
  {
   "file": "supplement-runs/tuned-cpu-mini-m6.json",
   "role": "One arm of the evening supplement: same shape as a main-bench arm, plus arm_label and the num_thread it was pinned to.",
   "media_type": "application/json",
   "bytes": 5006,
   "sha256": "63f8aa2e206fe8de33fd2c2a9c8e6267b5b5e3388b37966774989594baf7e4e6",
   "sha256_original": "63f8aa2e206fe8de33fd2c2a9c8e6267b5b5e3388b37966774989594baf7e4e6",
   "identical_to_original": true,
   "rules_applied": [],
   "rule_counts": {}
  }
 ]
}