/export/starexec/sandbox2/solver/bin/starexec_run_Transition /export/starexec/sandbox2/benchmark/theBenchmark.smt2 /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE DP problem for innermost termination. P = init#(x1, x2) -> f1#(rnd1, rnd2) f4#(I0, I1) -> f2#(I0 + 1, I2) [14 <= I1 - 1] f4#(I3, I4) -> f4#(I3, I4 + 1) [I4 <= 14] f2#(I5, I6) -> f4#(I5, 0) [I5 <= 99 /\ I5 <= 9] f2#(I7, I8) -> f3#(I7, I9) [49 <= I7 - 1 /\ I7 <= 99] f3#(I10, I11) -> f3#(I10, I12) f2#(I13, I14) -> f2#(I13 + 1, I15) [I13 <= 99 /\ 9 <= I13 - 1 /\ I13 <= 49] f1#(I16, I17) -> f2#(0, I18) R = init(x1, x2) -> f1(rnd1, rnd2) f4(I0, I1) -> f2(I0 + 1, I2) [14 <= I1 - 1] f4(I3, I4) -> f4(I3, I4 + 1) [I4 <= 14] f2(I5, I6) -> f4(I5, 0) [I5 <= 99 /\ I5 <= 9] f2(I7, I8) -> f3(I7, I9) [49 <= I7 - 1 /\ I7 <= 99] f3(I10, I11) -> f3(I10, I12) f2(I13, I14) -> f2(I13 + 1, I15) [I13 <= 99 /\ 9 <= I13 - 1 /\ I13 <= 49] f1(I16, I17) -> f2(0, I18) The dependency graph for this problem is: 0 -> 7 1 -> 3, 4, 6 2 -> 1, 2 3 -> 2 4 -> 5 5 -> 5 6 -> 4, 6 7 -> 3 Where: 0) init#(x1, x2) -> f1#(rnd1, rnd2) 1) f4#(I0, I1) -> f2#(I0 + 1, I2) [14 <= I1 - 1] 2) f4#(I3, I4) -> f4#(I3, I4 + 1) [I4 <= 14] 3) f2#(I5, I6) -> f4#(I5, 0) [I5 <= 99 /\ I5 <= 9] 4) f2#(I7, I8) -> f3#(I7, I9) [49 <= I7 - 1 /\ I7 <= 99] 5) f3#(I10, I11) -> f3#(I10, I12) 6) f2#(I13, I14) -> f2#(I13 + 1, I15) [I13 <= 99 /\ 9 <= I13 - 1 /\ I13 <= 49] 7) f1#(I16, I17) -> f2#(0, I18) We have the following SCCs. { 1, 2, 3 } { 6 } { 5 } DP problem for innermost termination. P = f3#(I10, I11) -> f3#(I10, I12) R = init(x1, x2) -> f1(rnd1, rnd2) f4(I0, I1) -> f2(I0 + 1, I2) [14 <= I1 - 1] f4(I3, I4) -> f4(I3, I4 + 1) [I4 <= 14] f2(I5, I6) -> f4(I5, 0) [I5 <= 99 /\ I5 <= 9] f2(I7, I8) -> f3(I7, I9) [49 <= I7 - 1 /\ I7 <= 99] f3(I10, I11) -> f3(I10, I12) f2(I13, I14) -> f2(I13 + 1, I15) [I13 <= 99 /\ 9 <= I13 - 1 /\ I13 <= 49] f1(I16, I17) -> f2(0, I18)