/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Input TRS: 1: from(X) -> cons(X,from(s(X))) 2: length(nil()) -> 0() 3: length(cons(X,Y)) -> s(length1(Y)) 4: length1(X) -> length(X) Number of strict rules: 4 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #length(cons(X,Y)) -> #length1(Y) #2: #from(X) -> #from(s(X)) #3: #length1(X) -> #length(X) Number of SCCs: 2, DPs: 3 SCC { #2 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... found. #from(X) -#2-> #from(s(X)) --->* #from(s(X)) Looping with: [ X := s(X); ]