/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 3 rules on 2 letters mirror SRS with 3 rules on 2 letters DP SRS with 5 strict rules and 3 weak rules on 4 letters weights SRS with 3 strict rules and 3 weak rules on 3 letters EDG SRS with 3 strict rules and 3 weak rules on 3 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 8, encoding = Ersatz_Binary, dim = 4, solver = Minisatapi, verbose = True, tracing = False} SRS with 1 strict rules and 3 weak rules on 3 letters EDG SRS with 1 rules on 3 letters Usable SRS with 1 rules on 3 letters weights SRS with 0 rules on 0 letters no strict rules ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, a] -> [] {- Input 0 -} [a, b] -> [] {- Input 1 -} [a, b, b] -> [b, b, a, b, a] {- Input 2 -} reason mirror property Termination has value Just True for SRS [a, a] -> [] {- Mirror (Input 0) -} [b, a] -> [] {- Mirror (Input 1) -} [b, b, a] -> [a, b, a, b, b] {- Mirror (Input 2) -} reason DP property Termination has value Just True for SRS [a, a] ->= [] {- DP Nontop (Mirror (Input 0)) -} [b, a] ->= [] {- DP Nontop (Mirror (Input 1)) -} [b, b, a] ->= [a, b, a, b, b] {- DP Nontop (Mirror (Input 2)) -} [b#, b, a] |-> [a#, b, a, b, b] {- DP (Top 0) (Mirror (Input 2)) -} [b#, b, a] |-> [a#, b, b] {- DP (Top 2) (Mirror (Input 2)) -} [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, a, b, b] {- DP (Top 1) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, b] {- DP (Top 3) (Mirror (Input 2)) -} reason (b#, 2/1) property Termination has value Just True for SRS [a, a] ->= [] {- DP Nontop (Mirror (Input 0)) -} [b, a] ->= [] {- DP Nontop (Mirror (Input 1)) -} [b, b, a] ->= [a, b, a, b, b] {- DP Nontop (Mirror (Input 2)) -} [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, a, b, b] {- DP (Top 1) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, b] {- DP (Top 3) (Mirror (Input 2)) -} reason EDG property Termination has value Just True for SRS [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, b] {- DP (Top 3) (Mirror (Input 2)) -} [b#, b, a] |-> [b#, a, b, b] {- DP (Top 1) (Mirror (Input 2)) -} [a, a] ->= [] {- DP Nontop (Mirror (Input 0)) -} [b, a] ->= [] {- DP Nontop (Mirror (Input 1)) -} [b, b, a] ->= [a, b, a, b, b] {- DP Nontop (Mirror (Input 2)) -} reason ( a , Wk / - - 0A 0A \ | - - 0A - | | 0A 0A 1A 2A | \ - - - 0A / ) ( b , Wk / 0A - 0A 1A \ | - - 0A - | | - 0A - - | \ - - - 0A / ) ( b# , Wk / 2A 5A 1A 4A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} [a, a] ->= [] {- DP Nontop (Mirror (Input 0)) -} [b, a] ->= [] {- DP Nontop (Mirror (Input 1)) -} [b, b, a] ->= [a, b, a, b, b] {- DP Nontop (Mirror (Input 2)) -} reason EDG property Termination has value Just True for SRS [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} reason Usable property Termination has value Just True for SRS [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 2)) -} reason (a, 1/1) (b, 1/1) property Termination has value Just True for SRS reason no strict rules ************************************************** skeleton: \Mirror(3,2)\Deepee(5/3,4)\Weight\EDG(3/3,3)\Matrix{\Arctic}{4}(1/3,3)\EDG\Usable(1,3)\Weight(0,0)[] ************************************************** 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 2 max duration 1.744244755000 min duration 1.327239819000 total durat. 3.071484574000 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 = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 22} , self = 67 , parent = Just 12 , duration = 1.327239819000 , status = Fail , start = 2021-07-13 23:20:36.246830894 UTC , finish = 2021-07-13 23:20:37.574070713 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '0' ] , 0 , True )} Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 72 , parent = Just 17 , duration = 1.744244755000 , status = Fail , start = 2021-07-13 23:20:36.249224998 UTC , finish = 2021-07-13 23:20:37.993469753 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 10.635578358000 min duration 10.635578358000 total durat. 10.635578358000 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 = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 112 , parent = Just 17 , duration = 10.635578358000 , status = Success , start = 2021-07-13 23:20:37.993707478 UTC , finish = 2021-07-13 23:20:48.629285836 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 5.998367374000 min duration 5.998367374000 total durat. 5.998367374000 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 = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 119 , parent = Just 17 , duration = 5.998367374000 , status = Except [ 'A' , 's' , 'y' , 'n' , 'c' , 'C' , 'a' , 'n' , 'c' , 'e' , 'l' , 'l' , 'e' , 'd' ] , start = 2021-07-13 23:20:42.636638739 UTC , finish = 2021-07-13 23:20:48.635006113 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '7' , '8' ] , 0 , True )} Fail : Matrix { monotone = Weak , domain = Natural , shape = Full , bits = 3 , encoding = Ersatz_Binary , dim = 4 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 5.902384991000 min duration 5.049095671000 total durat. 10.951480662000 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 = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 22} , self = 95 , parent = Just 12 , duration = 5.049095671000 , status = Fail , start = 2021-07-13 23:20:36.648099431 UTC , finish = 2021-07-13 23:20:41.697195102 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '6' ] , 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 = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 98 , parent = Just 17 , duration = 5.902384991000 , status = Fail , start = 2021-07-13 23:20:36.733954589 UTC , finish = 2021-07-13 23:20:42.63633958 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '8' ] , 0 , True )} Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 1.816069245000 min duration 1.522619366000 total durat. 3.338688611000 Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 22} , self = 79 , parent = Just 12 , duration = 1.522619366000 , status = Fail , start = 2021-07-13 23:20:36.67408286 UTC , finish = 2021-07-13 23:20:38.196702226 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '1' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 83 , parent = Just 17 , duration = 1.816069245000 , status = Fail , start = 2021-07-13 23:20:36.73389504 UTC , finish = 2021-07-13 23:20:38.549964285 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '5' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 7.435150578000 min duration 5.703043966000 total durat. 13.138194544000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 22} , self = 108 , parent = Just 12 , duration = 5.703043966000 , status = Fail , start = 2021-07-13 23:20:38.19686952 UTC , finish = 2021-07-13 23:20:43.899913486 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '1' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 111 , parent = Just 17 , duration = 7.435150578000 , status = Fail , start = 2021-07-13 23:20:38.550125907 UTC , finish = 2021-07-13 23:20:45.985276485 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '5' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 2.647098682000 min duration 2.647098682000 total durat. 2.647098682000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 116 , parent = Just 17 , duration = 2.647098682000 , status = Fail , start = 2021-07-13 23:20:45.98545984 UTC , finish = 2021-07-13 23:20:48.632558522 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '1' ] , 0 , True )} Success : Tiling { method = Backward , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 4 max duration 4.380837860000 min duration 0.064377770000 total durat. 5.587162005000 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 = 124 , num_strict_rules = 124 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 20 , total_length = 960} , self = 106 , parent = Just 59 , duration = 4.380837860000 , status = Success , start = 2021-07-13 23:20:38.85378299 UTC , finish = 2021-07-13 23:20:43.23462085 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '1' ] , 3 , True )} Success : Tiling { method = Backward , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 1 max duration 2.300801855000 min duration 2.300801855000 total durat. 2.300801855000 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 = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 12} , self = 81 , parent = Just 0 , duration = 2.300801855000 , status = Success , start = 2021-07-13 23:20:36.246788469 UTC , finish = 2021-07-13 23:20:38.547590324 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '8' , '6' ] , 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 4 max duration 5.480031426000 min duration 0.031583252000 total durat. 6.318637815000 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 = 124 , num_strict_rules = 124 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 20 , total_length = 960} , self = 103 , parent = Just 59 , duration = 5.480031426000 , status = Success , start = 2021-07-13 23:20:37.598732158 UTC , finish = 2021-07-13 23:20:43.078763584 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 1 max duration 1.292251532000 min duration 1.292251532000 total durat. 1.292251532000 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 = 3 , num_strict_rules = 3 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 12} , self = 65 , parent = Just 0 , duration = 1.292251532000 , status = Success , start = 2021-07-13 23:20:36.246678169 UTC , finish = 2021-07-13 23:20:37.538929701 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '6' , '7' ] , 3 , True )} Success : Tiling { method = Overlap , width = 2 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} total number 4 max duration 1.629337667000 min duration 0.159686301000 total durat. 3.539602380000 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 = 32 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 26 , alphabet_size = 10 , total_length = 196} , self = 75 , parent = Just 44 , duration = 1.578093851000 , status = Success , start = 2021-07-13 23:20:36.529172825 UTC , finish = 2021-07-13 23:20:38.107266676 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 = 32 , num_strict_rules = 5 , num_top_rules = 5 , num_weak_rules = 27 , alphabet_size = 10 , total_length = 198} , self = 77 , parent = Just 43 , duration = 1.629337667000 , status = Success , start = 2021-07-13 23:20:36.523734864 UTC , finish = 2021-07-13 23:20:38.153072531 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '3' ] , 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 4.546362663000 min duration 4.431107462000 total durat. 8.977470125000 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 = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 28} , self = 91 , parent = Just 17 , duration = 4.431107462000 , status = Success , start = 2021-07-13 23:20:36.261118037 UTC , finish = 2021-07-13 23:20:40.692225499 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 = 2 , num_top_rules = 2 , num_weak_rules = 3 , alphabet_size = 3 , total_length = 22} , self = 93 , parent = Just 12 , duration = 4.546362663000 , status = Success , start = 2021-07-13 23:20:36.256744025 UTC , finish = 2021-07-13 23:20:40.803106688 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '4' , '5' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 11 max duration 5.458776955000 min duration 0.000175131000 total durat. 11.640737809000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 304 , num_strict_rules = 21 , num_top_rules = 21 , num_weak_rules = 283 , alphabet_size = 41 , total_length = 2440} , self = 87 , parent = Just 76 , duration = 1.418410558000 , status = Success , start = 2021-07-13 23:20:38.107465812 UTC , finish = 2021-07-13 23:20:39.52587637 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 318 , num_strict_rules = 17 , num_top_rules = 17 , num_weak_rules = 301 , alphabet_size = 42 , total_length = 2554} , self = 96 , parent = Just 78 , duration = 3.601599960000 , status = Success , start = 2021-07-13 23:20:38.154319645 UTC , finish = 2021-07-13 23:20:41.755919605 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '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 = 405 , num_strict_rules = 405 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 33 , total_length = 4050} , self = 102 , parent = Just 66 , duration = 5.458776955000 , status = Success , start = 2021-07-13 23:20:37.539077516 UTC , finish = 2021-07-13 23:20:42.997854471 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '2' ] , 3 , False )} **************************************************