/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: app'(app'(minus(),x),0()) -> x 2: app'(app'(minus(),app'(s(),x)),app'(s(),y)) -> app'(app'(minus(),x),y) 3: app'(app'(quot(),0()),app'(s(),y)) -> 0() 4: app'(app'(quot(),app'(s(),x)),app'(s(),y)) -> app'(s(),app'(app'(quot(),app'(app'(minus(),x),y)),app'(s(),y))) 5: app'(app'(le(),0()),y) -> true() 6: app'(app'(le(),app'(s(),x)),0()) -> false() 7: app'(app'(le(),app'(s(),x)),app'(s(),y)) -> app'(app'(le(),x),y) 8: app'(app'(app(),nil()),y) -> y 9: app'(app'(app(),app'(app'(add(),n),x)),y) -> app'(app'(add(),n),app'(app'(app(),x),y)) 10: app'(app'(low(),n),nil()) -> nil() 11: app'(app'(low(),n),app'(app'(add(),m),x)) -> app'(app'(app'(if_low(),app'(app'(le(),m),n)),n),app'(app'(add(),m),x)) 12: app'(app'(app'(if_low(),true()),n),app'(app'(add(),m),x)) -> app'(app'(add(),m),app'(app'(low(),n),x)) 13: app'(app'(app'(if_low(),false()),n),app'(app'(add(),m),x)) -> app'(app'(low(),n),x) 14: app'(app'(high(),n),nil()) -> nil() 15: app'(app'(high(),n),app'(app'(add(),m),x)) -> app'(app'(app'(if_high(),app'(app'(le(),m),n)),n),app'(app'(add(),m),x)) 16: app'(app'(app'(if_high(),true()),n),app'(app'(add(),m),x)) -> app'(app'(high(),n),x) 17: app'(app'(app'(if_high(),false()),n),app'(app'(add(),m),x)) -> app'(app'(add(),m),app'(app'(high(),n),x)) 18: app'(quicksort(),nil()) -> nil() 19: app'(quicksort(),app'(app'(add(),n),x)) -> app'(app'(app(),app'(quicksort(),app'(app'(low(),n),x))),app'(app'(add(),n),app'(quicksort(),app'(app'(high(),n),x)))) 20: app'(app'(map(),f),nil()) -> nil() 21: app'(app'(map(),f),app'(app'(add(),x),xs)) -> app'(app'(add(),app'(f,x)),app'(app'(map(),f),xs)) 22: app'(app'(filter(),f),nil()) -> nil() 23: app'(app'(filter(),f),app'(app'(add(),x),xs)) -> app'(app'(app'(app'(filter2(),app'(f,x)),f),x),xs) 24: app'(app'(app'(app'(filter2(),true()),f),x),xs) -> app'(app'(add(),x),app'(app'(filter(),f),xs)) 25: app'(app'(app'(app'(filter2(),false()),f),x),xs) -> app'(app'(filter(),f),xs) Number of strict rules: 25 Direct poly ... failed. Freezing app' 1: app'❆2_minus(x,0()) -> x 2: app'❆2_minus(app'❆1_s(x),app'❆1_s(y)) -> app'❆2_minus(x,y) 3: app'❆2_quot(0(),app'❆1_s(y)) -> 0() 4: app'❆2_quot(app'❆1_s(x),app'❆1_s(y)) -> app'❆1_s(app'❆2_quot(app'❆2_minus(x,y),app'❆1_s(y))) 5: app'❆2_le(0(),y) -> true() 6: app'❆2_le(app'❆1_s(x),0()) -> false() 7: app'❆2_le(app'❆1_s(x),app'❆1_s(y)) -> app'❆2_le(x,y) 8: app'❆2_app(nil(),y) -> y 9: app'❆2_app(app'❆2_add(n,x),y) -> app'❆2_add(n,app'❆2_app(x,y)) 10: app'❆2_low(n,nil()) -> nil() 11: app'❆2_low(n,app'❆2_add(m,x)) -> app'❆3_if_low(app'❆2_le(m,n),n,app'❆2_add(m,x)) 12: app'❆3_if_low(true(),n,app'❆2_add(m,x)) -> app'❆2_add(m,app'❆2_low(n,x)) 13: app'❆3_if_low(false(),n,app'❆2_add(m,x)) -> app'❆2_low(n,x) 14: app'❆2_high(n,nil()) -> nil() 15: app'❆2_high(n,app'❆2_add(m,x)) -> app'❆3_if_high(app'❆2_le(m,n),n,app'❆2_add(m,x)) 16: app'❆3_if_high(true(),n,app'❆2_add(m,x)) -> app'❆2_high(n,x) 17: app'❆3_if_high(false(),n,app'❆2_add(m,x)) -> app'❆2_add(m,app'❆2_high(n,x)) 18: app'❆1_quicksort(nil()) -> nil() 19: app'❆1_quicksort(app'❆2_add(n,x)) -> app'❆2_app(app'❆1_quicksort(app'❆2_low(n,x)),app'❆2_add(n,app'❆1_quicksort(app'❆2_high(n,x)))) 20: app'❆2_map(f,nil()) -> nil() 21: app'❆2_map(f,app'❆2_add(x,xs)) -> app'❆2_add(app'(f,x),app'❆2_map(f,xs)) 22: app'❆2_filter(f,nil()) -> nil() 23: app'❆2_filter(f,app'❆2_add(x,xs)) -> app'❆4_filter2(app'(f,x),f,x,xs) 24: app'❆4_filter2(true(),f,x,xs) -> app'❆2_add(x,app'❆2_filter(f,xs)) 25: app'❆4_filter2(false(),f,x,xs) -> app'❆2_filter(f,xs) 26: app'(le(),_1) ->= app'❆1_le(_1) 27: app'(app'❆1_le(_1),_2) ->= app'❆2_le(_1,_2) 28: app'(quot(),_1) ->= app'❆1_quot(_1) 29: app'(app'❆1_quot(_1),_2) ->= app'❆2_quot(_1,_2) 30: app'(high(),_1) ->= app'❆1_high(_1) 31: app'(app'❆1_high(_1),_2) ->= app'❆2_high(_1,_2) 32: app'(add(),_1) ->= app'❆1_add(_1) 33: app'(app'❆1_add(_1),_2) ->= app'❆2_add(_1,_2) 34: app'(s(),_1) ->= app'❆1_s(_1) 35: app'(filter(),_1) ->= app'❆1_filter(_1) 36: app'(app'❆1_filter(_1),_2) ->= app'❆2_filter(_1,_2) 37: app'(if_low(),_1) ->= app'❆1_if_low(_1) 38: app'(app'❆1_if_low(_1),_2) ->= app'❆2_if_low(_1,_2) 39: app'(app'❆2_if_low(_1,_2),_3) ->= app'❆3_if_low(_1,_2,_3) 40: app'(map(),_1) ->= app'❆1_map(_1) 41: app'(app'❆1_map(_1),_2) ->= app'❆2_map(_1,_2) 42: app'(minus(),_1) ->= app'❆1_minus(_1) 43: app'(app'❆1_minus(_1),_2) ->= app'❆2_minus(_1,_2) 44: app'(quicksort(),_1) ->= app'❆1_quicksort(_1) 45: app'(if_high(),_1) ->= app'❆1_if_high(_1) 46: app'(app'❆1_if_high(_1),_2) ->= app'❆2_if_high(_1,_2) 47: app'(app'❆2_if_high(_1,_2),_3) ->= app'❆3_if_high(_1,_2,_3) 48: app'(filter2(),_1) ->= app'❆1_filter2(_1) 49: app'(app'❆1_filter2(_1),_2) ->= app'❆2_filter2(_1,_2) 50: app'(app'❆2_filter2(_1,_2),_3) ->= app'❆3_filter2(_1,_2,_3) 51: app'(app'❆3_filter2(_1,_2,_3),_4) ->= app'❆4_filter2(_1,_2,_3,_4) 52: app'(app(),_1) ->= app'❆1_app(_1) 53: app'(app'❆1_app(_1),_2) ->= app'❆2_app(_1,_2) 54: app'(low(),_1) ->= app'❆1_low(_1) 55: app'(app'❆1_low(_1),_2) ->= app'❆2_low(_1,_2) Number of strict rules: 25 Direct poly ... failed. Dependency Pairs: #1: #app'❆2_minus(app'❆1_s(x),app'❆1_s(y)) -> #app'❆2_minus(x,y) #2: #app'(app'❆1_minus(_1),_2) ->? #app'❆2_minus(_1,_2) #3: #app'(app'❆1_quot(_1),_2) ->? #app'❆2_quot(_1,_2) #4: #app'(app'❆1_map(_1),_2) ->? #app'❆2_map(_1,_2) #5: #app'(app'❆2_if_high(_1,_2),_3) ->? #app'❆3_if_high(_1,_2,_3) #6: #app'(app'❆1_app(_1),_2) ->? #app'❆2_app(_1,_2) #7: #app'(app'❆1_low(_1),_2) ->? #app'❆2_low(_1,_2) #8: #app'(app'❆3_filter2(_1,_2,_3),_4) ->? #app'❆4_filter2(_1,_2,_3,_4) #9: #app'❆3_if_low(false(),n,app'❆2_add(m,x)) -> #app'❆2_low(n,x) #10: #app'❆2_app(app'❆2_add(n,x),y) -> #app'❆2_app(x,y) #11: #app'❆2_low(n,app'❆2_add(m,x)) -> #app'❆3_if_low(app'❆2_le(m,n),n,app'❆2_add(m,x)) #12: #app'❆2_low(n,app'❆2_add(m,x)) -> #app'❆2_le(m,n) #13: #app'❆4_filter2(true(),f,x,xs) -> #app'❆2_filter(f,xs) #14: #app'❆2_filter(f,app'❆2_add(x,xs)) -> #app'❆4_filter2(app'(f,x),f,x,xs) #15: #app'❆2_filter(f,app'❆2_add(x,xs)) -> #app'(f,x) #16: #app'❆3_if_low(true(),n,app'❆2_add(m,x)) -> #app'❆2_low(n,x) #17: #app'(app'❆1_high(_1),_2) ->? #app'❆2_high(_1,_2) #18: #app'❆4_filter2(false(),f,x,xs) -> #app'❆2_filter(f,xs) #19: #app'❆2_le(app'❆1_s(x),app'❆1_s(y)) -> #app'❆2_le(x,y) #20: #app'(app'❆2_if_low(_1,_2),_3) ->? #app'❆3_if_low(_1,_2,_3) #21: #app'(quicksort(),_1) ->? #app'❆1_quicksort(_1) #22: #app'(app'❆1_le(_1),_2) ->? #app'❆2_le(_1,_2) #23: #app'❆3_if_high(false(),n,app'❆2_add(m,x)) -> #app'❆2_high(n,x) #24: #app'❆1_quicksort(app'❆2_add(n,x)) -> #app'❆2_app(app'❆1_quicksort(app'❆2_low(n,x)),app'❆2_add(n,app'❆1_quicksort(app'❆2_high(n,x)))) #25: #app'❆1_quicksort(app'❆2_add(n,x)) -> #app'❆1_quicksort(app'❆2_low(n,x)) #26: #app'❆1_quicksort(app'❆2_add(n,x)) -> #app'❆2_low(n,x) #27: #app'❆1_quicksort(app'❆2_add(n,x)) -> #app'❆1_quicksort(app'❆2_high(n,x)) #28: #app'❆1_quicksort(app'❆2_add(n,x)) -> #app'❆2_high(n,x) #29: #app'(app'❆1_filter(_1),_2) ->? #app'❆2_filter(_1,_2) #30: #app'❆2_map(f,app'❆2_add(x,xs)) -> #app'(f,x) #31: #app'❆2_map(f,app'❆2_add(x,xs)) -> #app'❆2_map(f,xs) #32: #app'❆3_if_high(true(),n,app'❆2_add(m,x)) -> #app'❆2_high(n,x) #33: #app'❆2_high(n,app'❆2_add(m,x)) -> #app'❆3_if_high(app'❆2_le(m,n),n,app'❆2_add(m,x)) #34: #app'❆2_high(n,app'❆2_add(m,x)) -> #app'❆2_le(m,n) #35: #app'❆2_quot(app'❆1_s(x),app'❆1_s(y)) -> #app'❆2_quot(app'❆2_minus(x,y),app'❆1_s(y)) #36: #app'❆2_quot(app'❆1_s(x),app'❆1_s(y)) -> #app'❆2_minus(x,y) Number of SCCs: 8, DPs: 21 SCC { #10 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (0) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (0) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (0) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (0) #app'(x1,x2) w: (0) false() w: (0) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (0) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (x1) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (0) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (0) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (0) app'❆2_le(x1,x2) w: (0) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (0) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (0) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (0) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (1 + x2) app'❆1_s(x1) w: (0) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (0) app() w: (0) USABLE RULES: { } Removed DPs: #10 Number of SCCs: 7, DPs: 20 SCC { #1 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (0) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (0) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (0) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (0) #app'(x1,x2) w: (0) false() w: (0) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (0) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (0) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (0) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (0) app'❆2_le(x1,x2) w: (0) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (0) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (x2) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (0) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (0) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (1) app'❆1_s(x1) w: (1 + x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (0) app() w: (0) USABLE RULES: { } Removed DPs: #1 Number of SCCs: 6, DPs: 19 SCC { #19 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (0) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (0) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (0) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (0) #app'(x1,x2) w: (0) false() w: (0) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (0) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (0) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (0) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (x2) 0() w: (0) app'❆2_le(x1,x2) w: (0) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (0) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (0) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (0) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (1) app'❆1_s(x1) w: (1 + x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (0) app() w: (0) USABLE RULES: { } Removed DPs: #19 Number of SCCs: 5, DPs: 18 SCC { #35 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (0) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (0) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (8856 + x1) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (0) #app'(x1,x2) w: (0) false() w: (0) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (0) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (0) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (0) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (1) app'❆2_le(x1,x2) w: (0) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (0) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (0) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (x1) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (1) app'❆1_s(x1) w: (8857 + x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (0) app() w: (0) USABLE RULES: { 1 2 } Removed DPs: #35 Number of SCCs: 4, DPs: 17 SCC { #25 #27 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (0) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (10451 + x3 + x2) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (8856 + x1) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (1 + x2 + x1) #app'(x1,x2) w: (0) false() w: (30616) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (10451 + x2 + x1) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (0) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (30615) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (1) app'❆2_le(x1,x2) w: (30613 + x2 + x1) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (5854) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (1 + x3 + x2) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (x1) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (10452 + x2 + x1) app'❆1_s(x1) w: (1 + x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (x1) app() w: (0) USABLE RULES: { 1 2 10..17 } Removed DPs: #25 #27 Number of SCCs: 3, DPs: 15 SCC { #23 #32 #33 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (14682 + x2 + x1) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (10451 + x3 + x2) #app'❆3_if_low(x1,x2,x3) w: (0) app'❆2_minus(x1,x2) w: (8856 + x1) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (2998 + x2 + x1) #app'(x1,x2) w: (0) false() w: (1) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (10451 + x2 + x1) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (14680 + x3 + x2 + x1) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (1) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (1) app'❆2_le(x1,x2) w: (1) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (1) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (2998 + x3 + x2) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (x1) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (0) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (2 + x2) app'❆1_s(x1) w: (x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (x1) app() w: (0) USABLE RULES: { 1 2 5..7 10..17 } Removed DPs: #23 #32 #33 Number of SCCs: 2, DPs: 12 SCC { #9 #11 #16 } Sum... succeeded. app'❆2_filter(x1,x2) w: (0) app'❆4_filter2(x1,x2,x3,x4) w: (0) le() w: (0) app'❆1_quicksort(x1) w: (0) app'❆1_filter2(x1) w: (0) s() w: (0) app'❆1_map(x1) w: (0) #app'❆2_map(x1,x2) w: (0) #app'❆2_filter(x1,x2) w: (0) minus() w: (0) #app'❆2_high(x1,x2) w: (14682) if_high() w: (0) app'❆3_if_low(x1,x2,x3) w: (1324 + x3 + x2) #app'❆3_if_low(x1,x2,x3) w: (x3 + x2 + x1) app'❆2_minus(x1,x2) w: (8856 + x1) #app'❆4_filter2(x1,x2,x3,x4) w: (0) app'❆2_high(x1,x2) w: (2994 + x2 + x1) #app'(x1,x2) w: (0) false() w: (1) app'❆1_if_high(x1) w: (0) app'❆2_low(x1,x2) w: (1324 + x2 + x1) app'❆1_if_low(x1) w: (0) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (0) #app'❆3_if_high(x1,x2,x3) w: (14680 + x1) app'❆1_quot(x1) w: (0) app'❆1_add(x1) w: (0) quicksort() w: (0) true() w: (2) app'❆1_le(x1) w: (0) filter2() w: (0) #app'❆2_le(x1,x2) w: (0) 0() w: (1) app'❆2_le(x1,x2) w: (2) app'(x1,x2) w: (0) app'❆2_map(x1,x2) w: (0) quot() w: (0) high() w: (0) app'❆2_if_high(x1,x2) w: (0) nil() w: (18458) app'❆1_low(x1) w: (0) #app'❆2_minus(x1,x2) w: (0) map() w: (0) app'❆1_app(x1) w: (0) app'❆3_if_high(x1,x2,x3) w: (2994 + x3 + x2) low() w: (0) app'❆3_filter2(x1,x2,x3) w: (0) app'❆1_minus(x1) w: (0) app'❆2_filter2(x1,x2) w: (0) #app'❆2_quot(x1,x2) w: (x1) app'❆2_if_low(x1,x2) w: (0) add() w: (0) app'❆2_quot(x1,x2) w: (0) #app'❆2_low(x1,x2) w: (3 + x2 + x1) filter() w: (0) if_low() w: (0) app'❆1_high(x1) w: (0) app'❆2_add(x1,x2) w: (3 + x2) app'❆1_s(x1) w: (x1) app'❆1_filter(x1) w: (0) #app'❆1_quicksort(x1) w: (x1) app() w: (0) USABLE RULES: { 1 2 5..7 10..17 } Removed DPs: #9 #11 #16 Number of SCCs: 1, DPs: 9 SCC { #4 #8 #13..15 #18 #29..31 } Sum... succeeded. app'❆2_filter(x1,x2) w: (12288 + x2 + x1) app'❆4_filter2(x1,x2,x3,x4) w: (12286 + x4 + x3 + x2 + x1) le() w: (1) app'❆1_quicksort(x1) w: (7 + x1) app'❆1_filter2(x1) w: (7 + x1) s() w: (1) app'❆1_map(x1) w: (7 + x1) #app'❆2_map(x1,x2) w: (1 + x2) #app'❆2_filter(x1,x2) w: (x2) minus() w: (1) #app'❆2_high(x1,x2) w: (14682) if_high() w: (1) app'❆3_if_low(x1,x2,x3) w: (7 + x3 + x2) #app'❆3_if_low(x1,x2,x3) w: (x1) app'❆2_minus(x1,x2) w: (8856 + x1) #app'❆4_filter2(x1,x2,x3,x4) w: (1 + x4) app'❆2_high(x1,x2) w: (29411 + x2 + x1) #app'(x1,x2) w: (2 + x2) false() w: (1) app'❆1_if_high(x1) w: (7 + x1) app'❆2_low(x1,x2) w: (7 + x2 + x1) app'❆1_if_low(x1) w: (7 + x1) #app'❆2_app(x1,x2) w: (0) app'❆2_app(x1,x2) w: (7 + x2 + x1) #app'❆3_if_high(x1,x2,x3) w: (14680 + x1) app'❆1_quot(x1) w: (7 + x1) app'❆1_add(x1) w: (7) quicksort() w: (1) true() w: (1) app'❆1_le(x1) w: (7 + x1) filter2() w: (1) #app'❆2_le(x1,x2) w: (0) 0() w: (8) app'❆2_le(x1,x2) w: (1 + x1) app'(x1,x2) w: (6) app'❆2_map(x1,x2) w: (7 + x2 + x1) quot() w: (1) high() w: (1) app'❆2_if_high(x1,x2) w: (7 + x2 + x1) nil() w: (5) app'❆1_low(x1) w: (7 + x1) #app'❆2_minus(x1,x2) w: (0) map() w: (1) app'❆1_app(x1) w: (7 + x1) app'❆3_if_high(x1,x2,x3) w: (29411 + x3 + x2) low() w: (1) app'❆3_filter2(x1,x2,x3) w: (7 + x2) app'❆1_minus(x1) w: (7 + x1) app'❆2_filter2(x1,x2) w: (7 + x2 + x1) #app'❆2_quot(x1,x2) w: (x1) app'❆2_if_low(x1,x2) w: (7 + x2 + x1) add() w: (1) app'❆2_quot(x1,x2) w: (7 + x2) #app'❆2_low(x1,x2) w: (3) filter() w: (1) if_low() w: (1) app'❆1_high(x1) w: (7 + x1) app'❆2_add(x1,x2) w: (3 + x2 + x1) app'❆1_s(x1) w: (x1) app'❆1_filter(x1) w: (7 + x1) #app'❆1_quicksort(x1) w: (x1) app() w: (1) USABLE RULES: { 1 2 5..7 10..17 } Removed DPs: #4 #8 #13..15 #18 #29..31 Number of SCCs: 0, DPs: 0