SSM-Clock—Appendix D — Reproduction Logs

D.1 Golden CSV (inline, ASCII, no BOM)

Save as notes/longbench_summary.csv to test immediately.

periods,noise_deg,seeds,grid_min,pass_count,pass_rate_pct,mean_err_min,p95_err_min
"1.0,7.0,29.5306,365.2422",2.0,200,2.0,200,100.0,2.7,6.5
"1.0,7.0,29.5306,365.2422",6.0,200,2.0,199,99.5,8.2,19.6

  • Matches the acceptance table used in the document (2 rows).
  • Keep exactly as ASCII (no BOM).

D.2 Recommended files to keep under notes/

  • notes/longbench_summary.csv # golden table (published)
  • notes/smoke_test.log # single-shot + stream + small bench
  • notes/run_meta.json # knobs, horizon policy, manifest reference

(Optional) notes/longbench_detail.csv for per-seed errors if you emit details.


D.3 run_meta.json (tiny, copy–paste and edit)

{
  "tool": "SSM-Clock v1.1",
  "period_set": "1,7,29.5306,365.2422",
  "seeds": 200,
  "noise_list": "2,6",
  "grid_step_min": 2.0,
  "stack": 5,
  "stack_dt_days": 0.5,
  "multistart_k": 7,
  "refine": "brent",
  "refine_steps": 80,
  "bracket_mult": 2,
  "alpha_kz": 0.0,
  "horizon_policy": "max(periods)",
  "manifest_ref": "clock_manifest.json",
  "manifest_version": "v1.1",
  "summary_csv": "notes/longbench_summary.csv"
}

(Optional convenience fields)
"csv_row_count": 2, "csv_byte_size": 203, "git_tag": "v1.1", "git_commit": "<short-commit-id>".


Navigation

Back: SSM-Clock—Appendix C — Proof Sketches (C.1–C.3)
Next: SSM-Clock—Appendix E — Red-Team Matrix