/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR x y) (RULES ap(ap(g,x),y) -> y ap(f,x) -> ap(f,app(g,x)) ) Problem 1: Dependency Pairs Processor: -> Pairs: AP(f,x) -> AP(f,app(g,x)) -> Rules: ap(ap(g,x),y) -> y ap(f,x) -> ap(f,app(g,x)) Problem 1: Infinite Processor: -> Pairs: AP(f,x) -> AP(f,app(g,x)) -> Rules: ap(ap(g,x),y) -> y ap(f,x) -> ap(f,app(g,x)) -> Pairs in cycle: AP(f,x) -> AP(f,app(g,x)) The problem is infinite.