/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 3 letters DP SRS with 4 strict rules and 3 weak rules on 5 letters EDG SRS with 3 strict rules and 3 weak rules on 5 letters Matrix { monotone = Weak, domain = Arctic, shape = Full, bits = 8, encoding = Ersatz_Binary, dim = 4, solver = Minisatapi, verbose = True, tracing = False} SRS with 2 strict rules and 3 weak rules on 5 letters weights SRS with 1 strict rules and 3 weak rules on 4 letters EDG SRS with 1 rules on 2 letters Usable SRS with 1 rules on 2 letters weights SRS with 0 rules on 0 letters no strict rules ************************************************** proof ************************************************** property Termination has value Just True for SRS [a, a] -> [a, b, b, c] {- Input 0 -} [c, a] -> [] {- Input 1 -} [c, b] -> [a, c] {- Input 2 -} reason DP property Termination has value Just True for SRS [a, a] ->= [a, b, b, c] {- DP Nontop (Input 0) -} [c, a] ->= [] {- DP Nontop (Input 1) -} [c, b] ->= [a, c] {- DP Nontop (Input 2) -} [a#, a] |-> [a#, b, b, c] {- DP (Top 0) (Input 0) -} [a#, a] |-> [c#] {- DP (Top 3) (Input 0) -} [c#, b] |-> [a#, c] {- DP (Top 0) (Input 2) -} [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} reason EDG property Termination has value Just True for SRS [a#, a] |-> [c#] {- DP (Top 3) (Input 0) -} [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} [c#, b] |-> [a#, c] {- DP (Top 0) (Input 2) -} [a, a] ->= [a, b, b, c] {- DP Nontop (Input 0) -} [c, a] ->= [] {- DP Nontop (Input 1) -} [c, b] ->= [a, c] {- DP Nontop (Input 2) -} reason ( a , Wk / 1A 0A - 1A \ | 0A - - - | | 6A 2A 0A 7A | \ - - - 0A / ) ( b , Wk / - 0A - 0A \ | 0A 1A - 1A | | 3A 2A 0A 1A | \ - - - 0A / ) ( c , Wk / - 0A - 0A \ | 0A - - - | | 4A 6A 0A - | \ - - - 0A / ) ( a# , Wk / 0A - - 0A \ | - - - - | | - - - - | \ - - - 0A / ) ( c# , Wk / - 0A - 1A \ | - - - - | | - - - - | \ - - - 0A / ) property Termination has value Just True for SRS [a#, a] |-> [c#] {- DP (Top 3) (Input 0) -} [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} [a, a] ->= [a, b, b, c] {- DP Nontop (Input 0) -} [c, a] ->= [] {- DP Nontop (Input 1) -} [c, b] ->= [a, c] {- DP Nontop (Input 2) -} reason (a#, 1/1) property Termination has value Just True for SRS [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} [a, a] ->= [a, b, b, c] {- DP Nontop (Input 0) -} [c, a] ->= [] {- DP Nontop (Input 1) -} [c, b] ->= [a, c] {- DP Nontop (Input 2) -} reason EDG property Termination has value Just True for SRS [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} reason Usable property Termination has value Just True for SRS [c#, b] |-> [c#] {- DP (Top 1) (Input 2) -} reason (b, 1/1) property Termination has value Just True for SRS reason no strict rules ************************************************** skeleton: (3,3)\Deepee(4/3,5)\EDG(3/3,5)\Matrix{\Arctic}{4}(2/3,5)\Weight(1/3,4)\EDG\Usable(1,2)\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.423585959000 min duration 1.273759005000 total durat. 2.697344964000 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 = 5 , total_length = 22} , self = 64 , parent = Just 12 , duration = 1.273759005000 , status = Fail , start = 2021-07-13 23:19:41.820879378 UTC , finish = 2021-07-13 23:19:43.094638383 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 = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 5 , total_length = 24} , self = 65 , parent = Just 18 , duration = 1.423585959000 , status = Fail , start = 2021-07-13 23:19:41.827708159 UTC , finish = 2021-07-13 23:19:43.251294118 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 8.263871050000 min duration 8.100507764000 total durat. 16.364378814000 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 = 5 , total_length = 24} , self = 102 , parent = Just 18 , duration = 8.100507764000 , status = Success , start = 2021-07-13 23:19:43.251565678 UTC , finish = 2021-07-13 23:19:51.352073442 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '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 = 6 , num_strict_rules = 3 , num_top_rules = 3 , num_weak_rules = 3 , alphabet_size = 5 , total_length = 22} , self = 104 , parent = Just 12 , duration = 8.263871050000 , status = Success , start = 2021-07-13 23:19:43.094853509 UTC , finish = 2021-07-13 23:19:51.358724559 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '3' , '4' ] , 0 , True )} Fail : QPI { dim = 4, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 2 max duration 1.848851581000 min duration 1.722838775000 total durat. 3.571690356000 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 = 5 , total_length = 22} , self = 76 , parent = Just 12 , duration = 1.722838775000 , status = Fail , start = 2021-07-13 23:19:42.227149267 UTC , finish = 2021-07-13 23:19:43.949988042 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '9' , '9' ] , 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 = 5 , total_length = 24} , self = 77 , parent = Just 18 , duration = 1.848851581000 , status = Fail , start = 2021-07-13 23:19:42.271591352 UTC , finish = 2021-07-13 23:19:44.120442933 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '0' , '5' ] , 0 , True )} Fail : QPI { dim = 6, bits = 3, solver = Minisatapi, tracing = False, verbose = False} total number 1 max duration 7.439599930000 min duration 7.439599930000 total durat. 7.439599930000 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 = 5 , total_length = 22} , self = 111 , parent = Just 12 , duration = 7.439599930000 , status = Fail , start = 2021-07-13 23:19:43.950120142 UTC , finish = 2021-07-13 23:19:51.389720072 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '5' , '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 4 max duration 1.037411577000 min duration 0.055460980000 total durat. 2.498739670000 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 = 28 , num_strict_rules = 28 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 10 , total_length = 166} , self = 68 , parent = Just 54 , duration = 1.037411577000 , status = Success , start = 2021-07-13 23:19:42.50782019 UTC , finish = 2021-07-13 23:19:43.545231767 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '4' ] , 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 1.582436952000 min duration 0.057443543000 total durat. 3.509754991000 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 = 28 , num_strict_rules = 28 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 10 , total_length = 166} , self = 66 , parent = Just 54 , duration = 1.000945612000 , status = Success , start = 2021-07-13 23:19:42.526311592 UTC , finish = 2021-07-13 23:19:43.527257204 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '2' , '8' ] , 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 = 27 , num_strict_rules = 27 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 9 , total_length = 162} , self = 84 , parent = Just 67 , duration = 1.582436952000 , status = Success , start = 2021-07-13 23:19:43.599562707 UTC , finish = 2021-07-13 23:19:45.181999659 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '6' ] , 3 , True )} Fail : Tiling { method = Overlap , width = 12 , 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 9.480368086000 min duration 9.480368086000 total durat. 9.480368086000 Info { what = Tiling { method = Overlap , width = 12 , 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 = 5 , total_length = 22} , self = 98 , parent = Just 12 , duration = 9.480368086000 , status = Fail , start = 2021-07-13 23:19:41.824550376 UTC , finish = 2021-07-13 23:19:51.304918462 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '1' , '2' , '8' ] , 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 4.636271331000 min duration 0.182925682000 total durat. 9.492267557000 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 = 52 , num_strict_rules = 9 , num_top_rules = 9 , num_weak_rules = 43 , alphabet_size = 18 , total_length = 317} , self = 74 , parent = Just 45 , duration = 1.611201484000 , status = Success , start = 2021-07-13 23:19:42.313287325 UTC , finish = 2021-07-13 23:19:43.924488809 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '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 = 52 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 45 , alphabet_size = 19 , total_length = 314} , self = 86 , parent = Just 51 , duration = 2.849990341000 , status = Success , start = 2021-07-13 23:19:42.463221842 UTC , finish = 2021-07-13 23:19:45.313212183 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '1' , '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 = 46 , num_strict_rules = 7 , num_top_rules = 7 , num_weak_rules = 39 , alphabet_size = 17 , total_length = 272} , self = 92 , parent = Just 75 , duration = 4.636271331000 , status = Success , start = 2021-07-13 23:19:44.243513824 UTC , finish = 2021-07-13 23:19:48.879785155 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '4' ] , 3 , True )} Success : Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} total number 9 max duration 7.319838130000 min duration 0.000090241000 total durat. 20.135235795000 Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 352 , num_strict_rules = 352 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 43 , total_length = 2816} , self = 97 , parent = Just 85 , duration = 5.997852907000 , status = Success , start = 2021-07-13 23:19:45.184010944 UTC , finish = 2021-07-13 23:19:51.181863851 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '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 = 352 , num_strict_rules = 352 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 43 , total_length = 2816} , self = 94 , parent = Just 83 , duration = 6.094918394000 , status = Success , start = 2021-07-13 23:19:44.544665186 UTC , finish = 2021-07-13 23:19:50.63958358 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '6' , '7' ] , 3 , False )} Info { what = Weight { modus = Pre (Or_Else Count (IfSizeLeq 100000 (Simplex Sparse) Fail)) , verbose = False , tracing = False} , input_size = Size { num_rules = 388 , num_strict_rules = 388 , num_top_rules = 0 , num_weak_rules = 0 , alphabet_size = 48 , total_length = 3096} , self = 96 , parent = Just 69 , duration = 7.319838130000 , status = Success , start = 2021-07-13 23:19:43.545386051 UTC , finish = 2021-07-13 23:19:50.865224181 UTC , thread_cap_info = ( [ 'T' , 'h' , 'r' , 'e' , 'a' , 'd' , 'I' , 'd' , ' ' , '2' , '4' , '1' ] , 3 , False )} **************************************************