/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 2 rules on 2 letters DP SRS with 3 strict rules and 2 weak rules on 3 letters EDG SRS with 3 strict rules and 2 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 1 strict rules and 2 weak rules on 3 letters EDG SRS with 1 strict rules and 2 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 2 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a] -> [] {- Input 0 -} [a, b, b, a] -> [a, a, b, a, b, b] {- Input 1 -} reason DP property Termination has value Just True for SRS [a] ->= [] {- DP Nontop (Input 0) -} [a, b, b, a] ->= [a, a, b, a, b, b] {- DP Nontop (Input 1) -} [a#, b, b, a] |-> [a#, a, b, a, b, b] {- DP (Top 0) (Input 1) -} [a#, b, b, a] |-> [a#, b, a, b, b] {- DP (Top 1) (Input 1) -} [a#, b, b, a] |-> [a#, b, b] {- DP (Top 3) (Input 1) -} reason EDG property Termination has value Just True for SRS [a#, b, b, a] |-> [a#, a, b, a, b, b] {- DP (Top 0) (Input 1) -} [a#, b, b, a] |-> [a#, b, b] {- DP (Top 3) (Input 1) -} [a#, b, b, a] |-> [a#, b, a, b, b] {- DP (Top 1) (Input 1) -} [a] ->= [] {- DP Nontop (Input 0) -} [a, b, b, a] ->= [a, a, b, a, b, b] {- DP Nontop (Input 1) -} reason ( a , Wk / 0A - 0A 0A \ | - 2A 2A 5A | | 0A - 0A 3A | \ - - - 0A / ) ( b , Wk / - 0A - 0A \ | - - - 2A | | 0A - - 2A | \ - - - 0A / ) ( a# , Wk / - 0A 1A 4A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a#, b, b, a] |-> [a#, a, b, a, b, b] {- DP (Top 0) (Input 1) -} [a] ->= [] {- DP Nontop (Input 0) -} [a, b, b, a] ->= [a, a, b, a, b, b] {- DP Nontop (Input 1) -} reason EDG property Termination has value Just True for SRS [a#, b, b, a] |-> [a#, a, b, a, b, b] {- DP (Top 0) (Input 1) -} [a] ->= [] {- DP Nontop (Input 0) -} [a, b, b, a] ->= [a, a, b, a, b, b] {- DP Nontop (Input 1) -} reason ( a , Wk / 0A - - - \ | 0A 0A - - | | 0A - 3A 3A | \ - - - 0A / ) ( b , Wk / - 0A 0A 2A \ | - - 3A - | | - - - 0A | \ - - - 0A / ) ( a# , Wk / 3A 1A - 7A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a] ->= [] {- DP Nontop (Input 0) -} [a, b, b, a] ->= [a, a, b, a, b, b] {- DP Nontop (Input 1) -} reason EDG ************************************************** skeleton: (2,2)\Deepee\EDG(3/2,3)\Matrix{\Arctic}{4}\EDG(1/2,3)\Matrix{\Arctic}{4}(0/2,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) ************************************************** Fail : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 3 max duration 3.695698049000 min duration 1.438035089000 total durat. 7.225728602000 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 = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 67 , parent = Just 11 , duration = 1.438035089000 , status = Fail , start = 2021-07-13 21:49:41.42627473 UTC , finish = 2021-07-13 21:49:42.864309819 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '7' , '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 = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 85 , parent = Just 16 , duration = 2.091995464000 , status = Fail , start = 2021-07-13 21:49:41.433480718 UTC , finish = 2021-07-13 21:49:43.525476182 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '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 = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 21} , self = 165 , parent = Just 137 , duration = 3.695698049000 , status = Fail , start = 2021-07-13 21:49:58.016118451 UTC , finish = 2021-07-13 21:50:01.7118165 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '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 2 max duration 14.405575496000 min duration 8.859497968000 total durat. 23.265073464000 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 = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 21} , self = 170 , parent = Just 137 , duration = 8.859497968000 , status = Success , start = 2021-07-13 21:50:01.742279832 UTC , finish = 2021-07-13 21:50:10.6017778 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '7' ] , 0 , True )} 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 = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 135 , parent = Just 16 , duration = 14.405575496000 , status = Success , start = 2021-07-13 21:49:43.52750834 UTC , finish = 2021-07-13 21:49:57.933083836 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '6' ] , 0 , True )} Fail : 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 23.627293408000 min duration 23.627293408000 total durat. 23.627293408000 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 = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 169 , parent = Just 11 , duration = 23.627293408000 , status = Fail , start = 2021-07-13 21:49:42.864550517 UTC , finish = 2021-07-13 21:50:06.491843925 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '4' ] , 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 6.288901309000 min duration 6.288901309000 total durat. 6.288901309000 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 = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 117 , parent = Just 11 , duration = 6.288901309000 , status = Fail , start = 2021-07-13 21:49:41.742933231 UTC , finish = 2021-07-13 21:49:48.03183454 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '8' ] , 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 = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 16.083905988000 min duration 16.083905988000 total durat. 16.083905988000 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 = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 142 , parent = Just 16 , duration = 16.083905988000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 21:49:41.939943206 UTC , finish = 2021-07-13 21:49:58.023849194 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '7' ] , 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 3 max duration 0.525196702000 min duration 0.316415939000 total durat. 1.347816823000 Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 0.441744951000 min duration 0.303879812000 total durat. 1.158347089000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 3.523872006000 min duration 1.450854134000 total durat. 7.030757799000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 76 , parent = Just 11 , duration = 1.450854134000 , status = Fail , start = 2021-07-13 21:49:41.730327563 UTC , finish = 2021-07-13 21:49:43.181181697 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '5' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 94 , parent = Just 16 , duration = 2.056031659000 , status = Fail , start = 2021-07-13 21:49:41.846396604 UTC , finish = 2021-07-13 21:49:43.902428263 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '4' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 21} , self = 166 , parent = Just 137 , duration = 3.523872006000 , status = Fail , start = 2021-07-13 21:49:58.42729914 UTC , finish = 2021-07-13 21:50:01.951171146 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '0' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 12.970537098000 min duration 7.689971513000 total durat. 20.660508611000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 121 , parent = Just 11 , duration = 7.689971513000 , status = Fail , start = 2021-07-13 21:49:43.181412103 UTC , finish = 2021-07-13 21:49:50.871383616 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '2' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 132 , parent = Just 16 , duration = 12.970537098000 , status = Fail , start = 2021-07-13 21:49:43.904589053 UTC , finish = 2021-07-13 21:49:56.875126151 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '8' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 1.077667246000 min duration 1.077667246000 total durat. 1.077667246000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 140 , parent = Just 16 , duration = 1.077667246000 , status = Fail , start = 2021-07-13 21:49:56.887248625 UTC , finish = 2021-07-13 21:49:57.964915871 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '4' , '3' ] , 0 , True )} Fail : Tiling { method = Backward , width = 12 , 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 7.385538877000 min duration 7.385538877000 total durat. 7.385538877000 Info { what = Tiling { method = Backward , width = 12 , 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 = 2 , num_strict_rules = 2 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 11} , self = 118 , parent = Just 0 , duration = 7.385538877000 , status = Fail , start = 2021-07-13 21:49:41.43160224 UTC , finish = 2021-07-13 21:49:48.817141117 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '3' , '0' ] , 3 , True )} Success : Tiling { method = Backward , 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 4 max duration 3.393833010000 min duration 0.028218611000 total durat. 5.546209489000 Info { what = Tiling { method = Backward , 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 = 65 , num_strict_rules = 65 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 15 , total_length = 613} , self = 92 , parent = Just 55 , duration = 1.888372423000 , status = Success , start = 2021-07-13 21:49:42.002785034 UTC , finish = 2021-07-13 21:49:43.891157457 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '3' ] , 3 , True )} Info { what = Tiling { method = Backward , 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 = 60 , num_strict_rules = 60 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 15 , total_length = 588} , self = 124 , parent = Just 110 , duration = 3.393833010000 , status = Success , start = 2021-07-13 21:49:48.314637798 UTC , finish = 2021-07-13 21:49:51.708470808 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '0' ] , 3 , 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 2 max duration 9.111591246000 min duration 0.852838552000 total durat. 9.964429798000 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 = 11 , num_strict_rules = 11 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 5 , total_length = 87} , self = 130 , parent = Just 31 , duration = 9.111591246000 , status = Success , start = 2021-07-13 21:49:44.171490148 UTC , finish = 2021-07-13 21:49:53.283081394 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '8' ] , 3 , True )} Success : Tiling { method = Forward , 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 4 max duration 4.706014080000 min duration 0.039359452000 total durat. 7.551249140000 Info { what = Tiling { method = Forward , 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 = 65 , num_strict_rules = 65 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 15 , total_length = 613} , self = 97 , parent = Just 55 , duration = 2.484982443000 , status = Success , start = 2021-07-13 21:49:42.014510097 UTC , finish = 2021-07-13 21:49:44.49949254 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '7' ] , 3 , True )} Info { what = Tiling { method = Forward , 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 = 60 , num_strict_rules = 60 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 15 , total_length = 588} , self = 126 , parent = Just 110 , duration = 4.706014080000 , status = Success , start = 2021-07-13 21:49:47.140449224 UTC , finish = 2021-07-13 21:49:51.846463304 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '7' ] , 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 2 max duration 8.771785810000 min duration 0.847485794000 total durat. 9.619271604000 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 = 11 , num_strict_rules = 11 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 5 , total_length = 87} , self = 128 , parent = Just 31 , duration = 8.771785810000 , status = Success , start = 2021-07-13 21:49:44.171255367 UTC , finish = 2021-07-13 21:49:52.943041177 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '4' ] , 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 9 max duration 17.615559635000 min duration 0.093561101000 total durat. 39.297311456000 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 = 21 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 15 , alphabet_size = 8 , total_length = 181} , self = 68 , parent = Just 45 , duration = 1.404846343000 , status = Success , start = 2021-07-13 21:49:41.611484363 UTC , finish = 2021-07-13 21:49:43.016330706 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '7' ] , 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 = 22 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 16 , alphabet_size = 8 , total_length = 183} , self = 70 , parent = Just 39 , duration = 1.441582308000 , status = Success , start = 2021-07-13 21:49:41.579320442 UTC , finish = 2021-07-13 21:49:43.02090275 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '3' ] , 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 = 21 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 16 , alphabet_size = 8 , total_length = 175} , self = 100 , parent = Just 88 , duration = 1.676995818000 , status = Success , start = 2021-07-13 21:49:43.861789331 UTC , finish = 2021-07-13 21:49:45.538785149 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '4' ] , 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 = 17 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 15 , alphabet_size = 8 , total_length = 141} , self = 157 , parent = Just 148 , duration = 2.511021283000 , status = Success , start = 2021-07-13 21:49:58.292331634 UTC , finish = 2021-07-13 21:50:00.803352917 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '3' ] , 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 = 109 , num_strict_rules = 12 , num_top_rules = 12 , num_weak_rules = 97 , alphabet_size = 23 , total_length = 1069} , self = 133 , parent = Just 79 , duration = 14.274385132000 , status = Success , start = 2021-07-13 21:49:43.545335106 UTC , finish = 2021-07-13 21:49:57.819720238 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '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 = 122 , num_strict_rules = 15 , num_top_rules = 15 , num_weak_rules = 107 , alphabet_size = 23 , total_length = 1205} , self = 159 , parent = Just 81 , duration = 17.615559635000 , status = Success , start = 2021-07-13 21:49:43.653065643 UTC , finish = 2021-07-13 21:50:01.268625278 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '8' ] , 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 3 max duration 3.277583393000 min duration 1.632779793000 total durat. 6.596743120000 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 = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 25} , self = 72 , parent = Just 11 , duration = 1.632779793000 , status = Success , start = 2021-07-13 21:49:41.431046768 UTC , finish = 2021-07-13 21:49:43.063826561 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '8' , '6' ] , 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 = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 37} , self = 74 , parent = Just 16 , duration = 1.686379934000 , status = Success , start = 2021-07-13 21:49:41.439346955 UTC , finish = 2021-07-13 21:49:43.125726889 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '7' , '1' ] , 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 = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 21} , self = 162 , parent = Just 137 , duration = 3.277583393000 , status = Success , start = 2021-07-13 21:49:58.032703436 UTC , finish = 2021-07-13 21:50:01.310286829 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '4' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 19 max duration 6.487228389000 min duration 0.007859113000 total durat. 28.709250605000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 593 , num_strict_rules = 593 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 58 , total_length = 6797} , self = 99 , parent = Just 93 , duration = 1.560590728000 , status = Success , start = 2021-07-13 21:49:43.891352832 UTC , finish = 2021-07-13 21:49:45.45194356 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '6' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 593 , num_strict_rules = 593 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 58 , total_length = 6797} , self = 106 , parent = Just 98 , duration = 1.707414236000 , status = Success , start = 2021-07-13 21:49:44.499671133 UTC , finish = 2021-07-13 21:49:46.207085369 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '1' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 423 , num_strict_rules = 27 , num_top_rules = 27 , num_weak_rules = 396 , alphabet_size = 49 , total_length = 4950} , self = 102 , parent = Just 75 , duration = 2.464826932000 , status = Success , start = 2021-07-13 21:49:43.125901544 UTC , finish = 2021-07-13 21:49:45.590728476 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '0' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 510 , num_strict_rules = 30 , num_top_rules = 30 , num_weak_rules = 480 , alphabet_size = 59 , total_length = 5910} , self = 119 , parent = Just 73 , duration = 6.065730104000 , status = Success , start = 2021-07-13 21:49:43.064030602 UTC , finish = 2021-07-13 21:49:49.129760706 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '9' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 580 , num_strict_rules = 580 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 57 , total_length = 6706} , self = 145 , parent = Just 125 , duration = 6.486333173000 , status = Success , start = 2021-07-13 21:49:51.70870668 UTC , finish = 2021-07-13 21:49:58.195039853 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '7' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 580 , num_strict_rules = 580 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 57 , total_length = 6706} , self = 152 , parent = Just 127 , duration = 6.487228389000 , status = Success , start = 2021-07-13 21:49:51.846752464 UTC , finish = 2021-07-13 21:49:58.333980853 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '8' ] , 3 , False )} **************************************************