/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: not(true()) -> false() 2: not(false()) -> true() 3: odd(0()) -> false() 4: odd(s(x)) -> not(odd(x)) 5: +(x,0()) -> x 6: +(x,s(y)) -> s(+(x,y)) 7: +(s(x),y) -> s(+(x,y)) Number of strict rules: 7 Direct poly ... removes: 4 1 3 5 2 s(x1) w: (3 + x1) false() w: (1) true() w: (2) 0() w: (1) odd(x1) w: (1 + x1) +(x1,x2) w: (32286 + x2 + x1) not(x1) w: (2 + x1) Number of strict rules: 2 Direct poly ... removes: 6 s(x1) w: (1 + x1) false() w: (1) true() w: (2) 0() w: (4186) odd(x1) w: (1 + x1) +(x1,x2) w: (23915 + 2 * x2 + x1) not(x1) w: (1 + x1) Number of strict rules: 1 Direct poly ... removes: 7 s(x1) w: (1 + x1) false() w: (1) true() w: (2) 0() w: (20538) odd(x1) w: (1 + x1) +(x1,x2) w: (39836 + 2 * x2 + 2 * x1) not(x1) w: (1 + x1) Number of strict rules: 0