ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
See README for more information about the Commands. For Commands after the "lr_enum..." commands, there needs to be an "--infile=..." and an "--outfile=..." added.
2
3
# TMs
4
InputOutput
5
Core-mins# Total# Total# Halt# Inf# Unknown% DecidedTM/s Decided
TM/s Processed
Command
6
Total17,403.66428,097,6059,140,97618,956,55376
7
Enumerate running 9 steps (all)0.762124,231,3315,502,1544,425,82314,303,35440.97%217,194.859530,110.063
lr_enum 3 3 9 3x3.halt.txt 3x3.inf.txt 3x3.unk.txt false
8
Enumerate running 100K steps42.43314,303,35418,169,5923,638,70413,124,5821,406,30692.26%6,584.1667,136.525
00 <= XX < 09: lr_enum_continue 3x3.in.XX 100000 3x3.halt.txt 3x3.inf.txt 3x3.unk.txt XX false
9
Reverse Engineering Filter1.7851,406,3061,406,3060396,4031,009,90328.19%3,701.58713,132.001Reverse_Engineer_Filter.py
10
CPS filter 10K, bs 1-959.4961,009,9031,009,9030942,16067,74393.29%263.929282.906
CPS_Filter.py --min-block-size=1 --max-block-size=9 --max-steps=10_000
11
CPS filter 100K, bs 1-9, fixed-history 1110.95667,74367,743059,5038,24087.84%8.93810.176
CPS_Filter.py --min-block-size=1 --max-block-size=9 --fixed-history=1 --max-steps=100_000
12
Enum loops 100K, tape 1K, bs 1, rec, exp249.5368,2408,276931228,0612.60%0.0140.553
Enumerate.py --max-loops=100_000 --block-size=1 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
13
Enum loops 100K, tape 1K, bs 2, rec, exp54.9718,0618,061186,7571,28684.05%2.0542.444
Enumerate.py --max-loops=100_000 --block-size=2 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
14
Enum loops 100K, tape 1K, bs 3, rec, exp60.1451,2861,286458369945.65%0.1630.356
Enumerate.py --max-loops=100_000 --block-size=3 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
15
Enum loops 100K, tape 1K, bs 4, rec, exp32.110699699116853024.18%0.0880.363
Enumerate.py --max-loops=100_000 --block-size=4 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
16
Enum loops 100K, tape 1K, bs 5, rec, exp40.229530530025280.38%0.0010.220
Enumerate.py --max-loops=100_000 --block-size=5 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
17
Enum loops 100K, tape 1K, bs 6, rec, exp24.354528528211041621.21%0.0770.361
Enumerate.py --max-loops=100_000 --block-size=6 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
18
Enum loops 100K, tape 1K, bs 7, rec, exp35.088416416004160.00%0.0000.198
Enumerate.py --max-loops=100_000 --block-size=7 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
19
Enum loops 100K, tape 1K, bs 8, rec, exp25.366416416024140.48%0.0010.273
Enumerate.py --max-loops=100_000 --block-size=8 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
20
Enum loops 100K, tape 1K, bs 9, rec, exp32.637414414004140.00%0.0000.211
Enumerate.py --max-loops=100_000 --block-size=9 --tape-limit=1_000 --recursive --exp-linear-rules --lin-steps=0 --no-ctl --no-reverse-engineer --save-freq=10_000
21
MITMWFAR, depth 14, m 112,846.730414414022718754.83%0.0000.001
MITMWFAR -n=14 -m=1 -pm=1 | MITMWFAR -sc -pm=2 | MITMWFAR -fc
22
CPS filter 1M, bs 1-1823.7751871870111765.88%0.0080.131
CPS_Filter.py --min-block-size=1 --max-block-size=18 --max-steps=1_000_000
23
CPS filter 1M, bs 1-18, fixed-history 1446.036176176031731.70%0.0000.007
CPS_Filter.py --min-block-size=1 --max-block-size=18 --fixed-history=1 --max-steps=1_000_000
24
dec-fin-aut-red, direct, depth 12, time 20m1,791.1301731730898451.45%0.0010.002
decider-finite-automata-reduction-wrapper 3x3 direct 12 20m
25
dec-fin-aut-red, mitm_dfa, depth 16, time 20m1,526.128848408769.52%0.0000.001
decider-finite-automata-reduction-wrapper 3x3 mitm_dfa 16 20m
26
27
Total Core-hours290.061
28
Total Core-days12.085
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100