/export/starexec/sandbox2/solver/bin/starexec_run_tc21-9.sh /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 2 rules on 2 letters DP SRS with 2 strict rules and 2 weak rules on 3 letters EDG SRS with 2 strict rules and 2 weak rules on 3 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 8, encoding = Ersatz_Binary, dim = 4, solver = Minisatapi, verbose = True, tracing = False} SRS with 0 strict rules and 2 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, b, a] -> [b, b, b, b] {- Input 0 -} [a, b, b] -> [b, b, a, a] {- Input 1 -} reason DP property Termination has value Just True for SRS [a, b, a] ->= [b, b, b, b] {- DP Nontop (Input 0) -} [a, b, b] ->= [b, b, a, a] {- DP Nontop (Input 1) -} [a#, b, b] |-> [a#] {- DP (Top 3) (Input 1) -} [a#, b, b] |-> [a#, a] {- DP (Top 2) (Input 1) -} reason EDG property Termination has value Just True for SRS [a#, b, b] |-> [a#] {- DP (Top 3) (Input 1) -} [a#, b, b] |-> [a#, a] {- DP (Top 2) (Input 1) -} [a, b, a] ->= [b, b, b, b] {- DP Nontop (Input 0) -} [a, b, b] ->= [b, b, a, a] {- DP Nontop (Input 1) -} reason ( a , Wk / 0A - - - \ | 3A 0A - 4A | | 5A - 0A 7A | \ - - - 0A / ) ( b , Wk / - 3A 0A 1A \ | 0A - - - | | 0A - - 4A | \ - - - 0A / ) ( a# , Wk / 0A - - - \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a, b, a] ->= [b, b, b, b] {- DP Nontop (Input 0) -} [a, b, b] ->= [b, b, a, a] {- DP Nontop (Input 1) -} reason EDG ************************************************** skeleton: (2,2)\Deepee\EDG(2/2,3)\Matrix{\Arctic}{4}(0/2,2)\EDG[] ************************************************** let {} in let {trac ?= False;loop_cap = 1;match_cap = 2;tile_cap = 3;matrix_cap = 4;mo = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;done = Worker No_Strict_Rules;dont = \ p -> Fail;tiling = \ m w -> On tile_cap (weighted (And_Then (Worker (Tiling {method = m,width = w,map_type = Enum,max_num_tiles = Just 1000,max_num_rules = Just 100000})) (Worker Remap)));tile_roc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Overlap w)) <> [ Worker Unlabel];mb = \ size -> On match_cap (Apply (Worker (Matchbound {method = RFC,max_size = Just size})) done);mbs = \ size -> First_Of [ mb size, Apply (Worker Mirror) (mb size)];tile_rfc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Forward w)) <> ((for ws (\ w -> tiling Backward w)) <> [ Worker Unlabel]);solver = Minisatapi;qpi = \ dim bits -> On matrix_cap (weighted (Worker (QPI {tracing = trac,dim = dim,bits = bits,solver = solver})));qpis = Seq [ Timeout 10 (qpi 2 3), Timeout 30 (qpi 4 3), Timeout 50 (qpi 6 3), qpi 8 3];kbo = \ b -> On matrix_cap (weighted (Worker (KBO {bits = b,solver = solver})));matrix = \ dom dim bits -> On matrix_cap (weighted (Worker (Matrix {monotone = Weak,domain = dom,dim = dim,bits = bits,encoding = Ersatz_Binary,tracing = trac,verbose = True,solver = solver})));arctics = Seq [ Timeout 10 (matrix Arctic 2 16), Timeout 30 (matrix Arctic 4 8), Timeout 50 (matrix Arctic 6 4), matrix Arctic 8 2];naturals = Seq [ Timeout 10 (matrix Natural 2 4), Timeout 30 (matrix Natural 4 3), Timeout 50 (matrix Natural 6 2), matrix Natural 8 1];remove = First_Of [ qpis, arctics, naturals, As_Transformer tile_roc];remove_wop = And_Then wop (Or_Else (As_Transformer (Worker No_Strict_Rules)) remove);deepee = Apply (And_Then (Worker DP) (Worker Remap)) (Apply wop (Branch (Worker (EDG {tracing = False,usable = True})) remove_wop));when_small = \ m -> Apply (Worker (SizeAtmost 1000)) m;yeah = First_Of [ when_small (First_Of [ deepee, Apply (Worker Mirror) deepee]), tile_rfc, mbs 100000];noh_for = \ side -> Worker (Simple (Config {closure = side,max_closure_width = Nothing,intermediates = All,priority = Linear [ ( 1, Log2 Steps), ( -1, Width_lhs), ( -2, Log2 Width_rhs)]}));noh = First_Of [ On loop_cap (noh_for Forward), On loop_cap (noh_for Backward), On loop_cap (Worker Transport)]} in Apply (Worker Remap) (Apply wop (Seq [ Worker KKST01, First_Of [ yeah, noh]])) ************************************************** statistics on proof search (nodes types that (together) took more than 1.000000000000) ************************************************** Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} total number 1 max duration 10.508473842000 min duration 10.508473842000 total durat. 10.508473842000 Info { what = Matchbound { method = RFC , max_size = Just 100000 , max_bound = Nothing , verbose = False , tracing = False} , input_size = Size { num_rules = 2 , num_strict_rules = 2 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 14} , self = 119 , parent = Just 0 , duration = 10.508473842000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:31:08.075185863 UTC , finish = 2021-07-13 23:31:18.583659705 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '4' , '2' ] , 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 2.348999309000 min duration 1.332380284000 total durat. 3.681379593000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 67 , parent = Just 11 , duration = 1.332380284000 , status = Fail , start = 2021-07-13 23:31:08.076433733 UTC , finish = 2021-07-13 23:31:09.408814017 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 = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 75 , parent = Just 16 , duration = 2.348999309000 , status = Fail , start = 2021-07-13 23:31:08.078952878 UTC , finish = 2021-07-13 23:31:10.427952187 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 = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 9.162373563000 min duration 9.162373563000 total durat. 9.162373563000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 111 , parent = Just 11 , duration = 9.162373563000 , status = Success , start = 2021-07-13 23:31:09.409117072 UTC , finish = 2021-07-13 23:31:18.571490635 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '4' ] , 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 1 max duration 8.148025818000 min duration 8.148025818000 total durat. 8.148025818000 Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 8 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 116 , parent = Just 16 , duration = 8.148025818000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:31:10.429349309 UTC , finish = 2021-07-13 23:31:18.577375127 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '4' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 2.503107943000 min duration 2.503107943000 total durat. 2.503107943000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 2 , encoding = Ersatz_Binary , dim = 6 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 117 , parent = Just 11 , duration = 2.503107943000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:31:16.074628065 UTC , finish = 2021-07-13 23:31:18.577736008 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '9' , '0' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 7.674793390000 min duration 7.674793390000 total durat. 7.674793390000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 102 , parent = Just 11 , duration = 7.674793390000 , status = Fail , start = 2021-07-13 23:31:08.397996832 UTC , finish = 2021-07-13 23:31:16.072790222 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '4' ] , 0 , True )} Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 1 max duration 9.780551927000 min duration 9.780551927000 total durat. 9.780551927000 Info { what = Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 118 , parent = Just 16 , duration = 9.780551927000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:31:08.800530997 UTC , finish = 2021-07-13 23:31:18.581082924 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '7' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 4 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 0.720333328000 min duration 0.321317900000 total durat. 1.041651228000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 2.691218925000 min duration 1.228137313000 total durat. 3.919356238000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 70 , parent = Just 11 , duration = 1.228137313000 , status = Fail , start = 2021-07-13 23:31:08.407521496 UTC , finish = 2021-07-13 23:31:09.635658809 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '8' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 82 , parent = Just 16 , duration = 2.691218925000 , status = Fail , start = 2021-07-13 23:31:08.714393626 UTC , finish = 2021-07-13 23:31:11.405612551 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '4' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 7.171471526000 min duration 4.758070140000 total durat. 11.929541666000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 99 , parent = Just 11 , duration = 4.758070140000 , status = Fail , start = 2021-07-13 23:31:09.63595389 UTC , finish = 2021-07-13 23:31:14.39402403 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '8' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 115 , parent = Just 16 , duration = 7.171471526000 , status = Fail , start = 2021-07-13 23:31:11.405792226 UTC , finish = 2021-07-13 23:31:18.577263752 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '1' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 4.182655726000 min duration 4.182655726000 total durat. 4.182655726000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 114 , parent = Just 11 , duration = 4.182655726000 , status = Fail , start = 2021-07-13 23:31:14.394418744 UTC , finish = 2021-07-13 23:31:18.57707447 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '5' ] , 0 , True )} Success : Tiling { method = Backward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 3 max duration 2.556293287000 min duration 0.021155774000 total durat. 2.851133260000 Info { what = Tiling { method = Backward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 72 , num_strict_rules = 72 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 18 , total_length = 792} , self = 78 , parent = Just 51 , duration = 2.556293287000 , status = Success , start = 2021-07-13 23:31:08.63116143 UTC , finish = 2021-07-13 23:31:11.187454717 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '7' ] , 3 , True )} Success : Tiling { method = Forward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 3 max duration 3.322081664000 min duration 0.023066312000 total durat. 3.666894795000 Info { what = Tiling { method = Forward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 72 , num_strict_rules = 72 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 18 , total_length = 792} , self = 85 , parent = Just 51 , duration = 3.322081664000 , status = Success , start = 2021-07-13 23:31:08.651086359 UTC , finish = 2021-07-13 23:31:11.973168023 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '1' ] , 3 , True )} Success : Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 5 max duration 2.068956942000 min duration 0.084328832000 total durat. 5.346622952000 Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 23 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 195} , self = 68 , parent = Just 39 , duration = 1.175213670000 , status = Success , start = 2021-07-13 23:31:08.253420614 UTC , finish = 2021-07-13 23:31:09.428634284 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '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 = 36 , num_strict_rules = 16 , num_top_rules = 16 , num_weak_rules = 20 , alphabet_size = 12 , total_length = 300} , self = 73 , parent = Just 44 , duration = 1.851334064000 , status = Success , start = 2021-07-13 23:31:08.375070614 UTC , finish = 2021-07-13 23:31:10.226404678 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '9' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 22 , num_strict_rules = 4 , num_top_rules = 4 , num_weak_rules = 18 , alphabet_size = 9 , total_length = 188} , self = 100 , parent = Just 95 , duration = 2.068956942000 , status = Success , start = 2021-07-13 23:31:13.445954283 UTC , finish = 2021-07-13 23:31:15.514911225 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '8' , '2' ] , 3 , True )} Success : Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 2 max duration 2.568047205000 min duration 2.024530388000 total durat. 4.592577593000 Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 23} , self = 71 , parent = Just 11 , duration = 2.024530388000 , status = Success , start = 2021-07-13 23:31:08.081857877 UTC , finish = 2021-07-13 23:31:10.106388265 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '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 = 10 , num_strict_rules = 8 , num_top_rules = 8 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 58} , self = 76 , parent = Just 16 , duration = 2.568047205000 , status = Success , start = 2021-07-13 23:31:08.090894356 UTC , finish = 2021-07-13 23:31:10.658941561 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '7' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 4 max duration 3.245133663000 min duration 0.032503312000 total durat. 9.562982437000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 270 , num_strict_rules = 270 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 32 , total_length = 3510} , self = 87 , parent = Just 64 , duration = 3.141733875000 , status = Success , start = 2021-07-13 23:31:08.861756616 UTC , finish = 2021-07-13 23:31:12.003490491 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '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 = 270 , num_strict_rules = 270 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 32 , total_length = 3510} , self = 88 , parent = Just 66 , duration = 3.143611587000 , status = Success , start = 2021-07-13 23:31:08.903860331 UTC , finish = 2021-07-13 23:31:12.047471918 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '0' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 143 , num_strict_rules = 17 , num_top_rules = 17 , num_weak_rules = 126 , alphabet_size = 29 , total_length = 1531} , self = 91 , parent = Just 69 , duration = 3.245133663000 , status = Success , start = 2021-07-13 23:31:09.428721498 UTC , finish = 2021-07-13 23:31:12.673855161 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '6' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 14 max duration 5.829376623000 min duration 0.000132200000 total durat. 12.140311034000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 168 , num_strict_rules = 32 , num_top_rules = 32 , num_weak_rules = 136 , alphabet_size = 36 , total_length = 1800} , self = 80 , parent = Just 74 , duration = 1.029483921000 , status = Fail , start = 2021-07-13 23:31:10.226603739 UTC , finish = 2021-07-13 23:31:11.25608766 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 432 , num_strict_rules = 432 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 54 , total_length = 5616} , self = 103 , parent = Just 79 , duration = 4.909127591000 , status = Fail , start = 2021-07-13 23:31:11.187652209 UTC , finish = 2021-07-13 23:31:16.0967798 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 432 , num_strict_rules = 432 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 54 , total_length = 5616} , self = 107 , parent = Just 86 , duration = 5.829376623000 , status = Fail , start = 2021-07-13 23:31:11.973377774 UTC , finish = 2021-07-13 23:31:17.802754397 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '9' ] , 3 , False )} **************************************************