/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: first(0(),X) -> nil() 2: first(s(X),cons(Y,Z)) -> cons(Y,n__first(X,activate(Z))) 3: from(X) -> cons(X,n__from(s(X))) 4: first(X1,X2) -> n__first(X1,X2) 5: from(X) -> n__from(X) 6: activate(n__first(X1,X2)) -> first(X1,X2) 7: activate(n__from(X)) -> from(X) 8: activate(X) -> X Number of strict rules: 8 Direct poly ... removes: 4 8 1 3 5 7 6 2 s(x1) w: (2 + x1) n__first(x1,x2) w: (1 + x2 + x1) activate(x1) w: (1 + 2 * x1) n__from(x1) w: (4 + x1) 0() w: (1) from(x1) w: (8 + 2 * x1) nil() w: (2) first(x1,x2) w: (2 + 2 * x2 + x1) cons(x1,x2) w: (1 + x2 + x1) Number of strict rules: 0