3.63/1.76 NO 3.63/1.77 proof of /export/starexec/sandbox/benchmark/theBenchmark.jar 3.63/1.77 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 3.63/1.77 3.63/1.77 3.63/1.77 termination of the given Bare JBC problem could be disproven: 3.63/1.77 3.63/1.77 (0) Bare JBC problem 3.63/1.77 (1) BareJBCToJBCProof [EQUIVALENT, 96 ms] 3.63/1.77 (2) JBC problem 3.63/1.77 (3) JBCNonTerm [COMPLETE, 57 ms] 3.63/1.77 (4) NO 3.63/1.77 3.63/1.77 3.63/1.77 ---------------------------------------- 3.63/1.77 3.63/1.77 (0) 3.63/1.77 Obligation: 3.63/1.77 need to prove termination of the following program: 3.63/1.77 package simple.ex05; 3.63/1.77 3.63/1.77 public class Ex05 { 3.63/1.77 3.63/1.77 public static void loop(int i) { 3.63/1.77 while (true) { 3.63/1.77 ; 3.63/1.77 } 3.63/1.77 } 3.63/1.77 } 3.63/1.77 3.63/1.77 3.63/1.77 package simple.ex05; 3.63/1.77 3.63/1.77 public class Main { 3.63/1.77 3.63/1.77 /** 3.63/1.77 * @param args 3.63/1.77 */ 3.63/1.77 public static void main(String[] args) { 3.63/1.77 Ex05.loop(args.length); 3.63/1.77 } 3.63/1.77 3.63/1.77 } 3.63/1.77 3.63/1.77 3.63/1.77 3.63/1.77 ---------------------------------------- 3.63/1.77 3.63/1.77 (1) BareJBCToJBCProof (EQUIVALENT) 3.63/1.77 initialized classpath 3.63/1.77 ---------------------------------------- 3.63/1.77 3.63/1.77 (2) 3.63/1.77 Obligation: 3.63/1.77 need to prove termination of the following program: 3.63/1.77 package simple.ex05; 3.63/1.77 3.63/1.77 public class Ex05 { 3.63/1.77 3.63/1.77 public static void loop(int i) { 3.63/1.77 while (true) { 3.63/1.77 ; 3.63/1.77 } 3.63/1.77 } 3.63/1.77 } 3.63/1.77 3.63/1.77 3.63/1.77 package simple.ex05; 3.63/1.77 3.63/1.77 public class Main { 3.63/1.77 3.63/1.77 /** 3.63/1.77 * @param args 3.63/1.77 */ 3.63/1.77 public static void main(String[] args) { 3.63/1.77 Ex05.loop(args.length); 3.63/1.77 } 3.63/1.77 3.63/1.77 } 3.63/1.77 3.63/1.77 3.63/1.77 3.63/1.77 ---------------------------------------- 3.63/1.77 3.63/1.77 (3) JBCNonTerm (COMPLETE) 3.63/1.77 Symbolic evaluation of method public static main([Ljava/lang/String;)V never reaches a method end (by explicit return or exception). 3.63/1.77 3.63/1.77 As this is the main method, we can conclude non-termination of the input program. 3.63/1.77 ---------------------------------------- 3.63/1.77 3.63/1.77 (4) 3.63/1.77 NO 3.83/1.80 EOF