/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: from(X) -> cons(X,n__from(s(X))) 2: head(cons(X,XS)) -> X 3: 2nd(cons(X,XS)) -> head(activate(XS)) 4: take(0(),XS) -> nil() 5: take(s(N),cons(X,XS)) -> cons(X,n__take(N,activate(XS))) 6: sel(0(),cons(X,XS)) -> X 7: sel(s(N),cons(X,XS)) -> sel(N,activate(XS)) 8: from(X) -> n__from(X) 9: take(X1,X2) -> n__take(X1,X2) 10: activate(n__from(X)) -> from(X) 11: activate(n__take(X1,X2)) -> take(X1,X2) 12: activate(X) -> X Number of strict rules: 12 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #activate(n__take(X1,X2)) -> #take(X1,X2) #2: #sel(s(N),cons(X,XS)) -> #sel(N,activate(XS)) #3: #sel(s(N),cons(X,XS)) -> #activate(XS) #4: #activate(n__from(X)) -> #from(X) #5: #take(s(N),cons(X,XS)) -> #activate(XS) #6: #2nd(cons(X,XS)) -> #head(activate(XS)) #7: #2nd(cons(X,XS)) -> #activate(XS) Number of SCCs: 2, DPs: 3 SCC { #2 } Sum... succeeded. s(x1) w: (1 + x1) #take(x1,x2) w: (0) activate(x1) w: (1 + x1) take(x1,x2) w: (21238) n__from(x1) w: (1) #activate(x1) w: (0) 2nd(x1) w: (0) #head(x1) w: (0) 0() w: (1) n__take(x1,x2) w: (21239 + x2 + x1) #sel(x1,x2) w: (2437 + x1) from(x1) w: (3 + x1) sel(x1,x2) w: (0) nil() w: (21239) #2nd(x1) w: (0) #from(x1) w: (0) head(x1) w: (0) cons(x1,x2) w: (3 + x2 + x1) USABLE RULES: { } Removed DPs: #2 Number of SCCs: 1, DPs: 2 SCC { #1 #5 } Sum... succeeded. s(x1) w: (1 + x1) #take(x1,x2) w: (10450 + x2 + x1) activate(x1) w: (1 + x1) take(x1,x2) w: (21238) n__from(x1) w: (1) #activate(x1) w: (x1) 2nd(x1) w: (0) #head(x1) w: (0) 0() w: (1) n__take(x1,x2) w: (21239 + x2 + x1) #sel(x1,x2) w: (2437) from(x1) w: (3 + x1) sel(x1,x2) w: (0) nil() w: (21239) #2nd(x1) w: (0) #from(x1) w: (0) head(x1) w: (0) cons(x1,x2) w: (3 + x2 + x1) USABLE RULES: { } Removed DPs: #1 #5 Number of SCCs: 0, DPs: 0