/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: and(true(),X) -> activate(X) 2: and(false(),Y) -> false() 3: if(true(),X,Y) -> activate(X) 4: if(false(),X,Y) -> activate(Y) 5: add(0(),X) -> activate(X) 6: add(s(X),Y) -> s(n__add(activate(X),activate(Y))) 7: first(0(),X) -> nil() 8: first(s(X),cons(Y,Z)) -> cons(activate(Y),n__first(activate(X),activate(Z))) 9: from(X) -> cons(activate(X),n__from(n__s(activate(X)))) 10: add(X1,X2) -> n__add(X1,X2) 11: first(X1,X2) -> n__first(X1,X2) 12: from(X) -> n__from(X) 13: s(X) -> n__s(X) 14: activate(n__add(X1,X2)) -> add(X1,X2) 15: activate(n__first(X1,X2)) -> first(X1,X2) 16: activate(n__from(X)) -> from(X) 17: activate(n__s(X)) -> s(X) 18: activate(X) -> X Number of strict rules: 18 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #add(s(X),Y) -> #s(n__add(activate(X),activate(Y))) #2: #add(s(X),Y) -> #activate(X) #3: #add(s(X),Y) -> #activate(Y) #4: #from(X) -> #activate(X) #5: #from(X) -> #activate(X) #6: #activate(n__add(X1,X2)) -> #add(X1,X2) #7: #add(0(),X) -> #activate(X) #8: #activate(n__s(X)) -> #s(X) #9: #activate(n__from(X)) -> #from(X) #10: #if(true(),X,Y) -> #activate(X) #11: #and(true(),X) -> #activate(X) #12: #first(s(X),cons(Y,Z)) -> #activate(Y) #13: #first(s(X),cons(Y,Z)) -> #activate(X) #14: #first(s(X),cons(Y,Z)) -> #activate(Z) #15: #activate(n__first(X1,X2)) -> #first(X1,X2) #16: #if(false(),X,Y) -> #activate(Y) Number of SCCs: 1, DPs: 11 SCC { #2..7 #9 #12..15 } Sum... succeeded. s(x1) w: (1 + x1) n__first(x1,x2) w: (21239 + x2 + x1) activate(x1) w: (0) and(x1,x2) w: (0) n__from(x1) w: (2439 + x1) #activate(x1) w: (x1) false() w: (0) n__add(x1,x2) w: (7720 + x2 + x1) true() w: (0) n__s(x1) w: (0) if(x1,x2,x3) w: (0) 0() w: (1) from(x1) w: (0) #s(x1) w: (0) #first(x1,x2) w: (21238 + x2 + x1) nil() w: (0) first(x1,x2) w: (0) #from(x1) w: (1 + x1) cons(x1,x2) w: (1 + x2 + x1) #if(x1,x2,x3) w: (0) #add(x1,x2) w: (x2 + x1) add(x1,x2) w: (0) #and(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #2..7 #9 #12..15 Number of SCCs: 0, DPs: 0