/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 1 rules on 3 letters DP SRS with 5 strict rules and 1 weak rules on 4 letters EDG SRS with 3 strict rules and 1 weak rules on 4 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 1 weak rules on 3 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, c, b, a, b, a, c, b, a] -> [ a , b , a , c , b , a , c , b , a , b , a , c ] {- Input 0 -} reason DP property Termination has value Just True for SRS [a, c, b, a, b, a, c, b, a] ->= [ a , b , a , c , b , a , c , b , a , b , a , c ] {- DP Nontop (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [a#, c] {- DP (Top 10) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [ a# , c , b , a , c , b , a , b , a , c ] {- DP (Top 2) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [ a# , c , b , a , b , a , c ] {- DP (Top 5) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [a#, b, a, c] {- DP (Top 8) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [ a# , b , a , c , b , a , c , b , a , b , a , c ] {- DP (Top 0) (Input 0) -} reason EDG property Termination has value Just True for SRS [a#, c, b, a, b, a, c, b, a] |-> [a#, c] {- DP (Top 10) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [ a# , c , b , a , b , a , c ] {- DP (Top 5) (Input 0) -} [a#, c, b, a, b, a, c, b, a] |-> [ a# , c , b , a , c , b , a , b , a , c ] {- DP (Top 2) (Input 0) -} [a, c, b, a, b, a, c, b, a] ->= [ a , b , a , c , b , a , c , b , a , b , a , c ] {- DP Nontop (Input 0) -} reason ( a , Wk / - - - - 0A 0A \ | 0A 0A - 0A - - | | - - 0A - - - | | 0A - - - 1A 3A | | 0A - - 0A - - | \ - - - - - 0A / ) ( c , Wk / 0A - - - - - \ | 0A - - 0A 0A - | | 0A - - - - - | | 0A - - - - - | | - 0A - - - - | \ - - - - - 0A / ) ( b , Wk / 0A - 0A - - 0A \ | 0A - 0A - - - | | - 0A - - - 0A | | 3A - 0A - 3A - | | - - 0A - 0A 0A | \ - - - - - 0A / ) ( a# , Wk / 2A - - - - 1A \ | - - - - - - | | - - - - - - | | - - - - - - | | - - - - - - | \ - - - - - 0A / ) property Termination has value Just True for SRS [a, c, b, a, b, a, c, b, a] ->= [ a , b , a , c , b , a , c , b , a , b , a , c ] {- DP Nontop (Input 0) -} reason EDG ************************************************** skeleton: (1,3)\Deepee(5/1,4)\EDG(3/1,4)\Matrix{\Arctic}{6}(0/1,3)\EDG[] ************************************************** let {} in let {trac ?= False;loop_cap = 1;match_cap = 2;tile_cap = 3;matrix_cap = 4;mo = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;done = Worker No_Strict_Rules;dont = \ p -> Fail;tiling = \ m w -> On tile_cap (weighted (And_Then (Worker (Tiling {method = m,width = w,map_type = Enum,max_num_tiles = Just 1000,max_num_rules = Just 100000})) (Worker Remap)));tile_roc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Overlap w)) <> [ Worker Unlabel];mb = \ size -> On match_cap (Apply (Worker (Matchbound {method = RFC,max_size = Just size})) done);mbs = \ size -> First_Of [ mb size, Apply (Worker Mirror) (mb size)];tile_rfc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Forward w)) <> ((for ws (\ w -> tiling Backward w)) <> [ Worker Unlabel]);solver = Minisatapi;qpi = \ dim bits -> On matrix_cap (weighted (Worker (QPI {tracing = trac,dim = dim,bits = bits,solver = solver})));qpis = Seq [ Timeout 10 (qpi 2 3), Timeout 30 (qpi 4 3), Timeout 50 (qpi 6 3), qpi 8 3];kbo = \ b -> On matrix_cap (weighted (Worker (KBO {bits = b,solver = solver})));matrix = \ dom dim bits -> On matrix_cap (weighted (Worker (Matrix {monotone = Weak,domain = dom,dim = dim,bits = bits,encoding = Ersatz_Binary,tracing = trac,verbose = True,solver = solver})));arctics = Seq [ Timeout 10 (matrix Arctic 2 16), Timeout 30 (matrix Arctic 4 8), Timeout 50 (matrix Arctic 6 4), matrix Arctic 8 2];naturals = Seq [ Timeout 10 (matrix Natural 2 4), Timeout 30 (matrix Natural 4 3), Timeout 50 (matrix Natural 6 2), matrix Natural 8 1];remove = First_Of [ qpis, arctics, naturals, As_Transformer tile_roc];remove_wop = And_Then wop (Or_Else (As_Transformer (Worker No_Strict_Rules)) remove);deepee = Apply (And_Then (Worker DP) (Worker Remap)) (Apply wop (Branch (Worker (EDG {tracing = False,usable = True})) remove_wop));when_small = \ m -> Apply (Worker (SizeAtmost 1000)) m;yeah = First_Of [ when_small (First_Of [ deepee, Apply (Worker Mirror) deepee]), tile_rfc, mbs 100000];noh_for = \ side -> Worker (Simple (Config {closure = side,max_closure_width = Nothing,intermediates = All,priority = Linear [ ( 1, Log2 Steps), ( -1, Width_lhs), ( -2, Log2 Width_rhs)]}));noh = First_Of [ On loop_cap (noh_for Forward), On loop_cap (noh_for Backward), On loop_cap (Worker Transport)]} in Apply (Worker Remap) (Apply wop (Seq [ Worker KKST01, First_Of [ yeah, noh]])) ************************************************** statistics on proof search (nodes types that (together) took more than 1.000000000000) ************************************************** Fail : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 3 max duration 5.475224806000 min duration 3.462428973000 total durat. 14.272963641000 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 = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 166 , parent = Just 11 , duration = 3.462428973000 , status = Fail , start = 2021-07-13 23:57:07.38442696 UTC , finish = 2021-07-13 23:57:10.846855933 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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 68} , self = 295 , parent = Just 244 , duration = 5.335309862000 , status = Fail , start = 2021-07-13 23:57:15.778698199 UTC , finish = 2021-07-13 23:57:21.114008061 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '7' , '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 = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 86} , self = 209 , parent = Just 17 , duration = 5.475224806000 , status = Fail , start = 2021-07-13 23:57:07.385048544 UTC , finish = 2021-07-13 23:57:12.86027335 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 = 4 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 28.727303142000 min duration 28.727303142000 total durat. 28.727303142000 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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 363 , parent = Just 11 , duration = 28.727303142000 , status = Success , start = 2021-07-13 23:57:40.893067402 UTC , finish = 2021-07-13 23:58:09.620370544 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '2' , '5' ] , 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 3 max duration 30.041101748000 min duration 2.911766299000 total durat. 62.990375337000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 86} , self = 243 , parent = Just 17 , duration = 2.911766299000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:12.860573785 UTC , finish = 2021-07-13 23:57:15.772340084 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 68} , self = 347 , parent = Just 244 , duration = 30.037507290000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:21.121914831 UTC , finish = 2021-07-13 23:57:51.159422121 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '6' , '3' ] , 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 = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 337 , parent = Just 11 , duration = 30.041101748000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:10.847214002 UTC , finish = 2021-07-13 23:57:40.88831575 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '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 31.488615542000 min duration 31.488615542000 total durat. 31.488615542000 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 = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 367 , parent = Just 11 , duration = 31.488615542000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:38.208943263 UTC , finish = 2021-07-13 23:58:09.697558805 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '0' , '8' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 3 max duration 30.086727790000 min duration 7.477651525000 total durat. 67.635027859000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 86} , self = 245 , parent = Just 17 , duration = 7.477651525000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:08.295148992 UTC , finish = 2021-07-13 23:57:15.772800517 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '5' ] , 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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 326 , parent = Just 11 , duration = 30.070648544000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:08.126326355 UTC , finish = 2021-07-13 23:57:38.196974899 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '0' ] , 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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 68} , self = 346 , parent = Just 244 , duration = 30.086727790000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:57:16.665817682 UTC , finish = 2021-07-13 23:57:46.752545472 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '3' , '0' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 3 max duration 0.908891160000 min duration 0.741467892000 total durat. 2.534384814000 Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 0.717191545000 min duration 0.557066976000 total durat. 1.983575004000 Success : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 7.666050597000 min duration 7.666050597000 total durat. 7.666050597000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 86} , self = 241 , parent = Just 17 , duration = 7.666050597000 , status = Success , start = 2021-07-13 23:57:08.102439423 UTC , finish = 2021-07-13 23:57:15.76849002 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '7' ] , 0 , True )} Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 12.574379739000 min duration 6.193520039000 total durat. 18.767899778000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 225 , parent = Just 11 , duration = 6.193520039000 , status = Fail , start = 2021-07-13 23:57:07.941815998 UTC , finish = 2021-07-13 23:57:14.135336037 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 68} , self = 319 , parent = Just 244 , duration = 12.574379739000 , status = Fail , start = 2021-07-13 23:57:16.48591533 UTC , finish = 2021-07-13 23:57:29.060295069 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '1' , '9' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 50.147631875000 min duration 50.147631875000 total durat. 50.147631875000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 354 , parent = Just 11 , duration = 50.147631875000 , status = Fail , start = 2021-07-13 23:57:14.135625765 UTC , finish = 2021-07-13 23:58:04.28325764 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '6' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 5.389408059000 min duration 5.389408059000 total durat. 5.389408059000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 67} , self = 366 , parent = Just 11 , duration = 5.389408059000 , status = Fail , start = 2021-07-13 23:58:04.283718236 UTC , finish = 2021-07-13 23:58:09.673126295 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '4' , '8' ] , 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 11 max duration 33.750521843000 min duration 0.034623106000 total durat. 48.175675819000 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 = 20 , num_strict_rules = 20 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 14 , total_length = 540} , self = 151 , parent = Just 71 , duration = 1.080450914000 , status = Success , start = 2021-07-13 23:57:08.39499789 UTC , finish = 2021-07-13 23:57:09.475448804 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '0' ] , 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 405} , self = 164 , parent = Just 152 , duration = 1.137540450000 , status = Success , start = 2021-07-13 23:57:09.699891008 UTC , finish = 2021-07-13 23:57:10.837431458 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '4' , '6' ] , 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 405} , self = 249 , parent = Just 218 , duration = 1.358025086000 , status = Success , start = 2021-07-13 23:57:14.42772925 UTC , finish = 2021-07-13 23:57:15.785754336 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '2' , '9' ] , 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 = 25 , num_strict_rules = 25 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 15 , total_length = 675} , self = 217 , parent = Just 95 , duration = 1.889315110000 , status = Success , start = 2021-07-13 23:57:11.836357986 UTC , finish = 2021-07-13 23:57:13.725673096 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '4' ] , 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 = 64 , num_strict_rules = 64 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 24 , total_length = 1856} , self = 308 , parent = Just 250 , duration = 8.230261177000 , status = Success , start = 2021-07-13 23:57:16.276506112 UTC , finish = 2021-07-13 23:57:24.506767289 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '1' , '3' ] , 3 , True )} Info { what = Tiling { method = Backward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 40 , num_strict_rules = 40 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 21 , total_length = 1160} , self = 348 , parent = Just 309 , duration = 33.750521843000 , status = Success , start = 2021-07-13 23:57:25.01720142 UTC , finish = 2021-07-13 23:57:58.767723263 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '8' , '4' ] , 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 4 max duration 9.407498797000 min duration 0.204285792000 total durat. 12.094668262000 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 = 6 , num_strict_rules = 6 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 8 , total_length = 150} , self = 171 , parent = Just 80 , duration = 1.949909037000 , status = Success , start = 2021-07-13 23:57:09.084080627 UTC , finish = 2021-07-13 23:57:11.033989664 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '4' ] , 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 = 13 , total_length = 405} , self = 306 , parent = Just 218 , duration = 9.407498797000 , status = Success , start = 2021-07-13 23:57:14.435975135 UTC , finish = 2021-07-13 23:57:23.843473932 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '3' , '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 11 max duration 40.669882621000 min duration 0.034738304000 total durat. 56.559282458000 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 = 20 , num_strict_rules = 20 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 14 , total_length = 540} , self = 157 , parent = Just 71 , duration = 1.364602276000 , status = Success , start = 2021-07-13 23:57:08.402695907 UTC , finish = 2021-07-13 23:57:09.767298183 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '5' ] , 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 = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 405} , self = 176 , parent = Just 152 , duration = 1.395320946000 , status = Success , start = 2021-07-13 23:57:09.751530392 UTC , finish = 2021-07-13 23:57:11.146851338 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '0' ] , 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 = 20 , num_strict_rules = 20 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 14 , total_length = 540} , self = 213 , parent = Just 71 , duration = 1.488804801000 , status = Success , start = 2021-07-13 23:57:11.836338729 UTC , finish = 2021-07-13 23:57:13.32514353 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '7' ] , 3 , True )} Info { what = Tiling { method = Forward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 15 , num_strict_rules = 15 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 405} , self = 260 , parent = Just 218 , duration = 1.744730527000 , status = Success , start = 2021-07-13 23:57:14.436392103 UTC , finish = 2021-07-13 23:57:16.18112263 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '3' , '6' ] , 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 = 64 , num_strict_rules = 64 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 24 , total_length = 1856} , self = 314 , parent = Just 250 , duration = 9.128101550000 , status = Success , start = 2021-07-13 23:57:16.533811118 UTC , finish = 2021-07-13 23:57:25.661912668 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '2' , '7' ] , 3 , True )} Info { what = Tiling { method = Forward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 40 , num_strict_rules = 40 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 21 , total_length = 1160} , self = 355 , parent = Just 309 , duration = 40.669882621000 , status = Success , start = 2021-07-13 23:57:25.25920408 UTC , finish = 2021-07-13 23:58:05.929086701 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '8' , '8' ] , 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 4 max duration 18.607945623000 min duration 0.199065169000 total durat. 21.612843586000 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 = 6 , num_strict_rules = 6 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 8 , total_length = 150} , self = 182 , parent = Just 80 , duration = 2.230717437000 , status = Success , start = 2021-07-13 23:57:09.08411057 UTC , finish = 2021-07-13 23:57:11.314828007 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '6' ] , 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 = 13 , total_length = 405} , self = 322 , parent = Just 218 , duration = 18.607945623000 , status = Success , start = 2021-07-13 23:57:14.475111078 UTC , finish = 2021-07-13 23:57:33.083056701 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '9' ] , 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 19 max duration 30.088177529000 min duration 0.242317769000 total durat. 86.711991510000 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 = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 99} , self = 285 , parent = Just 276 , duration = 1.192464187000 , status = Success , start = 2021-07-13 23:57:17.189553565 UTC , finish = 2021-07-13 23:57:18.382017752 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '4' , '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 = 16 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 9 , alphabet_size = 12 , total_length = 369} , self = 173 , parent = Just 143 , duration = 1.899241421000 , status = Success , start = 2021-07-13 23:57:09.208754717 UTC , finish = 2021-07-13 23:57:11.107996138 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '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 = 16 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 9 , alphabet_size = 12 , total_length = 369} , self = 196 , parent = Just 143 , duration = 2.048130890000 , status = Success , start = 2021-07-13 23:57:09.992662476 UTC , finish = 2021-07-13 23:57:12.040793366 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '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 = 13 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 6 , alphabet_size = 11 , total_length = 294} , self = 227 , parent = Just 197 , duration = 2.107857908000 , status = Success , start = 2021-07-13 23:57:12.154091928 UTC , finish = 2021-07-13 23:57:14.261949836 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '5' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 24 , num_strict_rules = 12 , num_top_rules = 12 , num_weak_rules = 12 , alphabet_size = 13 , total_length = 543} , self = 186 , parent = Just 136 , duration = 2.221008169000 , status = Success , start = 2021-07-13 23:57:09.149276944 UTC , finish = 2021-07-13 23:57:11.370285113 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '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 = 16 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 8 , alphabet_size = 12 , total_length = 362} , self = 222 , parent = Just 187 , duration = 2.554546012000 , status = Success , start = 2021-07-13 23:57:11.455275922 UTC , finish = 2021-07-13 23:57:14.009821934 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '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 = 21 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 12 , alphabet_size = 13 , total_length = 477} , self = 296 , parent = Just 286 , duration = 4.109529999000 , status = Success , start = 2021-07-13 23:57:18.548215912 UTC , finish = 2021-07-13 23:57:22.657745911 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '5' , '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 = 14 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 8 , alphabet_size = 12 , total_length = 318} , self = 324 , parent = Just 297 , duration = 11.360785159000 , status = Success , start = 2021-07-13 23:57:22.849646844 UTC , finish = 2021-07-13 23:57:34.210432003 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '7' , '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 = 40 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 24 , alphabet_size = 20 , total_length = 1004} , self = 328 , parent = Just 127 , duration = 23.977542850000 , status = Success , start = 2021-07-13 23:57:14.293450951 UTC , finish = 2021-07-13 23:57:38.270993801 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '2' , '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 = 37 , num_strict_rules = 12 , num_top_rules = 12 , num_weak_rules = 25 , alphabet_size = 18 , total_length = 944} , self = 340 , parent = Just 123 , duration = 30.088177529000 , status = Success , start = 2021-07-13 23:57:14.473013462 UTC , finish = 2021-07-13 23:57:44.561190991 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '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 10 max duration 31.346064959000 min duration 0.891166347000 total durat. 51.530005969000 Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 86} , self = 118 , parent = Just 17 , duration = 1.024920882000 , status = Success , start = 2021-07-13 23:57:07.393979603 UTC , finish = 2021-07-13 23:57:08.418900485 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '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 = 4 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 1 , alphabet_size = 4 , total_length = 68} , self = 281 , parent = Just 244 , duration = 1.423424416000 , status = Success , start = 2021-07-13 23:57:15.792894746 UTC , finish = 2021-07-13 23:57:17.216319162 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '8' , '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 = 7 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 137} , self = 178 , parent = Just 147 , duration = 1.948006959000 , status = Success , start = 2021-07-13 23:57:09.253258371 UTC , finish = 2021-07-13 23:57:11.20126533 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 150} , self = 169 , parent = Just 102 , duration = 2.304475914000 , status = Success , start = 2021-07-13 23:57:08.722937364 UTC , finish = 2021-07-13 23:57:11.027413278 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '9' ] , 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 = 7 , total_length = 150} , self = 239 , parent = Just 102 , duration = 2.333628691000 , status = Success , start = 2021-07-13 23:57:12.610679804 UTC , finish = 2021-07-13 23:57:14.944308495 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '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 = 6 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 119} , self = 184 , parent = Just 116 , duration = 2.424401943000 , status = Success , start = 2021-07-13 23:57:08.893256042 UTC , finish = 2021-07-13 23:57:11.317657985 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 150} , self = 293 , parent = Just 102 , duration = 3.475088838000 , status = Success , start = 2021-07-13 23:57:16.755391183 UTC , finish = 2021-07-13 23:57:20.230480021 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '3' , '6' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 7 , total_length = 99} , self = 301 , parent = Just 276 , duration = 4.358827020000 , status = Success , start = 2021-07-13 23:57:18.404359992 UTC , finish = 2021-07-13 23:57:22.763187012 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '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 = 16 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 8 , alphabet_size = 12 , total_length = 362} , self = 338 , parent = Just 187 , duration = 31.346064959000 , status = Success , start = 2021-07-13 23:57:13.195595234 UTC , finish = 2021-07-13 23:57:44.541660193 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '0' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 20 max duration 35.581445236000 min duration 0.044958926000 total durat. 90.143830804000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 132 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 96 , alphabet_size = 46 , total_length = 3624} , self = 255 , parent = Just 240 , duration = 1.112258520000 , status = Success , start = 2021-07-13 23:57:14.944475501 UTC , finish = 2021-07-13 23:57:16.056734021 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '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 = 120 , num_strict_rules = 24 , num_top_rules = 24 , num_weak_rules = 96 , alphabet_size = 44 , total_length = 3366} , self = 203 , parent = Just 185 , duration = 1.228583071000 , status = Success , start = 2021-07-13 23:57:11.317799499 UTC , finish = 2021-07-13 23:57:12.54638257 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '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 = 190 , num_strict_rules = 190 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 51 , total_length = 5890} , self = 206 , parent = Just 172 , duration = 1.614693584000 , status = Success , start = 2021-07-13 23:57:11.034084555 UTC , finish = 2021-07-13 23:57:12.648778139 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '7' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 190 , num_strict_rules = 190 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 51 , total_length = 5890} , self = 210 , parent = Just 183 , duration = 1.741598021000 , status = Success , start = 2021-07-13 23:57:11.314975689 UTC , finish = 2021-07-13 23:57:13.05657371 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '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 = 132 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 96 , alphabet_size = 46 , total_length = 3624} , self = 300 , parent = Just 294 , duration = 2.518686066000 , status = Success , start = 2021-07-13 23:57:20.232486952 UTC , finish = 2021-07-13 23:57:22.751173018 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '6' , '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 = 114 , num_strict_rules = 18 , num_top_rules = 18 , num_weak_rules = 96 , alphabet_size = 44 , total_length = 3210} , self = 316 , parent = Just 302 , duration = 2.951565605000 , status = Success , start = 2021-07-13 23:57:22.773877589 UTC , finish = 2021-07-13 23:57:25.725443194 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '6' , '7' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 50 , num_strict_rules = 15 , num_top_rules = 15 , num_weak_rules = 35 , alphabet_size = 22 , total_length = 1270} , self = 327 , parent = Just 325 , duration = 4.040870634000 , status = Success , start = 2021-07-13 23:57:34.210712896 UTC , finish = 2021-07-13 23:57:38.25158353 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '0' , '4' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 480 , num_strict_rules = 480 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 82 , total_length = 15840} , self = 361 , parent = Just 323 , duration = 35.536312088000 , status = Success , start = 2021-07-13 23:57:33.083290223 UTC , finish = 2021-07-13 23:58:08.619602311 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '0' , '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 = 480 , num_strict_rules = 480 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 82 , total_length = 15840} , self = 350 , parent = Just 307 , duration = 35.581445236000 , status = Success , start = 2021-07-13 23:57:23.843619851 UTC , finish = 2021-07-13 23:57:59.425065087 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '7' , '8' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 45 max duration 4.725548723000 min duration 0.000068005000 total durat. 7.408578796000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 169 , num_strict_rules = 169 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 39 , total_length = 5239} , self = 352 , parent = Just 349 , duration = 4.725548723000 , status = Fail , start = 2021-07-13 23:57:58.767890426 UTC , finish = 2021-07-13 23:58:03.493439149 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '4' , '5' ] , 3 , False )} **************************************************