/export/starexec/sandbox/solver/bin/starexec_run_tc21-9.sh /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES ************************************************** summary ************************************************** SRS with 2 rules on 2 letters mirror SRS with 2 rules on 2 letters DP SRS with 6 strict rules and 2 weak rules on 4 letters EDG SRS with 6 strict rules and 2 weak rules on 4 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 8, encoding = Ersatz_Binary, dim = 4, solver = Minisatapi, verbose = True, tracing = False} SRS with 0 strict rules and 2 weak rules on 2 letters EDG ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, a, a] -> [b] {- Input 0 -} [a, b, b] -> [b, a, a, b, a] {- Input 1 -} reason mirror property Termination has value Just True for SRS [a, a, a] -> [b] {- Mirror (Input 0) -} [b, b, a] -> [a, b, a, a, b] {- Mirror (Input 1) -} reason DP property Termination has value Just True for SRS [a, a, a] ->= [b] {- DP Nontop (Mirror (Input 0)) -} [b, b, a] ->= [a, b, a, a, b] {- DP Nontop (Mirror (Input 1)) -} [a#, a, a] |-> [b#] {- DP (Top 0) (Mirror (Input 0)) -} [b#, b, a] |-> [a#, a, b] {- DP (Top 2) (Mirror (Input 1)) -} [b#, b, a] |-> [a#, b] {- DP (Top 3) (Mirror (Input 1)) -} [b#, b, a] |-> [a#, b, a, a, b] {- DP (Top 0) (Mirror (Input 1)) -} [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 1)) -} [b#, b, a] |-> [b#, a, a, b] {- DP (Top 1) (Mirror (Input 1)) -} reason EDG property Termination has value Just True for SRS [a#, a, a] |-> [b#] {- DP (Top 0) (Mirror (Input 0)) -} [b#, b, a] |-> [b#, a, a, b] {- DP (Top 1) (Mirror (Input 1)) -} [b#, b, a] |-> [b#] {- DP (Top 4) (Mirror (Input 1)) -} [b#, b, a] |-> [a#, b, a, a, b] {- DP (Top 0) (Mirror (Input 1)) -} [b#, b, a] |-> [a#, b] {- DP (Top 3) (Mirror (Input 1)) -} [b#, b, a] |-> [a#, a, b] {- DP (Top 2) (Mirror (Input 1)) -} [a, a, a] ->= [b] {- DP Nontop (Mirror (Input 0)) -} [b, b, a] ->= [a, b, a, a, b] {- DP Nontop (Mirror (Input 1)) -} reason ( a , Wk / - 0A - 1A \ | - 1A 0A 3A | | 1A 0A - - | \ - - - 0A / ) ( b , Wk / 1A - 1A 4A \ | 0A - - 2A | | 1A - - 3A | \ - - - 0A / ) ( a# , Wk / - 0A - 1A \ | - - - - | | - - - - | \ - - - 0A / ) ( b# , Wk / 0A - - 3A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a, a, a] ->= [b] {- DP Nontop (Mirror (Input 0)) -} [b, b, a] ->= [a, b, a, a, b] {- DP Nontop (Mirror (Input 1)) -} reason EDG ************************************************** skeleton: \Mirror(2,2)\Deepee\EDG(6/2,4)\Matrix{\Arctic}{4}(0/2,2)\EDG[] ************************************************** let {} in let {trac ?= False;loop_cap = 1;match_cap = 2;tile_cap = 3;matrix_cap = 4;mo = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail));wop = Or_Else (Worker (Weight {modus = mo})) Pass;weighted = \ m -> And_Then m wop;done = Worker No_Strict_Rules;dont = \ p -> Fail;tiling = \ m w -> On tile_cap (weighted (And_Then (Worker (Tiling {method = m,width = w,map_type = Enum,max_num_tiles = Just 1000,max_num_rules = Just 100000})) (Worker Remap)));tile_roc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Overlap w)) <> [ Worker Unlabel];mb = \ size -> On match_cap (Apply (Worker (Matchbound {method = RFC,max_size = Just size})) done);mbs = \ size -> First_Of [ mb size, Apply (Worker Mirror) (mb size)];tile_rfc = Tree_Search_Preemptive 0 done let {ws = [ 2, 4, 8, 12]}in (for ws (\ w -> tiling Forward w)) <> ((for ws (\ w -> tiling Backward w)) <> [ Worker Unlabel]);solver = Minisatapi;qpi = \ dim bits -> On matrix_cap (weighted (Worker (QPI {tracing = trac,dim = dim,bits = bits,solver = solver})));qpis = Seq [ Timeout 10 (qpi 2 3), Timeout 30 (qpi 4 3), Timeout 50 (qpi 6 3), qpi 8 3];kbo = \ b -> On matrix_cap (weighted (Worker (KBO {bits = b,solver = solver})));matrix = \ dom dim bits -> On matrix_cap (weighted (Worker (Matrix {monotone = Weak,domain = dom,dim = dim,bits = bits,encoding = Ersatz_Binary,tracing = trac,verbose = True,solver = solver})));arctics = Seq [ Timeout 10 (matrix Arctic 2 16), Timeout 30 (matrix Arctic 4 8), Timeout 50 (matrix Arctic 6 4), matrix Arctic 8 2];naturals = Seq [ Timeout 10 (matrix Natural 2 4), Timeout 30 (matrix Natural 4 3), Timeout 50 (matrix Natural 6 2), matrix Natural 8 1];remove = First_Of [ qpis, arctics, naturals, As_Transformer tile_roc];remove_wop = And_Then wop (Or_Else (As_Transformer (Worker No_Strict_Rules)) remove);deepee = Apply (And_Then (Worker DP) (Worker Remap)) (Apply wop (Branch (Worker (EDG {tracing = False,usable = True})) remove_wop));when_small = \ m -> Apply (Worker (SizeAtmost 1000)) m;yeah = First_Of [ when_small (First_Of [ deepee, Apply (Worker Mirror) deepee]), tile_rfc, mbs 100000];noh_for = \ side -> Worker (Simple (Config {closure = side,max_closure_width = Nothing,intermediates = All,priority = Linear [ ( 1, Log2 Steps), ( -1, Width_lhs), ( -2, Log2 Width_rhs)]}));noh = First_Of [ On loop_cap (noh_for Forward), On loop_cap (noh_for Backward), On loop_cap (Worker Transport)]} in Apply (Worker Remap) (Apply wop (Seq [ Worker KKST01, First_Of [ yeah, noh]])) ************************************************** statistics on proof search (nodes types that (together) took more than 1.000000000000) ************************************************** Fail : Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} total number 2 max duration 2.414745993000 min duration 1.656868640000 total durat. 4.071614633000 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 = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 71 , parent = Just 11 , duration = 1.656868640000 , status = Fail , start = 2021-07-13 23:11:20.823721982 UTC , finish = 2021-07-13 23:11:22.480590622 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '7' , '4' ] , 0 , True )} Info { what = Matrix { monotone = Weak , domain = Arctic , shape = Full , bits = 16 , encoding = Ersatz_Binary , dim = 2 , solver = Minisatapi , verbose = True , tracing = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 77 , parent = Just 20 , duration = 2.414745993000 , status = Fail , start = 2021-07-13 23:11:20.831126543 UTC , finish = 2021-07-13 23:11:23.245872536 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '5' , '2' ] , 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 2 max duration 18.374677698000 min duration 17.153344589000 total durat. 35.528022287000 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 = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 96 , parent = Just 11 , duration = 17.153344589000 , status = Success , start = 2021-07-13 23:11:22.484955199 UTC , finish = 2021-07-13 23:11:39.638299788 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '6' ] , 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 = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 112 , parent = Just 20 , duration = 18.374677698000 , status = Success , start = 2021-07-13 23:11:23.246067741 UTC , finish = 2021-07-13 23:11:41.620745439 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '5' ] , 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 15.550257684000 min duration 15.550257684000 total durat. 15.550257684000 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 = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 91 , parent = Just 11 , duration = 15.550257684000 , status = Fail , start = 2021-07-13 23:11:21.21949542 UTC , finish = 2021-07-13 23:11:36.769753104 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '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 3 max duration 1.295247040000 min duration 0.395454000000 total durat. 2.322974957000 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 = 4 , num_strict_rules = 2 , num_top_rules = 2 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 22} , self = 107 , parent = Just 98 , duration = 1.295247040000 , status = Fail , start = 2021-07-13 23:11:39.714803442 UTC , finish = 2021-07-13 23:11:41.010050482 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '0' , '7' ] , 0 , True )} Fail : QPI { dim = 2, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 0.649260776000 min duration 0.372911652000 total durat. 1.636628113000 Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 3 max duration 2.604472964000 min duration 1.273537746000 total durat. 5.478561480000 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 = 22} , self = 116 , parent = Just 98 , duration = 1.273537746000 , status = Fail , start = 2021-07-13 23:11:40.368835812 UTC , finish = 2021-07-13 23:11:41.642373558 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '3' , '3' , '5' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 72 , parent = Just 11 , duration = 1.600550770000 , status = Fail , start = 2021-07-13 23:11:21.196978495 UTC , finish = 2021-07-13 23:11:22.797529265 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '6' ] , 0 , True )} Info { what = QPI { dim = 4 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 78 , parent = Just 20 , duration = 2.604472964000 , status = Fail , start = 2021-07-13 23:11:21.445701408 UTC , finish = 2021-07-13 23:11:24.050174372 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 10.697440247000 min duration 7.670134078000 total durat. 18.367574325000 Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 87 , parent = Just 11 , duration = 7.670134078000 , status = Fail , start = 2021-07-13 23:11:22.797913358 UTC , finish = 2021-07-13 23:11:30.468047436 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '0' ] , 0 , True )} Info { what = QPI { dim = 6 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 89 , parent = Just 20 , duration = 10.697440247000 , status = Fail , start = 2021-07-13 23:11:24.050367581 UTC , finish = 2021-07-13 23:11:34.747807828 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '0' ] , 0 , True )} Fail : QPI { dim = 8, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 6.894323801000 min duration 6.894323801000 total durat. 6.894323801000 Info { what = QPI { dim = 8 , bits = 3 , solver = Minisatapi , tracing = False , verbose = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 115 , parent = Just 20 , duration = 6.894323801000 , status = Fail , start = 2021-07-13 23:11:34.748003377 UTC , finish = 2021-07-13 23:11:41.642327178 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '9' ] , 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 1.858597795000 min duration 0.015978175000 total durat. 2.074013795000 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 = 720} , self = 75 , parent = Just 48 , duration = 1.858597795000 , status = Success , start = 2021-07-13 23:11:21.377889755 UTC , finish = 2021-07-13 23:11:23.23648755 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '5' ] , 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 1.097009760000 min duration 1.097009760000 total durat. 1.097009760000 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 = 2 , num_strict_rules = 2 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 2 , total_length = 12} , self = 65 , parent = Just 0 , duration = 1.097009760000 , status = Success , start = 2021-07-13 23:11:20.828809621 UTC , finish = 2021-07-13 23:11:21.925819381 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '2' , '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 3 max duration 2.756503462000 min duration 0.019709408000 total durat. 3.001677422000 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 = 720} , self = 79 , parent = Just 48 , duration = 2.756503462000 , status = Success , start = 2021-07-13 23:11:21.385448432 UTC , finish = 2021-07-13 23:11:24.141951894 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '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 5 max duration 1.199764983000 min duration 0.078468799000 total durat. 2.919647921000 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 = 12 , num_top_rules = 12 , num_weak_rules = 20 , alphabet_size = 12 , total_length = 252} , self = 69 , parent = Just 42 , duration = 1.199764983000 , status = Success , start = 2021-07-13 23:11:21.062624459 UTC , finish = 2021-07-13 23:11:22.262389442 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '8' ] , 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 3.456282563000 min duration 2.399574696000 total durat. 5.855857259000 Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 5 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 2 , alphabet_size = 3 , total_length = 29} , self = 73 , parent = Just 11 , duration = 2.399574696000 , status = Success , start = 2021-07-13 23:11:20.82380479 UTC , finish = 2021-07-13 23:11:23.223379486 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '9' , '7' ] , 3 , True )} Info { what = Tiling { method = Overlap , width = 4 , state_type = Best , map_type = Enum , unlabel = True , print_completion_steps = False , print_tiles = False , max_num_tiles = Just 1000 , max_num_rules = Just 100000 , verbose = False , tracing = False} , input_size = Size { num_rules = 8 , num_strict_rules = 6 , num_top_rules = 6 , num_weak_rules = 2 , alphabet_size = 4 , total_length = 46} , self = 81 , parent = Just 20 , duration = 3.456282563000 , status = Success , start = 2021-07-13 23:11:20.84031333 UTC , finish = 2021-07-13 23:11:24.296595893 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '6' , '9' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 3 max duration 12.743828332000 min duration 0.048503976000 total durat. 13.522010750000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 152 , num_strict_rules = 26 , num_top_rules = 26 , num_weak_rules = 126 , alphabet_size = 29 , total_length = 1513} , self = 88 , parent = Just 68 , duration = 12.743828332000 , status = Success , start = 2021-07-13 23:11:21.928410638 UTC , finish = 2021-07-13 23:11:34.67223897 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '1' ] , 3 , False )} Fail : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 14 max duration 4.031442452000 min duration 0.000125859000 total durat. 4.617252136000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 160 , num_strict_rules = 24 , num_top_rules = 24 , num_weak_rules = 136 , alphabet_size = 36 , total_length = 1592} , self = 83 , parent = Just 70 , duration = 4.031442452000 , status = Fail , start = 2021-07-13 23:11:22.262559095 UTC , finish = 2021-07-13 23:11:26.294001547 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '3' ] , 3 , False )} **************************************************