/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 7 strict rules and 2 weak rules on 4 letters weights 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 = 4, encoding = Ersatz_Binary, dim = 6, 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, a, a] -> [a, b, b, b] {- Input 0 -} [b, b, a, b] -> [a, a, a] {- Input 1 -} reason DP property Termination has value Just True for SRS [a, a, a] ->= [a, b, b, b] {- DP Nontop (Input 0) -} [b, b, a, b] ->= [a, a, a] {- DP Nontop (Input 1) -} [a#, a, a] |-> [a#, b, b, b] {- DP (Top 0) (Input 0) -} [a#, a, a] |-> [b#] {- DP (Top 3) (Input 0) -} [a#, a, a] |-> [b#, b] {- DP (Top 2) (Input 0) -} [a#, a, a] |-> [b#, b, b] {- DP (Top 1) (Input 0) -} [b#, b, a, b] |-> [a#] {- DP (Top 2) (Input 1) -} [b#, b, a, b] |-> [a#, a] {- DP (Top 1) (Input 1) -} [b#, b, a, b] |-> [a#, a, a] {- DP (Top 0) (Input 1) -} reason (a, 3/5) (b, 2/5) property Termination has value Just True for SRS [a, a, a] ->= [a, b, b, b] {- DP Nontop (Input 0) -} [b, b, a, b] ->= [a, a, a] {- DP Nontop (Input 1) -} [a#, a, a] |-> [a#, b, b, b] {- DP (Top 0) (Input 0) -} reason EDG property Termination has value Just True for SRS [a#, a, a] |-> [a#, b, b, b] {- DP (Top 0) (Input 0) -} [a, a, a] ->= [a, b, b, b] {- DP Nontop (Input 0) -} [b, b, a, b] ->= [a, a, a] {- DP Nontop (Input 1) -} reason ( a , Wk / 0A - - 0A - 0A \ | 3A 0A - 3A - 2A | | 0A 0A - 0A 0A 2A | | - - - 0A 0A 0A | | 0A 0A - 0A - 0A | \ - - - - - 0A / ) ( b , Wk / - 0A - - 0A 0A \ | 0A - - - - - | | - - 0A - 3A 0A | | 0A 0A - 0A 0A - | | 0A - - 0A 0A - | \ - - - - - 0A / ) ( a# , Wk / - 1A - 0A 0A 1A \ | - - - - - - | | - - - - - - | | - - - - - - | | - - - - - - | \ - - - - - 0A / ) property Termination has value Just True for SRS [a, a, a] ->= [a, b, b, b] {- DP Nontop (Input 0) -} [b, b, a, b] ->= [a, a, a] {- DP Nontop (Input 1) -} reason EDG ************************************************** skeleton: (2,2)\Deepee(7/2,4)\Weight\EDG(1/2,3)\Matrix{\Arctic}{6}(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 2 max duration 2.394146604000 min duration 1.699061329000 total durat. 4.093207933000 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 = 69 , parent = Just 21 , duration = 1.699061329000 , status = Fail , start = 2021-07-13 11:59:13.599803473 UTC , finish = 2021-07-13 11:59:15.298864802 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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 28} , self = 71 , parent = Just 12 , duration = 2.394146604000 , status = Fail , start = 2021-07-13 11:59:13.592252171 UTC , finish = 2021-07-13 11:59:15.986398775 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '7' , '2' ] , 0 , True )} Success : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 34.508431337000 min duration 34.508431337000 total durat. 34.508431337000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 6 , 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 = 137 , parent = Just 21 , duration = 34.508431337000 , status = Success , start = 2021-07-13 11:59:45.322621723 UTC , finish = 2021-07-13 12:00:19.83105306 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '2' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : 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 30.465760055000 min duration 30.020448917000 total durat. 60.486208972000 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 = 102 , parent = Just 21 , duration = 30.020448917000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 11:59:15.29901473 UTC , finish = 2021-07-13 11:59:45.319463647 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '5' ] , 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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 28} , self = 107 , parent = Just 12 , duration = 30.465760055000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 11:59:15.986857245 UTC , finish = 2021-07-13 11:59:46.4526173 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '3' ] , 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 2 max duration 30.054305337000 min duration 30.038456335000 total durat. 60.092761672000 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 = 4 , total_length = 28} , self = 101 , parent = Just 12 , duration = 30.038456335000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 11:59:14.054434924 UTC , finish = 2021-07-13 11:59:44.092891259 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '6' ] , 0 , True )} 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 = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 21} , self = 100 , parent = Just 21 , duration = 30.054305337000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 11:59:13.934953322 UTC , finish = 2021-07-13 11:59:43.989258659 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '9' ] , 0 , True )} Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 2.184747113000 min duration 1.513545829000 total durat. 3.698292942000 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 = 70 , parent = Just 21 , duration = 1.513545829000 , status = Fail , start = 2021-07-13 11:59:13.907699342 UTC , finish = 2021-07-13 11:59:15.421245171 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '4' ] , 0 , True )} 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 = 4 , total_length = 28} , self = 74 , parent = Just 12 , duration = 2.184747113000 , status = Fail , start = 2021-07-13 11:59:14.026565247 UTC , finish = 2021-07-13 11:59:16.21131236 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '2' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 26.381716657000 min duration 15.889110647000 total durat. 42.270827304000 Info { what = QPI { dim = 6 , 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 = 90 , parent = Just 21 , duration = 15.889110647000 , status = Fail , start = 2021-07-13 11:59:15.421419435 UTC , finish = 2021-07-13 11:59:31.310530082 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '9' ] , 0 , True )} 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 = 4 , total_length = 28} , self = 99 , parent = Just 12 , duration = 26.381716657000 , status = Fail , start = 2021-07-13 11:59:16.213143087 UTC , finish = 2021-07-13 11:59:42.594859744 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '7' ] , 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 2 max duration 47.622072344000 min duration 7.575502942000 total durat. 55.197575286000 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 = 14} , self = 87 , parent = Just 0 , duration = 7.575502942000 , status = Fail , start = 2021-07-13 11:59:13.594447033 UTC , finish = 2021-07-13 11:59:21.169949975 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '2' , '9' ] , 3 , True )} 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 135} , self = 132 , parent = Just 30 , duration = 47.622072344000 , status = Fail , start = 2021-07-13 11:59:21.179946699 UTC , finish = 2021-07-13 12:00:08.802019043 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '8' ] , 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 5 max duration 9.819950001000 min duration 0.032755465000 total durat. 19.722131182000 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 = 116 , num_strict_rules = 116 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1276} , self = 124 , parent = Just 111 , duration = 9.019574728000 , status = Success , start = 2021-07-13 11:59:48.773639073 UTC , finish = 2021-07-13 11:59:57.793213801 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '7' ] , 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 = 117 , num_strict_rules = 117 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1287} , self = 88 , parent = Just 53 , duration = 9.819950001000 , status = Success , start = 2021-07-13 11:59:15.088131995 UTC , finish = 2021-07-13 11:59:24.908081996 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '7' ] , 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 3 max duration 21.649288907000 min duration 1.203110490000 total durat. 32.867510372000 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 = 2 , num_strict_rules = 2 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 14} , self = 59 , parent = Just 0 , duration = 1.203110490000 , status = Success , start = 2021-07-13 11:59:13.593791199 UTC , finish = 2021-07-13 11:59:14.796901689 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '3' ] , 3 , True )} 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 135} , self = 103 , parent = Just 30 , duration = 10.015110975000 , status = Success , start = 2021-07-13 11:59:35.659699871 UTC , finish = 2021-07-13 11:59:45.674810846 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '3' ] , 3 , True )} 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 = 14 , num_strict_rules = 14 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 126} , self = 130 , parent = Just 104 , duration = 21.649288907000 , status = Success , start = 2021-07-13 11:59:46.49281322 UTC , finish = 2021-07-13 12:00:08.142102127 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '3' ] , 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 5 max duration 24.919392688000 min duration 0.037767019000 total durat. 39.726781344000 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 = 116 , num_strict_rules = 116 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1276} , self = 126 , parent = Just 111 , duration = 13.610353672000 , status = Success , start = 2021-07-13 11:59:49.001608999 UTC , finish = 2021-07-13 12:00:02.611962671 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '4' , '1' ] , 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 = 117 , num_strict_rules = 117 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1287} , self = 97 , parent = Just 53 , duration = 24.919392688000 , status = Success , start = 2021-07-13 11:59:15.091110435 UTC , finish = 2021-07-13 11:59:40.010503123 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '1' ] , 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 14.236865155000 min duration 1.447552255000 total durat. 15.684417410000 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 = 2 , num_strict_rules = 2 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 14} , self = 63 , parent = Just 0 , duration = 1.447552255000 , status = Success , start = 2021-07-13 11:59:13.59382481 UTC , finish = 2021-07-13 11:59:15.041377065 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '7' ] , 3 , True )} 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 135} , self = 120 , parent = Just 30 , duration = 14.236865155000 , status = Success , start = 2021-07-13 11:59:35.659754621 UTC , finish = 2021-07-13 11:59:49.896619776 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '5' ] , 3 , True )} Fail : Tiling { method = Overlap , 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 36.385176924000 min duration 36.385176924000 total durat. 36.385176924000 Info { what = Tiling { method = Overlap , 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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 28} , self = 123 , parent = Just 12 , duration = 36.385176924000 , status = Fail , start = 2021-07-13 11:59:13.594197185 UTC , finish = 2021-07-13 11:59:49.979374109 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '2' , '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 5 max duration 48.109174294000 min duration 0.107908844000 total durat. 52.081758728000 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 = 10 , total_length = 216} , self = 67 , parent = Just 38 , duration = 1.429103704000 , status = Success , start = 2021-07-13 11:59:13.779541563 UTC , finish = 2021-07-13 11:59:15.208645267 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 = 30 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 25 , alphabet_size = 13 , total_length = 270} , self = 72 , parent = Just 40 , duration = 2.307788947000 , status = Success , start = 2021-07-13 11:59:13.824317611 UTC , finish = 2021-07-13 11:59:16.132106558 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '8' ] , 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 = 180 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 171 , alphabet_size = 31 , total_length = 1980} , self = 128 , parent = Just 79 , duration = 48.109174294000 , status = Success , start = 2021-07-13 11:59:18.504689706 UTC , finish = 2021-07-13 12:00:06.613864 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '5' ] , 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 2 max duration 3.964112274000 min duration 2.617951964000 total durat. 6.582064238000 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 = 75 , parent = Just 21 , duration = 2.617951964000 , status = Success , start = 2021-07-13 11:59:13.604188161 UTC , finish = 2021-07-13 11:59:16.222140125 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '5' ] , 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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 28} , self = 77 , parent = Just 12 , duration = 3.964112274000 , status = Success , start = 2021-07-13 11:59:13.594030581 UTC , finish = 2021-07-13 11:59:17.558142855 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '1' , '3' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 5 max duration 18.433889521000 min duration 0.001160885000 total durat. 39.600006893000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 189 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 180 , alphabet_size = 31 , total_length = 2079} , self = 79 , parent = Just 68 , duration = 2.751430866000 , status = Success , start = 2021-07-13 11:59:15.210840794 UTC , finish = 2021-07-13 11:59:17.96227166 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '3' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 345 , num_strict_rules = 345 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 37 , total_length = 4485} , self = 91 , parent = Just 60 , duration = 18.405066165000 , status = Success , start = 2021-07-13 11:59:14.797072865 UTC , finish = 2021-07-13 11:59:33.20213903 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '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 = 345 , num_strict_rules = 345 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 37 , total_length = 4485} , self = 92 , parent = Just 64 , duration = 18.433889521000 , status = Success , start = 2021-07-13 11:59:15.041542292 UTC , finish = 2021-07-13 11:59:33.475431813 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '2' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 16 max duration 6.262905095000 min duration 0.000086288000 total durat. 13.771388951000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 116 , num_strict_rules = 116 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1276} , self = 114 , parent = Just 111 , duration = 1.050040281000 , status = Fail , start = 2021-07-13 11:59:47.201883381 UTC , finish = 2021-07-13 11:59:48.251923662 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '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 = 116 , num_strict_rules = 116 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 23 , total_length = 1276} , self = 118 , parent = Just 113 , duration = 1.259500906000 , status = Fail , start = 2021-07-13 11:59:47.600614361 UTC , finish = 2021-07-13 11:59:48.860115267 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '2' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 234 , num_strict_rules = 13 , num_top_rules = 13 , num_weak_rules = 221 , alphabet_size = 41 , total_length = 2574} , self = 83 , parent = Just 73 , duration = 3.624976766000 , status = Fail , start = 2021-07-13 11:59:16.133814853 UTC , finish = 2021-07-13 11:59:19.758791619 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 179 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 171 , alphabet_size = 31 , total_length = 1969} , self = 133 , parent = Just 129 , duration = 6.262905095000 , status = Fail , start = 2021-07-13 12:00:06.614126063 UTC , finish = 2021-07-13 12:00:12.877031158 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '2' ] , 3 , False )} **************************************************