/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Input TRS: 1: nats() -> cons(0(),n__incr(nats())) 2: pairs() -> cons(0(),n__incr(odds())) 3: odds() -> incr(pairs()) 4: incr(cons(X,XS)) -> cons(s(X),n__incr(activate(XS))) 5: head(cons(X,XS)) -> X 6: tail(cons(X,XS)) -> activate(XS) 7: incr(X) -> n__incr(X) 8: activate(n__incr(X)) -> incr(X) 9: activate(X) -> X Number of strict rules: 9 Direct POLO(bPol) ... removes: 5 6 incr w: x1 s w: x1 activate w: x1 pairs w: 1 tail w: x1 + 1 0 w: 0 odds w: 1 nats w: 1 head w: 2 * x1 + 1 cons w: x1 + x2 n__incr w: x1 Number of strict rules: 7 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #pairs() -> #odds() #2: #odds() -> #incr(pairs()) #3: #odds() -> #pairs() #4: #nats() -> #nats() #5: #activate(n__incr(X)) -> #incr(X) #6: #incr(cons(X,XS)) -> #activate(XS) Number of SCCs: 3, DPs: 5 SCC { #4 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... found. #nats() -#4-> #nats() --->* #nats() Looping with: [ ]