/export/starexec/sandbox/solver/bin/starexec_run_tc21-9.sh /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 3 rules on 2 letters DP SRS with 2 strict rules and 3 weak rules on 3 letters EDG SRS with 2 strict rules and 3 weak rules on 3 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 3, encoding = FBV, dim = 2, solver = Minisatapi, verbose = False, tracing = False} SRS with 1 strict rules and 3 weak rules on 3 letters EDG SRS with 1 strict rules and 3 weak rules on 3 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 8, encoding = Ersatz_Binary, dim = 4, solver = Minisatapi, verbose = True, tracing = False} SRS with 0 strict rules and 3 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [b, b] -> [a, a, a] {- Input 0 -} [b, a, b] -> [a] {- Input 1 -} [b, a, a] -> [b, a, b] {- Input 2 -} reason DP property Termination has value Just True for SRS [b, b] ->= [a, a, a] {- DP Nontop (Input 0) -} [b, a, b] ->= [a] {- DP Nontop (Input 1) -} [b, a, a] ->= [b, a, b] {- DP Nontop (Input 2) -} [b#, a, a] |-> [b#] {- DP (Top 2) (Input 2) -} [b#, a, a] |-> [b#, a, b] {- DP (Top 0) (Input 2) -} reason EDG property Termination has value Just True for SRS [b#, a, a] |-> [b#] {- DP (Top 2) (Input 2) -} [b#, a, a] |-> [b#, a, b] {- DP (Top 0) (Input 2) -} [b, b] ->= [a, a, a] {- DP Nontop (Input 0) -} [b, a, b] ->= [a] {- DP Nontop (Input 1) -} [b, a, a] ->= [b, a, b] {- DP Nontop (Input 2) -} reason ( b , Wk / 2A 2A \ \ 0A 0A / ) ( a , Wk / 0A 2A \ \ 0A 0A / ) ( b# , Wk / 8A 8A \ \ 8A 8A / ) property Termination has value Just True for SRS [b#, a, a] |-> [b#, a, b] {- DP (Top 0) (Input 2) -} [b, b] ->= [a, a, a] {- DP Nontop (Input 0) -} [b, a, b] ->= [a] {- DP Nontop (Input 1) -} [b, a, a] ->= [b, a, b] {- DP Nontop (Input 2) -} reason EDG property Termination has value Just True for SRS [b#, a, a] |-> [b#, a, b] {- DP (Top 0) (Input 2) -} [b, b] ->= [a, a, a] {- DP Nontop (Input 0) -} [b, a, b] ->= [a] {- DP Nontop (Input 1) -} [b, a, a] ->= [b, a, b] {- DP Nontop (Input 2) -} reason ( b , Wk / 0A 5A 0A 4A \ | - 4A 0A 4A | | - 2A - 2A | \ - - - 0A / ) ( a , Wk / 0A 3A 2A 0A \ | - - 0A - | | - 3A - 3A | \ - - - 0A / ) ( b# , Wk / - 1A - 2A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [b, b] ->= [a, a, a] {- DP Nontop (Input 0) -} [b, a, b] ->= [a] {- DP Nontop (Input 1) -} [b, a, a] ->= [b, a, b] {- DP Nontop (Input 2) -} reason EDG ************************************************** skeleton: (3,2)\Deepee\EDG(2/3,3)\Matrix{\Arctic}{2}\EDG(1/3,3)\Matrix{\Arctic}{4}(0/3,2)\EDG[] ************************************************** let {} in let {trac ?= False;loop_cap = 1;match_cap = 2;tile_cap = 3;matrix_cap = 4;mo = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;done = Worker No_Strict_Rules;dont = \ p -> Fail;tiling = \ m w -> On tile_cap (weighted (And_Then (Worker (Tiling {method = m,width = w,map_type = Enum,max_num_tiles = Just 1000,max_num_rules = Just 100000})) (Worker Remap)));tile_roc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Overlap w)) <> [ Worker Unlabel];mb = \ size -> On match_cap (Apply (Worker (Matchbound {method = RFC,max_size = Just size})) done);mbs = \ size -> First_Of [ mb size, Apply (Worker Mirror) (mb size)];tile_rfc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Forward w)) <> ((for ws (\ w -> tiling Backward w)) <> [ Worker Unlabel]);solver = Minisatapi;qpi = \ dim bits -> On matrix_cap (weighted (Worker (QPI {tracing = trac,dim = dim,bits = bits,solver = solver})));qpis = Seq [ Timeout 10 (qpi 2 3), Timeout 30 (qpi 4 3), Timeout 50 (qpi 6 3), qpi 8 3];kbo = \ b -> On matrix_cap (weighted (Worker (KBO {bits = b,solver = solver})));matrix = \ dom dim bits -> On matrix_cap (weighted (Worker (Matrix {monotone = Weak,domain = dom,dim = dim,bits = bits,encoding = Ersatz_Binary,tracing = trac,verbose = True,solver = solver})));arctics = Seq [ Timeout 10 (matrix Arctic 2 16), Timeout 30 (matrix Arctic 4 8), Timeout 50 (matrix Arctic 6 4), matrix Arctic 8 2];naturals = Seq [ Timeout 10 (matrix Natural 2 4), Timeout 30 (matrix Natural 4 3), Timeout 50 (matrix Natural 6 2), matrix Natural 8 1];remove = First_Of [ qpis, arctics, naturals, As_Transformer tile_roc];remove_wop = And_Then wop (Or_Else (As_Transformer (Worker No_Strict_Rules)) remove);deepee = Apply (And_Then (Worker DP) (Worker Remap)) (Apply wop (Branch (Worker (EDG {tracing = False,usable = True})) remove_wop));when_small = \ m -> Apply (Worker (SizeAtmost 1000)) m;yeah = First_Of [ when_small (First_Of [ deepee, Apply (Worker Mirror) deepee]), tile_rfc, mbs 100000];noh_for = \ side -> Worker (Simple (Config {closure = side,max_closure_width = Nothing,intermediates = All,priority = Linear [ ( 1, Log2 Steps), ( -1, Width_lhs), ( -2, Log2 Width_rhs)]}));noh = First_Of [ On loop_cap (noh_for Forward), On loop_cap (noh_for Backward), On loop_cap (Worker Transport)]} in Apply (Worker Remap) (Apply wop (Seq [ Worker KKST01, First_Of [ yeah, noh]])) ************************************************** statistics on proof search (nodes types that (together) took more than 1.000000000000) ************************************************** Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} total number 2 max duration 13.518002473000 min duration 13.517992372000 total durat. 27.035994845000 Info { what = Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} , input_size = Size { num_rules = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 15} , self = 133 , parent = Just 0 , duration = 13.517992372000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:18:21.179585656 UTC , finish = 2021-07-13 23:18:34.697578028 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' ] , 2 , True )} Info { what = Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} , input_size = Size { num_rules = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 15} , self = 134 , parent = Just 4 , duration = 13.518002473000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:18:21.179600747 UTC , finish = 2021-07-13 23:18:34.69760322 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' ] , 2 , True )} Fail : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 2.170220463000 min duration 1.674440641000 total durat. 3.844661104000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 95 , parent = Just 50 , duration = 1.674440641000 , status = Fail , start = 2021-07-13 23:18:21.546422182 UTC , finish = 2021-07-13 23:18:23.220862823 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '2' ] , 0 , True )} Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 26} , self = 105 , parent = Just 67 , duration = 2.170220463000 , status = Fail , start = 2021-07-13 23:18:21.739684341 UTC , finish = 2021-07-13 23:18:23.909904804 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '8' ] , 0 , True )} Success : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 11.467876005000 min duration 11.467876005000 total durat. 11.467876005000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 128 , parent = Just 50 , duration = 11.467876005000 , status = Success , start = 2021-07-13 23:18:23.222876478 UTC , finish = 2021-07-13 23:18:34.690752483 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '4' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 3.133901400000 min duration 3.133901400000 total durat. 3.133901400000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 135 , parent = Just 50 , duration = 3.133901400000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:18:31.563799177 UTC , finish = 2021-07-13 23:18:34.697700577 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '3' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 9.656784222000 min duration 9.656784222000 total durat. 9.656784222000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 123 , parent = Just 50 , duration = 9.656784222000 , status = Fail , start = 2021-07-13 23:18:21.897379181 UTC , finish = 2021-07-13 23:18:31.554163403 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '0' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 4 max duration 0.536146788000 min duration 0.291661330000 total durat. 1.663931044000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 2.098207255000 min duration 1.432073788000 total durat. 3.530281043000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 96 , parent = Just 50 , duration = 1.432073788000 , status = Fail , start = 2021-07-13 23:18:21.899760345 UTC , finish = 2021-07-13 23:18:23.331834133 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '3' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 26} , self = 106 , parent = Just 67 , duration = 2.098207255000 , status = Fail , start = 2021-07-13 23:18:22.225488141 UTC , finish = 2021-07-13 23:18:24.323695396 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '0' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 6.953773728000 min duration 5.522393467000 total durat. 12.476167195000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 121 , parent = Just 50 , duration = 5.522393467000 , status = Fail , start = 2021-07-13 23:18:23.334171173 UTC , finish = 2021-07-13 23:18:28.85656464 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '7' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 26} , self = 122 , parent = Just 67 , duration = 6.953773728000 , status = Fail , start = 2021-07-13 23:18:24.323860735 UTC , finish = 2021-07-13 23:18:31.277634463 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '8' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 5.839888366000 min duration 3.419429173000 total durat. 9.259317539000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 26} , self = 132 , parent = Just 67 , duration = 3.419429173000 , status = Fail , start = 2021-07-13 23:18:31.277776189 UTC , finish = 2021-07-13 23:18:34.697205362 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '9' ] , 0 , True )} Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 131 , parent = Just 50 , duration = 5.839888366000 , status = Fail , start = 2021-07-13 23:18:28.857141499 UTC , finish = 2021-07-13 23:18:34.697029865 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '6' ] , 0 , True )} Success : Tiling { method = Backward , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 1 max duration 2.639920290000 min duration 2.639920290000 total durat. 2.639920290000 Info { what = Tiling { method = Backward , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 15} , self = 99 , parent = Just 0 , duration = 2.639920290000 , status = Success , start = 2021-07-13 23:18:21.183268213 UTC , finish = 2021-07-13 23:18:23.823188503 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '0' , '5' ] , 3 , True )} Success : Tiling { method = Forward , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 1 max duration 2.706274119000 min duration 2.706274119000 total durat. 2.706274119000 Info { what = Tiling { method = Forward , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 15} , self = 103 , parent = Just 0 , duration = 2.706274119000 , status = Success , start = 2021-07-13 23:18:21.18348492 UTC , finish = 2021-07-13 23:18:23.889759039 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '3' , '1' ] , 3 , True )} Success : Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 8 max duration 3.926747831000 min duration 0.126944677000 total durat. 13.436929652000 Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 24 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 21 , alphabet_size = 9 , total_length = 174} , self = 101 , parent = Just 63 , duration = 2.054421760000 , status = Success , start = 2021-07-13 23:18:21.811779661 UTC , finish = 2021-07-13 23:18:23.866201421 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '2' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 35 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 30 , alphabet_size = 10 , total_length = 249} , self = 107 , parent = Just 41 , duration = 2.907174482000 , status = Success , start = 2021-07-13 23:18:21.460336838 UTC , finish = 2021-07-13 23:18:24.36751132 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '5' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 46 , num_strict_rules = 11 , num_top_rules = 11 , num_weak_rules = 35 , alphabet_size = 13 , total_length = 322} , self = 109 , parent = Just 44 , duration = 3.875738286000 , status = Success , start = 2021-07-13 23:18:21.550972899 UTC , finish = 2021-07-13 23:18:25.426711185 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '0' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 40 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 35 , alphabet_size = 13 , total_length = 288} , self = 111 , parent = Just 85 , duration = 3.926747831000 , status = Success , start = 2021-07-13 23:18:22.273699813 UTC , finish = 2021-07-13 23:18:26.200447644 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '7' ] , 3 , True )} Success : Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 4 max duration 12.896403776000 min duration 4.803198779000 total durat. 36.551760662000 Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 21} , self = 114 , parent = Just 50 , duration = 4.803198779000 , status = Success , start = 2021-07-13 23:18:21.556006291 UTC , finish = 2021-07-13 23:18:26.35920507 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '4' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 25} , self = 119 , parent = Just 16 , duration = 6.359021955000 , status = Success , start = 2021-07-13 23:18:21.188765497 UTC , finish = 2021-07-13 23:18:27.547787452 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '2' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 8 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 37} , self = 124 , parent = Just 12 , duration = 12.493136152000 , status = Success , start = 2021-07-13 23:18:21.188923937 UTC , finish = 2021-07-13 23:18:33.682060089 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '7' , '3' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 4 , total_length = 26} , self = 126 , parent = Just 67 , duration = 12.896403776000 , status = Success , start = 2021-07-13 23:18:21.744165126 UTC , finish = 2021-07-13 23:18:34.640568902 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '3' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 9 max duration 2.464193416000 min duration 0.034811582000 total durat. 5.067047571000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 171 , num_strict_rules = 171 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 24 , total_length = 1548} , self = 91 , parent = Just 78 , duration = 1.024240543000 , status = Success , start = 2021-07-13 23:18:21.840465839 UTC , finish = 2021-07-13 23:18:22.864706382 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '8' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 171 , num_strict_rules = 171 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 24 , total_length = 1548} , self = 93 , parent = Just 82 , duration = 1.127314485000 , status = Success , start = 2021-07-13 23:18:21.998283157 UTC , finish = 2021-07-13 23:18:23.125597642 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '5' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 207 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 198 , alphabet_size = 28 , total_length = 1881} , self = 113 , parent = Just 102 , duration = 2.464193416000 , status = Success , start = 2021-07-13 23:18:23.867969426 UTC , finish = 2021-07-13 23:18:26.332162842 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '2' ] , 3 , False )} **************************************************