/export/starexec/sandbox2/solver/bin/starexec_run_tc21-9.sh /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 2 rules on 2 letters DP SRS with 6 strict rules and 2 weak rules on 4 letters EDG SRS with 6 strict rules and 2 weak rules on 4 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 4 letters weights SRS with 0 strict rules and 2 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a] -> [b] {- Input 0 -} [b, a, a, b] -> [a, a, b, b, a] {- Input 1 -} reason DP property Termination has value Just True for SRS [a] ->= [b] {- DP Nontop (Input 0) -} [b, a, a, b] ->= [a, a, b, b, a] {- DP Nontop (Input 1) -} [a#] |-> [b#] {- DP (Top 0) (Input 0) -} [b#, a, a, b] |-> [a#] {- DP (Top 4) (Input 1) -} [b#, a, a, b] |-> [a#, a, b, b, a] {- DP (Top 0) (Input 1) -} [b#, a, a, b] |-> [a#, b, b, a] {- DP (Top 1) (Input 1) -} [b#, a, a, b] |-> [b#, a] {- DP (Top 3) (Input 1) -} [b#, a, a, b] |-> [b#, b, a] {- DP (Top 2) (Input 1) -} reason EDG property Termination has value Just True for SRS [a#] |-> [b#] {- DP (Top 0) (Input 0) -} [b#, a, a, b] |-> [b#, b, a] {- DP (Top 2) (Input 1) -} [b#, a, a, b] |-> [b#, a] {- DP (Top 3) (Input 1) -} [b#, a, a, b] |-> [a#, b, b, a] {- DP (Top 1) (Input 1) -} [b#, a, a, b] |-> [a#, a, b, b, a] {- DP (Top 0) (Input 1) -} [b#, a, a, b] |-> [a#] {- DP (Top 4) (Input 1) -} [a] ->= [b] {- DP Nontop (Input 0) -} [b, a, a, b] ->= [a, a, b, b, a] {- DP Nontop (Input 1) -} reason ( a , Wk / 0A 4A 0A 0A \ | 1A 0A 1A 1A | | 0A - 0A 0A | \ - - - 0A / ) ( b , Wk / - - 0A 0A \ | 1A - 1A 1A | | - - 0A 0A | \ - - - 0A / ) ( a# , Wk / - - 1A 3A \ | - - - - | | - - - - | \ - - - 0A / ) ( b# , Wk / - - 1A 2A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a#] |-> [b#] {- DP (Top 0) (Input 0) -} [a] ->= [b] {- DP Nontop (Input 0) -} [b, a, a, b] ->= [a, a, b, b, a] {- DP Nontop (Input 1) -} reason (a#, 1/1) property Termination has value Just True for SRS [a] ->= [b] {- DP Nontop (Input 0) -} [b, a, a, b] ->= [a, a, b, b, a] {- DP Nontop (Input 1) -} reason EDG ************************************************** skeleton: (2,2)\Deepee\EDG(6/2,4)\Matrix{\Arctic}{4}(1/2,4)\Weight(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 4 max duration 3.241511249000 min duration 1.889639183000 total durat. 9.650530801000 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 = 7 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 40} , self = 113 , parent = Just 85 , duration = 1.889639183000 , status = Fail , start = 2021-07-13 22:06:30.182291143 UTC , finish = 2021-07-13 22:06:32.071930326 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '0' ] , 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 80 , parent = Just 14 , duration = 2.169186119000 , status = Fail , start = 2021-07-13 22:06:27.653558017 UTC , finish = 2021-07-13 22:06:29.822744136 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '3' , '4' ] , 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 81 , parent = Just 15 , duration = 2.350194250000 , status = Fail , start = 2021-07-13 22:06:27.653042574 UTC , finish = 2021-07-13 22:06:30.003236824 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '1' ] , 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 = 6 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 31} , self = 152 , parent = Just 119 , duration = 3.241511249000 , status = Fail , start = 2021-07-13 22:06:32.427208628 UTC , finish = 2021-07-13 22:06:35.668719877 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '3' ] , 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 13.831093809000 min duration 13.831093809000 total durat. 13.831093809000 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 180 , parent = Just 15 , duration = 13.831093809000 , status = Success , start = 2021-07-13 22:06:30.004990261 UTC , finish = 2021-07-13 22:06:43.83608407 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '5' ] , 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 2 max duration 10.083756061000 min duration 7.531734316000 total durat. 17.615490377000 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 = 6 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 31} , self = 173 , parent = Just 119 , duration = 7.531734316000 , status = Fail , start = 2021-07-13 22:06:33.189377514 UTC , finish = 2021-07-13 22:06:40.72111183 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '2' ] , 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 168 , parent = Just 15 , duration = 10.083756061000 , status = Fail , start = 2021-07-13 22:06:28.308392536 UTC , finish = 2021-07-13 22:06:38.392148597 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '7' ] , 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 1.995261840000 min duration 1.614145399000 total durat. 3.609407239000 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 = 7 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 40} , self = 120 , parent = Just 85 , duration = 1.614145399000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 22:06:30.812385458 UTC , finish = 2021-07-13 22:06:32.426530857 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '3' ] , 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 86 , parent = Just 14 , duration = 1.995261840000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 22:06:28.18482886 UTC , finish = 2021-07-13 22:06:30.1800907 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '1' ] , 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.761930099000 min duration 0.529843924000 total durat. 2.575485547000 Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 4 max duration 0.748888676000 min duration 0.493995180000 total durat. 2.431496658000 Success : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 2.029684827000 min duration 1.636912866000 total durat. 3.666597693000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 7 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 40} , self = 116 , parent = Just 85 , duration = 1.636912866000 , status = Success , start = 2021-07-13 22:06:30.7842706 UTC , finish = 2021-07-13 22:06:32.421183466 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '0' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 82 , parent = Just 14 , duration = 2.029684827000 , status = Success , start = 2021-07-13 22:06:28.147724541 UTC , finish = 2021-07-13 22:06:30.177409368 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '8' ] , 0 , True )} Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 2.931186668000 min duration 2.637754485000 total durat. 5.568941153000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 112 , parent = Just 15 , duration = 2.637754485000 , status = Fail , start = 2021-07-13 22:06:28.244126969 UTC , finish = 2021-07-13 22:06:30.881881454 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '4' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 6 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 31} , self = 157 , parent = Just 119 , duration = 2.931186668000 , status = Fail , start = 2021-07-13 22:06:33.178066279 UTC , finish = 2021-07-13 22:06:36.109252947 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '9' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 11.419657936000 min duration 11.419657936000 total durat. 11.419657936000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 177 , parent = Just 15 , duration = 11.419657936000 , status = Fail , start = 2021-07-13 22:06:30.883666069 UTC , finish = 2021-07-13 22:06:42.303324005 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '2' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 1.538530442000 min duration 1.538530442000 total durat. 1.538530442000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 183 , parent = Just 15 , duration = 1.538530442000 , status = Fail , start = 2021-07-13 22:06:42.303822537 UTC , finish = 2021-07-13 22:06:43.842352979 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '6' , '1' ] , 0 , 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 5.888269843000 min duration 0.019371048000 total durat. 6.636210904000 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 = 161 , num_strict_rules = 161 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 28 , total_length = 1533} , self = 146 , parent = Just 63 , duration = 5.888269843000 , status = Success , start = 2021-07-13 22:06:29.328774579 UTC , finish = 2021-07-13 22:06:35.217044422 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '8' ] , 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 1 max duration 1.448882256000 min duration 1.448882256000 total durat. 1.448882256000 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 = 11} , self = 68 , parent = Just 0 , duration = 1.448882256000 , status = Success , start = 2021-07-13 22:06:27.649723838 UTC , finish = 2021-07-13 22:06:29.098606094 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '5' ] , 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 11.661471507000 min duration 0.021598891000 total durat. 13.211274314000 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 = 161 , num_strict_rules = 161 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 28 , total_length = 1533} , self = 174 , parent = Just 63 , duration = 11.661471507000 , status = Success , start = 2021-07-13 22:06:29.818149477 UTC , finish = 2021-07-13 22:06:41.479620984 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '9' ] , 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 1.517806713000 min duration 1.517806713000 total durat. 1.517806713000 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 = 11} , self = 70 , parent = Just 0 , duration = 1.517806713000 , status = Success , start = 2021-07-13 22:06:27.653282995 UTC , finish = 2021-07-13 22:06:29.171089708 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '1' , '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 12 max duration 5.186803904000 min duration 0.153240301000 total durat. 35.004710236000 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 = 16 , num_top_rules = 16 , num_weak_rules = 30 , alphabet_size = 14 , total_length = 361} , self = 92 , parent = Just 43 , duration = 2.476855356000 , status = Success , start = 2021-07-13 22:06:28.091735697 UTC , finish = 2021-07-13 22:06:30.568591053 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '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 = 46 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 30 , alphabet_size = 14 , total_length = 361} , self = 94 , parent = Just 44 , duration = 2.547469253000 , status = Success , start = 2021-07-13 22:06:28.029654966 UTC , finish = 2021-07-13 22:06:30.577124219 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '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 = 43 , num_strict_rules = 13 , num_top_rules = 13 , num_weak_rules = 30 , alphabet_size = 14 , total_length = 331} , self = 140 , parent = Just 106 , duration = 4.072727015000 , status = Success , start = 2021-07-13 22:06:30.834446938 UTC , finish = 2021-07-13 22:06:34.907173953 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '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 = 40 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 30 , alphabet_size = 14 , total_length = 298} , self = 162 , parent = Just 130 , duration = 4.392922037000 , status = Success , start = 2021-07-13 22:06:33.393035173 UTC , finish = 2021-07-13 22:06:37.78595721 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '6' ] , 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 = 45 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 29 , alphabet_size = 14 , total_length = 357} , self = 150 , parent = Just 93 , duration = 4.915157231000 , status = Success , start = 2021-07-13 22:06:30.718112691 UTC , finish = 2021-07-13 22:06:35.633269922 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '1' ] , 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 = 45 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 29 , alphabet_size = 14 , total_length = 357} , self = 153 , parent = Just 95 , duration = 4.961466943000 , status = Success , start = 2021-07-13 22:06:30.724663341 UTC , finish = 2021-07-13 22:06:35.686130284 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '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 = 42 , num_strict_rules = 13 , num_top_rules = 13 , num_weak_rules = 29 , alphabet_size = 14 , total_length = 327} , self = 171 , parent = Just 141 , duration = 5.106250855000 , status = Success , start = 2021-07-13 22:06:35.140353416 UTC , finish = 2021-07-13 22:06:40.246604271 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '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 = 39 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 29 , alphabet_size = 14 , total_length = 294} , self = 178 , parent = Just 163 , duration = 5.186803904000 , status = Success , start = 2021-07-13 22:06:37.96579814 UTC , finish = 2021-07-13 22:06:43.152602044 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '4' ] , 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 7.383001794000 min duration 4.562073155000 total durat. 24.393826440000 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 = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 114 , parent = Just 14 , duration = 4.562073155000 , status = Success , start = 2021-07-13 22:06:27.66151247 UTC , finish = 2021-07-13 22:06:32.223585625 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 48} , self = 134 , parent = Just 15 , duration = 5.782473674000 , status = Success , start = 2021-07-13 22:06:27.659083582 UTC , finish = 2021-07-13 22:06:33.441557256 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '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 = 7 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 40} , self = 160 , parent = Just 85 , duration = 6.666277817000 , status = Success , start = 2021-07-13 22:06:30.189944403 UTC , finish = 2021-07-13 22:06:36.85622222 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '8' ] , 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 = 6 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 31} , self = 169 , parent = Just 119 , duration = 7.383001794000 , status = Success , start = 2021-07-13 22:06:32.435692927 UTC , finish = 2021-07-13 22:06:39.818694721 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '9' ] , 3 , True )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 24 max duration 4.619709019000 min duration 0.000201161000 total durat. 11.691558498000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 445 , num_strict_rules = 445 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 44 , total_length = 5135} , self = 136 , parent = Just 69 , duration = 4.585664104000 , status = Fail , start = 2021-07-13 22:06:29.098702216 UTC , finish = 2021-07-13 22:06:33.68436632 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '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 = 445 , num_strict_rules = 445 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 44 , total_length = 5135} , self = 138 , parent = Just 71 , duration = 4.619709019000 , status = Fail , start = 2021-07-13 22:06:29.173077357 UTC , finish = 2021-07-13 22:06:33.792786376 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '2' ] , 3 , False )} **************************************************