/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 1 rules on 2 letters DP SRS with 6 strict rules and 1 weak rules on 3 letters EDG SRS with 4 strict rules and 1 weak rules on 3 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 2, encoding = Ersatz_Binary, dim = 8, solver = Minisatapi, verbose = True, tracing = False} SRS with 0 strict rules and 1 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, b, a, b, b, a, b, a, b, a, b] -> [ a , b , b , a , b , a , b , a , b , a , b , b , a ] {- Input 0 -} reason DP property Termination has value Just True for SRS [a, b, a, b, b, a, b, a, b, a, b] ->= [ a , b , b , a , b , a , b , a , b , a , b , b , a ] {- DP Nontop (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [a#] {- DP (Top 12) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , a , b , a , b , b , a ] {- DP (Top 3) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , a , b , b , a ] {- DP (Top 5) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , b , a ] {- DP (Top 7) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [a#, b, b, a] {- DP (Top 9) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , b , a , b , a , b , a , b , a , b , b , a ] {- DP (Top 0) (Input 0) -} reason EDG property Termination has value Just True for SRS [a#, b, a, b, b, a, b, a, b, a, b] |-> [a#] {- DP (Top 12) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , b , a ] {- DP (Top 7) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , a , b , b , a ] {- DP (Top 5) (Input 0) -} [a#, b, a, b, b, a, b, a, b, a, b] |-> [ a# , b , a , b , a , b , a , b , b , a ] {- DP (Top 3) (Input 0) -} [a, b, a, b, b, a, b, a, b, a, b] ->= [ a , b , b , a , b , a , b , a , b , a , b , b , a ] {- DP Nontop (Input 0) -} reason ( a , Wk / - - - - - 0A 0A 0A \ | - 0A 0A - - 0A - 0A | | - - - 0A - - - - | | - - - - - - - 0A | | - - - - 0A - - - | | 0A 0A - - - - 0A - | | - - - - 0A - - - | \ - - - - - - - 0A / ) ( b , Wk / - 1A - 0A - - - 0A \ | - - - - - - - - | | - - - 0A 0A - - - | | - - 0A 0A - - - - | | - - - - - 0A - - | | - - 0A - 0A - - - | | - 0A 0A - - - - - | \ - - - - - - - 0A / ) ( a# , Wk / - - - 0A - - - 0A \ | - - - - - - - - | | - - - - - - - - | | - - - - - - - - | | - - - - - - - - | | - - - - - - - - | | - - - - - - - - | \ - - - - - - - 0A / ) property Termination has value Just True for SRS [a, b, a, b, b, a, b, a, b, a, b] ->= [ a , b , b , a , b , a , b , a , b , a , b , b , a ] {- DP Nontop (Input 0) -} reason EDG ************************************************** skeleton: (1,2)\Deepee(6/1,3)\EDG(4/1,3)\Matrix{\Arctic}{8}(0/1,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 : Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} total number 2 max duration 134.692111623000 min duration 123.198342046000 total durat. 257.890453669000 Info { what = Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} , input_size = Size { num_rules = 1 , num_strict_rules = 1 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 24} , self = 309 , parent = Just 3 , duration = 123.198342046000 , status = Fail , start = 2021-07-13 23:58:50.343781961 UTC , finish = 2021-07-14 00:00:53.542124007 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' ] , 2 , True )} Info { what = Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} , input_size = Size { num_rules = 1 , num_strict_rules = 1 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 24} , self = 312 , parent = Just 0 , duration = 134.692111623000 , status = Fail , start = 2021-07-13 23:58:50.343746006 UTC , finish = 2021-07-14 00:01:05.035857629 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' ] , 2 , True )} Fail : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 7.161994386000 min duration 4.155121566000 total durat. 11.317115952000 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 = 3 , total_length = 93} , self = 113 , parent = Just 14 , duration = 4.155121566000 , status = Fail , start = 2021-07-13 23:58:50.345785009 UTC , finish = 2021-07-13 23:58:54.500906575 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '1' , '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 = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 160 , parent = Just 15 , duration = 7.161994386000 , status = Fail , start = 2021-07-13 23:58:50.347310204 UTC , finish = 2021-07-13 23:58:57.50930459 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '3' , '4' ] , 0 , True )} Success : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 8 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 70.851891888000 min duration 70.851891888000 total durat. 70.851891888000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 8 , 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 = 3 , total_length = 93} , self = 323 , parent = Just 14 , duration = 70.851891888000 , status = Success , start = 2021-07-14 00:00:14.589968924 UTC , finish = 2021-07-14 00:01:25.441860812 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '3' , '6' ] , 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 = 4 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 53.666755489000 min duration 50.030514725000 total durat. 103.697270214000 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 = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 93} , self = 275 , parent = Just 14 , duration = 50.030514725000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:59:24.552428788 UTC , finish = 2021-07-14 00:00:14.582943513 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '3' , '6' ] , 0 , True )} 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 = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 285 , parent = Just 15 , duration = 53.666755489000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:59:27.546764431 UTC , finish = 2021-07-14 00:00:21.21351992 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '0' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 30.037673943000 min duration 30.031361545000 total durat. 60.069035488000 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 = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 209 , parent = Just 15 , duration = 30.031361545000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:58:57.509522943 UTC , finish = 2021-07-13 23:59:27.540884488 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '7' ] , 0 , True )} Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 93} , self = 208 , parent = Just 14 , duration = 30.037673943000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:58:54.504021615 UTC , finish = 2021-07-13 23:59:24.541695558 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '1' ] , 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 = 1 , encoding = Ersatz_Binary , dim = 8 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 75.487867615000 min duration 75.487867615000 total durat. 75.487867615000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 1 , encoding = Ersatz_Binary , dim = 8 , 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 = 3 , total_length = 93} , self = 328 , parent = Just 14 , duration = 75.487867615000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-14 00:00:09.991841904 UTC , finish = 2021-07-14 00:01:25.479709519 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '1' , '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 = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 51.493919535000 min duration 50.132508544000 total durat. 101.626428079000 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 = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 93} , self = 264 , parent = Just 14 , duration = 50.132508544000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:59:19.82097817 UTC , finish = 2021-07-14 00:00:09.953486714 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '2' , '7' ] , 0 , True )} 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 = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 270 , parent = Just 15 , duration = 51.493919535000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:59:21.651858196 UTC , finish = 2021-07-14 00:00:13.145777731 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '3' , '1' ] , 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 28.634327774000 min duration 28.634327774000 total durat. 28.634327774000 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 = 3 , total_length = 93} , self = 204 , parent = Just 14 , duration = 28.634327774000 , status = Fail , start = 2021-07-13 23:58:51.18644989 UTC , finish = 2021-07-13 23:59:19.820777664 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '5' ] , 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 30.036183877000 min duration 30.036183877000 total durat. 30.036183877000 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 = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 207 , parent = Just 15 , duration = 30.036183877000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:58:51.600979705 UTC , finish = 2021-07-13 23:59:21.637163582 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '9' ] , 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 2 max duration 1.253521582000 min duration 0.840499176000 total durat. 2.094020758000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 72 , parent = Just 15 , duration = 1.253521582000 , status = Fail , start = 2021-07-13 23:58:50.347269888 UTC , finish = 2021-07-13 23:58:51.60079147 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '3' , '0' ] , 0 , True )} Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 0.866356285000 min duration 0.614995388000 total durat. 1.481351673000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 5.884141570000 min duration 4.060385409000 total durat. 9.944526979000 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 = 3 , total_length = 93} , self = 122 , parent = Just 14 , duration = 4.060385409000 , status = Fail , start = 2021-07-13 23:58:50.960816836 UTC , finish = 2021-07-13 23:58:55.021202245 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '4' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 154 , parent = Just 15 , duration = 5.884141570000 , status = Fail , start = 2021-07-13 23:58:51.212811428 UTC , finish = 2021-07-13 23:58:57.096952998 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '8' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 50.038826741000 min duration 50.023112789000 total durat. 100.061939530000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 225 , parent = Just 15 , duration = 50.023112789000 , status = Fail , start = 2021-07-13 23:58:57.097366677 UTC , finish = 2021-07-13 23:59:47.120479466 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '8' ] , 0 , True )} Info { what = QPI { dim = 6 , 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 = 3 , total_length = 93} , self = 220 , parent = Just 14 , duration = 50.038826741000 , status = Fail , start = 2021-07-13 23:58:55.021517071 UTC , finish = 2021-07-13 23:59:45.060343812 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '3' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 100.419056408000 min duration 98.358896712000 total durat. 198.777953120000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 7 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 326 , parent = Just 15 , duration = 98.358896712000 , status = Fail , start = 2021-07-13 23:59:47.120661816 UTC , finish = 2021-07-14 00:01:25.479558528 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '6' , '3' ] , 0 , True )} Info { what = QPI { dim = 8 , 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 = 3 , total_length = 93} , self = 327 , parent = Just 14 , duration = 100.419056408000 , status = Fail , start = 2021-07-13 23:59:45.06051482 UTC , finish = 2021-07-14 00:01:25.479571228 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '7' ] , 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 13 max duration 52.898049358000 min duration 0.024962084000 total durat. 110.790848277000 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 = 12 , num_strict_rules = 12 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 336} , self = 174 , parent = Just 168 , duration = 1.007660054000 , status = Success , start = 2021-07-13 23:59:01.388120649 UTC , finish = 2021-07-13 23:59:02.395780703 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '8' , '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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 96 , parent = Just 74 , duration = 1.172339537000 , status = Success , start = 2021-07-13 23:58:51.803059762 UTC , finish = 2021-07-13 23:58:52.975399299 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 135 , parent = Just 74 , duration = 1.220325437000 , status = Success , start = 2021-07-13 23:58:54.559045344 UTC , finish = 2021-07-13 23:58:55.779370781 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '8' ] , 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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 104 , parent = Just 74 , duration = 1.421592682000 , status = Success , start = 2021-07-13 23:58:52.600043559 UTC , finish = 2021-07-13 23:58:54.021636241 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '5' ] , 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 = 42 , num_strict_rules = 42 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 1260} , self = 165 , parent = Just 55 , duration = 4.012917851000 , status = Success , start = 2021-07-13 23:58:56.058749942 UTC , finish = 2021-07-13 23:59:00.071667793 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '7' ] , 3 , True )} Info { what = Tiling { method = Backward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 42 , num_strict_rules = 42 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 1260} , self = 196 , parent = Just 55 , duration = 10.754476236000 , status = Success , start = 2021-07-13 23:59:03.107167589 UTC , finish = 2021-07-13 23:59:13.861643825 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '9' , '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 = 78 , num_strict_rules = 78 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 21 , total_length = 2340} , self = 273 , parent = Just 105 , duration = 15.103511050000 , status = Success , start = 2021-07-13 23:59:59.346978936 UTC , finish = 2021-07-14 00:00:14.450489986 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '8' , '1' ] , 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 = 66 , num_strict_rules = 66 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 17 , total_length = 1980} , self = 235 , parent = Just 175 , duration = 21.802428682000 , status = Success , start = 2021-07-13 23:59:30.433479143 UTC , finish = 2021-07-13 23:59:52.235907825 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '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 = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 317 , parent = Just 197 , duration = 52.898049358000 , status = Success , start = 2021-07-14 00:00:14.927237863 UTC , finish = 2021-07-14 00:01:07.825287221 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '4' , '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 5 max duration 30.571261180000 min duration 0.417471286000 total durat. 38.045141997000 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 = 4 , num_strict_rules = 4 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 4 , total_length = 104} , self = 118 , parent = Just 80 , duration = 2.323083236000 , status = Success , start = 2021-07-13 23:58:52.254542327 UTC , finish = 2021-07-13 23:58:54.577625563 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '7' ] , 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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 167 , parent = Just 74 , duration = 3.869481373000 , status = Success , start = 2021-07-13 23:58:57.355409808 UTC , finish = 2021-07-13 23:59:01.224891181 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '0' ] , 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 = 12 , num_strict_rules = 12 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 336} , self = 212 , parent = Just 168 , duration = 30.571261180000 , status = Success , start = 2021-07-13 23:59:01.304653146 UTC , finish = 2021-07-13 23:59:31.875914326 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '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 12 max duration 41.092312247000 min duration 0.047246242000 total durat. 101.959362194000 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 = 21 , num_strict_rules = 21 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 11 , total_length = 588} , self = 85 , parent = Just 38 , duration = 1.436838133000 , status = Success , start = 2021-07-13 23:58:50.901292033 UTC , finish = 2021-07-13 23:58:52.338130166 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '9' ] , 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 = 21 , num_strict_rules = 21 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 11 , total_length = 588} , self = 149 , parent = Just 38 , duration = 1.639900253000 , status = Success , start = 2021-07-13 23:58:55.370883967 UTC , finish = 2021-07-13 23:58:57.01078422 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 102 , parent = Just 74 , duration = 2.039907221000 , status = Success , start = 2021-07-13 23:58:51.870574762 UTC , finish = 2021-07-13 23:58:53.910481983 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '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 = 12 , num_strict_rules = 12 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 336} , self = 180 , parent = Just 168 , duration = 2.088338041000 , status = Success , start = 2021-07-13 23:59:01.464775114 UTC , finish = 2021-07-13 23:59:03.553113155 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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 125 , parent = Just 74 , duration = 2.169424429000 , status = Success , start = 2021-07-13 23:58:52.875778052 UTC , finish = 2021-07-13 23:58:55.045202481 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '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 = 42 , num_strict_rules = 42 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 1260} , self = 193 , parent = Just 55 , duration = 9.564567678000 , status = Success , start = 2021-07-13 23:58:57.361584209 UTC , finish = 2021-07-13 23:59:06.926151887 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '5' , '4' ] , 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 = 66 , num_strict_rules = 66 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 17 , total_length = 1980} , self = 294 , parent = Just 175 , duration = 20.329079643000 , status = Success , start = 2021-07-14 00:00:13.551830105 UTC , finish = 2021-07-14 00:00:33.880909748 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 = 42 , num_strict_rules = 42 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 1260} , self = 261 , parent = Just 55 , duration = 20.741796268000 , status = Success , start = 2021-07-13 23:59:48.375660102 UTC , finish = 2021-07-14 00:00:09.11745637 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '7' , '4' ] , 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 = 42 , num_strict_rules = 42 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 13 , total_length = 1260} , self = 221 , parent = Just 55 , duration = 41.092312247000 , status = Success , start = 2021-07-13 23:59:04.618771592 UTC , finish = 2021-07-13 23:59:45.711083839 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '0' ] , 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 7 max duration 43.554079940000 min duration 0.559164837000 total durat. 69.226964388000 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 = 5 , total_length = 156} , self = 98 , parent = Just 28 , duration = 1.628831842000 , status = Success , start = 2021-07-13 23:58:51.392239712 UTC , finish = 2021-07-13 23:58:53.021071554 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '0' ] , 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 = 6 , num_strict_rules = 6 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 5 , total_length = 156} , self = 161 , parent = Just 28 , duration = 1.931465317000 , status = Success , start = 2021-07-13 23:58:57.698505667 UTC , finish = 2021-07-13 23:58:59.629970984 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '1' ] , 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 = 4 , num_strict_rules = 4 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 4 , total_length = 104} , self = 132 , parent = Just 80 , duration = 3.216311630000 , status = Success , start = 2021-07-13 23:58:52.271637399 UTC , finish = 2021-07-13 23:58:55.487949029 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '1' ] , 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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 190 , parent = Just 74 , duration = 6.862242886000 , status = Success , start = 2021-07-13 23:58:59.643917811 UTC , finish = 2021-07-13 23:59:06.506160697 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '5' ] , 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 = 18 , num_strict_rules = 18 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 504} , self = 281 , parent = Just 74 , duration = 11.474867936000 , status = Success , start = 2021-07-14 00:00:07.613969844 UTC , finish = 2021-07-14 00:00:19.08883778 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '1' , '3' ] , 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 = 12 , num_strict_rules = 12 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 7 , total_length = 336} , self = 218 , parent = Just 168 , duration = 43.554079940000 , status = Success , start = 2021-07-13 23:59:01.369822512 UTC , finish = 2021-07-13 23:59:44.923902452 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '7' , '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 13 max duration 49.897068697000 min duration 0.648552643000 total durat. 250.786656978000 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 = 15 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 8 , alphabet_size = 8 , total_length = 348} , self = 114 , parent = Just 54 , duration = 3.413868960000 , status = Success , start = 2021-07-13 23:58:51.129669353 UTC , finish = 2021-07-13 23:58:54.543538313 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 = 27 , num_strict_rules = 18 , num_top_rules = 18 , num_weak_rules = 9 , alphabet_size = 8 , total_length = 609} , self = 142 , parent = Just 64 , duration = 4.747840678000 , status = Success , start = 2021-07-13 23:58:51.423269755 UTC , finish = 2021-07-13 23:58:56.171110433 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '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 = 37 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 27 , alphabet_size = 16 , total_length = 979} , self = 184 , parent = Just 115 , duration = 9.903293778000 , status = Success , start = 2021-07-13 23:58:55.028305447 UTC , finish = 2021-07-13 23:59:04.931599225 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '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 = 18 , num_strict_rules = 12 , num_top_rules = 12 , num_weak_rules = 6 , alphabet_size = 7 , total_length = 406} , self = 268 , parent = Just 247 , duration = 10.158457814000 , status = Success , start = 2021-07-14 00:00:01.326078832 UTC , finish = 2021-07-14 00:00:11.484536646 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '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 = 31 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 21 , alphabet_size = 12 , total_length = 811} , self = 289 , parent = Just 185 , duration = 18.979169190000 , status = Success , start = 2021-07-14 00:00:05.757559999 UTC , finish = 2021-07-14 00:00:24.736729189 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '0' , '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 = 11 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 4 , alphabet_size = 6 , total_length = 244} , self = 214 , parent = Just 199 , duration = 22.372280322000 , status = Success , start = 2021-07-13 23:59:14.230862207 UTC , finish = 2021-07-13 23:59:36.603142529 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 = 31 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 21 , alphabet_size = 12 , total_length = 811} , self = 252 , parent = Just 185 , duration = 25.238577571000 , status = Success , start = 2021-07-13 23:59:37.130122118 UTC , finish = 2021-07-14 00:00:02.368699689 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '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 = 60 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 24 , alphabet_size = 14 , total_length = 1494} , self = 299 , parent = Just 224 , duration = 27.998892181000 , status = Success , start = 2021-07-14 00:00:13.975933327 UTC , finish = 2021-07-14 00:00:41.974825508 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '3' , '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 = 60 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 24 , alphabet_size = 14 , total_length = 1494} , self = 286 , parent = Just 224 , duration = 33.845018740000 , status = Success , start = 2021-07-13 23:59:47.481820887 UTC , finish = 2021-07-14 00:00:21.326839627 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '6' , '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 = 31 , num_strict_rules = 10 , num_top_rules = 10 , num_weak_rules = 21 , alphabet_size = 12 , total_length = 811} , self = 232 , parent = Just 185 , duration = 42.707230563000 , status = Success , start = 2021-07-13 23:59:05.236204171 UTC , finish = 2021-07-13 23:59:47.943434734 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '0' , '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 = 70 , num_strict_rules = 42 , num_top_rules = 42 , num_weak_rules = 28 , alphabet_size = 16 , total_length = 1743} , self = 223 , parent = Just 147 , duration = 49.897068697000 , status = Success , start = 2021-07-13 23:58:57.113514715 UTC , finish = 2021-07-13 23:59:47.010583412 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '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 6 max duration 64.467407058000 min duration 3.740160239000 total durat. 178.264469273000 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 = 6 , num_top_rules = 6 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 137} , self = 107 , parent = Just 15 , duration = 3.740160239000 , status = Success , start = 2021-07-13 23:58:50.363782713 UTC , finish = 2021-07-13 23:58:54.103942952 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '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 = 5 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 1 , alphabet_size = 3 , total_length = 93} , self = 109 , parent = Just 14 , duration = 3.831488395000 , status = Success , start = 2021-07-13 23:58:50.355873278 UTC , finish = 2021-07-13 23:58:54.187361673 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '4' , '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 = 15 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 8 , alphabet_size = 8 , total_length = 348} , self = 198 , parent = Just 54 , duration = 18.069260080000 , status = Success , start = 2021-07-13 23:58:55.966060575 UTC , finish = 2021-07-13 23:59:14.035320655 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '2' , '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 = 18 , num_strict_rules = 12 , num_top_rules = 12 , num_weak_rules = 6 , alphabet_size = 7 , total_length = 406} , self = 301 , parent = Just 247 , duration = 41.789110306000 , status = Success , start = 2021-07-14 00:00:00.92088374 UTC , finish = 2021-07-14 00:00:42.709994046 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '9' , '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 = 11 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 4 , alphabet_size = 6 , total_length = 244} , self = 244 , parent = Just 199 , duration = 46.367043195000 , status = Success , start = 2021-07-13 23:59:14.167661676 UTC , finish = 2021-07-14 00:00:00.534704871 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '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 = 27 , num_strict_rules = 18 , num_top_rules = 18 , num_weak_rules = 9 , alphabet_size = 8 , total_length = 609} , self = 246 , parent = Just 64 , duration = 64.467407058000 , status = Success , start = 2021-07-13 23:58:56.222700673 UTC , finish = 2021-07-14 00:00:00.690107731 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '2' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 18 max duration 21.999559194000 min duration 0.084787096000 total durat. 79.578510249000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 116 , num_strict_rules = 20 , num_top_rules = 20 , num_weak_rules = 96 , alphabet_size = 27 , total_length = 3366} , self = 291 , parent = Just 290 , duration = 1.019059980000 , status = Success , start = 2021-07-14 00:00:24.736919065 UTC , finish = 2021-07-14 00:00:25.755979045 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '6' , '3' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 153 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 117 , alphabet_size = 35 , total_length = 4347} , self = 129 , parent = Just 110 , duration = 1.141208219000 , status = Success , start = 2021-07-13 23:58:54.187547328 UTC , finish = 2021-07-13 23:58:55.328755547 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '9' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 140 , num_strict_rules = 42 , num_top_rules = 42 , num_weak_rules = 98 , alphabet_size = 31 , total_length = 3983} , self = 130 , parent = Just 108 , duration = 1.276085575000 , status = Success , start = 2021-07-13 23:58:54.105649028 UTC , finish = 2021-07-13 23:58:55.381734603 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '8' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 221 , num_strict_rules = 221 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 36 , total_length = 7072} , self = 141 , parent = Just 119 , duration = 1.501910503000 , status = Success , start = 2021-07-13 23:58:54.577822925 UTC , finish = 2021-07-13 23:58:56.079733428 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '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 = 221 , num_strict_rules = 221 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 36 , total_length = 7072} , self = 153 , parent = Just 133 , duration = 1.595884481000 , status = Success , start = 2021-07-13 23:58:55.488021217 UTC , finish = 2021-07-13 23:58:57.083905698 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '1' , '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 = 195 , num_strict_rules = 78 , num_top_rules = 78 , num_weak_rules = 117 , alphabet_size = 30 , total_length = 5447} , self = 303 , parent = Just 300 , duration = 1.619518899000 , status = Success , start = 2021-07-14 00:00:41.974938097 UTC , finish = 2021-07-14 00:00:43.594456996 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '8' , '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 = 195 , num_strict_rules = 78 , num_top_rules = 78 , num_weak_rules = 117 , alphabet_size = 30 , total_length = 5447} , self = 288 , parent = Just 287 , duration = 1.710107266000 , status = Success , start = 2021-07-14 00:00:21.327009497 UTC , finish = 2021-07-14 00:00:23.037116763 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '6' , '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 = 66 , num_strict_rules = 36 , num_top_rules = 36 , num_weak_rules = 30 , alphabet_size = 15 , total_length = 1662} , self = 271 , parent = Just 269 , duration = 1.949612535000 , status = Success , start = 2021-07-14 00:00:11.484713454 UTC , finish = 2021-07-14 00:00:13.434325989 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '2' , '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 = 116 , num_strict_rules = 20 , num_top_rules = 20 , num_weak_rules = 96 , alphabet_size = 27 , total_length = 3366} , self = 255 , parent = Just 253 , duration = 1.951574268000 , status = Success , start = 2021-07-14 00:00:02.3689439 UTC , finish = 2021-07-14 00:00:04.320518168 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '9' , '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 = 346 , num_strict_rules = 57 , num_top_rules = 57 , num_weak_rules = 289 , alphabet_size = 47 , total_length = 10745} , self = 263 , parent = Just 245 , duration = 8.671263652000 , status = Success , start = 2021-07-14 00:00:00.534936528 UTC , finish = 2021-07-14 00:00:09.20620018 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '8' , '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 = 696 , num_strict_rules = 696 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 62 , total_length = 23664} , self = 243 , parent = Just 219 , duration = 14.739217139000 , status = Success , start = 2021-07-13 23:59:44.924105144 UTC , finish = 2021-07-13 23:59:59.663322283 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '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 = 468 , num_strict_rules = 78 , num_top_rules = 78 , num_weak_rules = 390 , alphabet_size = 65 , total_length = 14573} , self = 310 , parent = Just 302 , duration = 18.291828511000 , status = Success , start = 2021-07-14 00:00:42.71017143 UTC , finish = 2021-07-14 00:01:01.001999941 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '8' , '3' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 696 , num_strict_rules = 696 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 62 , total_length = 23664} , self = 237 , parent = Just 213 , duration = 21.999559194000 , status = Success , start = 2021-07-13 23:59:31.881981699 UTC , finish = 2021-07-13 23:59:53.881540893 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '4' , '8' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 44 max duration 7.597262020000 min duration 0.000122598000 total durat. 23.610547899000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 173 , parent = Just 166 , duration = 1.316254358000 , status = Fail , start = 2021-07-13 23:59:00.071828448 UTC , finish = 2021-07-13 23:59:01.388082806 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '6' , '8' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 228 , parent = Just 222 , duration = 1.763889085000 , status = Fail , start = 2021-07-13 23:59:45.711260874 UTC , finish = 2021-07-13 23:59:47.475149959 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '5' , '9' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 264 , num_strict_rules = 264 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 39 , total_length = 8448} , self = 296 , parent = Just 295 , duration = 1.784212874000 , status = Fail , start = 2021-07-14 00:00:33.881075737 UTC , finish = 2021-07-14 00:00:35.665288611 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '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 = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 266 , parent = Just 262 , duration = 1.924860582000 , status = Fail , start = 2021-07-14 00:00:09.117700328 UTC , finish = 2021-07-14 00:00:11.04256091 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '5' , '1' , '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 = 264 , num_strict_rules = 264 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 39 , total_length = 8448} , self = 238 , parent = Just 236 , duration = 2.103377244000 , status = Fail , start = 2021-07-13 23:59:52.236065695 UTC , finish = 2021-07-13 23:59:54.339442939 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '7' , '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 = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 195 , parent = Just 194 , duration = 3.338767248000 , status = Fail , start = 2021-07-13 23:59:06.926242715 UTC , finish = 2021-07-13 23:59:10.265009963 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '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 = 220 , num_strict_rules = 220 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 31 , total_length = 7040} , self = 205 , parent = Just 197 , duration = 7.597262020000 , status = Fail , start = 2021-07-13 23:59:13.861742855 UTC , finish = 2021-07-13 23:59:21.459004875 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '1' , '3' ] , 3 , False )} **************************************************