/export/starexec/sandbox2/solver/bin/starexec_run_HigherOrder /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO We consider the system theBenchmark. Alphabet: cons : [d * e] --> e f : [b * b * b] --> a false : [] --> c filter : [d -> c * e] --> e filter2 : [c * d -> c * d * e] --> e g : [b * b] --> b map : [d -> d * e] --> e nil : [] --> e true : [] --> c Rules: f(g(x, y), x, z) => f(z, z, z) g(x, y) => x g(x, y) => y map(h, nil) => nil map(h, cons(x, y)) => cons(h x, map(h, y)) filter(h, nil) => nil filter(h, cons(x, y)) => filter2(h x, h, x, y) filter2(true, h, x, y) => cons(x, filter(h, y)) filter2(false, h, x, y) => filter(h, y) This AFS is converted to an AFSM simply by replacing all free variables by meta-variables (with arity 0). This system is non-terminating, as demonstrated by our external first-order non-termination checker: || The following well-typed term is terminating: f(g(%X', %Y), g(%X', %Y), g(%X', %Y)) || || proof of resources/system.trs || # AProVE Commit ID: 500ec9b2e2a919720cb177ef26031cb0220e008e fuhs 20130603 || || || Termination w.r.t. Q of the given QTRS could be disproven: || || (0) QTRS || (1) NonTerminationProof [EQUIVALENT, 0 ms] || (2) NO || || || ---------------------------------------- || || (0) || Obligation: || Q restricted rewrite system: || The TRS R consists of the following rules: || || f(g(%X, %Y), %X, %Z) -> f(%Z, %Z, %Z) || g(%X, %Y) -> %X || g(%X, %Y) -> %Y || || Q is empty. || || ---------------------------------------- || || (1) NonTerminationProof (EQUIVALENT) || The following loops were found: || || ---------- Loop: ---------- || || f(g(%X', %Y), g(%X', %Y), g(%X', %Y)) -> f(g(%X', %Y), %X', g(%X', %Y)) with rule g(%X'', %Y') -> %X'' at position [1] and matcher [%X'' / %X', %Y' / %Y] || || f(g(%X', %Y), %X', g(%X', %Y)) -> f(g(%X', %Y), g(%X', %Y), g(%X', %Y)) with rule f(g(%X, %Y'), %X, %Z) -> f(%Z, %Z, %Z) at position [] and matcher [%X / %X', %Y' / %Y, %Z / g(%X', %Y)] || || Now an instance of the first term with Matcher [ ] occurs in the last term at position []. || || Context: [] || || || ---------------------------------------- || || (2) || NO ||