/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: top(sent(x)) -> top(check(rest(x))) 2: rest(nil()) -> sent(nil()) 3: rest(cons(x,y)) -> sent(y) 4: check(sent(x)) -> sent(check(x)) 5: check(rest(x)) -> rest(check(x)) 6: check(cons(x,y)) -> cons(check(x),y) 7: check(cons(x,y)) -> cons(x,check(y)) 8: check(cons(x,y)) -> cons(x,y) Number of strict rules: 8 Direct poly ... removes: 3 top(x1) w: (8 + x1) check(x1) w: (x1) nil() w: (38145) rest(x1) w: (3 + x1) sent(x1) w: (3 + x1) cons(x1,x2) w: (841 + x2 + x1) Number of strict rules: 7 Direct poly ... removes: 8 7 6 top(x1) w: (6886 + x1) check(x1) w: (2 * x1) nil() w: (0) rest(x1) w: (x1) sent(x1) w: (2 * x1) cons(x1,x2) w: (28224 + x2 + x1) Number of strict rules: 4 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #check(rest(x)) -> #rest(check(x)) #2: #check(rest(x)) -> #check(x) #3: #top(sent(x)) -> #top(check(rest(x))) #4: #top(sent(x)) -> #check(rest(x)) #5: #top(sent(x)) -> #rest(x) #6: #check(sent(x)) -> #check(x) Number of SCCs: 2, DPs: 3 SCC { #3 } Sum... Max... QLPOpS... NegMaxSum... QWPOpSMaxSum... 2D-Mat... succeeded. #rest(x1) w: (0, 0) top(x1) w: (0, 0) #check(x1) w: (0, 0) #top(x1) w: (x1_1 + x1_2, x1_1 + x1_2) check(x1) w: (1, 2 + x1_2) nil() w: (9729, 9730) rest(x1) w: (x1_1, 2241 + x1_1) sent(x1) w: (x1_1, 11970) cons(x1,x2) w: (0, 0) USABLE RULES: { 2 4 5 } Removed DPs: #3 Number of SCCs: 1, DPs: 2 SCC { #2 #6 } Sum... succeeded. #rest(x1) w: (0) top(x1) w: (0) #check(x1) w: (x1) #top(x1) w: (0) check(x1) w: (1) nil() w: (21239) rest(x1) w: (1 + x1) sent(x1) w: (2 + x1) cons(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #2 #6 Number of SCCs: 0, DPs: 0