/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR f t x) (RULES app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ) Problem 1: Innermost Equivalent Processor: -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(cons,app(f,x)),app(app(fmap,t),x)) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(fmap,t),x) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(cons,app(f,x)) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil Problem 1: SCC Processor: -> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(cons,app(f,x)),app(app(fmap,t),x)) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(fmap,t),x) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(cons,app(f,x)) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(fmap,t),x) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) ->->-> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil Problem 1: Reduction Pairs Processor: -> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(app(fmap,t),x) APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil -> Usable rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ->Interpretation type: Simple mixed ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [app](X1,X2) = 2.X1.X2 + 2.X1 [cons] = 0 [fcons] = 2 [fmap] = 2 [fnil] = 1 [nil] = 0 [APP](X1,X2) = 2.X1.X2 + 2.X1 Problem 1: SCC Processor: -> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) ->->-> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil Problem 1: Subterm Processor: -> Pairs: APP(app(fmap,app(app(fcons,f),t)),x) -> APP(f,x) -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ->Projection: pi(APP) = 1 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: app(app(fmap,app(app(fcons,f),t)),x) -> app(app(cons,app(f,x)),app(app(fmap,t),x)) app(app(fmap,fnil),x) -> nil ->Strongly Connected Components: There is no strongly connected component The problem is finite.