/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: app(nil(),YS) -> YS 2: app(cons(X),YS) -> cons(X) 3: from(X) -> cons(X) 4: zWadr(nil(),YS) -> nil() 5: zWadr(XS,nil()) -> nil() 6: zWadr(cons(X),cons(Y)) -> cons(app(Y,cons(X))) 7: prefix(L) -> cons(nil()) Number of strict rules: 7 Direct poly ... removes: 4 1 3 5 7 6 2 prefix(x1) w: (4 + x1) zWadr(x1,x2) w: (2 * x2 + 2 * x1) from(x1) w: (2 + 2 * x1) nil() w: (1) cons(x1) w: (1 + 2 * x1) app(x1,x2) w: (x2 + 2 * x1) Number of strict rules: 0