diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/README.txt b/runs/agda/benchmarks/dashi-simple-2026-04-03/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..099125d7500568cccbff94c00907c1701090e23d --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/README.txt @@ -0,0 +1,13 @@ +A/B benchmark: native Agda check vs agda-delta live-zkperf export on simple dashi_agda targets. + +Targets: +- Kernel/Monoid.agda +- Verification/Prelude.agda +- Verification/SourceHash.agda + +Artifacts: +- cold/benchmark.json: first measured pass +- warm/benchmark.json: pass after warming both paths once per target + +Caveat: +The wrapped interaction-json load path measured faster than direct `agda` on two targets. Treat this as an observed command-path result, not a proof of universal speedup. The two paths are both valid checks, but they are not identical frontend invocations. diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/README.txt b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca68c56dd391de48e4fcacaefe53110db41ed753 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/README.txt @@ -0,0 +1 @@ +Native Agda vs agda-delta live-zkperf benchmark on simple dashi_agda files. diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/benchmark.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/benchmark.json new file mode 100644 index 0000000000000000000000000000000000000000..b9d61fdac737593fc16555797c155c7aa275ced4 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/benchmark.json @@ -0,0 +1,89 @@ +{ + "schema_version": "agda-delta-benchmark/v1", + "date": "2026-04-03", + "baseline": "native-agda-check", + "wrapped": "agda-delta-live-zkperf-export", + "targets": 3, + "results": [ + { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "baseline": { + "elapsed_s": 0.084254 + }, + "wrapped": { + "elapsed_s": 0.580723 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.7004307143918016, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03/monoid", + "default_hf_path": "runs/agda/file-Kernel-Monoid-b5870257d63e472cb87fea5d6b479f87", + "restart_count": 0, + "bundle_bytes": 29386 + }, + "deltas": { + "elapsed_overhead_s": 0.496469, + "elapsed_ratio": 6.892527 + } + }, + { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "baseline": { + "elapsed_s": 2.899511 + }, + "wrapped": { + "elapsed_s": 0.536438 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.6990809368514675, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03/prelude", + "default_hf_path": "runs/agda/file-Verification-Prelude-8e303c778297404e852418686eb792ec", + "restart_count": 0, + "bundle_bytes": 29609 + }, + "deltas": { + "elapsed_overhead_s": -2.363073, + "elapsed_ratio": 0.18501 + } + }, + { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "baseline": { + "elapsed_s": 2.932924 + }, + "wrapped": { + "elapsed_s": 0.544078 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.6987701881760261, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03/sourcehash", + "default_hf_path": "runs/agda/file-Verification-SourceHash-ffeed177deed45ea97148e728e3a3cdc", + "restart_count": 0, + "bundle_bytes": 29702 + }, + "deltas": { + "elapsed_overhead_s": -2.388846, + "elapsed_ratio": 0.185507 + } + } + ], + "aggregate": { + "baseline_elapsed_total_s": 5.916689, + "wrapped_elapsed_total_s": 1.661239, + "elapsed_overhead_total_s": -4.25545, + "wrapped_event_count_total": 21, + "wrapped_restart_count_total": 0, + "wrapped_bundle_bytes_total": 88697 + } +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..b37bdceeb45590546f33bcfde92734c397d768fc --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "b5870257d63e472cb87fea5d6b479f87", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "b5870257d63e472cb87fea5d6b479f87:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "b5870257d63e472cb87fea5d6b479f87:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "b5870257d63e472cb87fea5d6b479f87:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "b5870257d63e472cb87fea5d6b479f87:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "b5870257d63e472cb87fea5d6b479f87:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "b5870257d63e472cb87fea5d6b479f87:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "b5870257d63e472cb87fea5d6b479f87:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a208317b8f91a85610fffb239be9716bcbf28bda --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_start", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "pid": 1454117} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "load", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "message_count": 8} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "goals_visible", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "solved", "step": 0} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", "shadow_file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "ok": true} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_exit", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "returncode": null} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_close", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..7c65824698ae32c17c334c859cbf5c3115e9185f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "b5870257d63e472cb87fea5d6b479f87:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "b5870257d63e472cb87fea5d6b479f87:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "b5870257d63e472cb87fea5d6b479f87:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "b5870257d63e472cb87fea5d6b479f87:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "b5870257d63e472cb87fea5d6b479f87:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "b5870257d63e472cb87fea5d6b479f87:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "b5870257d63e472cb87fea5d6b479f87:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8616d4a2b8a8d35fed580b07c582f4f4f531c7ad --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "b5870257d63e472cb87fea5d6b479f87", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Kernel-Monoid-b5870257d63e472cb87fea5d6b479f87" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..e6e01cdf37995754d2f91c4418b1242027728e3e --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/source.json new file mode 100644 index 0000000000000000000000000000000000000000..e6e01cdf37995754d2f91c4418b1242027728e3e --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..fa9381e127f573c7b1a9812c26e92d917834efc4 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03/monoid/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03/monoid/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03/monoid/roundtrip.json", + "source_bytes": 6733, + "compact_bytes": 2017, + "saved_bytes": 4716, + "reduction_ratio": 0.7004307143918016, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a208317b8f91a85610fffb239be9716bcbf28bda --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_start", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "pid": 1454117} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "load", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "message_count": 8} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "goals_visible", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "solved", "step": 0} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", "shadow_file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "ok": true} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_exit", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "returncode": null} +{"run_id": "b5870257d63e472cb87fea5d6b479f87", "event": "process_close", "file": "/tmp/agda_delta_file_vdk5s8z_/Kernel/Monoid.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..e6e01cdf37995754d2f91c4418b1242027728e3e --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/monoid/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "b5870257d63e472cb87fea5d6b479f87:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..9a988ff63ce4ffd0d665a3227dde6c52175a2a00 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "8e303c778297404e852418686eb792ec", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "8e303c778297404e852418686eb792ec:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "8e303c778297404e852418686eb792ec:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "8e303c778297404e852418686eb792ec:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "8e303c778297404e852418686eb792ec:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "8e303c778297404e852418686eb792ec:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "8e303c778297404e852418686eb792ec:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "8e303c778297404e852418686eb792ec:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4d30e1ddddc1df628e007c5968dfd1347dad718b --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_start", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "pid": 1454195} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "load", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "message_count": 4} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "goals_visible", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "solved", "step": 0} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", "shadow_file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "ok": true} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_exit", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "returncode": null} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_close", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..8c4e7185b5763b33768df6a6aaa9bd231131b4ec --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "8e303c778297404e852418686eb792ec:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "8e303c778297404e852418686eb792ec:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "8e303c778297404e852418686eb792ec:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "8e303c778297404e852418686eb792ec:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "8e303c778297404e852418686eb792ec:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "8e303c778297404e852418686eb792ec:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "8e303c778297404e852418686eb792ec:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..da4b79847baa9b684d5753a02df8e6902572a715 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "8e303c778297404e852418686eb792ec", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Verification-Prelude-8e303c778297404e852418686eb792ec" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..a0b6d158a9f25eeea7a368ad12ae2fe1a8400972 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/source.json new file mode 100644 index 0000000000000000000000000000000000000000..a0b6d158a9f25eeea7a368ad12ae2fe1a8400972 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..1cefca4e1e25eac44c54820225017d49257ad5ae --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03/prelude/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03/prelude/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03/prelude/roundtrip.json", + "source_bytes": 6746, + "compact_bytes": 2030, + "saved_bytes": 4716, + "reduction_ratio": 0.6990809368514675, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4d30e1ddddc1df628e007c5968dfd1347dad718b --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_start", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "pid": 1454195} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "load", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "message_count": 4} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "goals_visible", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "solved", "step": 0} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", "shadow_file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "ok": true} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_exit", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "returncode": null} +{"run_id": "8e303c778297404e852418686eb792ec", "event": "process_close", "file": "/tmp/agda_delta_file_kedmcc4b/Verification/Prelude.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..a0b6d158a9f25eeea7a368ad12ae2fe1a8400972 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/prelude/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "8e303c778297404e852418686eb792ec:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..5bddc9bbf7df91d6ad2c2a403dc0c8334aca44c0 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "ffeed177deed45ea97148e728e3a3cdc", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "ffeed177deed45ea97148e728e3a3cdc:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "ffeed177deed45ea97148e728e3a3cdc:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "ffeed177deed45ea97148e728e3a3cdc:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "ffeed177deed45ea97148e728e3a3cdc:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "ffeed177deed45ea97148e728e3a3cdc:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "ffeed177deed45ea97148e728e3a3cdc:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "ffeed177deed45ea97148e728e3a3cdc:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..330aeed6787074ff67e4d797d1af1cfbc276540c --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_start", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "pid": 1454279} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "load", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "message_count": 5} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "goals_visible", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "solved", "step": 0} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", "shadow_file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "ok": true} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_exit", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "returncode": null} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_close", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..f8e042606511b2af6b51802eea7f450a5ecfbd75 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "ffeed177deed45ea97148e728e3a3cdc:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "ffeed177deed45ea97148e728e3a3cdc:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "ffeed177deed45ea97148e728e3a3cdc:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "ffeed177deed45ea97148e728e3a3cdc:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "ffeed177deed45ea97148e728e3a3cdc:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "ffeed177deed45ea97148e728e3a3cdc:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "ffeed177deed45ea97148e728e3a3cdc:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5edd4fc7e104ef0e0bbe3437d4a01da4ec866086 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "ffeed177deed45ea97148e728e3a3cdc", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Verification-SourceHash-ffeed177deed45ea97148e728e3a3cdc" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..48a0ad67fae17ae38ae4ff39dfc9e31d622487df --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/source.json new file mode 100644 index 0000000000000000000000000000000000000000..48a0ad67fae17ae38ae4ff39dfc9e31d622487df --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..1a4fc50770874b7aa0ef41305850442d98e2919c --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03/sourcehash/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03/sourcehash/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03/sourcehash/roundtrip.json", + "source_bytes": 6749, + "compact_bytes": 2033, + "saved_bytes": 4716, + "reduction_ratio": 0.6987701881760261, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..330aeed6787074ff67e4d797d1af1cfbc276540c --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_start", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "pid": 1454279} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "load", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "message_count": 5} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "goals_visible", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "solved", "step": 0} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", "shadow_file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "ok": true} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_exit", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "returncode": null} +{"run_id": "ffeed177deed45ea97148e728e3a3cdc", "event": "process_close", "file": "/tmp/agda_delta_file_dczbo9os/Verification/SourceHash.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..48a0ad67fae17ae38ae4ff39dfc9e31d622487df --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/cold/sourcehash/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ffeed177deed45ea97148e728e3a3cdc:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/summary.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/summary.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb9042cf3646231cddfb58aaf48bafdc11339f9 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/summary.json @@ -0,0 +1,21 @@ +{ + "schema_version": "agda-delta-benchmark-publish/v1", + "date": "2026-04-03", + "bundle_kind": "comparison", + "cold_summary": { + "baseline_elapsed_total_s": 5.916689, + "wrapped_elapsed_total_s": 1.661239, + "elapsed_overhead_total_s": -4.25545, + "wrapped_event_count_total": 21, + "wrapped_restart_count_total": 0, + "wrapped_bundle_bytes_total": 88697 + }, + "warm_summary": { + "baseline_elapsed_total_s": 5.971492, + "wrapped_elapsed_total_s": 1.679029, + "elapsed_overhead_total_s": -4.292463, + "wrapped_event_count_total": 21, + "wrapped_restart_count_total": 0, + "wrapped_bundle_bytes_total": 88742 + } +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/README.txt b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..3aa58cd21171825b36cf298894eda1e1ab32f7c8 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/README.txt @@ -0,0 +1 @@ +Warm-cache native Agda vs agda-delta live-zkperf benchmark on simple dashi_agda files. diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/benchmark.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/benchmark.json new file mode 100644 index 0000000000000000000000000000000000000000..c7bf7c3eb730837360b91343a0db44e6a39a63bf --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/benchmark.json @@ -0,0 +1,90 @@ +{ + "schema_version": "agda-delta-benchmark/v1", + "date": "2026-04-03", + "benchmark_mode": "warm-cache-steady-state", + "baseline": "native-agda-check", + "wrapped": "agda-delta-live-zkperf-export", + "targets": 3, + "results": [ + { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "baseline": { + "elapsed_s": 0.083739 + }, + "wrapped": { + "elapsed_s": 0.581467 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.7004307143918016, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03_warm/monoid", + "default_hf_path": "runs/agda/file-Kernel-Monoid-ca1b248ba461484c833513e629b8ff2c", + "restart_count": 0, + "bundle_bytes": 29401 + }, + "deltas": { + "elapsed_overhead_s": 0.497728, + "elapsed_ratio": 6.943802 + } + }, + { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "baseline": { + "elapsed_s": 3.254976 + }, + "wrapped": { + "elapsed_s": 0.559632 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.6990809368514675, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03_warm/prelude", + "default_hf_path": "runs/agda/file-Verification-Prelude-ee9b29834f89458e83dc5f59502ea016", + "restart_count": 0, + "bundle_bytes": 29624 + }, + "deltas": { + "elapsed_overhead_s": -2.695344, + "elapsed_ratio": 0.171931 + } + }, + { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "baseline": { + "elapsed_s": 2.632777 + }, + "wrapped": { + "elapsed_s": 0.53793 + }, + "wrapped_result": { + "solved": true, + "roundtrip_equal": true, + "event_count": 7, + "row_count": 7, + "reduction_ratio": 0.6987701881760261, + "bundle_dir": "/tmp/agda_delta_bench_2026_04_03_warm/sourcehash", + "default_hf_path": "runs/agda/file-Verification-SourceHash-c20ef527c25346bea4d134817683e879", + "restart_count": 0, + "bundle_bytes": 29717 + }, + "deltas": { + "elapsed_overhead_s": -2.094847, + "elapsed_ratio": 0.20432 + } + } + ], + "aggregate": { + "baseline_elapsed_total_s": 5.971492, + "wrapped_elapsed_total_s": 1.679029, + "elapsed_overhead_total_s": -4.292463, + "wrapped_event_count_total": 21, + "wrapped_restart_count_total": 0, + "wrapped_bundle_bytes_total": 88742 + } +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..7048fff6df02cad9943ea5a44a2dbd7bff719081 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "ca1b248ba461484c833513e629b8ff2c", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "ca1b248ba461484c833513e629b8ff2c:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "ca1b248ba461484c833513e629b8ff2c:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "ca1b248ba461484c833513e629b8ff2c:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "ca1b248ba461484c833513e629b8ff2c:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "ca1b248ba461484c833513e629b8ff2c:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "ca1b248ba461484c833513e629b8ff2c:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "ca1b248ba461484c833513e629b8ff2c:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d650c15613a535103ea28e5c3a263446a857493d --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_start", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "pid": 1455208} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "load", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "message_count": 8} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "goals_visible", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "solved", "step": 0} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", "shadow_file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "ok": true} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_exit", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "returncode": null} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_close", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..d626454f7cc4b15369d8a6f400cf58f7a2548527 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "ca1b248ba461484c833513e629b8ff2c:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "ca1b248ba461484c833513e629b8ff2c:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "ca1b248ba461484c833513e629b8ff2c:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "ca1b248ba461484c833513e629b8ff2c:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "ca1b248ba461484c833513e629b8ff2c:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "ca1b248ba461484c833513e629b8ff2c:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "ca1b248ba461484c833513e629b8ff2c:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c648c350dad6d1b58357d4842ab2cdcd69130bdc --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "ca1b248ba461484c833513e629b8ff2c", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Kernel-Monoid-ca1b248ba461484c833513e629b8ff2c" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..26bafe7d224570ad33576ff3db05f3ea3092c684 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/source.json new file mode 100644 index 0000000000000000000000000000000000000000..26bafe7d224570ad33576ff3db05f3ea3092c684 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..39e649c2e59e15beb2051b279db96e865a379e3e --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03_warm/monoid/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03_warm/monoid/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03_warm/monoid/roundtrip.json", + "source_bytes": 6733, + "compact_bytes": 2017, + "saved_bytes": 4716, + "reduction_ratio": 0.7004307143918016, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d650c15613a535103ea28e5c3a263446a857493d --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_start", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "pid": 1455208} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "load", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "message_count": 8} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "goals_visible", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "solved", "step": 0} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", "shadow_file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "ok": true} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_exit", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "returncode": null} +{"run_id": "ca1b248ba461484c833513e629b8ff2c", "event": "process_close", "file": "/tmp/agda_delta_file_cmo0noai/Kernel/Monoid.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..26bafe7d224570ad33576ff3db05f3ea3092c684 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/monoid/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Kernel", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Kernel/Monoid.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ca1b248ba461484c833513e629b8ff2c:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..d43b39ef6ed7bb1eb03cd2c557cf69f42b80ad95 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "ee9b29834f89458e83dc5f59502ea016", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "ee9b29834f89458e83dc5f59502ea016:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "ee9b29834f89458e83dc5f59502ea016:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "ee9b29834f89458e83dc5f59502ea016:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "ee9b29834f89458e83dc5f59502ea016:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "ee9b29834f89458e83dc5f59502ea016:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "ee9b29834f89458e83dc5f59502ea016:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "ee9b29834f89458e83dc5f59502ea016:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2cd3b1edd054872339e3f370bbd978e268920141 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_start", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "pid": 1455388} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "load", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "message_count": 4} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "goals_visible", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "solved", "step": 0} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", "shadow_file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "ok": true} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_exit", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "returncode": null} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_close", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..c84003d47a755d879268c8404d4a875283a4b48f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "ee9b29834f89458e83dc5f59502ea016:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "ee9b29834f89458e83dc5f59502ea016:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "ee9b29834f89458e83dc5f59502ea016:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "ee9b29834f89458e83dc5f59502ea016:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "ee9b29834f89458e83dc5f59502ea016:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "ee9b29834f89458e83dc5f59502ea016:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "ee9b29834f89458e83dc5f59502ea016:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..90e047377ab067d8cb67253252b57747a50a0a8a --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "ee9b29834f89458e83dc5f59502ea016", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Verification-Prelude-ee9b29834f89458e83dc5f59502ea016" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cf2965f0611a23137342a3ba3d6339067e020a --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/source.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cf2965f0611a23137342a3ba3d6339067e020a --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..168be4243f997f423ea81cb91fe6780094d8a4f7 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03_warm/prelude/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03_warm/prelude/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03_warm/prelude/roundtrip.json", + "source_bytes": 6746, + "compact_bytes": 2030, + "saved_bytes": 4716, + "reduction_ratio": 0.6990809368514675, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2cd3b1edd054872339e3f370bbd978e268920141 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_start", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "pid": 1455388} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "load", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "message_count": 4} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "goals_visible", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "solved", "step": 0} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", "shadow_file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "ok": true} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_exit", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "returncode": null} +{"run_id": "ee9b29834f89458e83dc5f59502ea016", "event": "process_close", "file": "/tmp/agda_delta_file_4xj9rhy6/Verification/Prelude.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..d1cf2965f0611a23137342a3ba3d6339067e020a --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/prelude/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/Prelude.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "ee9b29834f89458e83dc5f59502ea016:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_machine_witness.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_machine_witness.json new file mode 100644 index 0000000000000000000000000000000000000000..46fa1e8176b415f16b97d2fb7965f1ccf05158a0 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_machine_witness.json @@ -0,0 +1,136 @@ +{ + "trace_kind": "agda_delta_machine_witness/v1", + "run_id": "c20ef527c25346bea4d134817683e879", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "state_machine_schema": "agda_delta/live_machine_v1", + "steps": 7, + "step_annotations": [ + { + "step": 1, + "timestamp": 1, + "transition": "process_start", + "cid": "c20ef527c25346bea4d134817683e879:1:process_start", + "machine_state": { + "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_start" + } + }, + { + "step": 2, + "timestamp": 2, + "transition": "load", + "cid": "c20ef527c25346bea4d134817683e879:2:load", + "machine_state": { + "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "load" + } + }, + { + "step": 3, + "timestamp": 3, + "transition": "goals_visible", + "cid": "c20ef527c25346bea4d134817683e879:3:goals_visible", + "machine_state": { + "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "goals_visible" + } + }, + { + "step": 4, + "timestamp": 4, + "transition": "solved", + "cid": "c20ef527c25346bea4d134817683e879:4:solved", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "solved" + } + }, + { + "step": 5, + "timestamp": 5, + "transition": "file_result", + "cid": "c20ef527c25346bea4d134817683e879:5:file_result", + "machine_state": { + "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": true, + "phase": "file_result" + } + }, + { + "step": 6, + "timestamp": 6, + "transition": "process_exit", + "cid": "c20ef527c25346bea4d134817683e879:6:process_exit", + "machine_state": { + "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_exit" + } + }, + { + "step": 7, + "timestamp": 7, + "transition": "process_close", + "cid": "c20ef527c25346bea4d134817683e879:7:process_close", + "machine_state": { + "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", + "goal_id": null, + "goal_count": 0, + "strategy": null, + "goal_class": null, + "candidate_class": null, + "source_mutated": null, + "process_restarted": null, + "accepted_boundary_crossed": false, + "phase": "process_close" + } + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d11db7915a2031d913ede64d08d642379d6b7ef --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/agda_trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_start", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "pid": 1455557} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "load", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "message_count": 5} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "goals_visible", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "solved", "step": 0} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", "shadow_file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "ok": true} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_exit", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "returncode": null} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_close", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/compact.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/compact.json new file mode 100644 index 0000000000000000000000000000000000000000..604d1f03c9ed0da0e9e9f3e9248a3890a87312b2 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/compact.json @@ -0,0 +1,94 @@ +{ + "trace_kind": "sample_trace_compact/v1", + "source_trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "template_set": "agda_delta:live_witness_v1", + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + }, + "events": [ + "process_start", + "load", + "goals_visible", + "solved", + "file_result", + "process_exit", + "process_close" + ], + "rows": [ + { + "step": 1, + "event_idx": 0, + "timestamp": 1, + "period": 1, + "pid": 1, + "tid": 1, + "cpu_mode": "Kernel", + "cid": "c20ef527c25346bea4d134817683e879:1:process_start" + }, + { + "step": 2, + "event_idx": 1, + "timestamp": 2, + "period": 1, + "pid": 1, + "tid": 2, + "cpu_mode": "Kernel", + "cid": "c20ef527c25346bea4d134817683e879:2:load" + }, + { + "step": 3, + "event_idx": 2, + "timestamp": 3, + "period": 1, + "pid": 1, + "tid": 3, + "cpu_mode": "Kernel", + "cid": "c20ef527c25346bea4d134817683e879:3:goals_visible" + }, + { + "step": 4, + "event_idx": 3, + "timestamp": 4, + "period": 1, + "pid": 2, + "tid": 4, + "cpu_mode": "User", + "cid": "c20ef527c25346bea4d134817683e879:4:solved" + }, + { + "step": 5, + "event_idx": 4, + "timestamp": 5, + "period": 1, + "pid": 2, + "tid": 5, + "cpu_mode": "User", + "cid": "c20ef527c25346bea4d134817683e879:5:file_result" + }, + { + "step": 6, + "event_idx": 5, + "timestamp": 6, + "period": 1, + "pid": 1, + "tid": 6, + "cpu_mode": "Kernel", + "cid": "c20ef527c25346bea4d134817683e879:6:process_exit" + }, + { + "step": 7, + "event_idx": 6, + "timestamp": 7, + "period": 1, + "pid": 1, + "tid": 7, + "cpu_mode": "Kernel", + "cid": "c20ef527c25346bea4d134817683e879:7:process_close" + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/manifest.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d21c7d0d5aece242418e588399c584db76d5776f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/manifest.json @@ -0,0 +1,19 @@ +{ + "run_id": "c20ef527c25346bea4d134817683e879", + "mode": "file", + "target": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "solved": true, + "event_count": 7, + "live_emitted": true, + "state_machine_schema": "agda_delta/live_machine_v1", + "agda_trace_path": "agda_trace.jsonl", + "trace_path": "trace.jsonl", + "zkperf_sample_trace_path": "zkperf_sample_trace.json", + "source_path": "source.json", + "machine_witness_path": "agda_machine_witness.json", + "compact_path": "compact.json", + "roundtrip_path": "roundtrip.json", + "stats_path": "stats.json", + "steps": 2, + "default_hf_path": "runs/agda/file-Verification-SourceHash-c20ef527c25346bea4d134817683e879" +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/roundtrip.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/roundtrip.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae410112617a6c985eae33865e0d67c5844e33f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/roundtrip.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/source.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/source.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae410112617a6c985eae33865e0d67c5844e33f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/source.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/stats.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..7d6e06046352bceb895edea927e1e61fdbf26431 --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/stats.json @@ -0,0 +1,12 @@ +{ + "source": "/tmp/agda_delta_bench_2026_04_03_warm/sourcehash/zkperf_sample_trace.json", + "compact": "/tmp/agda_delta_bench_2026_04_03_warm/sourcehash/compact.json", + "roundtrip": "/tmp/agda_delta_bench_2026_04_03_warm/sourcehash/roundtrip.json", + "source_bytes": 6749, + "compact_bytes": 2033, + "saved_bytes": 4716, + "reduction_ratio": 0.6987701881760261, + "row_count": 7, + "event_count": 7, + "roundtrip_equal": true +} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/trace.jsonl b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/trace.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1d11db7915a2031d913ede64d08d642379d6b7ef --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/trace.jsonl @@ -0,0 +1,7 @@ +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_start", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "pid": 1455557} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "load", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "message_count": 5} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "goals_visible", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "goal_count": 0, "goal_ids": []} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "solved", "step": 0} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "file_result", "file": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", "shadow_file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "ok": true} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_exit", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "returncode": null} +{"run_id": "c20ef527c25346bea4d134817683e879", "event": "process_close", "file": "/tmp/agda_delta_file_s2gsw502/Verification/SourceHash.agda", "returncode": -15} diff --git a/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/zkperf_sample_trace.json b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/zkperf_sample_trace.json new file mode 100644 index 0000000000000000000000000000000000000000..3ae410112617a6c985eae33865e0d67c5844e33f --- /dev/null +++ b/runs/agda/benchmarks/dashi-simple-2026-04-03/warm/sourcehash/zkperf_sample_trace.json @@ -0,0 +1,362 @@ +{ + "trace_kind": "sample_trace", + "source_dir": "/home/c/Documents/code/dashi_agda/Verification", + "register_labels": [ + "idx", + "log10(period+1)", + "log10(ts_gap+1)", + "pid", + "tid", + "cpu_mode" + ], + "matrix": [ + [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ] + ], + "metadata": { + "template_set": "agda_delta:live_witness_v1", + "artifact": "/home/c/Documents/code/dashi_agda/Verification/SourceHash.agda", + "register_count": 6, + "walk_status": "sample_trace", + "steps": 7, + "cycle_start": null, + "final_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "best_candidate": null, + "regime_usage_by_slice": null, + "shard_family_counts": { + "sample": 7, + "mmap": 0, + "other": 0, + "schema": 0 + } + }, + "step_annotations": [ + { + "step": 1, + "transition": "process_start", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "l1_step_delta": 4.301029995663981, + "state": null, + "next_state": [ + 1.0, + 0.3010299956639812, + 0.0, + 1.0, + 1.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:1:process_start", + "cpu_mode": "Kernel", + "timestamp": 1, + "period": 1 + }, + { + "step": 2, + "transition": "load", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "l1_step_delta": 6.6020599913279625, + "state": null, + "next_state": [ + 2.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 2.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:2:load", + "cpu_mode": "Kernel", + "timestamp": 2, + "period": 1 + }, + { + "step": 3, + "transition": "goals_visible", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "l1_step_delta": 8.602059991327963, + "state": null, + "next_state": [ + 3.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 3.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:3:goals_visible", + "cpu_mode": "Kernel", + "timestamp": 3, + "period": 1 + }, + { + "step": 4, + "transition": "solved", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "l1_step_delta": 11.602059991327963, + "state": null, + "next_state": [ + 4.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 4.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:4:solved", + "cpu_mode": "User", + "timestamp": 4, + "period": 1 + }, + { + "step": 5, + "transition": "file_result", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "l1_step_delta": 13.602059991327963, + "state": null, + "next_state": [ + 5.0, + 0.3010299956639812, + 0.3010299956639812, + 2.0, + 5.0, + 1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:5:file_result", + "cpu_mode": "User", + "timestamp": 5, + "period": 1 + }, + { + "step": 6, + "transition": "process_exit", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "l1_step_delta": 14.602059991327963, + "state": null, + "next_state": [ + 6.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 6.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:6:process_exit", + "cpu_mode": "Kernel", + "timestamp": 6, + "period": 1 + }, + { + "step": 7, + "transition": "process_close", + "changed_register_count": 1, + "changed_registers": [ + "sample" + ], + "changed_register_mask": [ + true, + true, + true, + true, + true, + true + ], + "delta": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "l1_step_delta": 16.602059991327963, + "state": null, + "next_state": [ + 7.0, + 0.3010299956639812, + 0.3010299956639812, + 1.0, + 7.0, + -1.0 + ], + "cid": "c20ef527c25346bea4d134817683e879:7:process_close", + "cpu_mode": "Kernel", + "timestamp": 7, + "period": 1 + } + ] +}