/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: norm(nil()) -> 0() 2: norm(g(x,y)) -> s(norm(x)) 3: f(x,nil()) -> g(nil(),x) 4: f(x,g(y,z)) -> g(f(x,y),z) 5: rem(nil(),y) -> nil() 6: rem(g(x,y),0()) -> g(x,y) 7: rem(g(x,y),s(z)) -> rem(x,z) Number of strict rules: 7 Direct poly ... removes: 4 1 3 5 7 6 2 s(x1) w: (1 + x1) norm(x1) w: (21239 + 2 * x1) f(x1,x2) w: (2438 + 2 * x2 + x1) 0() w: (1) nil() w: (1) rem(x1,x2) w: (8855 + x2 + 2 * x1) g(x1,x2) w: (2438 + x2 + x1) Number of strict rules: 0