/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 17689 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 17928 MAYBE Problem: times(x,y) -> help(x,y,0()) help(x,y,c) -> if(lt(c,y),x,y,c) if(true(),x,y,c) -> plus(x,help(x,y,s(c))) if(false(),x,y,c) -> 0() lt(0(),s(x)) -> true() lt(s(x),0()) -> false() lt(s(x),s(y)) -> lt(x,y) plus(x,0()) -> x plus(0(),x) -> x plus(x,s(y)) -> s(plus(x,y)) plus(s(x),y) -> s(plus(x,y)) Proof: Open