./jbmc --propertyfile ../git-sv-benchmarks/java/ReachSafety.prp ../git-sv-benchmarks/java/jpf-regression/ExSymExeLongBytecodes_false-assert.jar -------------------------------------------------------------------------------- ./jbmc-binary --throw-runtime-exceptions --string-max-input-length 100 --classpath core-models.jar --graphml-witness /tmp/JBMC-log.dIlU97.witness --unwind 11 --stop-on-fail --64 --object-bits 11 --function Main.main ../git-sv-benchmarks/java/jpf-regression/ExSymExeLongBytecodes_false-assert.jar Unwind: 11 JBMC version 5.9 (cbmc-5.7-5176-g7c4b5aa) 64-bit x86_64 linux Parsing ../git-sv-benchmarks/java/jpf-regression/ExSymExeLongBytecodes_false-assert.jar JAR file without entry point: loading class files failed to load class `java.io.ObjectOutputStream' failed to load class `java.io.ObjectInputStream' failed to load class `java.io.PrintWriter' failed to load class `java.io.PrintStream' failed to load class `java.io.IOException' failed to load class `java.io.Serializable' failed to load class `java.lang.StackTraceElement' failed to load class `java.util.Objects' failed to load class `java.lang.AbstractStringBuilder' failed to load class `java.lang.invoke.MethodHandles' failed to load class `java.util.PrimitiveIterator' failed to load class `java.lang.invoke.LambdaMetafactory' failed to load class `java.lang.invoke.MethodHandle' failed to load class `java.lang.invoke.MethodType' failed to load class `java.lang.invoke.MethodHandles$Lookup' failed to load class `java.lang.invoke.CallSite' failed to load class `java.util.Spliterators' failed to load class `java.util.PrimitiveIterator$OfInt' failed to load class `java.util.Spliterator$OfInt' failed to load class `java.util.stream.StreamSupport' failed to load class `java.util.stream.IntStream' failed to load class `java.util.Spliterator' failed to load class `java.util.function.Supplier' failed to load class `java.util.NoSuchElementException' failed to load class `java.util.function.IntConsumer' failed to load class `java.lang.Comparable' failed to load class `java.util.Locale' failed to load class `java.lang.CharacterName' failed to load class `java.lang.CharacterData' failed to load class `java.lang.Byte' failed to load class `java.io.UnsupportedEncodingException' failed to load class `java.util.Comparator' failed to load class `java.lang.Iterable' failed to load class `java.util.Iterator' failed to load class `java.nio.charset.Charset' failed to load class `java.io.BufferedInputStream' failed to load class `java.lang.Number' failed to load class `java.lang.Long' failed to load class `java.lang.Appendable' failed to load class `java.util.HashMap' failed to load class `sun.reflect.Reflection' failed to load class `java.lang.System' failed to load class `java.lang.SecurityManager' failed to load class `java.lang.ClassLoader' failed to load class `java.util.Map' failed to load class `java.io.ObjectStreamException' failed to load class `java.io.InvalidObjectException' failed to load class `java.util.Arrays' Converting Method: java::java.lang.Object.getClass could not parse signature: ()Ljava/lang/Class<*>; Unsupported class signature: wild card generic reverting to descriptor: ()Ljava/lang/Class; Method: java::java.lang.String.join could not parse signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<+Ljava/lang/CharSequence;>;)Ljava/lang/String; Unsupported class signature: wild card generic reverting to descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Ljava/lang/String; Method: java::java.lang.Class.forName could not parse signature: (Ljava/lang/String;)Ljava/lang/Class<*>; Unsupported class signature: wild card generic reverting to descriptor: (Ljava/lang/String;)Ljava/lang/Class; Method: java::java.lang.Class.forName could not parse signature: (Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class<*>; Unsupported class signature: wild card generic reverting to descriptor: (Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; Method: java::java.lang.Class.desiredAssertionStatus0 could not parse signature: (Ljava/lang/Class<*>;)Z Unsupported class signature: wild card generic reverting to descriptor: (Ljava/lang/Class;)Z Method: java::java.lang.Character$UnicodeScript. signature: ()V descriptor: (Ljava/lang/String;I)V different number of parameters, reverting to descriptor Class: java.lang.Enum could not parse signature: ;>Ljava/lang/Object;Ljava/lang/Comparable;Ljava/io/Serializable; Unsupported class signature: Failed to find generic signature closing delimiter (or recursive generic): java/lang/Enum;>(Ljava/lang/Class;Ljava/lang/String;)TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum; Method: java::org.cprover.CProver.nondetWithNull could not parse signature: ()TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: ()Ljava/lang/Object; Method: java::org.cprover.CProver.nondetWithNull could not parse signature: (TT;)TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: (Ljava/lang/Object;)Ljava/lang/Object; Method: java::org.cprover.CProver.nondetWithoutNull could not parse signature: ()TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: ()Ljava/lang/Object; Method: java::org.cprover.CProver.nondetWithoutNull could not parse signature: (TT;)TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: (Ljava/lang/Object;)Ljava/lang/Object; Method: java::org.cprover.CProver.nondetWithNullForNotModelled could not parse signature: ()TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: ()Ljava/lang/Object; Method: java::org.cprover.CProver.nondetWithoutNullForNotModelled could not parse signature: ()TT; Unsupported class signature: Cannot currently parse bounds on generic types reverting to descriptor: ()Ljava/lang/Object; Java: added 2234 String or Class constant symbols Generating GOTO Program Running GOTO functions transformation passes Running with 11 object bits, 53 offset bits (user-specified) Starting Bounded Model Checking Unwinding loop __CPROVER__start.0 iteration 1 thread 0 Unwinding loop __CPROVER__start.0 iteration 2 thread 0 Unwinding loop __CPROVER__start.0 iteration 3 thread 0 Unwinding loop __CPROVER__start.0 iteration 4 thread 0 Unwinding loop __CPROVER__start.0 iteration 5 thread 0 Unwinding recursion java::Main::clinit_wrapper iteration 1 aborting path on assume(false) at file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 61 thread 0 size of program expression: 625 steps simple slicing removed 61 assignments Generated 2 VCC(s), 1 remaining after simplification Passing problem to string refinement loop with MiniSAT 2.2.1 without simplifier converting SSA Running string refinement loop with MiniSAT 2.2.1 without simplifier BV-Refinement: post-processing BV-Refinement: iteration 1 17794 variables, 33009 clauses SAT checker: instance is SATISFIABLE BV-Refinement: got SAT, and it simulates => SAT Total iterations: 1 Runtime decision procedure: 0.0163418s Building error trace Counterexample: State 3 thread 0 ---------------------------------------------------- __CPROVER_rounding_mode=0 (00000000 00000000 00000000 00000000) State 4 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- java$$java_lang_System$$clinit_already_run=false (0) State 5 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3e_3d_20z_return_value=0 (00000000 00000000 00000000 00000000) State 6 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3c_20z_constarray={ (char)'b', (char)'r', (char)'a', (char)'n', (char)'c', (char)'h', (char)' ', (char)'s', (char)'u', (char)'m', (char)' ', (char)'<', (char)' ', (char)'z' } ({ 00000000 01100010, 00000000 01110010, 00000000 01100001, 00000000 01101110, 00000000 01100011, 00000000 01101000, 00000000 00100000, 00000000 01110011, 00000000 01110101, 00000000 01101101, 00000000 00100000, 00000000 00111100, 00000000 00100000, 00000000 01111010 }) State 7 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3c_3d_20c_return_value=0 (00000000 00000000 00000000 00000000) State 8 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- Testing_20ExSymExeLongBytecodes_constarray={ (char)'T', (char)'e', (char)'s', (char)'t', (char)'i', (char)'n', (char)'g', (char)' ', (char)'E', (char)'x', (char)'S', (char)'y', (char)'m', (char)'E', (char)'x', (char)'e', (char)'L', (char)'o', (char)'n', (char)'g', (char)'B', (char)'y', (char)'t', (char)'e', (char)'c', (char)'o', (char)'d', (char)'e', (char)'s' } ({ 00000000 01010100, 00000000 01100101, 00000000 01110011, 00000000 01110100, 00000000 01101001, 00000000 01101110, 00000000 01100111, 00000000 00100000, 00000000 01000101, 00000000 01111000, 00000000 01010011, 00000000 01111001, 00000000 01101101, 00000000 01000101, 00000000 01111000, 00000000 01100101, 00000000 01001100, 00000000 01101111, 00000000 01101110, 00000000 01100111, 00000000 01000010, 00000000 01111001, 00000000 01110100, 00000000 01100101, 00000000 01100011, 00000000 01101111, 00000000 01100100, 00000000 01100101, 00000000 01110011 }) State 9 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3c_3d_20c={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=16, .data=branch_20diff_20_3c_3d_20c_constarray } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00010000, 00000000 01000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 10 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3e_3d_20z_constarray={ (char)'b', (char)'r', (char)'a', (char)'n', (char)'c', (char)'h', (char)' ', (char)'s', (char)'u', (char)'m', (char)' ', (char)'>', (char)'=', (char)' ', (char)'z' } ({ 00000000 01100010, 00000000 01110010, 00000000 01100001, 00000000 01101110, 00000000 01100011, 00000000 01101000, 00000000 00100000, 00000000 01110011, 00000000 01110101, 00000000 01101101, 00000000 00100000, 00000000 00111110, 00000000 00111101, 00000000 00100000, 00000000 01111010 }) State 11 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3c_3d_20c_constarray={ (char)'b', (char)'r', (char)'a', (char)'n', (char)'c', (char)'h', (char)' ', (char)'d', (char)'i', (char)'f', (char)'f', (char)' ', (char)'<', (char)'=', (char)' ', (char)'c' } ({ 00000000 01100010, 00000000 01110010, 00000000 01100001, 00000000 01101110, 00000000 01100011, 00000000 01101000, 00000000 00100000, 00000000 01100100, 00000000 01101001, 00000000 01100110, 00000000 01100110, 00000000 00100000, 00000000 00111100, 00000000 00111101, 00000000 00100000, 00000000 01100011 }) State 12 thread 0 ---------------------------------------------------- Main@class_model={ .@java.lang.Object={ .@class_identifier="java::java.lang.Class", .cproverMonitorCount=0 }, .name=null, .isAnnotation=false, .isArray=false, .isInterface=false, .isSynthetic=false, .isLocalClass=false, .isMemberClass=false, .isEnum=false, .enumConstantDirectory=null } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000, 00000000, 00000000, 00000000, 00000000, 00000000, 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 15 thread 0 ---------------------------------------------------- this=&Main@class_model.@java.lang.Object.@class_identifier (00000000 01100000 00000000 00000000 00000000 00000000 00000000 00000000) State 16 thread 0 ---------------------------------------------------- name=&Main.@java.lang.Object.@class_identifier (00000000 10000000 00000000 00000000 00000000 00000000 00000000 00000000) State 17 thread 0 ---------------------------------------------------- isAnnotation=false (00000000) State 18 thread 0 ---------------------------------------------------- isArray=false (00000000) State 19 thread 0 ---------------------------------------------------- isInterface=false (00000000) State 20 thread 0 ---------------------------------------------------- isSynthetic=false (00000000) State 21 thread 0 ---------------------------------------------------- isLocalClass=false (00000000) State 22 thread 0 ---------------------------------------------------- isMemberClass=false (00000000) State 23 thread 0 ---------------------------------------------------- isEnum=false (00000000) State 25 file java/lang/Class.java line 463 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 2 thread 0 ---------------------------------------------------- Main@class_model.name=&Main.@java.lang.Object.@class_identifier (00000000 10000000 00000000 00000000 00000000 00000000 00000000 00000000) State 27 file java/lang/Class.java line 464 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 5 thread 0 ---------------------------------------------------- Main@class_model.isAnnotation=false (00000000) State 29 file java/lang/Class.java line 465 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 8 thread 0 ---------------------------------------------------- Main@class_model.isArray=false (00000000) State 31 file java/lang/Class.java line 466 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 11 thread 0 ---------------------------------------------------- Main@class_model.isInterface=false (00000000) State 33 file java/lang/Class.java line 467 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 14 thread 0 ---------------------------------------------------- Main@class_model.isSynthetic=false (00000000) State 35 file java/lang/Class.java line 468 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 17 thread 0 ---------------------------------------------------- Main@class_model.isLocalClass=false (00000000) State 37 file java/lang/Class.java line 469 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 20 thread 0 ---------------------------------------------------- Main@class_model.isMemberClass=false (00000000) State 39 file java/lang/Class.java line 470 function java::java.lang.Class.cproverInitializeClassLiteral:(Ljava/lang/String;ZZZZZZZ)V bytecode-index 23 thread 0 ---------------------------------------------------- Main@class_model.isEnum=false (00000000) State 42 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3e_20c_return_value=0 (00000000 00000000 00000000 00000000) State 43 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- $assertionsDisabled=false (00000000) State 44 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3c_20z_return_value=0 (00000000 00000000 00000000 00000000) State 45 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- java$$Main$$clinit_already_run=false (0) State 46 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3c_20z={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=14, .data=branch_20sum_20_3c_20z_constarray } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00001110, 00000000 10100000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 47 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- Testing_20ExSymExeLongBytecodes={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=29, .data=Testing_20ExSymExeLongBytecodes_constarray } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00011101, 00000000 11000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 48 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- Testing_20ExSymExeLongBytecodes_return_value=0 (00000000 00000000 00000000 00000000) State 49 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3e_20c={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=15, .data=branch_20diff_20_3e_20c_constarray } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00001111, 00000000 11100000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 50 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20diff_20_3e_20c_constarray={ (char)'b', (char)'r', (char)'a', (char)'n', (char)'c', (char)'h', (char)' ', (char)'d', (char)'i', (char)'f', (char)'f', (char)' ', (char)'>', (char)' ', (char)'c' } ({ 00000000 01100010, 00000000 01110010, 00000000 01100001, 00000000 01101110, 00000000 01100011, 00000000 01101000, 00000000 00100000, 00000000 01100100, 00000000 01101001, 00000000 01100110, 00000000 01100110, 00000000 00100000, 00000000 00111110, 00000000 00100000, 00000000 01100011 }) State 51 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- branch_20sum_20_3e_3d_20z={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=15, .data=branch_20sum_20_3e_3d_20z_constarray } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00001111, 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 53 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- out=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 65 thread 0 ---------------------------------------------------- dynamic_object1={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .length=0, .data=null } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 67 thread 0 ---------------------------------------------------- dynamic_object1={ .@java.lang.Object={ .@class_identifier="java::array[reference]", .cproverMonitorCount=0 }, .length=0, .data=null } ({ { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 68 thread 0 ---------------------------------------------------- dynamic_object1.length=0 (00000000 00000000 00000000 00000000) State 71 thread 0 ---------------------------------------------------- dynamic_object1.data=dynamic_2_array (00000001 01000000 00000000 00000000 00000000 00000000 00000000 00000000) State 72 thread 0 ---------------------------------------------------- dynamic_2_array={ null, null, null, null, null } ({ 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 }) State 76 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- INPUT arg0a: &dynamic_object1.@java.lang.Object.@class_identifier (00000001 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 79 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V thread 0 ---------------------------------------------------- arg0a=&dynamic_object1.@java.lang.Object.@class_identifier (00000001 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 80 thread 0 ---------------------------------------------------- anonlocal::3l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 81 thread 0 ---------------------------------------------------- anonlocal::1l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 82 thread 0 ---------------------------------------------------- anonlocal::5a=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 85 file Main.java line 31 function java::Main.main:([Ljava/lang/String;)V bytecode-index 3 thread 0 ---------------------------------------------------- anonlocal::1l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 86 file Main.java line 32 function java::Main.main:([Ljava/lang/String;)V bytecode-index 5 thread 0 ---------------------------------------------------- anonlocal::3l=5L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101) State 90 thread 0 ---------------------------------------------------- java$$Main$$clinit_already_run=true (1) State 98 file Main.java line 28 function java::Main.:()V bytecode-index 1 thread 0 ---------------------------------------------------- this=&Main@class_model.@java.lang.Object.@class_identifier (00000000 01100000 00000000 00000000 00000000 00000000 00000000 00000000) State 99 thread 0 ---------------------------------------------------- loader=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 104 file java/lang/Class.java line 411 function java::java.lang.Class.desiredAssertionStatus:()Z bytecode-index 1 thread 0 ---------------------------------------------------- this=&Main@class_model.@java.lang.Object.@class_identifier (00000000 01100000 00000000 00000000 00000000 00000000 00000000 00000000) State 105 thread 0 ---------------------------------------------------- cl=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 110 file java/lang/Class.java line 184 function java::java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader; bytecode-index 1 thread 0 ---------------------------------------------------- this=&Main@class_model.@java.lang.Object.@class_identifier (00000000 01100000 00000000 00000000 00000000 00000000 00000000 00000000) State 114 file java/lang/Class.java line 184 function java::java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader; bytecode-index 2 thread 0 ---------------------------------------------------- cl=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 121 file java/lang/Class.java line 411 function java::java.lang.Class.desiredAssertionStatus:()Z bytecode-index 2 thread 0 ---------------------------------------------------- loader=null (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 126 file java/lang/Class.java line 414 function java::java.lang.Class.desiredAssertionStatus:()Z bytecode-index 6 thread 0 ---------------------------------------------------- clazz=&Main@class_model.@java.lang.Object.@class_identifier (00000000 01100000 00000000 00000000 00000000 00000000 00000000 00000000) State 143 file Main.java line 28 function java::Main.:()V bytecode-index 6 thread 0 ---------------------------------------------------- $assertionsDisabled=false (00000000) State 148 file Main.java line 33 function java::Main.main:([Ljava/lang/String;)V bytecode-index 6 thread 0 ---------------------------------------------------- dynamic_object13={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 } } ({ { ?, 00000000 00000000 00000000 00000000 } }) State 150 file Main.java line 33 function java::Main.main:([Ljava/lang/String;)V bytecode-index 6 thread 0 ---------------------------------------------------- dynamic_object13={ .@java.lang.Object={ .@class_identifier="java::Main", .cproverMonitorCount=0 } } ({ { ?, 00000000 00000000 00000000 00000000 } }) State 154 file Main.java line 33 function java::Main.main:([Ljava/lang/String;)V bytecode-index 8 thread 0 ---------------------------------------------------- this=&dynamic_object13.@java.lang.Object.@class_identifier (00000010 10100000 00000000 00000000 00000000 00000000 00000000 00000000) State 158 file Main.java line 28 function java::Main.:()V bytecode-index 1 thread 0 ---------------------------------------------------- this=&dynamic_object13.@java.lang.Object.@class_identifier (00000010 10100000 00000000 00000000 00000000 00000000 00000000 00000000) State 160 file java/lang/Object.java line 40 function java::java.lang.Object.:()V bytecode-index 2 thread 0 ---------------------------------------------------- dynamic_object13.@java.lang.Object.cproverMonitorCount=0 (00000000 00000000 00000000 00000000) State 165 file Main.java line 33 function java::Main.main:([Ljava/lang/String;)V bytecode-index 9 thread 0 ---------------------------------------------------- anonlocal::5a=&dynamic_object13.@java.lang.Object.@class_identifier (00000010 10100000 00000000 00000000 00000000 00000000 00000000 00000000) State 173 file Main.java line 34 function java::Main.main:([Ljava/lang/String;)V bytecode-index 14 thread 0 ---------------------------------------------------- arg0l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 174 file Main.java line 34 function java::Main.main:([Ljava/lang/String;)V bytecode-index 14 thread 0 ---------------------------------------------------- arg2l=5L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101) State 175 thread 0 ---------------------------------------------------- anonlocal::12l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 176 thread 0 ---------------------------------------------------- anonlocal::8l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 177 thread 0 ---------------------------------------------------- anonlocal::6l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 178 thread 0 ---------------------------------------------------- anonlocal::4l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 179 thread 0 ---------------------------------------------------- anonlocal::28l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 180 thread 0 ---------------------------------------------------- anonlocal::26l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 181 thread 0 ---------------------------------------------------- anonlocal::24l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 182 thread 0 ---------------------------------------------------- anonlocal::22l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 183 thread 0 ---------------------------------------------------- anonlocal::20l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 184 thread 0 ---------------------------------------------------- anonlocal::18l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 185 thread 0 ---------------------------------------------------- anonlocal::16l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 186 thread 0 ---------------------------------------------------- anonlocal::14l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 187 thread 0 ---------------------------------------------------- anonlocal::10l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 191 thread 0 ---------------------------------------------------- java$$java_lang_System$$clinit_already_run=true (1) State 195 thread 0 ---------------------------------------------------- dynamic_object14={ .@class_identifier="java::java.lang.String" } ({ ? }) State 197 thread 0 ---------------------------------------------------- out=&dynamic_object14.@class_identifier (00000010 11000000 00000000 00000000 00000000 00000000 00000000 00000000) State 198 thread 0 ---------------------------------------------------- dynamic_object14={ .@class_identifier="java::java.io.PrintStream" } ({ ? }) State 204 file Main.java line 44 function java::Main.test:(JJ)V bytecode-index 2 thread 0 ---------------------------------------------------- this=&dynamic_object14.@class_identifier (00000010 11000000 00000000 00000000 00000000 00000000 00000000 00000000) State 205 file Main.java line 44 function java::Main.test:(JJ)V bytecode-index 2 thread 0 ---------------------------------------------------- stub_ignored_arg1=&Testing_20ExSymExeLongBytecodes.@java.lang.Object.@class_identifier (00000010 11100000 00000000 00000000 00000000 00000000 00000000 00000000) State 207 file Main.java line 46 function java::Main.test:(JJ)V bytecode-index 4 thread 0 ---------------------------------------------------- anonlocal::4l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 208 file Main.java line 47 function java::Main.test:(JJ)V bytecode-index 6 thread 0 ---------------------------------------------------- anonlocal::6l=5L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101) State 209 file Main.java line 48 function java::Main.test:(JJ)V bytecode-index 8 thread 0 ---------------------------------------------------- anonlocal::8l=34565L (00000000 00000000 00000000 00000000 00000000 00000000 10000111 00000101) State 210 file Main.java line 50 function java::Main.test:(JJ)V bytecode-index 11 thread 0 ---------------------------------------------------- anonlocal::10l=-5L (11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111011) State 211 file Main.java line 52 function java::Main.test:(JJ)V bytecode-index 15 thread 0 ---------------------------------------------------- anonlocal::12l=5L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000101) State 212 file Main.java line 53 function java::Main.test:(JJ)V bytecode-index 19 thread 0 ---------------------------------------------------- anonlocal::14l=9090914L (00000000 00000000 00000000 00000000 00000000 10001010 10110111 01100010) State 213 file Main.java line 54 function java::Main.test:(JJ)V bytecode-index 23 thread 0 ---------------------------------------------------- anonlocal::16l=90908882L (00000000 00000000 00000000 00000000 00000101 01101011 00101000 11010010) State 214 file Main.java line 56 function java::Main.test:(JJ)V bytecode-index 27 thread 0 ---------------------------------------------------- anonlocal::18l=-5L (11111111 11111111 11111111 11111111 11111111 11111111 11111111 11111011) State 215 file Main.java line 57 function java::Main.test:(JJ)V bytecode-index 31 thread 0 ---------------------------------------------------- anonlocal::20l=-19999999994L (11111111 11111111 11111111 11111011 01010111 11101000 00111000 00000110) State 216 file Main.java line 58 function java::Main.test:(JJ)V bytecode-index 35 thread 0 ---------------------------------------------------- anonlocal::22l=9999999999L (00000000 00000000 00000000 00000010 01010100 00001011 11100011 11111111) State 217 file Main.java line 60 function java::Main.test:(JJ)V bytecode-index 39 thread 0 ---------------------------------------------------- anonlocal::24l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 218 file Main.java line 61 function java::Main.test:(JJ)V bytecode-index 43 thread 0 ---------------------------------------------------- anonlocal::26l=0L (00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000) State 219 file Main.java line 62 function java::Main.test:(JJ)V bytecode-index 47 thread 0 ---------------------------------------------------- anonlocal::28l=99999999995L (00000000 00000000 00000000 00010111 01001000 01110110 11100111 11111011) State 229 file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 58 thread 0 ---------------------------------------------------- dynamic_object15={ .@java.lang.Error={ .@java.lang.Throwable={ .@java.lang.Object={ .@class_identifier="java::java.lang.String", .cproverMonitorCount=0 }, .detailMessage=null, .cause=null } } } ({ { { { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 } } }) State 231 file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 58 thread 0 ---------------------------------------------------- dynamic_object15={ .@java.lang.Error={ .@java.lang.Throwable={ .@java.lang.Object={ .@class_identifier="java::java.lang.AssertionError", .cproverMonitorCount=0 }, .detailMessage=null, .cause=null } } } ({ { { { ?, 00000000 00000000 00000000 00000000 }, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000, 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 } } }) State 235 file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 60 thread 0 ---------------------------------------------------- this=&dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.@class_identifier (00000011 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 239 file java/lang/AssertionError.java line 49 function java::java.lang.AssertionError.:()V bytecode-index 1 thread 0 ---------------------------------------------------- this=&dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.@class_identifier (00000011 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 243 file java/lang/Error.java line 58 function java::java.lang.Error.:()V bytecode-index 1 thread 0 ---------------------------------------------------- this=&dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.@class_identifier (00000011 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 247 file java/lang/Throwable.java line 264 function java::java.lang.Throwable.:()V bytecode-index 1 thread 0 ---------------------------------------------------- this=&dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.@class_identifier (00000011 00100000 00000000 00000000 00000000 00000000 00000000 00000000) State 249 file java/lang/Object.java line 40 function java::java.lang.Object.:()V bytecode-index 2 thread 0 ---------------------------------------------------- dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.cproverMonitorCount=0 (00000000 00000000 00000000 00000000) State 253 file java/lang/Throwable.java line 201 function java::java.lang.Throwable.:()V bytecode-index 4 thread 0 ---------------------------------------------------- dynamic_object15.@java.lang.Error.@java.lang.Throwable.cause=&dynamic_object15.@java.lang.Error.@java.lang.Throwable.@java.lang.Object.@class_identifier (00000011 00100000 00000000 00000000 00000000 00000000 00000000 00000000) Violated property: file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 61 assertion at file Main.java line 67 function java::Main.test:(JJ)V bytecode-index 61 false VERIFICATION FAILED EC=10 FALSE