/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: or(true(),y) -> true() 2: or(x,true()) -> true() 3: or(false(),false()) -> false() 4: mem(x,nil()) -> false() 5: mem(x,set(y)) -> =(x,y) 6: mem(x,union(y,z)) -> or(mem(x,y),mem(x,z)) Number of strict rules: 6 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #mem(x,union(y,z)) -> #or(mem(x,y),mem(x,z)) #2: #mem(x,union(y,z)) -> #mem(x,y) #3: #mem(x,union(y,z)) -> #mem(x,z) Number of SCCs: 1, DPs: 2 SCC { #2 #3 } Sum... succeeded. mem(x1,x2) w: (0) false() w: (0) #mem(x1,x2) w: (x2) true() w: (0) =(x1,x2) w: (0) union(x1,x2) w: (1 + x2 + x1) nil() w: (0) or(x1,x2) w: (0) set(x1) w: (0) #or(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #2 #3 Number of SCCs: 0, DPs: 0