/export/starexec/sandbox/solver/bin/starexec_run_ttt2 /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- failure 'Failure("No result of SMT solver - maybe due to some flag of the solver? or the solver was not found in PATH?")' in subprocess 16831 failure 'Failure("No result of SMT solver - maybe due to some flag of the solver? or the solver was not found in PATH?")' in subprocess 18122 MAYBE Problem: f(true(),x,y,z) -> f(gt(x,plus(y,z)),x,s(y),z) f(true(),x,y,z) -> f(gt(x,plus(y,z)),x,y,s(z)) plus(n,0()) -> n plus(n,s(m)) -> s(plus(n,m)) gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) Proof: Open