/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 mirror SRS with 2 rules on 2 letters DP SRS with 2 strict rules and 2 weak rules on 3 letters EDG SRS with 2 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, a, b] -> [b, b, a, a] {- Input 0 -} [b, a, b] -> [a, a, a, a] {- Input 1 -} reason mirror property Termination has value Just True for SRS [b, a, a] -> [a, a, b, b] {- Mirror (Input 0) -} [b, a, b] -> [a, a, a, a] {- Mirror (Input 1) -} reason DP property Termination has value Just True for SRS [b, a, a] ->= [a, a, b, b] {- DP Nontop (Mirror (Input 0)) -} [b, a, b] ->= [a, a, a, a] {- DP Nontop (Mirror (Input 1)) -} [b#, a, a] |-> [b#] {- DP (Top 3) (Mirror (Input 0)) -} [b#, a, a] |-> [b#, b] {- DP (Top 2) (Mirror (Input 0)) -} reason EDG property Termination has value Just True for SRS [b#, a, a] |-> [b#] {- DP (Top 3) (Mirror (Input 0)) -} [b#, a, a] |-> [b#, b] {- DP (Top 2) (Mirror (Input 0)) -} [b, a, a] ->= [a, a, b, b] {- DP Nontop (Mirror (Input 0)) -} [b, a, b] ->= [a, a, a, a] {- DP Nontop (Mirror (Input 1)) -} reason ( b , Wk / 0A - 0A - \ | 4A 0A 4A 4A | | 0A - 0A 0A | \ - - - 0A / ) ( a , Wk / - 2A - 3A \ | 1A - 1A 0A | | - 2A - 1A | \ - - - 0A / ) ( b# , Wk / 0A 3A 4A - \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [b#, a, a] |-> [b#, b] {- DP (Top 2) (Mirror (Input 0)) -} [b, a, a] ->= [a, a, b, b] {- DP Nontop (Mirror (Input 0)) -} [b, a, b] ->= [a, a, a, a] {- DP Nontop (Mirror (Input 1)) -} reason EDG property Termination has value Just True for SRS [b#, a, a] |-> [b#, b] {- DP (Top 2) (Mirror (Input 0)) -} [b, a, a] ->= [a, a, b, b] {- DP Nontop (Mirror (Input 0)) -} [b, a, b] ->= [a, a, a, a] {- DP Nontop (Mirror (Input 1)) -} reason ( b , Wk / 0A - 3A 4A \ | 3A - 2A - | | - - 0A 0A | \ - - - 0A / ) ( a , Wk / - - 1A 2A \ | 3A - 0A - | | 1A - - 0A | \ - - - 0A / ) ( b# , Wk / - - 0A 2A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [b, a, a] ->= [a, a, b, b] {- DP Nontop (Mirror (Input 0)) -} [b, a, b] ->= [a, a, a, a] {- DP Nontop (Mirror (Input 1)) -} reason EDG ************************************************** skeleton: \Mirror(2,2)\Deepee\EDG(2/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 4 max duration 2.183163686000 min duration 1.278754417000 total durat. 7.355709471000 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 = 23} , self = 67 , parent = Just 11 , duration = 1.278754417000 , status = Fail , start = 2021-07-13 23:30:23.015387462 UTC , finish = 2021-07-13 23:30:24.294141879 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '7' , '7' ] , 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 = 19} , self = 122 , parent = Just 106 , duration = 1.849568817000 , status = Fail , start = 2021-07-13 23:30:32.699728657 UTC , finish = 2021-07-13 23:30:34.549297474 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 150 , parent = Just 130 , duration = 2.044222551000 , status = Fail , start = 2021-07-13 23:30:36.887811581 UTC , finish = 2021-07-13 23:30:38.932034132 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '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 = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 75 , parent = Just 16 , duration = 2.183163686000 , status = Fail , start = 2021-07-13 23:30:23.020342772 UTC , finish = 2021-07-13 23:30:25.203506458 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '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 3 max duration 11.659030197000 min duration 8.399332158000 total durat. 30.838154389000 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 = 23} , self = 104 , parent = Just 11 , duration = 8.399332158000 , status = Success , start = 2021-07-13 23:30:24.294330926 UTC , finish = 2021-07-13 23:30:32.693663084 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '4' ] , 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 = 3 , num_strict_rules = 1 , num_top_rules = 1 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 19} , self = 167 , parent = Just 106 , duration = 10.779792034000 , status = Success , start = 2021-07-13 23:30:34.552407998 UTC , finish = 2021-07-13 23:30:45.332200032 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '0' ] , 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 = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 128 , parent = Just 16 , duration = 11.659030197000 , status = Success , start = 2021-07-13 23:30:25.205044947 UTC , finish = 2021-07-13 23:30:36.864075144 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '4' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 1.616786739000 min duration 1.616786739000 total durat. 1.616786739000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 110 , parent = Just 11 , duration = 1.616786739000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:30:31.082790635 UTC , finish = 2021-07-13 23:30:32.699577374 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '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 7.759851535000 min duration 7.759851535000 total durat. 7.759851535000 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 = 23} , self = 103 , parent = Just 11 , duration = 7.759851535000 , status = Fail , start = 2021-07-13 23:30:23.322682637 UTC , finish = 2021-07-13 23:30:31.082534172 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '4' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 13.200517004000 min duration 13.200517004000 total durat. 13.200517004000 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 = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 135 , parent = Just 16 , duration = 13.200517004000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:30:23.695349865 UTC , finish = 2021-07-13 23:30:36.895866869 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 4 max duration 0.674679259000 min duration 0.307057243000 total durat. 1.747982086000 Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 4 max duration 0.651331873000 min duration 0.310014428000 total durat. 1.704571656000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 4 max duration 2.541814126000 min duration 1.333701573000 total durat. 7.859952848000 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 = 23} , self = 70 , parent = Just 11 , duration = 1.333701573000 , status = Fail , start = 2021-07-13 23:30:23.325540054 UTC , finish = 2021-07-13 23:30:24.659241627 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '7' ] , 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 = 19} , self = 123 , parent = Just 106 , duration = 1.927799662000 , status = Fail , start = 2021-07-13 23:30:33.023717988 UTC , finish = 2021-07-13 23:30:34.95151765 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '3' ] , 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 = 3 , total_length = 23} , self = 153 , parent = Just 130 , duration = 2.056637487000 , status = Fail , start = 2021-07-13 23:30:37.310587963 UTC , finish = 2021-07-13 23:30:39.36722545 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '9' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 78 , parent = Just 16 , duration = 2.541814126000 , status = Fail , start = 2021-07-13 23:30:23.672030526 UTC , finish = 2021-07-13 23:30:26.213844652 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '4' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 10.673674079000 min duration 3.913382978000 total durat. 20.374691157000 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 = 23} , self = 93 , parent = Just 11 , duration = 3.913382978000 , status = Fail , start = 2021-07-13 23:30:24.659408118 UTC , finish = 2021-07-13 23:30:28.572791096 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '8' ] , 0 , True )} 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 = 19} , self = 156 , parent = Just 106 , duration = 5.787634100000 , status = Fail , start = 2021-07-13 23:30:34.951740582 UTC , finish = 2021-07-13 23:30:40.739374682 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '3' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 133 , parent = Just 16 , duration = 10.673674079000 , status = Fail , start = 2021-07-13 23:30:26.214180585 UTC , finish = 2021-07-13 23:30:36.887854664 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '0' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 4.593068928000 min duration 4.121543414000 total durat. 8.714612342000 Info { what = QPI { dim = 8 , 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 = 23} , self = 107 , parent = Just 11 , duration = 4.121543414000 , status = Fail , start = 2021-07-13 23:30:28.572994232 UTC , finish = 2021-07-13 23:30:32.694537646 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '1' ] , 0 , True )} Info { what = QPI { dim = 8 , 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 = 19} , self = 170 , parent = Just 106 , duration = 4.593068928000 , status = Fail , start = 2021-07-13 23:30:40.739571844 UTC , finish = 2021-07-13 23:30:45.332640772 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '3' ] , 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 3 max duration 3.268423944000 min duration 0.022317977000 total durat. 3.617629101000 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 = 72 , num_strict_rules = 72 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 18 , total_length = 792} , self = 81 , parent = Just 52 , duration = 3.268423944000 , status = Success , start = 2021-07-13 23:30:23.725107689 UTC , finish = 2021-07-13 23:30:26.993531633 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '3' ] , 3 , True )} Fail : Tiling { method = Forward , 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 6.273894563000 min duration 6.273894563000 total durat. 6.273894563000 Info { what = Tiling { method = Forward , 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 = 98 , parent = Just 0 , duration = 6.273894563000 , status = Fail , start = 2021-07-13 23:30:23.018455084 UTC , finish = 2021-07-13 23:30:29.292349647 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '2' , '7' ] , 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 3 max duration 3.985172949000 min duration 0.025604544000 total durat. 4.373551035000 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 = 72 , num_strict_rules = 72 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 18 , total_length = 792} , self = 87 , parent = Just 52 , duration = 3.985172949000 , status = Success , start = 2021-07-13 23:30:23.725221644 UTC , finish = 2021-07-13 23:30:27.710394593 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '7' ] , 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 10 max duration 3.992886365000 min duration 0.081309584000 total durat. 16.379175505000 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 = 23 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 195} , self = 68 , parent = Just 39 , duration = 1.227886860000 , status = Success , start = 2021-07-13 23:30:23.170063146 UTC , finish = 2021-07-13 23:30:24.397950006 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '2' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 36 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 20 , alphabet_size = 12 , total_length = 300} , self = 73 , parent = Just 43 , duration = 1.879407242000 , status = Success , start = 2021-07-13 23:30:23.289860422 UTC , finish = 2021-07-13 23:30:25.169267664 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '9' ] , 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 = 4 , num_top_rules = 4 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 188} , self = 101 , parent = Just 89 , duration = 2.397071705000 , status = Success , start = 2021-07-13 23:30:28.650560923 UTC , finish = 2021-07-13 23:30:31.047632628 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '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 = 21 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 183} , self = 124 , parent = Just 115 , duration = 2.810006968000 , status = Success , start = 2021-07-13 23:30:32.937938965 UTC , finish = 2021-07-13 23:30:35.747945933 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '4' , '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 = 20 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 176} , self = 163 , parent = Just 151 , duration = 3.445371421000 , status = Success , start = 2021-07-13 23:30:39.702128633 UTC , finish = 2021-07-13 23:30:43.147500054 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '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 = 20 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 16 , alphabet_size = 9 , total_length = 170} , self = 157 , parent = Just 139 , duration = 3.992886365000 , status = Success , start = 2021-07-13 23:30:37.330100207 UTC , finish = 2021-07-13 23:30:41.322986572 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '2' , '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 5.414416902000 min duration 2.054168496000 total durat. 14.811043336000 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 = 23} , self = 71 , parent = Just 11 , duration = 2.054168496000 , status = Success , start = 2021-07-13 23:30:23.024554227 UTC , finish = 2021-07-13 23:30:25.078722723 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '3' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 76 , parent = Just 16 , duration = 2.752704642000 , status = Success , start = 2021-07-13 23:30:23.026182405 UTC , finish = 2021-07-13 23:30:25.778887047 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '7' ] , 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 = 19} , self = 143 , parent = Just 106 , duration = 4.589753296000 , status = Success , start = 2021-07-13 23:30:32.721190727 UTC , finish = 2021-07-13 23:30:37.310944023 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '4' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 159 , parent = Just 130 , duration = 5.414416902000 , status = Success , start = 2021-07-13 23:30:36.911684696 UTC , finish = 2021-07-13 23:30:42.326101598 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '9' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 7 max duration 4.989607839000 min duration 0.000361047000 total durat. 20.950643463000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 117 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 108 , alphabet_size = 25 , total_length = 1269} , self = 148 , parent = Just 125 , duration = 3.038659821000 , status = Success , start = 2021-07-13 23:30:35.750816782 UTC , finish = 2021-07-13 23:30:38.789476603 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '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 = 143 , num_strict_rules = 17 , num_top_rules = 17 , num_weak_rules = 126 , alphabet_size = 29 , total_length = 1531} , self = 85 , parent = Just 69 , duration = 3.050443372000 , status = Success , start = 2021-07-13 23:30:24.398105553 UTC , finish = 2021-07-13 23:30:27.448548925 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '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 = 142 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 126 , alphabet_size = 29 , total_length = 1522} , self = 126 , parent = Just 102 , duration = 4.895382250000 , status = Success , start = 2021-07-13 23:30:31.049769381 UTC , finish = 2021-07-13 23:30:35.945151631 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '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 = 270 , num_strict_rules = 270 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 32 , total_length = 3510} , self = 95 , parent = Just 66 , duration = 4.931443278000 , status = Success , start = 2021-07-13 23:30:23.999268485 UTC , finish = 2021-07-13 23:30:28.930711763 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '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 = 270 , num_strict_rules = 270 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 32 , total_length = 3510} , self = 94 , parent = Just 64 , duration = 4.989607839000 , status = Success , start = 2021-07-13 23:30:23.849021551 UTC , finish = 2021-07-13 23:30:28.83862939 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '9' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 18 max duration 1.725921838000 min duration 0.000106878000 total durat. 3.428395842000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 112 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 104 , alphabet_size = 27 , total_length = 1212} , self = 161 , parent = Just 158 , duration = 1.200906861000 , status = Fail , start = 2021-07-13 23:30:41.323161388 UTC , finish = 2021-07-13 23:30:42.524068249 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '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 = 168 , num_strict_rules = 32 , num_top_rules = 32 , num_weak_rules = 136 , alphabet_size = 36 , total_length = 1800} , self = 79 , parent = Just 74 , duration = 1.725921838000 , status = Fail , start = 2021-07-13 23:30:25.16947013 UTC , finish = 2021-07-13 23:30:26.895391968 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '2' ] , 3 , False )} **************************************************