Fix N-RUNS/START-REP hardcoded constants; N-REPS increase blocked on reservoir cost, not a bug (FABRIC-3.md §XXIII)
Two real bugs found and fixed while attempting to raise N-REPS from 3 (both harmless only by coincidence at N-REPS=3, since 3 happened to equal the hardcoded/literal values): - N-RUNS was `27 CONSTANT`, not derived -- now `N-ID N-REPS * CONSTANT N-RUNS`. - START-REP's run_id decode used a literal `3 *` where it meant `N-REPS *` (confirmed against EXEC-STD79-DOE, the serialized baseline, which correctly uses N-REPS for the same decode). Re-verified at N-REPS=3 (amd64): byte-identical to the already- verified baseline -- 193s, 0 faults, 99/99 tokens every identity, K conserved on all 656 rows. Raising N-REPS to 6 was then tested and found to cause real, silent data loss at full 8-identity scale (rajames 0/198, 00 66/198, 01/02 99/198, 03-06 fully complete) -- same failure class as §XXI defect 2, just past the budget again since doubling N-REPS roughly doubles total MSG-SEND volume (24->48). Measured the reservoir's replenishment directly rather than assume from source: 40 sends drained it from 21735 to 1; 300s of pure idle time (zero further sends) brought it back to 2049 -- real, but only ~6.8 units/s, meaning a full refill would take on the order of 53 minutes against a campaign's few-hundred-second runtime. Raising N-REPS further needs a cheaper per-send cost or an explicit top-up, not reliance on ambient decay. Reverted N-REPS to 3 (fixes kept, they're correctness fixes independent of the value) rather than commit a silently-lossy result. 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
5c1b31669e
commit
c8ba8832c4
@@ -0,0 +1,195 @@
|
||||
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
|
||||
404,4040000,10000,0,0,256,87,556,256,256,0,0,3662,65535,1,1,62605,1454,1477,65536,1
|
||||
405,4050000,10000,0,0,256,88,547,256,256,0,0,3666,65535,1,1,62605,1454,1477,65536,1
|
||||
406,4060000,10000,0,0,256,90,532,256,256,0,0,3667,65535,1,1,62605,1454,1477,65536,1
|
||||
407,4070000,10000,0,0,256,91,524,256,256,0,0,3668,65535,1,1,62605,1454,1477,65536,1
|
||||
408,4080000,10000,0,0,256,92,516,256,256,0,0,3671,65535,1,1,62605,1454,1477,65536,1
|
||||
409,4090000,10000,0,0,256,92,511,256,256,0,0,3673,65535,1,1,62605,1454,1477,65536,1
|
||||
410,4100000,10000,0,0,256,92,507,256,256,0,0,3676,65535,1,1,62605,1454,1477,65536,1
|
||||
411,4110000,10000,0,0,256,92,503,256,256,0,0,3679,65535,1,1,62605,1454,1477,65536,1
|
||||
412,4120000,10000,0,0,256,92,501,256,256,0,0,3681,65535,1,1,62605,1454,1477,65536,1
|
||||
413,4130000,10000,0,0,256,92,497,256,256,0,0,3683,65535,1,1,62605,1454,1477,65536,1
|
||||
414,4140000,10000,0,0,256,92,490,256,256,0,0,3687,65535,1,1,62605,1454,1477,65536,1
|
||||
415,4150000,10000,0,0,256,95,491,256,256,0,0,3689,65535,1,1,62605,1454,1477,65536,1
|
||||
416,4160000,10000,0,0,256,95,493,256,256,0,0,3691,65535,1,1,62605,1454,1477,65536,1
|
||||
417,4170000,10000,0,0,256,95,494,256,256,0,0,3694,65535,1,1,62605,1454,1477,65536,1
|
||||
418,4180000,10000,0,0,256,95,496,256,256,0,0,3697,65535,1,1,62605,1454,1477,65536,1
|
||||
419,4190000,10000,0,0,256,95,497,256,256,0,0,3699,65535,1,1,62605,1454,1477,65536,1
|
||||
420,4200000,10000,0,0,256,95,498,256,256,0,0,3701,65535,1,1,62605,1454,1477,65536,1
|
||||
421,4210000,10000,0,0,256,95,500,256,256,0,0,3703,65535,1,1,62605,1454,1477,65536,1
|
||||
422,4220000,10000,0,0,256,96,501,256,256,0,0,3706,65535,1,1,62605,1454,1477,65536,1
|
||||
423,4230000,10000,0,0,256,98,503,256,256,0,0,3708,65535,1,1,62605,1454,1477,65536,1
|
||||
424,4240000,10000,0,0,256,98,504,256,256,0,0,3711,65535,1,1,62605,1454,1477,65536,1
|
||||
425,4250000,10000,0,0,256,99,506,256,256,0,0,3713,65535,1,1,62605,1454,1477,65536,1
|
||||
426,4260000,10000,0,0,256,99,507,256,256,0,0,3716,65535,1,1,62605,1454,1477,65536,1
|
||||
427,4270000,10000,0,0,256,100,508,256,256,0,0,3718,65535,1,1,62605,1454,1477,65536,1
|
||||
428,4280000,10000,0,0,256,100,510,256,256,0,0,3720,65535,1,1,62605,1454,1477,65536,1
|
||||
429,4290000,10000,0,0,256,101,511,256,256,0,0,3722,65535,1,1,62605,1454,1477,65536,1
|
||||
430,4300000,10000,0,0,256,105,513,256,256,0,0,3724,65535,1,1,62605,1454,1477,65536,1
|
||||
431,4310000,10000,0,0,256,105,514,256,256,0,0,3727,65535,1,1,62605,1454,1477,65536,1
|
||||
432,4320000,10000,0,0,256,105,516,256,256,0,0,3729,65535,1,1,62605,1454,1477,65536,1
|
||||
433,4330000,10000,0,0,256,105,517,256,256,0,0,3732,65535,1,1,62605,1454,1477,65536,1
|
||||
434,4340000,10000,0,0,256,105,518,256,256,0,0,3733,65535,1,1,62605,1454,1477,65536,1
|
||||
435,4350000,10000,0,0,256,105,520,256,256,0,0,3735,65535,1,1,62605,1454,1477,65536,1
|
||||
436,4360000,10000,0,0,256,105,521,256,256,0,0,3740,65535,1,1,62605,1454,1477,65536,1
|
||||
437,4370000,10000,0,0,256,109,523,256,256,0,0,3742,65535,1,1,62605,1454,1477,65536,1
|
||||
438,4380000,10000,0,0,256,109,524,256,256,0,0,3745,65535,1,1,62605,1454,1477,65536,1
|
||||
439,4390000,10000,0,0,256,109,525,256,256,0,0,3747,65535,1,1,62605,1454,1477,65536,1
|
||||
440,4400000,10000,0,0,256,109,527,256,256,0,0,3750,65535,1,1,62605,1454,1477,65536,1
|
||||
441,4410000,10000,0,0,256,109,528,256,256,0,0,3752,65535,1,1,62605,1454,1477,65536,1
|
||||
442,4420000,10000,0,0,256,109,530,256,256,0,0,3753,65535,1,1,62605,1454,1477,65536,1
|
||||
443,4430000,10000,0,0,256,109,531,256,256,0,0,3755,65535,1,1,62605,1454,1477,65536,1
|
||||
444,4440000,10000,0,0,256,109,527,256,256,0,0,3756,65535,1,1,62605,1454,1477,65536,1
|
||||
445,4450000,10000,0,0,256,110,506,256,256,0,0,3758,65535,1,1,62605,1454,1477,65536,1
|
||||
446,4460000,10000,0,0,256,111,507,256,256,0,0,3760,65535,1,1,62605,1454,1477,65536,1
|
||||
447,4470000,10000,0,0,256,119,509,256,256,0,0,3762,65535,1,1,62605,1454,1477,65536,1
|
||||
448,4480000,10000,0,0,256,119,510,256,256,0,0,3763,65535,1,1,62605,1454,1477,65536,1
|
||||
449,4490000,10000,0,0,256,119,511,256,256,0,0,3764,65535,1,1,62605,1454,1477,65536,1
|
||||
450,4500000,10000,0,0,256,119,513,256,256,0,0,3765,65535,1,1,62605,1454,1477,65536,1
|
||||
451,4510000,10000,0,0,256,119,514,256,256,0,0,3766,65535,1,1,62605,1454,1477,65536,1
|
||||
452,4520000,10000,0,0,256,119,515,256,256,0,0,3768,65535,1,1,62605,1454,1477,65536,1
|
||||
453,4530000,10000,0,0,256,119,506,256,256,0,0,3770,65535,1,1,62605,1454,1477,65536,1
|
||||
454,4540000,10000,0,0,256,119,478,256,256,0,0,3772,65535,1,1,62605,1454,1477,65536,1
|
||||
455,4550000,10000,0,0,256,119,459,256,256,0,0,3773,65535,1,1,62605,1454,1477,65536,1
|
||||
93,930000,18446744073705931616,0,0,22737,48,282,256,256,0,4895412794951727380,3776,65535,1,0,62605,1454,1477,65536,1
|
||||
456,4560000,3630000,0,0,85208,120,452,256,256,0,4705028302153187328,3780,65535,1,1,62605,1454,1477,65536,1
|
||||
457,4570000,10000,0,0,256,120,453,256,256,0,0,3784,65535,1,1,62605,1454,1477,65536,1
|
||||
458,4580000,10000,0,0,256,120,454,256,256,0,0,3786,65535,1,1,62605,1454,1477,65536,1
|
||||
459,4590000,10000,0,0,256,120,455,256,256,0,0,3788,65535,1,1,62605,1454,1477,65536,1
|
||||
460,4600000,10000,0,0,256,120,456,256,256,0,0,3789,65535,1,1,62605,1454,1477,65536,1
|
||||
461,4610000,10000,0,0,256,120,458,256,256,0,0,3792,65535,1,1,62605,1454,1477,65536,1
|
||||
462,4620000,10000,0,0,256,120,455,256,256,0,0,3794,65535,1,1,62605,1454,1477,65536,1
|
||||
463,4630000,10000,0,0,256,120,456,256,256,0,0,3796,65535,1,1,62605,1454,1477,65536,1
|
||||
464,4640000,10000,0,0,256,120,457,256,256,0,0,3797,65535,1,1,62605,1454,1477,65536,1
|
||||
465,4650000,10000,0,0,256,120,458,256,256,0,0,3799,65535,1,1,62605,1454,1477,65536,1
|
||||
466,4660000,10000,0,0,256,120,459,256,256,0,0,3800,65535,1,1,62605,1454,1477,65536,1
|
||||
467,4670000,10000,0,0,256,120,460,256,256,0,0,3802,65535,1,1,62605,1454,1477,65536,1
|
||||
468,4680000,10000,0,0,256,120,461,256,256,0,0,3804,65535,1,1,62605,1454,1477,65536,1
|
||||
469,4690000,10000,0,0,256,120,463,256,256,0,0,3807,65535,1,1,62605,1454,1477,65536,1
|
||||
470,4700000,10000,0,0,256,120,464,256,256,0,0,3808,65535,1,1,62605,1454,1477,65536,1
|
||||
471,4710000,10000,0,0,256,120,465,256,256,0,0,3810,65535,1,1,62605,1454,1477,65536,1
|
||||
472,4720000,10000,0,0,256,120,466,256,256,0,0,3812,65535,1,1,62605,1454,1477,65536,1
|
||||
473,4730000,10000,0,0,256,120,467,256,256,0,0,3813,65535,1,1,62605,1454,1477,65536,1
|
||||
474,4740000,10000,0,0,256,120,468,256,256,0,0,3815,65535,1,1,62605,1454,1477,65536,1
|
||||
475,4750000,10000,0,0,256,120,470,256,256,0,0,3816,65535,1,1,62605,1454,1477,65536,1
|
||||
476,4760000,10000,0,0,256,120,471,256,256,0,0,3817,65535,1,1,62605,1454,1477,65536,1
|
||||
477,4770000,10000,0,0,256,120,472,256,256,0,0,3820,65535,1,1,62605,1454,1477,65536,1
|
||||
478,4780000,10000,0,0,256,120,473,256,256,0,0,3825,65535,1,1,62605,1454,1477,65536,1
|
||||
479,4790000,10000,0,0,256,122,474,256,256,0,0,3829,65535,1,1,62605,1454,1477,65536,1
|
||||
480,4800000,10000,0,0,256,122,475,256,256,0,0,3831,65535,1,1,62605,1454,1477,65536,1
|
||||
481,4810000,10000,0,0,256,122,477,256,256,0,0,3833,65535,1,1,62605,1454,1477,65536,1
|
||||
482,4820000,10000,0,0,256,122,478,256,256,0,0,3834,65535,1,1,62605,1454,1477,65536,1
|
||||
483,4830000,10000,0,0,256,122,479,256,256,0,0,3836,65535,1,1,62605,1454,1477,65536,1
|
||||
484,4840000,10000,0,0,256,122,480,256,256,0,0,3837,65535,1,1,62605,1454,1477,65536,1
|
||||
485,4850000,10000,0,0,256,122,481,256,256,0,0,3838,65535,1,1,62605,1454,1477,65536,1
|
||||
486,4860000,10000,0,0,256,122,482,256,256,0,0,3840,65535,1,1,62605,1454,1477,65536,1
|
||||
487,4870000,10000,0,0,256,122,484,256,256,0,0,3842,65535,1,1,62605,1454,1477,65536,1
|
||||
488,4880000,10000,0,0,256,122,485,256,256,0,0,3843,65535,1,1,62605,1454,1477,65536,1
|
||||
489,4890000,10000,0,0,256,122,486,256,256,0,0,3845,65535,1,1,62605,1454,1477,65536,1
|
||||
490,4900000,10000,0,0,256,122,487,256,256,0,0,3846,65535,1,1,62605,1454,1477,65536,1
|
||||
491,4910000,10000,0,0,256,122,488,256,256,0,0,3847,65535,1,1,62605,1454,1477,65536,1
|
||||
492,4920000,10000,0,0,256,122,489,256,256,0,0,3848,65535,1,1,62605,1454,1477,65536,1
|
||||
493,4930000,10000,0,0,256,122,490,256,256,0,0,3852,65535,1,1,62605,1454,1477,65536,1
|
||||
494,4940000,10000,0,0,256,122,492,256,256,0,0,3854,65535,1,1,62605,1454,1477,65536,1
|
||||
495,4950000,10000,0,0,256,122,493,256,256,0,0,3855,65535,1,1,62605,1454,1477,65536,1
|
||||
496,4960000,10000,0,0,256,122,494,256,256,0,0,3856,65535,1,1,62605,1454,1477,65536,1
|
||||
497,4970000,10000,0,0,256,122,495,256,256,0,0,3858,65535,1,1,62605,1454,1477,65536,1
|
||||
498,4980000,10000,0,0,256,122,496,256,256,0,0,3860,65535,1,1,62605,1454,1477,65536,1
|
||||
499,4990000,10000,0,0,256,122,497,256,256,0,0,3861,65535,1,1,62605,1454,1477,65536,1
|
||||
500,5000000,10000,0,0,256,122,499,256,256,0,0,3863,65535,1,1,62605,1454,1477,65536,1
|
||||
501,5010000,10000,0,0,256,122,500,256,256,0,0,3865,65535,1,1,62605,1454,1477,65536,1
|
||||
502,5020000,10000,0,0,256,122,501,256,256,0,0,3867,65535,1,1,62605,1454,1477,65536,1
|
||||
94,940000,18446744073705471616,0,0,22888,53,223,256,256,0,4895412794951727155,3871,65535,1,0,62605,1454,1477,65536,1
|
||||
503,5030000,4090000,0,0,97089,122,502,256,256,0,4706016144631267328,3875,65535,1,1,62605,1454,1477,65536,1
|
||||
504,5040000,10000,0,0,256,122,503,256,256,0,0,3877,65535,1,1,62605,1454,1477,65536,1
|
||||
505,5050000,10000,0,0,256,122,504,256,256,0,0,3879,65535,1,1,62605,1454,1477,65536,1
|
||||
506,5060000,10000,0,0,256,122,506,256,256,0,0,3881,65535,1,1,62605,1454,1477,65536,1
|
||||
507,5070000,10000,0,0,256,122,507,256,256,0,0,3882,65535,1,1,62605,1454,1477,65536,1
|
||||
508,5080000,10000,0,0,256,122,508,256,256,0,0,3884,65535,1,1,62605,1454,1477,65536,1
|
||||
509,5090000,10000,0,0,256,123,509,256,256,0,0,3886,65535,1,1,62605,1454,1477,65536,1
|
||||
510,5100000,10000,0,0,256,123,510,256,256,0,0,3888,65535,1,1,62605,1454,1477,65536,1
|
||||
511,5110000,10000,0,0,256,123,511,256,256,0,0,3890,65535,1,1,62605,1454,1477,65536,1
|
||||
512,5120000,10000,0,0,256,123,512,256,256,0,0,3891,65535,1,1,62605,1454,1477,65536,1
|
||||
513,5130000,10000,0,0,256,123,514,256,256,0,0,3893,65535,1,1,62605,1454,1477,65536,1
|
||||
514,5140000,10000,0,0,256,123,515,256,256,0,0,3893,65535,1,1,62605,1454,1477,65536,1
|
||||
515,5150000,10000,0,0,256,123,516,256,256,0,0,3895,65535,1,1,62605,1454,1477,65536,1
|
||||
516,5160000,10000,0,0,256,127,517,256,256,0,0,3897,65535,1,1,62605,1454,1477,65536,1
|
||||
517,5170000,10000,0,0,256,130,518,256,256,0,0,3899,65535,1,1,62605,1454,1477,65536,1
|
||||
518,5180000,10000,0,0,256,131,519,256,256,0,0,3901,65535,1,1,62605,1454,1477,65536,1
|
||||
519,5190000,10000,0,0,256,131,521,256,256,0,0,3903,65535,1,1,62605,1454,1477,65536,1
|
||||
520,5200000,10000,0,0,256,131,522,256,256,0,0,3904,65535,1,1,62605,1454,1477,65536,1
|
||||
521,5210000,10000,0,0,256,131,523,256,256,0,0,3906,65535,1,1,62605,1454,1477,65536,1
|
||||
522,5220000,10000,0,0,256,131,524,256,256,0,0,3910,65535,1,1,62605,1454,1477,65536,1
|
||||
523,5230000,10000,0,0,256,131,525,256,256,0,0,3911,65535,1,1,62605,1454,1477,65536,1
|
||||
524,5240000,10000,0,0,256,131,526,256,256,0,0,3912,65535,1,1,62605,1454,1477,65536,1
|
||||
525,5250000,10000,0,0,256,131,528,256,256,0,0,3913,65535,1,1,62605,1454,1477,65536,1
|
||||
526,5260000,10000,0,0,256,131,529,256,256,0,0,3915,65535,1,1,62605,1454,1477,65536,1
|
||||
527,5270000,10000,0,0,256,131,530,256,256,0,0,3919,65535,1,1,62605,1454,1477,65536,1
|
||||
528,5280000,10000,0,0,256,131,531,256,256,0,0,3921,65535,1,1,62605,1454,1477,65536,1
|
||||
529,5290000,10000,0,0,256,131,532,256,256,0,0,3922,65535,1,1,62605,1454,1477,65536,1
|
||||
530,5300000,10000,0,0,256,131,533,256,256,0,0,3923,65535,1,1,62605,1454,1477,65536,1
|
||||
531,5310000,10000,0,0,256,131,534,256,256,0,0,3925,65535,1,1,62605,1454,1477,65536,1
|
||||
532,5320000,10000,0,0,256,131,536,256,256,0,0,3927,65535,1,1,62605,1454,1477,65536,1
|
||||
533,5330000,10000,0,0,256,133,537,256,256,0,0,3928,65535,1,1,62605,1454,1477,65536,1
|
||||
534,5340000,10000,0,0,256,133,538,256,256,0,0,3929,65535,1,1,62605,1454,1477,65536,1
|
||||
535,5350000,10000,0,0,256,133,539,256,256,0,0,3930,65535,1,1,62605,1454,1477,65536,1
|
||||
536,5360000,10000,0,0,256,133,540,256,256,0,0,3932,65535,1,1,62605,1454,1477,65536,1
|
||||
537,5370000,10000,0,0,256,133,541,256,256,0,0,3933,65535,1,1,62605,1454,1477,65536,1
|
||||
538,5380000,10000,0,0,256,133,543,256,256,0,0,3935,65535,1,1,62605,1454,1477,65536,1
|
||||
539,5390000,10000,0,0,256,133,544,256,256,0,0,3937,65535,1,1,62605,1454,1477,65536,1
|
||||
540,5400000,10000,0,0,256,137,545,256,256,0,0,3939,65535,1,1,62605,1454,1477,65536,1
|
||||
541,5410000,10000,0,0,256,141,546,256,256,0,0,3941,65535,1,1,62605,1454,1477,65536,1
|
||||
542,5420000,10000,0,0,256,141,547,256,256,0,0,3944,65535,1,1,62605,1454,1477,65536,1
|
||||
543,5430000,10000,0,0,256,142,548,256,256,0,0,3947,65535,1,1,62605,1454,1477,65536,1
|
||||
544,5440000,10000,0,0,256,143,550,256,256,0,0,3949,65535,1,1,62605,1454,1477,65536,1
|
||||
545,5450000,10000,0,0,256,143,551,256,256,0,0,3952,65535,1,1,62605,1454,1477,65536,1
|
||||
546,5460000,10000,0,0,256,143,552,256,256,0,0,3954,65535,1,1,62605,1454,1477,65536,1
|
||||
547,5470000,10000,0,0,256,143,553,256,256,0,0,3956,65535,1,1,62605,1454,1477,65536,1
|
||||
548,5480000,10000,0,0,256,143,554,256,256,0,0,3957,65535,1,1,62605,1454,1477,65536,1
|
||||
549,5490000,10000,0,0,256,143,555,256,256,0,0,3959,65535,1,1,62605,1454,1477,65536,1
|
||||
550,5500000,10000,0,0,256,143,556,256,256,0,0,3961,65535,1,1,62605,1454,1477,65536,1
|
||||
551,5510000,10000,0,0,256,143,558,256,256,0,0,3962,65535,1,1,62605,1454,1477,65536,1
|
||||
552,5520000,10000,0,0,256,143,559,256,256,0,0,3964,65535,1,1,62605,1454,1477,65536,1
|
||||
553,5530000,10000,0,0,256,143,560,256,256,0,0,3965,65535,1,1,62605,1454,1477,65536,1
|
||||
554,5540000,10000,0,0,256,143,561,256,256,0,0,3967,65535,1,1,62605,1454,1477,65536,1
|
||||
555,5550000,10000,0,0,256,143,562,256,256,0,0,3969,65535,1,1,62605,1454,1477,65536,1
|
||||
556,5560000,10000,0,0,256,144,563,256,256,0,0,3970,65535,1,1,62605,1454,1477,65536,1
|
||||
95,950000,18446744073704941616,0,0,23040,53,225,256,256,0,4895412794951726896,3973,65535,1,0,62605,1454,1477,65536,1
|
||||
557,5570000,4620000,0,0,110761,144,565,256,256,0,4706707960783437824,3978,65535,1,1,62605,1454,1477,65536,1
|
||||
558,5580000,10000,0,0,256,145,566,256,256,0,0,3982,65535,1,1,62605,1454,1477,65536,1
|
||||
559,5590000,10000,0,0,256,145,567,256,256,0,0,3984,65535,1,1,62605,1454,1477,65536,1
|
||||
560,5600000,10000,0,0,256,145,568,256,256,0,0,3985,65535,1,1,62605,1454,1477,65536,1
|
||||
561,5610000,10000,0,0,256,145,569,256,256,0,0,3987,65535,1,1,62605,1454,1477,65536,1
|
||||
562,5620000,10000,0,0,256,145,570,256,256,0,0,3988,65535,1,1,62605,1454,1477,65536,1
|
||||
563,5630000,10000,0,0,256,145,572,256,256,0,0,3990,65535,1,1,62605,1454,1477,65536,1
|
||||
564,5640000,10000,0,0,256,145,573,256,256,0,0,3991,65535,1,1,62605,1454,1477,65536,1
|
||||
565,5650000,10000,0,0,256,145,574,256,256,0,0,3992,65535,1,1,62605,1454,1477,65536,1
|
||||
566,5660000,10000,0,0,256,145,575,256,256,0,0,3994,65535,1,1,62605,1454,1477,65536,1
|
||||
567,5670000,10000,0,0,256,145,576,256,256,0,0,3996,65535,1,1,62605,1454,1477,65536,1
|
||||
568,5680000,10000,0,0,256,145,577,256,256,0,0,3997,65535,1,1,62605,1454,1477,65536,1
|
||||
569,5690000,10000,0,0,256,145,578,256,256,0,0,3998,65535,1,1,62605,1454,1477,65536,1
|
||||
570,5700000,10000,0,0,256,145,580,256,256,0,0,3999,65535,1,1,62605,1454,1477,65536,1
|
||||
571,5710000,10000,0,0,256,145,581,256,256,0,0,4001,65535,1,1,62605,1454,1477,65536,1
|
||||
572,5720000,10000,0,0,256,145,582,256,256,0,0,4003,65535,1,1,62605,1454,1477,65536,1
|
||||
573,5730000,10000,0,0,256,145,583,256,256,0,0,4004,65535,1,1,62605,1454,1477,65536,1
|
||||
574,5740000,10000,0,0,256,145,584,256,256,0,0,4006,65535,1,1,62605,1454,1477,65536,1
|
||||
575,5750000,10000,0,0,256,145,585,256,256,0,0,4007,65535,1,1,62605,1454,1477,65536,1
|
||||
576,5760000,10000,0,0,256,145,587,256,256,0,0,4008,65535,1,1,62605,1454,1477,65536,1
|
||||
577,5770000,10000,0,0,256,145,588,256,256,0,0,4009,65535,1,1,62605,1454,1477,65536,1
|
||||
578,5780000,10000,0,0,256,145,589,256,256,0,0,4010,65535,1,1,62605,1454,1477,65536,1
|
||||
579,5790000,10000,0,0,256,145,590,256,256,0,0,4012,65535,1,1,62605,1454,1477,65536,1
|
||||
580,5800000,10000,0,0,256,145,591,256,256,0,0,4014,65535,1,1,62605,1454,1477,65536,1
|
||||
581,5810000,10000,0,0,256,145,592,256,256,0,0,4017,65535,1,1,62605,1454,1477,65536,1
|
||||
582,5820000,10000,0,0,256,145,594,256,256,0,0,4019,65535,1,1,62605,1454,1477,65536,1
|
||||
583,5830000,10000,0,0,256,145,595,256,256,0,0,4021,65535,1,1,62605,1454,1477,65536,1
|
||||
584,5840000,10000,0,0,256,145,596,256,256,0,0,4022,65535,1,1,62605,1454,1477,65536,1
|
||||
585,5850000,10000,0,0,256,145,597,256,256,0,0,4023,65535,1,1,62605,1454,1477,65536,1
|
||||
586,5860000,10000,0,0,256,145,598,256,256,0,0,4025,65535,1,1,62605,1454,1477,65536,1
|
||||
587,5870000,10000,0,0,256,145,599,256,256,0,0,4026,65535,1,1,62605,1454,1477,65536,1
|
||||
588,5880000,10000,0,0,256,145,600,256,256,0,0,4027,65535,1,1,62605,1454,1477,65536,1
|
||||
589,5890000,10000,0,0,256,145,602,256,256,0,0,4029,65535,1,1,62605,1454,1477,65536,1
|
||||
590,5900000,10000,0,0,256,145,603,256,256,0,0,4031,65535,1,1,62605,1454,1477,65536,1
|
||||
591,5910000,10000,0,0,256,145,604,256,256,0,0,4032,65535,1,1,62605,1454,1477,65536,1
|
||||
592,5920000,10000,0,0,256,145,605,256,256,0,0,4033,65535,1,1,62605,1454,1477,65536,1
|
||||
593,5930000,10000,0,0,256,145,606,256,256,0,0,4035,65535,1,1,62605,1454,1477,65536,1
|
||||
594,5940000,10000,0,0,256,145,607,256,256,0,0,4036,65535,1,1,62605,1454,1477,65536,1
|
||||
|
Reference in New Issue
Block a user