Turn-attractor rebuilt on real messaging: two live defects found and fixed before the full campaign (FABRIC-3.md §XXI)
Rewrote EXEC-STD79-DOE-CD's dispatch to coordinate via MSG-SEND/ MSG-TICK instead of blocking VM-EXEC, now that Hera can genuinely message (§XX). RUN-TEST/EXEC-STD79-DOE (the serialized baseline) are untouched, kept as a byte-for-byte-reproducible historical comparison point. A small 2-identity smoke test before any multi-architecture commitment caught two real defects the design alone didn't predict: 1. Absolute VM-HEAT can't produce fine-grained interleaving -- a fresh identity starts at heat=0 against Hera's ~62000+, a gap no 1..24 divisor closes, so priority locked onto whichever identity had executed least, for its entire campaign. Fixed with BASE-HEAT: each identity's heat is snapshotted once at campaign start, and priority is computed from heat gained *this campaign*, not lifetime heat. 2. Single-test-per-message granularity silently drops most of a campaign's data: MSG-SEND no-ops on MSG-ALLOC failure, and the turn bookkeeping advanced regardless, so rows looked complete while missing most of their tests. A live reservoir probe showed Hera's own STADIUM-RES@ draining ~725/cycle with no replenishment observed -- a 648-send full campaign would exhaust it almost immediately. Fixed by dispatching a whole rep (24 tests, one concatenated command, measured 442 bytes, well under VM-EXEC's 1025-byte cap) per message instead -- 27 sends for a full campaign, not 648. Re-verified after both fixes: 99/99 expected test outputs present, zero drops, zero faults, genuine rep-level interleaving instead of either the serialized baseline's fixed order or the first cut's 72-test lock-in. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EXieurDfDSsDFdnSyusuWo
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
7edccd2c35
commit
19916717b2
@@ -0,0 +1,100 @@
|
||||
tick_number,elapsed_ns,tick_interval_ns,cache_hits_delta,bucket_hits_delta,word_executions_delta,hot_word_count,avg_word_heat_q48,window_width,actual_window_size,predicted_label_hits,jitter_bits,apic_ticks,time_trust_q48,variance_q48,vm_call_depth_max,hera_heat_q48,hermes_heat_q48,artemis_heat_q48,fleet_k_q48,fleet_conserved
|
||||
409,4090000,10000,0,0,256,87,564,512,512,0,0,3888,65357,179,1,62572,1470,1494,65536,1
|
||||
410,4100000,10000,0,0,256,88,558,1024,1024,0,0,3894,65357,179,1,62572,1470,1494,65536,1
|
||||
411,4110000,10000,0,0,256,90,539,1024,1024,0,0,3896,65357,179,1,62572,1470,1494,65536,1
|
||||
412,4120000,10000,0,0,256,91,531,1024,1024,0,0,3899,65357,179,1,62572,1470,1494,65536,1
|
||||
413,4130000,10000,0,0,256,92,523,2048,2048,0,0,3900,65357,179,1,62572,1470,1494,65536,1
|
||||
414,4140000,10000,0,0,256,92,518,2048,2048,0,0,3902,65357,179,1,62572,1470,1494,65536,1
|
||||
415,4150000,10000,0,0,256,92,514,4096,4096,0,0,3903,65357,179,1,62572,1470,1494,65536,1
|
||||
416,4160000,10000,0,0,256,92,512,4096,4096,0,0,3905,65357,179,1,62572,1470,1494,65536,1
|
||||
417,4170000,10000,0,0,256,92,508,4096,4096,0,0,3906,65357,179,1,62572,1470,1494,65536,1
|
||||
418,4180000,10000,0,0,256,92,504,4096,4096,0,0,3908,65357,179,1,62572,1470,1494,65536,1
|
||||
419,4190000,10000,0,0,256,92,497,2048,2048,0,0,3909,65357,179,1,62572,1470,1494,65536,1
|
||||
420,4200000,10000,0,0,256,93,498,2048,2048,0,0,3910,65357,179,1,62572,1470,1494,65536,1
|
||||
421,4210000,10000,0,0,256,93,499,1024,1024,0,0,3912,65357,179,1,62572,1470,1494,65536,1
|
||||
422,4220000,10000,0,0,256,93,501,1024,1024,0,0,3914,65357,179,1,62572,1470,1494,65536,1
|
||||
423,4230000,10000,0,0,256,93,502,512,512,0,0,3915,65357,179,1,62572,1470,1494,65536,1
|
||||
424,4240000,10000,0,0,256,93,503,512,512,0,0,3917,65357,179,1,62572,1470,1494,65536,1
|
||||
425,4250000,10000,0,0,256,93,505,256,256,0,0,3918,65357,179,1,62572,1470,1494,65536,1
|
||||
426,4260000,10000,0,0,256,93,506,256,256,0,0,3919,65357,179,1,62572,1470,1494,65536,1
|
||||
427,4270000,10000,0,0,256,94,507,256,256,0,0,3922,65357,179,1,62572,1470,1494,65536,1
|
||||
428,4280000,10000,0,0,256,95,485,256,256,0,0,3924,65357,179,1,62572,1470,1494,65536,1
|
||||
429,4290000,10000,0,0,256,97,483,256,256,0,0,3926,65357,179,1,62572,1470,1494,65536,1
|
||||
430,4300000,10000,0,0,256,98,485,256,256,0,0,3929,65357,179,1,62572,1470,1494,65536,1
|
||||
431,4310000,10000,0,0,256,105,486,256,256,0,0,3931,65357,179,1,62572,1470,1494,65536,1
|
||||
432,4320000,10000,0,0,256,105,487,256,256,0,0,3934,65357,179,1,62572,1470,1494,65536,1
|
||||
433,4330000,10000,0,0,256,105,489,256,256,0,0,3935,65357,179,1,62572,1470,1494,65536,1
|
||||
434,4340000,10000,0,0,256,105,490,256,256,0,0,3937,65357,179,1,62572,1470,1494,65536,1
|
||||
435,4350000,10000,0,0,256,105,491,256,256,0,0,3940,65357,179,1,62572,1470,1494,65536,1
|
||||
436,4360000,10000,0,0,256,105,490,256,256,0,0,3942,65357,179,1,62572,1470,1494,65536,1
|
||||
437,4370000,10000,0,0,256,104,462,256,256,0,0,3947,65357,179,1,62572,1470,1494,65536,1
|
||||
438,4380000,10000,0,0,256,104,443,256,256,0,0,3949,65357,179,1,62572,1470,1494,65536,1
|
||||
439,4390000,10000,0,0,256,104,430,256,256,0,0,3954,65357,179,1,62572,1470,1494,65536,1
|
||||
440,4400000,10000,0,0,256,104,431,256,256,0,0,3955,65357,179,1,62572,1470,1494,65536,1
|
||||
441,4410000,10000,0,0,256,104,433,256,256,0,0,3956,65357,179,1,62572,1470,1494,65536,1
|
||||
442,4420000,10000,0,0,256,104,434,256,256,0,0,3958,65357,179,1,62572,1470,1494,65536,1
|
||||
443,4430000,10000,0,0,256,104,435,256,256,0,0,3961,65357,179,1,62572,1470,1494,65536,1
|
||||
444,4440000,10000,0,0,256,104,436,256,256,0,0,3963,65357,179,1,62572,1470,1494,65536,1
|
||||
445,4450000,10000,0,0,256,104,433,256,256,0,0,3965,65357,179,1,62572,1470,1494,65536,1
|
||||
446,4460000,10000,0,0,256,104,435,256,256,0,0,3967,65357,179,1,62572,1470,1494,65536,1
|
||||
447,4470000,10000,0,0,256,104,436,256,256,0,0,3969,65357,179,1,62572,1470,1494,65536,1
|
||||
448,4480000,10000,0,0,256,104,437,256,256,0,0,3972,65357,179,1,62572,1470,1494,65536,1
|
||||
449,4490000,10000,0,0,256,104,438,256,256,0,0,3975,65357,179,1,62572,1470,1494,65536,1
|
||||
450,4500000,10000,0,0,256,104,439,256,256,0,0,3977,65357,179,1,62572,1470,1494,65536,1
|
||||
451,4510000,10000,0,0,256,104,440,256,256,0,0,3979,65357,179,1,62572,1470,1494,65536,1
|
||||
452,4520000,10000,0,0,256,104,441,256,256,0,0,3981,65357,179,1,62572,1470,1494,65536,1
|
||||
453,4530000,10000,0,0,256,109,443,256,256,0,0,3983,65357,179,1,62572,1470,1494,65536,1
|
||||
454,4540000,10000,0,0,256,110,444,256,256,0,0,3985,65357,179,1,62572,1470,1494,65536,1
|
||||
455,4550000,10000,0,0,256,110,445,256,256,0,0,3988,65357,179,1,62572,1470,1494,65536,1
|
||||
456,4560000,10000,0,0,256,110,446,256,256,0,0,3990,65357,179,1,62572,1470,1494,65536,1
|
||||
457,4570000,10000,0,0,256,110,447,256,256,0,0,3993,65357,179,1,62572,1470,1494,65536,1
|
||||
458,4580000,10000,0,0,256,110,448,256,256,0,0,3997,65357,179,1,62572,1470,1494,65536,1
|
||||
459,4590000,10000,0,0,256,110,450,256,256,0,0,3999,65357,179,1,62572,1470,1494,65536,1
|
||||
460,4600000,10000,0,0,256,110,451,256,256,0,0,4002,65357,179,1,62572,1470,1494,65536,1
|
||||
461,4610000,10000,0,0,256,110,452,256,256,0,0,4005,65357,179,1,62572,1470,1494,65536,1
|
||||
462,4620000,10000,0,0,256,111,453,256,256,0,0,4007,65357,179,1,62572,1470,1494,65536,1
|
||||
107,1070000,18446744073706001616,0,0,26232,49,273,256,256,0,4895412794951727414,4014,65357,179,0,62572,1470,1494,65536,1
|
||||
463,4630000,3560000,0,0,83504,111,454,256,256,0,4704877978297827328,4016,65357,179,1,62572,1470,1494,65536,1
|
||||
464,4640000,10000,0,0,256,111,455,256,256,0,0,4018,65357,179,1,62572,1470,1494,65536,1
|
||||
465,4650000,10000,0,0,256,111,457,256,256,0,0,4019,65357,179,1,62572,1470,1494,65536,1
|
||||
466,4660000,10000,0,0,256,111,458,256,256,0,0,4021,65357,179,1,62572,1470,1494,65536,1
|
||||
467,4670000,10000,0,0,256,111,459,256,256,0,0,4024,65357,179,1,62572,1470,1494,65536,1
|
||||
468,4680000,10000,0,0,256,111,460,256,256,0,0,4026,65357,179,1,62572,1470,1494,65536,1
|
||||
469,4690000,10000,0,0,256,111,461,256,256,0,0,4029,65357,179,1,62572,1470,1494,65536,1
|
||||
470,4700000,10000,0,0,256,111,462,256,256,0,0,4030,65357,179,1,62572,1470,1494,65536,1
|
||||
471,4710000,10000,0,0,256,111,463,256,256,0,0,4035,65357,179,1,62572,1470,1494,65536,1
|
||||
472,4720000,10000,0,0,256,111,465,256,256,0,0,4036,65357,179,1,62572,1470,1494,65536,1
|
||||
473,4730000,10000,0,0,256,111,466,256,256,0,0,4038,65357,179,1,62572,1470,1494,65536,1
|
||||
474,4740000,10000,0,0,256,111,467,256,256,0,0,4040,65357,179,1,62572,1470,1494,65536,1
|
||||
475,4750000,10000,0,0,256,111,468,256,256,0,0,4042,65357,179,1,62572,1470,1494,65536,1
|
||||
476,4760000,10000,0,0,256,111,469,256,256,0,0,4044,65357,179,1,62572,1470,1494,65536,1
|
||||
477,4770000,10000,0,0,256,114,470,256,256,0,0,4047,65357,179,1,62572,1470,1494,65536,1
|
||||
478,4780000,10000,0,0,256,115,472,256,256,0,0,4051,65357,179,1,62572,1470,1494,65536,1
|
||||
479,4790000,10000,0,0,256,115,473,256,256,0,0,4054,65357,179,1,62572,1470,1494,65536,1
|
||||
480,4800000,10000,0,0,256,117,474,256,256,0,0,4056,65357,179,1,62572,1470,1494,65536,1
|
||||
481,4810000,10000,0,0,256,117,475,256,256,0,0,4059,65357,179,1,62572,1470,1494,65536,1
|
||||
482,4820000,10000,0,0,256,117,476,256,256,0,0,4061,65357,179,1,62572,1470,1494,65536,1
|
||||
483,4830000,10000,0,0,256,117,477,256,256,0,0,4063,65357,179,1,62572,1470,1494,65536,1
|
||||
484,4840000,10000,0,0,256,117,479,256,256,0,0,4065,65357,179,1,62572,1470,1494,65536,1
|
||||
485,4850000,10000,0,0,256,117,480,256,256,0,0,4066,65357,179,1,62572,1470,1494,65536,1
|
||||
486,4860000,10000,0,0,256,117,481,256,256,0,0,4068,65357,179,1,62572,1470,1494,65536,1
|
||||
487,4870000,10000,0,0,256,117,482,256,256,0,0,4070,65357,179,1,62572,1470,1494,65536,1
|
||||
488,4880000,10000,0,0,256,117,483,256,256,0,0,4072,65357,179,1,62572,1470,1494,65536,1
|
||||
489,4890000,10000,0,0,256,117,484,256,256,0,0,4074,65357,179,1,62572,1470,1494,65536,1
|
||||
490,4900000,10000,0,0,256,117,485,256,256,0,0,4077,65357,179,1,62572,1470,1494,65536,1
|
||||
491,4910000,10000,0,0,256,117,487,256,256,0,0,4079,65357,179,1,62572,1470,1494,65536,1
|
||||
492,4920000,10000,0,0,256,117,488,256,256,0,0,4081,65357,179,1,62572,1470,1494,65536,1
|
||||
493,4930000,10000,0,0,256,117,489,256,256,0,0,4085,65357,179,1,62572,1470,1494,65536,1
|
||||
494,4940000,10000,0,0,256,117,490,256,256,0,0,4087,65357,179,1,62572,1470,1494,65536,1
|
||||
495,4950000,10000,0,0,256,117,491,256,256,0,0,4089,65357,179,1,62572,1470,1494,65536,1
|
||||
496,4960000,10000,0,0,256,117,492,256,256,0,0,4091,65357,179,1,62572,1470,1494,65536,1
|
||||
497,4970000,10000,0,0,256,117,494,256,256,0,0,4093,65357,179,1,62572,1470,1494,65536,1
|
||||
498,4980000,10000,0,0,256,117,495,256,256,0,0,4095,65357,179,1,62572,1470,1494,65536,1
|
||||
499,4990000,10000,0,0,256,117,496,256,256,0,0,4097,65357,179,1,62572,1470,1494,65536,1
|
||||
500,5000000,10000,0,0,256,118,497,256,256,0,0,4099,65357,179,1,62572,1470,1494,65536,1
|
||||
501,5010000,10000,0,0,256,118,498,256,256,0,0,4101,65357,179,1,62572,1470,1494,65536,1
|
||||
502,5020000,10000,0,0,256,118,499,256,256,0,0,4103,65357,179,1,62572,1470,1494,65536,1
|
||||
503,5030000,10000,0,0,256,118,501,256,256,0,0,4106,65357,179,1,62572,1470,1494,65536,1
|
||||
504,5040000,10000,0,0,256,118,502,256,256,0,0,4108,65357,179,1,62572,1470,1494,65536,1
|
||||
505,5050000,10000,0,0,256,118,503,256,256,0,0,4110,65357,179,1,62572,1470,1494,65536,1
|
||||
506,5060000,10000,0,0,256,120,504,256,256,0,0,4111,65357,179,1,62572,1470,1494,65536,1
|
||||
|
||||
|
Reference in New Issue
Block a user