Session.name = HOL-Quickcheck_Benchmark Loading theory "Predicate_Compile_Alternative_Defs" (required by "Needham_Schroeder_No_Attacker_Example" via "Needham_Schroeder_Base" via "Predicate_Compile_Quickcheck") loading_theory = Predicate_Compile_Alternative_Defs Loading theory "Find_Unused_Assms_Examples" loading_theory = Find_Unused_Assms_Examples command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=115name=theoryelapsed=0.119 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=1name=theoryelapsed=0.177 ### theory "Find_Unused_Assms_Examples" ### 0.181s elapsed time, 0.452s cpu time, 0.000s GC time command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=2522name=setupelapsed=0.025 Proofs for inductive predicate(s) "less_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=5997name=inductiveelapsed=0.015 Proofs for inductive predicate(s) "less_eq_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6363name=inductiveelapsed=0.026 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7322name=code_predelapsed=0.078 ### Code generator: dropping subsumed code equation ### List.member [] ?y \ False ### Code generator: dropping subsumed code equation ### List.member (?x # ?xs) ?y \ ?x = ?y \ List.member ?xs ?y command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7772name=code_predelapsed=0.040 ### theory "Predicate_Compile_Alternative_Defs" ### 0.395s elapsed time, 1.692s cpu time, 0.036s GC time Loading theory "Predicate_Compile_Quickcheck" (required by "Needham_Schroeder_No_Attacker_Example" via "Needham_Schroeder_Base") loading_theory = Predicate_Compile_Quickcheck ML_statistics = :now=1484095683.44tasks_ready=1054tasks_pending=5tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=1size_allocation=524288000size_allocation_free=524288000size_heap=536870912size_heap_free_last_full_GC=0size_heap_free_last_GC=532893100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=1threads_wait_signal=1time_CPU=3.432time_GC=0.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Quickcheck.thyoffset=178name=theoryelapsed=0.072 ### ML warning (line 230 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 250 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 264 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 325 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Value identifier (size) has not been referenced. ### ML warning (line 325 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Value identifier (nrandom) has not been referenced. ### ML warning (line 285 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. signature PREDICATE_COMPILE_QUICKCHECK = sig val debug: bool ref val no_higher_order_predicate: string list ref val nrandom: int ref val put_cps_result: (unit -> Code_Numeral.natural -> (bool * term list) option) -> Proof.context -> Proof.context val put_dseq_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> term list Limited_Sequence.dseq * seed) -> Proof.context -> Proof.context val put_lseq_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> Code_Numeral.natural -> term list Lazy_Sequence.lazy_sequence) -> Proof.context -> Proof.context val put_new_dseq_result: (unit -> Code_Numeral.natural -> term list Lazy_Sequence.lazy_sequence) -> Proof.context -> Proof.context val put_pred_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> term list Predicate.pred) -> Proof.context -> Proof.context type seed = Random_Engine.seed val test_goals: Predicate_Compile_Aux.compilation * bool -> Proof.context -> bool -> (string * typ) list -> (term * term list) list -> Quickcheck.result list end structure Predicate_Compile_Quickcheck: PREDICATE_COMPILE_QUICKCHECK command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Quickcheck.thyoffset=266name=ML_fileelapsed=0.161 ### theory "Predicate_Compile_Quickcheck" ### 0.236s elapsed time, 1.400s cpu time, 0.000s GC time Loading theory "Needham_Schroeder_Base" (required by "Needham_Schroeder_No_Attacker_Example") loading_theory = Needham_Schroeder_Base command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1name=theoryelapsed=0.093 ML_statistics = :now=1484095683.94tasks_ready=1048tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=2size_allocation=1032847360size_allocation_free=1032847360size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=1042651828threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=5.276time_GC=0.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=101name=datatypeelapsed=0.386 ML_statistics = :now=1484095684.46tasks_ready=1036tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=4size_allocation=1013972992size_allocation_free=1013972992size_heap=1033895936size_heap_free_last_full_GC=0size_heap_free_last_GC=1022566032threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=8.304time_GC=0.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=261name=datatypeelapsed=0.405 Found termination order: "{}" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=303name=funelapsed=0.038 ML_statistics = :now=1484095684.98tasks_ready=1022tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=6size_allocation=988807168size_allocation_free=988807168size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=998633136threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=11.232time_GC=0.32user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=383name=datatypeelapsed=0.821 Proofs for inductive predicate(s) "partsp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=669name=inductive_setelapsed=0.071 Proofs for inductive predicate(s) "analzp" Proving monotonicity ... ML_statistics = :now=1484095685.49tasks_ready=1020tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=8size_allocation=970981376size_allocation_free=970981376size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=980934216threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=14.092time_GC=0.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=961name=inductive_setelapsed=0.096 Proofs for inductive predicate(s) "synthp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1281name=inductive_setelapsed=0.072 consts initState :: "agent \ msg set" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1598name=primrecelapsed=0.011 ML_statistics = :now=1484095685.99tasks_ready=1007tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=10size_allocation=958398464size_allocation_free=958398464size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=968583788threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=16.872time_GC=0.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1885name=datatypeelapsed=0.667 consts knows :: "agent \ event list \ msg set" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1992name=primrecelapsed=0.019 consts used :: "event list \ msg set" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=2772name=primrecelapsed=0.011 Found termination order: "(\p. length (snd p)) <*mlex*> {}" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=3152name=funelapsed=0.073 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6236name=code_predelapsed=0.023 ### theory "Needham_Schroeder_Base" ### 2.850s elapsed time, 16.564s cpu time, 0.584s GC time Loading theory "Needham_Schroeder_Guided_Attacker_Example" loading_theory = Needham_Schroeder_Guided_Attacker_Example ML_statistics = :now=1484095686.5tasks_ready=1010tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=12size_allocation=945815552size_allocation_free=945815552size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=955345080threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=19.72time_GC=0.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1name=theoryelapsed=0.089 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=88name=inductive_setelapsed=0.161 ### Infering modes ### 0.054s elapsed time, 0.280s cpu time, 0.048s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.015s elapsed time, 0.084s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1494name=code_predelapsed=0.086 ### Infering modes ### 0.096s elapsed time, 0.576s cpu time, 0.000s GC time ### Compiling equations.... ### 0.034s elapsed time, 0.204s cpu time, 0.000s GC time ### Proving equations.... ### 0.009s elapsed time, 0.052s cpu time, 0.000s GC time ### Setting code equations.... ### 0.010s elapsed time, 0.060s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1612name=code_predelapsed=0.149 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=2360name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Guided_Attacker_Example" ### 0.510s elapsed time, 2.972s cpu time, 0.100s GC time Loading theory "Needham_Schroeder_No_Attacker_Example" loading_theory = Needham_Schroeder_No_Attacker_Example ML_statistics = :now=1484095687.01tasks_ready=1004tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=14size_allocation=925892608size_allocation_free=925892608size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=935869416threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=22.596time_GC=0.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1name=theoryelapsed=0.089 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=84name=inductive_setelapsed=0.110 ### Infering modes ### 0.029s elapsed time, 0.176s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.009s elapsed time, 0.056s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1013name=code_predelapsed=0.046 ### Infering modes ### 0.082s elapsed time, 0.448s cpu time, 0.024s GC time ### Compiling equations.... ### 0.022s elapsed time, 0.136s cpu time, 0.000s GC time ### Proving equations.... ### 0.006s elapsed time, 0.036s cpu time, 0.000s GC time ### Setting code equations.... ### 0.007s elapsed time, 0.044s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1074name=code_predelapsed=0.118 ### theory "Needham_Schroeder_No_Attacker_Example" ### 0.382s elapsed time, 2.200s cpu time, 0.080s GC time Loading theory "Needham_Schroeder_Unguided_Attacker_Example" loading_theory = Needham_Schroeder_Unguided_Attacker_Example command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1name=theoryelapsed=0.073 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... ML_statistics = :now=1484095687.51tasks_ready=1001tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=16size_allocation=911212544size_allocation_free=911212544size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=920329040threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=25.388time_GC=0.8user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=90name=inductive_setelapsed=0.143 ### Infering modes ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Proving equations.... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Setting code equations.... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Infering modes ### 0.030s elapsed time, 0.180s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.010s elapsed time, 0.060s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1245name=code_predelapsed=0.063 ### Infering modes ### 0.076s elapsed time, 0.452s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.024s elapsed time, 0.144s cpu time, 0.000s GC time ### Proving equations.... ### 0.026s elapsed time, 0.108s cpu time, 0.064s GC time ### Setting code equations.... ### 0.008s elapsed time, 0.052s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1363name=code_predelapsed=0.135 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2114name=lemmaelapsed=0.011 ### theory "Needham_Schroeder_Unguided_Attacker_Example" ### 0.440s elapsed time, 2.548s cpu time, 0.112s GC time ML_statistics = :now=1484095688.02tasks_ready=1492tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=19size_allocation=886046720size_allocation_free=886046720size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=894383792threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=29.42time_GC=0.956user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095688.52tasks_ready=1489tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=21size_allocation=877658112size_allocation_free=877658112size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=887392596threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=31.908time_GC=1.06user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095689.03tasks_ready=1475tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=23size_allocation=851443712size_allocation_free=851443712size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=860745108threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=34.332time_GC=1.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095689.55tasks_ready=1443tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=25size_allocation=846200832size_allocation_free=846200832size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=854709792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=36.792time_GC=1.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095690.05tasks_ready=1430tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=28size_allocation=822083584size_allocation_free=822083584size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=830469396threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=40.44time_GC=1.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095690.57tasks_ready=1413tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=30size_allocation=813694976size_allocation_free=813694976size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=822708240threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=42.864time_GC=1.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095691.07tasks_ready=1396tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=33size_allocation=797966336size_allocation_free=797966336size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=805963908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=46.3time_GC=1.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095691.57tasks_ready=1383tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=35size_allocation=784334848size_allocation_free=784334848size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=790870952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=48.496time_GC=1.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095692.1tasks_ready=1380tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=38size_allocation=764411904size_allocation_free=764411904size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=770990776threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=51.52time_GC=1.848user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095692.61tasks_ready=1374tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=41size_allocation=753926144size_allocation_free=753926144size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=761571800threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=54.608time_GC=1.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095693.11tasks_ready=1345tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=44size_allocation=728760320size_allocation_free=728760320size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=734330540threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=57.456time_GC=2.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095693.62tasks_ready=1326tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=47size_allocation=721420288size_allocation_free=721420288size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=727554016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=60.272time_GC=2.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095694.12tasks_ready=1309tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=50size_allocation=715128832size_allocation_free=715128832size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=722204440threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=63.088time_GC=2.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095694.63tasks_ready=1283tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=53size_allocation=694157312size_allocation_free=694157312size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=701718344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=65.836time_GC=2.424user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095695.14tasks_ready=1262tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=56size_allocation=684720128size_allocation_free=684720128size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=691112728threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=68.652time_GC=2.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095695.65tasks_ready=1244tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=59size_allocation=668991488size_allocation_free=668991488size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=674690452threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=71.288time_GC=2.644user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095696.16tasks_ready=1240tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=62size_allocation=665845760size_allocation_free=665845760size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=672156720threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=73.948time_GC=2.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095696.66tasks_ready=1225tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=65size_allocation=654311424size_allocation_free=654311424size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=660823624threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=76.448time_GC=2.84user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095697.16tasks_ready=1219tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=69size_allocation=637534208size_allocation_free=637534208size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=643112348threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=79.864time_GC=2.988user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095697.66tasks_ready=1217tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=72size_allocation=630194176size_allocation_free=630194176size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=636587712threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=82.312time_GC=3.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095698.16tasks_ready=1208tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=75size_allocation=615514112size_allocation_free=615514112size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=621939880threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=84.76time_GC=3.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095698.67tasks_ready=1203tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=79size_allocation=594542592size_allocation_free=594542592size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=600470556threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=87.872time_GC=3.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095699.18tasks_ready=1191tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=82size_allocation=581959680size_allocation_free=581959680size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=587962616threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=90.144time_GC=3.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095699.69tasks_ready=1182tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=86size_allocation=568328192size_allocation_free=568328192size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=574472044threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=93.18time_GC=3.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095700.19tasks_ready=1157tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=90size_allocation=556793856size_allocation_free=556793856size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=564146060threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=96.1time_GC=3.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095700.69tasks_ready=1155tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=94size_allocation=540016640size_allocation_free=540016640size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=546437592threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=98.952time_GC=3.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095701.21tasks_ready=1147tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=98size_allocation=528482304size_allocation_free=528482304size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=535464588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=101.748time_GC=4.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095701.72tasks_ready=1141tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=102size_allocation=502267904size_allocation_free=502267904size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=509169116threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=104.312time_GC=4.236user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095702.24tasks_ready=1138tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=106size_allocation=494927872size_allocation_free=494927872size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=502128880threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=106.972time_GC=4.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095702.76tasks_ready=1131tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=111size_allocation=461373440size_allocation_free=461373440size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=467756460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=109.932time_GC=4.632user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095703.31tasks_ready=1125tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=116size_allocation=443547648size_allocation_free=443547648size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=449780552threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=112.808time_GC=4.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095703.82tasks_ready=1113tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=120size_allocation=419430400size_allocation_free=419430400size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=425882448threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=115.056time_GC=4.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095704.32tasks_ready=1098tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=125size_allocation=396361728size_allocation_free=396361728size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=405212672threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=117.672time_GC=5.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095704.83tasks_ready=1097tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=131size_allocation=365953024size_allocation_free=365953024size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=373512908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=120.66time_GC=5.448user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095705.35tasks_ready=1094tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=136size_allocation=354418688size_allocation_free=354418688size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=362706140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=123.032time_GC=5.632user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095705.85tasks_ready=1087tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=142size_allocation=335544320size_allocation_free=335544320size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=342201652threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=125.732time_GC=5.84user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095706.37tasks_ready=1081tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=148size_allocation=313524224size_allocation_free=313524224size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=320776964threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=128.336time_GC=6.064user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095706.9tasks_ready=1072tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=155size_allocation=301989888size_allocation_free=301989888size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=310303576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=131.116time_GC=6.296user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095707.41tasks_ready=1061tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=161size_allocation=283115520size_allocation_free=283115520size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=290373680threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=133.38time_GC=6.52user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095707.94tasks_ready=1056tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=169size_allocation=261095424size_allocation_free=261095424size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=269897100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=136.164time_GC=6.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095708.45tasks_ready=1047tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=176size_allocation=243269632size_allocation_free=243269632size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=250957400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=138.476time_GC=7.008user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095708.97tasks_ready=1043tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=185size_allocation=224395264size_allocation_free=224395264size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=231689552threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=1threads_wait_signal=1time_CPU=141.208time_GC=7.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095709.49tasks_ready=1039tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=193size_allocation=213909504size_allocation_free=213909504size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=220342148threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=143.54time_GC=7.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095710.05tasks_ready=1039tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=203size_allocation=188743680size_allocation_free=188743680size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=195460944threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=146.204time_GC=7.868user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095710.58tasks_ready=1036tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=213size_allocation=160432128size_allocation_free=160432128size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=167355168threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=148.52time_GC=8.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095711.09tasks_ready=1030tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=224size_allocation=145752064size_allocation_free=145752064size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=153246780threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=150.748time_GC=8.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095711.62tasks_ready=1027tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=237size_allocation=124780544size_allocation_free=124780544size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=131334700threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=152.964time_GC=8.904user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095712.15tasks_ready=1026tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=252size_allocation=102760448size_allocation_free=102760448size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=111254308threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=155.184time_GC=9.34user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095712.68tasks_ready=1019tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=269size_allocation=70254592size_allocation_free=70254592size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=78494336threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=157.044time_GC=9.896user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095713.2tasks_ready=1018tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=292size_allocation=49283072size_allocation_free=49283072size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=56980808threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=158.564time_GC=10.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095713.74tasks_ready=1016tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=321size_allocation=28311552size_allocation_free=28311552size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=36025024threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=159.796time_GC=11.272user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095714.29tasks_ready=1015tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=358size_allocation=12582912size_allocation_free=12582912size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=21952012threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=160.668time_GC=12.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095715.05tasks_ready=1014tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=395size_allocation=127926272size_allocation_free=127926272size_heap=190840832size_heap_free_last_full_GC=8215676size_heap_free_last_GC=8215676threads_in_ML=4threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=160.92time_GC=14.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095715.55tasks_ready=1012tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=398size_allocation=788529152size_allocation_free=788529152size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=796622544threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=163.816time_GC=14.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095716.07tasks_ready=1010tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=401size_allocation=778043392size_allocation_free=778043392size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=788966244threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=166.62time_GC=14.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095716.57tasks_ready=1007tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=404size_allocation=767557632size_allocation_free=767557632size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=777043116threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=169.368time_GC=14.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095717.07tasks_ready=1006tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=407size_allocation=759169024size_allocation_free=759169024size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=767966100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=172.088time_GC=14.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095717.58tasks_ready=1001tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=410size_allocation=752877568size_allocation_free=752877568size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=761585976threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=174.812time_GC=14.392user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095718.09tasks_ready=997tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=413size_allocation=745537536size_allocation_free=745537536size_heap=848297984size_heap_free_last_full_GC=8215676size_heap_free_last_GC=754123564threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=177.448time_GC=14.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095718.59tasks_ready=991tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=417size_allocation=730857472size_allocation_free=730857472size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=739782860threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=180.916time_GC=14.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095719.1tasks_ready=978tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=420size_allocation=719323136size_allocation_free=719323136size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=729104704threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=183.516time_GC=14.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095719.6tasks_ready=975tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=423size_allocation=707788800size_allocation_free=707788800size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=717201828threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=185.988time_GC=14.728user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095720.11tasks_ready=972tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=427size_allocation=695205888size_allocation_free=695205888size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=704384068threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=189.352time_GC=14.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095720.61tasks_ready=962tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=430size_allocation=684720128size_allocation_free=684720128size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=694506520threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=191.78time_GC=14.94user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095721.11tasks_ready=956tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=433size_allocation=680525824size_allocation_free=680525824size_heap=848297984size_heap_free_last_full_GC=8215676size_heap_free_last_GC=688907264threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=194.272time_GC=15.028user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095721.61tasks_ready=945tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=437size_allocation=657457152size_allocation_free=657457152size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=667050184threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=197.62time_GC=15.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095722.12tasks_ready=934tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=440size_allocation=646971392size_allocation_free=646971392size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=655727612threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=200.168time_GC=15.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095722.64tasks_ready=927tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=443size_allocation=633339904size_allocation_free=633339904size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=641563368threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=202.744time_GC=15.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095723.14tasks_ready=919tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=447size_allocation=616562688size_allocation_free=616562688size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=626591460threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=205.956time_GC=15.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095723.65tasks_ready=906tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=450size_allocation=613416960size_allocation_free=613416960size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=621564916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=208.292time_GC=15.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 0 theorems with (potentially) superfluous assumptions: Checked 61 theorems with assumptions (193 total) in the theory "Real" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=179name=find_unused_assmselapsed=40.881 ML_statistics = :now=1484095724.15tasks_ready=1001tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=454size_allocation=584056832size_allocation_free=584056832size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=592618732threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=211.368time_GC=15.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095724.66tasks_ready=981tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=457size_allocation=574619648size_allocation_free=574619648size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=582390044threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=213.652time_GC=15.808user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095725.18tasks_ready=975tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=461size_allocation=559939584size_allocation_free=559939584size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=567776532threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=216.968time_GC=15.92user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095725.69tasks_ready=954tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=464size_allocation=548405248size_allocation_free=548405248size_heap=854589440size_heap_free_last_full_GC=8215676size_heap_free_last_GC=556992496threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=219.516time_GC=16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095726.2tasks_ready=945tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=468size_allocation=540016640size_allocation_free=540016640size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=548273980threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=222.752time_GC=16.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095726.71tasks_ready=931tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=472size_allocation=524288000size_allocation_free=524288000size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=532550164threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=225.604time_GC=16.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095727.21tasks_ready=925tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=475size_allocation=520093696size_allocation_free=520093696size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=527035720threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=227.956time_GC=16.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095727.71tasks_ready=919tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=478size_allocation=508559360size_allocation_free=508559360size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=517193996threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=230.54time_GC=16.384user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 3 theorems with (potentially) superfluous assumptions: Divides.div_pos_geq: unnecessary assumption(s) 2 Divides.mod_pos_geq: unnecessary assumption(s) 1 and 2 Divides.transfer_nat_int_functions_1: unnecessary assumption(s) 1 or 2 Checked 125 theorems with assumptions (228 total) in the theory "Divides" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=131name=find_unused_assmselapsed=44.709 ML_statistics = :now=1484095728.22tasks_ready=1881tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=482size_allocation=501219328size_allocation_free=501219328size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=509277640threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=233.976time_GC=16.476user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095728.72tasks_ready=1850tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=485size_allocation=489684992size_allocation_free=489684992size_heap=848297984size_heap_free_last_full_GC=8215676size_heap_free_last_GC=497895516threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=236.44time_GC=16.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095729.24tasks_ready=1841tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=488size_allocation=479199232size_allocation_free=479199232size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=487527916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=239.028time_GC=16.668user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095729.75tasks_ready=1839tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=492size_allocation=466616320size_allocation_free=466616320size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=474526760threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=241.98time_GC=16.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095730.25tasks_ready=1822tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=496size_allocation=452984832size_allocation_free=452984832size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=461816860threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=244.624time_GC=16.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095730.75tasks_ready=1819tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=500size_allocation=441450496size_allocation_free=441450496size_heap=850395136size_heap_free_last_full_GC=8215676size_heap_free_last_GC=448416096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=247.284time_GC=17.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095731.26tasks_ready=1812tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=505size_allocation=428867584size_allocation_free=428867584size_heap=844103680size_heap_free_last_full_GC=8215676size_heap_free_last_GC=435778648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=250.236time_GC=17.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095731.76tasks_ready=1809tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=510size_allocation=402653184size_allocation_free=402653184size_heap=849346560size_heap_free_last_full_GC=8215676size_heap_free_last_GC=410129884threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=253.004time_GC=17.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095732.26tasks_ready=1804tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=515size_allocation=387973120size_allocation_free=387973120size_heap=850395136size_heap_free_last_full_GC=8215676size_heap_free_last_GC=394369756threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=255.584time_GC=17.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095732.78tasks_ready=1799tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=520size_allocation=361758720size_allocation_free=361758720size_heap=850395136size_heap_free_last_full_GC=8215676size_heap_free_last_GC=367563860threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=258.06time_GC=17.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095733.29tasks_ready=1797tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=526size_allocation=348127232size_allocation_free=348127232size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=354224244threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=260.86time_GC=17.848user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095733.79tasks_ready=1793tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=532size_allocation=330301440size_allocation_free=330301440size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=337636456threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=263.512time_GC=18.016user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095734.31tasks_ready=1786tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=538size_allocation=316669952size_allocation_free=316669952size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=322718112threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=266.092time_GC=18.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095734.84tasks_ready=1761tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=545size_allocation=298844160size_allocation_free=298844160size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=304981096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=268.94time_GC=18.392user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095735.34tasks_ready=1754tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=551size_allocation=276824064size_allocation_free=276824064size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=284998208threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=271.172time_GC=18.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095735.87tasks_ready=1744tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=559size_allocation=244318208size_allocation_free=244318208size_heap=854589440size_heap_free_last_full_GC=8215676size_heap_free_last_GC=252186052threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=273.92time_GC=18.896user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095736.39tasks_ready=1740tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=567size_allocation=223346688size_allocation_free=223346688size_heap=852492288size_heap_free_last_full_GC=8215676size_heap_free_last_GC=231719052threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=276.384time_GC=19.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095736.91tasks_ready=1736tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=575size_allocation=211812352size_allocation_free=211812352size_heap=850395136size_heap_free_last_full_GC=8215676size_heap_free_last_GC=218523388threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=279.024time_GC=19.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095737.43tasks_ready=1732tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=583size_allocation=184549376size_allocation_free=184549376size_heap=854589440size_heap_free_last_full_GC=8215676size_heap_free_last_GC=192996588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=281.468time_GC=19.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095737.93tasks_ready=1729tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=591size_allocation=170917888size_allocation_free=170917888size_heap=854589440size_heap_free_last_full_GC=8215676size_heap_free_last_GC=178709708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=283.78time_GC=19.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095738.43tasks_ready=1721tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=601size_allocation=156237824size_allocation_free=156237824size_heap=854589440size_heap_free_last_full_GC=8215676size_heap_free_last_GC=163581500threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=285.996time_GC=20.08user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095738.97tasks_ready=1703tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=615size_allocation=108003328size_allocation_free=108003328size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=114793320threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=288.284time_GC=20.564user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095739.5tasks_ready=1702tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=631size_allocation=84934656size_allocation_free=84934656size_heap=851443712size_heap_free_last_full_GC=8215676size_heap_free_last_GC=93279088threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=290.304time_GC=20.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095740.03tasks_ready=1694tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=651size_allocation=51380224size_allocation_free=51380224size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=59827164threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=292.004time_GC=21.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095740.6tasks_ready=1691tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=681size_allocation=27262976size_allocation_free=27262976size_heap=853540864size_heap_free_last_full_GC=8215676size_heap_free_last_GC=35590504threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=293.436time_GC=22.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095741.37tasks_ready=1691tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=725size_allocation=1048576size_allocation_free=1048576size_heap=67108864size_heap_free_last_full_GC=8396772size_heap_free_last_GC=8396772threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=294.028time_GC=23.868user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095741.87tasks_ready=1687tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=728size_allocation=509607936size_allocation_free=509607936size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=518813296threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=296.344time_GC=23.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095742.38tasks_ready=1683tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=732size_allocation=489684992size_allocation_free=489684992size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=497163156threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=299.228time_GC=24.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095742.91tasks_ready=1632tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=736size_allocation=469762048size_allocation_free=469762048size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=478407268threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=301.804time_GC=24.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095743.41tasks_ready=1629tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=741size_allocation=455081984size_allocation_free=455081984size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=462677456threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=304.872time_GC=24.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095743.92tasks_ready=1612tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=745size_allocation=445644800size_allocation_free=445644800size_heap=583008256size_heap_free_last_full_GC=8396772size_heap_free_last_GC=452648016threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=307.3time_GC=24.492user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095744.42tasks_ready=1599tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=750size_allocation=421527552size_allocation_free=421527552size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=428953424threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=310.148time_GC=24.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095744.94tasks_ready=1595tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=755size_allocation=413138944size_allocation_free=413138944size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=420114652threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=313.048time_GC=24.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095745.44tasks_ready=1589tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=760size_allocation=389021696size_allocation_free=389021696size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=396226428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=315.656time_GC=24.98user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095745.95tasks_ready=1583tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=765size_allocation=380633088size_allocation_free=380633088size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=386825304threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=318.268time_GC=25.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095746.46tasks_ready=1574tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=771size_allocation=364904448size_allocation_free=364904448size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=372166212threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=321.196time_GC=25.276user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095746.97tasks_ready=1561tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=776size_allocation=352321536size_allocation_free=352321536size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=358442980threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=323.6time_GC=25.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095747.48tasks_ready=1556tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=782size_allocation=332398592size_allocation_free=332398592size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=338542668threads_in_ML=5threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=326.292time_GC=25.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095748tasks_ready=1540tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=788size_allocation=305135616size_allocation_free=305135616size_heap=584056832size_heap_free_last_full_GC=8396772size_heap_free_last_GC=312701480threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=328.848time_GC=25.816user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095748.52tasks_ready=1524tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=795size_allocation=292552704size_allocation_free=292552704size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=300907588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=331.696time_GC=26.028user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095749.03tasks_ready=1519tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=801size_allocation=273678336size_allocation_free=273678336size_heap=579862528size_heap_free_last_full_GC=8396772size_heap_free_last_GC=280473352threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=334.18time_GC=26.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 9 theorems with (potentially) superfluous assumptions: GCD.Lcm_0_iff_nat: unnecessary assumption(s) 1 GCD.gcd_non_0_int: unnecessary assumption(s) 1 GCD.gcd_non_0_nat: unnecessary assumption(s) 1 GCD.Gcd_remove0_nat: unnecessary assumption(s) 1 GCD.mult_inj_if_coprime_nat: unnecessary assumption(s) 3 GCD.transfer_int_nat_gcd_closures_2: unnecessary assumption(s) 1 and 2 GCD.transfer_int_nat_gcd_closures_1: unnecessary assumption(s) 1 and 2 GCD.transfer_nat_int_gcd_closures_2: unnecessary assumption(s) 1 and 2 GCD.transfer_nat_int_gcd_closures_1: unnecessary assumption(s) 1 and 2 Checked 70 theorems with assumptions (161 total) in the theory "GCD" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=157name=find_unused_assmselapsed=66.059 ML_statistics = :now=1484095749.54tasks_ready=1624tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=808size_allocation=248512512size_allocation_free=248512512size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=256357560threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=336.692time_GC=26.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095750.04tasks_ready=1606tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=815size_allocation=226492416size_allocation_free=226492416size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=233497868threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=339.052time_GC=26.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095750.57tasks_ready=1594tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=823size_allocation=211812352size_allocation_free=211812352size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=217319816threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=341.508time_GC=26.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095751.11tasks_ready=1578tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=833size_allocation=182452224size_allocation_free=182452224size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=190488564threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=344.276time_GC=27.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095751.68tasks_ready=1561tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=843size_allocation=153092096size_allocation_free=153092096size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=162007596threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=346.636time_GC=27.66user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095752.21tasks_ready=1551tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=854size_allocation=125829120size_allocation_free=125829120size_heap=586153984size_heap_free_last_full_GC=8396772size_heap_free_last_GC=133518788threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=348.832time_GC=28.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095752.74tasks_ready=1541tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=868size_allocation=91226112size_allocation_free=91226112size_heap=585105408size_heap_free_last_full_GC=8396772size_heap_free_last_GC=98005388threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=350.908time_GC=28.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095753.29tasks_ready=1533tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=887size_allocation=62914560size_allocation_free=62914560size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=71205892threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=352.896time_GC=29.044user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095753.81tasks_ready=1530tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=910size_allocation=35651584size_allocation_free=35651584size_heap=587202560size_heap_free_last_full_GC=8396772size_heap_free_last_GC=45448872threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=354.448time_GC=29.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095754.42tasks_ready=1528tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=918size_allocation=493879296size_allocation_free=493879296size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=502493128threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=356.172time_GC=30.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095754.93tasks_ready=1515tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=922size_allocation=468713472size_allocation_free=468713472size_heap=558891008size_heap_free_last_full_GC=5391548size_heap_free_last_GC=476230444threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=359.044time_GC=30.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095755.43tasks_ready=1495tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=926size_allocation=447741952size_allocation_free=447741952size_heap=558891008size_heap_free_last_full_GC=5391548size_heap_free_last_GC=455467356threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=361.656time_GC=30.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095755.94tasks_ready=1476tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=931size_allocation=424673280size_allocation_free=424673280size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=434070156threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=364.78time_GC=30.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095756.46tasks_ready=1462tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=935size_allocation=413138944size_allocation_free=413138944size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=421102036threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=367.252time_GC=30.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095756.96tasks_ready=1454tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=940size_allocation=401604608size_allocation_free=401604608size_heap=562036736size_heap_free_last_full_GC=5391548size_heap_free_last_GC=410066288threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=370.32time_GC=31.1user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095757.51tasks_ready=1453tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=945size_allocation=382730240size_allocation_free=382730240size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=391589752threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=373.24time_GC=31.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095758.03tasks_ready=1448tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=950size_allocation=361758720size_allocation_free=361758720size_heap=559939584size_heap_free_last_full_GC=5391548size_heap_free_last_GC=368894264threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=376.008time_GC=31.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095758.54tasks_ready=1418tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=955size_allocation=341835776size_allocation_free=341835776size_heap=553648128size_heap_free_last_full_GC=5391548size_heap_free_last_GC=350265176threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=378.56time_GC=31.628user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095759.05tasks_ready=1410tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=960size_allocation=319815680size_allocation_free=319815680size_heap=558891008size_heap_free_last_full_GC=5391548size_heap_free_last_GC=327076228threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=380.936time_GC=31.772user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095759.56tasks_ready=1403tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=966size_allocation=295698432size_allocation_free=295698432size_heap=559939584size_heap_free_last_full_GC=5391548size_heap_free_last_GC=302783900threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=383.592time_GC=31.996user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095760.07tasks_ready=1383tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=972size_allocation=276824064size_allocation_free=276824064size_heap=562036736size_heap_free_last_full_GC=5391548size_heap_free_last_GC=284979792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=386.124time_GC=32.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095760.57tasks_ready=1380tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=979size_allocation=248512512size_allocation_free=248512512size_heap=559939584size_heap_free_last_full_GC=5391548size_heap_free_last_GC=255695700threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=388.744time_GC=32.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095761.08tasks_ready=1373tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=986size_allocation=228589568size_allocation_free=228589568size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=235019828threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=391.12time_GC=32.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095761.6tasks_ready=1359tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=994size_allocation=206569472size_allocation_free=206569472size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=211618928threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=393.66time_GC=32.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095762.14tasks_ready=1351tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1004size_allocation=183500800size_allocation_free=183500800size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=189513716threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=396.468time_GC=33.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095762.68tasks_ready=1331tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1014size_allocation=163577856size_allocation_free=163577856size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=171241436threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=398.996time_GC=33.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095763.18tasks_ready=1316tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1024size_allocation=138412032size_allocation_free=138412032size_heap=560988160size_heap_free_last_full_GC=5391548size_heap_free_last_GC=145749224threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=401.18time_GC=33.624user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095763.7tasks_ready=1308tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1036size_allocation=110100480size_allocation_free=110100480size_heap=559939584size_heap_free_last_full_GC=5391548size_heap_free_last_GC=117729012threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=403.4time_GC=33.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095764.22tasks_ready=1302tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1051size_allocation=90177536size_allocation_free=90177536size_heap=562036736size_heap_free_last_full_GC=5391548size_heap_free_last_GC=99568704threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=405.556time_GC=34.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095764.77tasks_ready=1296tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1070size_allocation=67108864size_allocation_free=67108864size_heap=559939584size_heap_free_last_full_GC=5391548size_heap_free_last_GC=75276932threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=407.62time_GC=34.768user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095765.3tasks_ready=1293tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1094size_allocation=36700160size_allocation_free=36700160size_heap=562036736size_heap_free_last_full_GC=5391548size_heap_free_last_GC=45801048threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=409.268time_GC=35.3user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095765.92tasks_ready=1292tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1117size_allocation=242221056size_allocation_free=242221056size_heap=312475648size_heap_free_last_full_GC=6272260size_heap_free_last_GC=248349488threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=410.688time_GC=36.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095766.42tasks_ready=1288tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1120size_allocation=466616320size_allocation_free=466616320size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=474461636threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=412.848time_GC=36.404user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095766.92tasks_ready=1284tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1124size_allocation=451936256size_allocation_free=451936256size_heap=547356672size_heap_free_last_full_GC=6272260size_heap_free_last_GC=459193672threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=415.576time_GC=36.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095767.42tasks_ready=1276tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1129size_allocation=428867584size_allocation_free=428867584size_heap=545259520size_heap_free_last_full_GC=6272260size_heap_free_last_GC=436119560threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=418.68time_GC=36.688user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095767.92tasks_ready=1270tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1133size_allocation=411041792size_allocation_free=411041792size_heap=545259520size_heap_free_last_full_GC=6272260size_heap_free_last_GC=418737480threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=421.12time_GC=36.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095768.43tasks_ready=1261tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1138size_allocation=391118848size_allocation_free=391118848size_heap=547356672size_heap_free_last_full_GC=6272260size_heap_free_last_GC=400208632threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=424.04time_GC=36.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095768.96tasks_ready=1251tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1143size_allocation=369098752size_allocation_free=369098752size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=377206060threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=426.86time_GC=37.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095769.46tasks_ready=1246tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1148size_allocation=358612992size_allocation_free=358612992size_heap=545259520size_heap_free_last_full_GC=6272260size_heap_free_last_GC=366681728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=429.448time_GC=37.284user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095769.98tasks_ready=1242tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1153size_allocation=329252864size_allocation_free=329252864size_heap=547356672size_heap_free_last_full_GC=6272260size_heap_free_last_GC=338468140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=431.852time_GC=37.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095770.48tasks_ready=1236tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1159size_allocation=314572800size_allocation_free=314572800size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=321399656threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=434.792time_GC=37.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095770.99tasks_ready=1223tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1165size_allocation=301989888size_allocation_free=301989888size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=308891188threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=437.432time_GC=37.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095771.51tasks_ready=1213tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1171size_allocation=274726912size_allocation_free=274726912size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=281811956threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=439.996time_GC=37.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095772.03tasks_ready=1207tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1178size_allocation=257949696size_allocation_free=257949696size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=264370912threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=442.724time_GC=38.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095772.55tasks_ready=1198tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1185size_allocation=238026752size_allocation_free=238026752size_heap=545259520size_heap_free_last_full_GC=6272260size_heap_free_last_GC=244656420threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=445.168time_GC=38.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095773.06tasks_ready=1194tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1193size_allocation=212860928size_allocation_free=212860928size_heap=543162368size_heap_free_last_full_GC=6272260size_heap_free_last_GC=221064216threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=447.808time_GC=38.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095773.63tasks_ready=1183tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1203size_allocation=183500800size_allocation_free=183500800size_heap=546308096size_heap_free_last_full_GC=6272260size_heap_free_last_GC=189967544threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=450.576time_GC=38.88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095774.18tasks_ready=1174tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1213size_allocation=157286400size_allocation_free=157286400size_heap=548405248size_heap_free_last_full_GC=6272260size_heap_free_last_GC=163918012threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=453.056time_GC=39.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095774.69tasks_ready=1164tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1224size_allocation=130023424size_allocation_free=130023424size_heap=547356672size_heap_free_last_full_GC=6272260size_heap_free_last_GC=137695072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=455.352time_GC=39.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095775.22tasks_ready=1160tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1238size_allocation=100663296size_allocation_free=100663296size_heap=548405248size_heap_free_last_full_GC=6272260size_heap_free_last_GC=109378788threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=457.62time_GC=39.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095775.76tasks_ready=1151tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1256size_allocation=66060288size_allocation_free=66060288size_heap=548405248size_heap_free_last_full_GC=6272260size_heap_free_last_GC=73905460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=459.56time_GC=40.348user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095776.29tasks_ready=1146tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1280size_allocation=25165824size_allocation_free=25165824size_heap=548405248size_heap_free_last_full_GC=6272260size_heap_free_last_GC=34061388threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=461.02time_GC=40.98user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095776.9tasks_ready=1135tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1296size_allocation=462422016size_allocation_free=462422016size_heap=528482304size_heap_free_last_full_GC=6446792size_heap_free_last_GC=468479564threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=462.612time_GC=41.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095777.4tasks_ready=1120tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1300size_allocation=444596224size_allocation_free=444596224size_heap=526385152size_heap_free_last_full_GC=6446792size_heap_free_last_GC=453611752threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=465.272time_GC=41.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095777.93tasks_ready=1098tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1305size_allocation=428867584size_allocation_free=428867584size_heap=525336576size_heap_free_last_full_GC=6446792size_heap_free_last_GC=438108804threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=468.396time_GC=42.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 4 theorems with (potentially) superfluous assumptions: Wellfounded.wf_converse: unnecessary assumption(s) 3 Wellfounded.finite_acyclic_wf: unnecessary assumption(s) 1 Wellfounded.wf_iff_acyclic_if_finite: unnecessary assumption(s) 1 Wellfounded.finite_acyclic_wf_converse: unnecessary assumption(s) 1 Checked 73 theorems with assumptions (111 total) in the theory "Wellfounded" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=340name=find_unused_assmselapsed=53.888 ML_statistics = :now=1484095778.44tasks_ready=1092tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1309size_allocation=405798912size_allocation_free=405798912size_heap=527433728size_heap_free_last_full_GC=6446792size_heap_free_last_GC=413957724threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=470.82time_GC=42.236user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095778.96tasks_ready=1079tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1314size_allocation=389021696size_allocation_free=389021696size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=397578400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=473.6time_GC=42.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095779.48tasks_ready=1056tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1319size_allocation=370147328size_allocation_free=370147328size_heap=526385152size_heap_free_last_full_GC=6446792size_heap_free_last_GC=379295168threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=476.32time_GC=42.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095779.98tasks_ready=1041tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1324size_allocation=352321536size_allocation_free=352321536size_heap=528482304size_heap_free_last_full_GC=6446792size_heap_free_last_GC=359546320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=478.856time_GC=42.696user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095780.49tasks_ready=1035tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1330size_allocation=332398592size_allocation_free=332398592size_heap=527433728size_heap_free_last_full_GC=6446792size_heap_free_last_GC=339790240threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=481.88time_GC=42.892user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 5 theorems with (potentially) superfluous assumptions: Relation.reflp_sup: unnecessary assumption(s) 1 or 2 Relation.lfp_induct2: unnecessary assumption(s) 2 Relation.finite_Field: unnecessary assumption(s) 1 Relation.finite_Range: unnecessary assumption(s) 1 Relation.finite_Domain: unnecessary assumption(s) 1 Checked 106 theorems with assumptions (317 total) in the theory "Relation" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=291name=find_unused_assmselapsed=97.608 ML_statistics = :now=1484095781tasks_ready=1019tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1335size_allocation=308281344size_allocation_free=308281344size_heap=527433728size_heap_free_last_full_GC=6446792size_heap_free_last_GC=316918628threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=484.216time_GC=43.06user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095781.52tasks_ready=1015tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1341size_allocation=296747008size_allocation_free=296747008size_heap=526385152size_heap_free_last_full_GC=6446792size_heap_free_last_GC=303290644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=486.932time_GC=43.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095782.03tasks_ready=1013tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1347size_allocation=282066944size_allocation_free=282066944size_heap=527433728size_heap_free_last_full_GC=6446792size_heap_free_last_GC=289472652threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=489.564time_GC=43.404user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095782.56tasks_ready=1000tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1354size_allocation=252706816size_allocation_free=252706816size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=259421840threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=492.196time_GC=43.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7468name=applyelapsed=0.035 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7507name=applyelapsed=0.011 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7796name=byelapsed=0.017 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6290name=byelapsed=0.110 Found 1 theorems with (potentially) superfluous assumptions: Fun.notIn_Un_bij_betw: unnecessary assumption(s) 1 Checked 107 theorems with assumptions (173 total) in the theory "Fun" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=269name=find_unused_assmselapsed=99.773 ns_publicp_i ?x = sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ Predicate.single () | a # list \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) # evs1_ \ if B_ = Ba_ then Predicate.bind (Predicate.if_pred (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ())) else bot | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ bot | Says Spy B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ bot | Says Spy B_ (Crypt (pubEK Ba_) _) # evs1_ \ bot | Says Spy B_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says Spy B_ _ # evs1_ \ bot | Says _ B_ msg # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs1_ \ if A_ = Aa_ then Predicate.bind (Predicate.if_pred (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Predicate.bind (Predicate.if_pred (Nonce NB_ \ analz (knows Spy evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ()))) else bot | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs1_ \ bot | Says Spy A_ (Crypt (pubEK Aa_) \_, msg2\) # evs1_ \ bot | Says Spy A_ (Crypt (pubEK Aa_) _) # evs1_ \ bot | Says Spy A_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says Spy A_ _ # evs1_ \ bot | Says _ A_ msg # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NA_ \ used evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ())) else bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says A_ B_ _ # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NB_ \ used evs2_))) (\x. case x of () \ Predicate.bind (pred_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Predicate.bind (ns_publicp_i evs2_) (\x. case x of () \ Predicate.single ()) else bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ bot | Says A'_ Ba_ (Crypt (priEK agent) msga) \ bot | Says A'_ Ba_ _ \ bot | _ \ bot)) else bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ bot | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ bot | Says B_ A_ _ # evs2_ \ bot | _ # evs2_ \ bot)) (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Predicate.bind (ns_publicp_i evs3_) (\x. case x of () \ Predicate.single ()) else bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ bot | Says B'_ Ac_ (Crypt (priEK agent) msga) \ bot | Says B'_ Ac_ _ \ bot | _ \ bot) else bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ bot | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ bot | Says Aa_ Bb_ _ \ bot | _ \ bot) else bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ bot | Says A_ B_ _ # evs3_ \ bot | _ # evs3_ \ bot)))))) ns_publicp ?x1.0 = Predicate.holds (ns_publicp_i ?x1.0) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1587name=thmelapsed=0.018 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Infering modes ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Infering modes ### 0.073s elapsed time, 0.396s cpu time, 0.024s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ML_statistics = :now=1484095783.07tasks_ready=969tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1361size_allocation=234881024size_allocation_free=234881024size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=241808256threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=494.7time_GC=43.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1549name=byelapsed=0.579 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3672name=applyelapsed=0.020 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3753name=applyelapsed=0.016 ML_statistics = :now=1484095783.58tasks_ready=967tasks_pending=1tasks_running=12tasks_passive=3tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1368size_allocation=226492416size_allocation_free=226492416size_heap=525336576size_heap_free_last_full_GC=6446792size_heap_free_last_GC=233357612threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=497.328time_GC=44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3326name=byelapsed=0.257 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3120name=byelapsed=0.061 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3000name=byelapsed=0.050 ns_publicp_i ?x = sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ Predicate.single () | a # list \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NA_ \ used evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ())) else bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says A_ B_ _ # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NB_ \ used evs2_))) (\x. case x of () \ Predicate.bind (pred_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Predicate.bind (ns_publicp_i evs2_) (\x. case x of () \ Predicate.single ()) else bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ bot | Says A'_ Ba_ (Crypt (priEK agent) msga) \ bot | Says A'_ Ba_ _ \ bot | _ \ bot)) else bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ bot | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ bot | Says B_ A_ _ # evs2_ \ bot | _ # evs2_ \ bot)) (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Predicate.bind (ns_publicp_i evs3_) (\x. case x of () \ Predicate.single ()) else bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ bot | Says B'_ Ac_ (Crypt (priEK agent) msga) \ bot | Says B'_ Ac_ _ \ bot | _ \ bot) else bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ bot | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ bot | Says Aa_ Bb_ _ \ bot | _ \ bot) else bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ bot | Says A_ B_ _ # evs3_ \ bot | _ # evs3_ \ bot)))) ns_publicp ?x1.0 = Predicate.holds (ns_publicp_i ?x1.0) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1049name=thmelapsed=0.013 generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) # evs1_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says _ B_ msg # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs1_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says _ A_ msg # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))) generator_cps_pos_ns_publicp_o = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single [])) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NA_ \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says Spy xa (Crypt (pubEK xa) \Nonce NA_, Agent xaa\) # x))) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NA_ \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NB_ \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_single (Says Spy xa (Crypt (pubEK xa) \Nonce NA_, Nonce NB_\) # x)) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says xaaa xaa (Crypt (pubEK xaa) \Nonce xa, Agent xaaa\) # x)))))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_single (Says B_ A_ (Crypt (pubEK A_) \Nonce NA_, Nonce xa\) # x))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, Nonce NB_\) \ if A_ = Ac_ \ A_ = Ab_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_single (Says A_ B_ (Crypt (pubEK B_) (Nonce NB_)) # x) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))))) generator_cps_neg_ns_publicp_i ?x = Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_single () | a # list \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) # evs1_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says _ B_ msg # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs1_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()))) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says _ A_ msg # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)))))) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1651name=thmelapsed=1.128 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Infering modes ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ML_statistics = :now=1484095784.11tasks_ready=945tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1377size_allocation=198180864size_allocation_free=198180864size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=204774988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=500.168time_GC=44.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.083s elapsed time, 0.416s cpu time, 0.052s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 4 ms Depth: 4 Depth 4: 60 ms Depth: 5 ML_statistics = :now=1484095784.63tasks_ready=942tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1388size_allocation=178257920size_allocation_free=178257920size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=184347060threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=502.52time_GC=44.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) generator_cps_pos_ns_publicp_o = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single [])) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says xaaa xaa (Crypt (pubEK xaa) \Nonce xa, Agent xaaa\) # x)))))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_single (Says B_ A_ (Crypt (pubEK A_) \Nonce NA_, Nonce xa\) # x))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, Nonce NB_\) \ if A_ = Ac_ \ A_ = Ab_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_single (Says A_ B_ (Crypt (pubEK B_) (Nonce NB_)) # x) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))) generator_cps_neg_ns_publicp_i ?x = Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_single () | a # list \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)))) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1113name=thmelapsed=0.753 ### preprocess-obtain graph ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### preprocess-process ### 0.006s elapsed time, 0.036s cpu time, 0.000s GC time ### Infering modes ### 0.016s elapsed time, 0.052s cpu time, 0.028s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ML_statistics = :now=1484095785.15tasks_ready=940tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1401size_allocation=154140672size_allocation_free=154140672size_heap=530579456size_heap_free_last_full_GC=6446792size_heap_free_last_GC=160831924threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=504.776time_GC=44.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 5340 ms Quickcheck found a counterexample: evs = [Says Alice Bob (Crypt (pubEK Bob) (Nonce (Suc 0))), Says Bob Alice (Crypt (pubEK Alice) \Nonce 0, Nonce (Suc 0)\), Says Alice Bob (Crypt (pubEK Bob) \Nonce 0, Agent Alice\)] NB = Suc 0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1778name=quickcheckelapsed=2.321 Checking goals: \ns_publicp evs; Says B A (Crypt (pubEK A) \Nonce NA, Nonce NB\) \ set evs; A \ Spy; B \ Spy; A \ B\ \ Nonce NB \ analz (knows Spy evs) Testing conjecture with Quickcheck-narrowing... Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 0 ms Depth: 4 Depth 4: 48 ms Depth: 5 ML_statistics = :now=1484095785.67tasks_ready=939tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1414size_allocation=134217728size_allocation_free=134217728size_heap=530579456size_heap_free_last_full_GC=6446792size_heap_free_last_GC=142357988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=506.904time_GC=45.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 1.289s elapsed time, 6.252s cpu time, 0.824s GC time ### Defining executable functions... ### 0.013s elapsed time, 0.032s cpu time, 0.020s GC time ### Compiling equations.... ### 0.077s elapsed time, 0.376s cpu time, 0.048s GC time ### Proving equations.... ### 0.059s elapsed time, 0.276s cpu time, 0.064s GC time ML_statistics = :now=1484095786.19tasks_ready=936tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1431size_allocation=102760448size_allocation_free=102760448size_heap=528482304size_heap_free_last_full_GC=6446792size_heap_free_last_GC=109240444threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=508.972time_GC=45.592user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Setting code equations.... ### 0.075s elapsed time, 0.324s cpu time, 0.084s GC time Depth 5: 3708 ms Quickcheck found a counterexample: evs = [Says Alice Bob (Crypt (pubEK Bob) (Nonce (Suc 0))), Says Bob Alice (Crypt (pubEK Alice) \Nonce 0, Nonce (Suc 0)\), Says Alice Bob (Crypt (pubEK Bob) \Nonce 0, Agent Alice\)] NB = Suc 0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1435name=quickcheckelapsed=2.135 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1300name=byelapsed=0.489 ML_statistics = :now=1484095786.72tasks_ready=931tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1448size_allocation=77594624size_allocation_free=77594624size_heap=529530880size_heap_free_last_full_GC=6446792size_heap_free_last_GC=86314864threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=511.076time_GC=45.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ns_publicp_i ?x = sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ Predicate.single () | a # list \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says Spy A_ X_ # evs1_ \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.bind (synth'_i_i (analz (knows Spy evs1_)) X_) (\x. case x of () \ Predicate.single ())) | Says _ A_ X_ # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NA_ \ used evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ())) else bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says A_ B_ _ # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NB_ \ used evs2_))) (\x. case x of () \ Predicate.bind (pred_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Predicate.bind (ns_publicp_i evs2_) (\x. case x of () \ Predicate.single ()) else bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ bot | Says A'_ Ba_ (Crypt (priEK agent) msga) \ bot | Says A'_ Ba_ _ \ bot | _ \ bot)) else bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ bot | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ bot | Says B_ A_ _ # evs2_ \ bot | _ # evs2_ \ bot)) (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Predicate.bind (ns_publicp_i evs3_) (\x. case x of () \ Predicate.single ()) else bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ bot | Says B'_ Ac_ (Crypt (priEK agent) msga) \ bot | Says B'_ Ac_ _ \ bot | _ \ bot) else bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ bot | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ bot | Says Aa_ Bb_ _ \ bot | _ \ bot) else bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ bot | Says A_ B_ _ # evs3_ \ bot | _ # evs3_ \ bot))))) ns_publicp ?x1.0 = Predicate.holds (ns_publicp_i ?x1.0) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1338name=thmelapsed=0.025 ML_statistics = :now=1484095787.25tasks_ready=925tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1469size_allocation=47185920size_allocation_free=47185920size_heap=530579456size_heap_free_last_full_GC=6446792size_heap_free_last_GC=56182600threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=512.844time_GC=46.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095787.93tasks_ready=922tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1490size_allocation=105906176size_allocation_free=105906176size_heap=193986560size_heap_free_last_full_GC=5947848size_heap_free_last_GC=5947848threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=513.904time_GC=47.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 4 ms Depth: 4 generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ X_ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_synth'_i_i (analz (knows Spy evs1_)) X_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) | Says _ A_ X_ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty))))) generator_cps_pos_ns_publicp_o = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single [])) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_synth'_i_o (analz (knows Spy x))) (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says Spy xaa xa # x)))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says xaaa xaa (Crypt (pubEK xaa) \Nonce xa, Agent xaaa\) # x)))))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_single (Says B_ A_ (Crypt (pubEK A_) \Nonce NA_, Nonce xa\) # x))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, Nonce NB_\) \ if A_ = Ac_ \ A_ = Ab_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_single (Says A_ B_ (Crypt (pubEK B_) (Nonce NB_)) # x) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty))))))) generator_cps_neg_ns_publicp_i ?x = Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_single () | a # list \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ X_ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_synth'_i_i (analz (knows Spy evs1_)) X_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) | Says _ A_ X_ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty))))) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1402name=thmelapsed=1.315 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time Depth 4: 260 ms Depth: 5 ### Infering modes ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Infering modes ### 0.081s elapsed time, 0.356s cpu time, 0.020s GC time ### Compiling equations.... ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ML_statistics = :now=1484095788.44tasks_ready=917tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1495size_allocation=444596224size_allocation_free=444596224size_heap=537919488size_heap_free_last_full_GC=5947848size_heap_free_last_GC=452232384threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=516.304time_GC=47.728user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 [1 of 4] Compiling Typerep ( /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Typerep.hs, /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Typerep.o ) [2 of 4] Compiling Generated_Code ( /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Generated_Code.hs, /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Generated_Code.o ) [3 of 4] Compiling Narrowing_Engine ( /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Narrowing_Engine.hs, /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Narrowing_Engine.o ) [4 of 4] Compiling Main ( /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Main.hs, /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/Main.o ) Linking /tmp/isabelle-jenkins/process4615257933147670826/Quickcheck_Narrowing2917832/isabelle_quickcheck_narrowing ... [Quickcheck-narrowing] Test data size: 0 [Quickcheck-narrowing] Test data size: 1 [Quickcheck-narrowing] Test data size: 2 [Quickcheck-narrowing] Test data size: 3 [Quickcheck-narrowing] Test data size: 4 [Quickcheck-narrowing] Test data size: 5 ML_statistics = :now=1484095788.94tasks_ready=917tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1500size_allocation=399507456size_allocation_free=399507456size_heap=536870912size_heap_free_last_full_GC=5947848size_heap_free_last_GC=405945152threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=518.336time_GC=47.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 0 ms Depth: 4 Depth 4: 52 ms Depth: 5 ML_statistics = :now=1484095789.45tasks_ready=909tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1506size_allocation=381681664size_allocation_free=381681664size_heap=540016640size_heap_free_last_full_GC=5947848size_heap_free_last_GC=388132676threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=520.468time_GC=48.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095789.95tasks_ready=907tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1513size_allocation=370147328size_allocation_free=370147328size_heap=541065216size_heap_free_last_full_GC=5947848size_heap_free_last_GC=378112176threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=522.728time_GC=48.284user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 10484 ms Depth: 6 ML_statistics = :now=1484095790.46tasks_ready=905tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1520size_allocation=352321536size_allocation_free=352321536size_heap=541065216size_heap_free_last_full_GC=5947848size_heap_free_last_GC=361712908threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=524.884time_GC=48.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095790.97tasks_ready=903tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1529size_allocation=333447168size_allocation_free=333447168size_heap=540016640size_heap_free_last_full_GC=5947848size_heap_free_last_GC=341001848threads_in_ML=2threads_total=16threads_wait_condvar=9threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=526.964time_GC=48.628user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 [Quickcheck-narrowing] Test data size: 6 ML_statistics = :now=1484095791.47tasks_ready=900tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1539size_allocation=327155712size_allocation_free=327155712size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=335813820threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=528.972time_GC=48.764user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095791.97tasks_ready=899tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1549size_allocation=321912832size_allocation_free=321912832size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=330140548threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=530.948time_GC=48.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095792.47tasks_ready=895tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1559size_allocation=315621376size_allocation_free=315621376size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=324731040threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=532.86time_GC=49.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 0 theorems with (potentially) superfluous assumptions: Checked 192 theorems with assumptions (496 total) in the theory "Set" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=318name=find_unused_assmselapsed=104.786 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.016s elapsed time, 0.044s cpu time, 0.012s GC time ### Infering modes ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ML_statistics = :now=1484095792.98tasks_ready=894tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1570size_allocation=309329920size_allocation_free=309329920size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=316624840threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=534.968time_GC=49.2user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095793.49tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1581size_allocation=300941312size_allocation_free=300941312size_heap=541065216size_heap_free_last_full_GC=5947848size_heap_free_last_GC=308210244threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=537.032time_GC=49.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 1.145s elapsed time, 4.912s cpu time, 0.328s GC time ### Defining executable functions... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Compiling equations.... ### 0.075s elapsed time, 0.308s cpu time, 0.032s GC time ### Proving equations.... ### 0.047s elapsed time, 0.200s cpu time, 0.020s GC time ### Setting code equations.... ### 0.056s elapsed time, 0.248s cpu time, 0.032s GC time ML_statistics = :now=1484095794tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1592size_allocation=288358400size_allocation_free=288358400size_heap=538968064size_heap_free_last_full_GC=5947848size_heap_free_last_GC=296202348threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=539.044time_GC=49.544user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095794.5tasks_ready=890tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1603size_allocation=279969792size_allocation_free=279969792size_heap=538968064size_heap_free_last_full_GC=5947848size_heap_free_last_GC=286103004threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=540.892time_GC=49.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095795.02tasks_ready=890tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1615size_allocation=267386880size_allocation_free=267386880size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=274697340threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=542.872time_GC=49.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 4 ms Depth: 4 ML_statistics = :now=1484095795.54tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1629size_allocation=257949696size_allocation_free=257949696size_heap=541065216size_heap_free_last_full_GC=5947848size_heap_free_last_GC=265358984threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=544.844time_GC=50.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 4: 2052 ms Depth: 5 ML_statistics = :now=1484095796.05tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1644size_allocation=246415360size_allocation_free=246415360size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=254737708threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=546.736time_GC=50.32user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095796.56tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1659size_allocation=235929600size_allocation_free=235929600size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=242653844threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=548.58time_GC=50.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095797.06tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1674size_allocation=230686720size_allocation_free=230686720size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=238108948threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=550.352time_GC=50.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095797.57tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1689size_allocation=218103808size_allocation_free=218103808size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=227055496threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=552.056time_GC=50.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095798.08tasks_ready=884tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1706size_allocation=216006656size_allocation_free=216006656size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=223026596threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=553.944time_GC=51.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095798.61tasks_ready=879tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1722size_allocation=207618048size_allocation_free=207618048size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=214912996threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=555.68time_GC=51.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095799.15tasks_ready=878tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1741size_allocation=199229440size_allocation_free=199229440size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=207089100threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=557.624time_GC=51.68user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095799.72tasks_ready=877tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1760size_allocation=196083712size_allocation_free=196083712size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=205008976threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=559.528time_GC=51.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095800.28tasks_ready=863tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1779size_allocation=187695104size_allocation_free=187695104size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=195827092threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=561.368time_GC=52.168user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095800.81tasks_ready=858tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1797size_allocation=184549376size_allocation_free=184549376size_heap=542113792size_heap_free_last_full_GC=5947848size_heap_free_last_GC=190608796threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=563.06time_GC=52.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095801.46tasks_ready=856tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1805size_allocation=446693376size_allocation_free=446693376size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=452314792threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=565.04time_GC=53.268user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095801.99tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1815size_allocation=442499072size_allocation_free=442499072size_heap=557842432size_heap_free_last_full_GC=6099284size_heap_free_last_GC=450121292threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=567.248time_GC=53.372user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095802.52tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1825size_allocation=434110464size_allocation_free=434110464size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=442255124threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=569.468time_GC=53.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095803.03tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1835size_allocation=436207616size_allocation_free=436207616size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=444284300threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=571.612time_GC=53.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095803.53tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1845size_allocation=436207616size_allocation_free=436207616size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=444192736threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=573.68time_GC=53.648user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095804.03tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1855size_allocation=434110464size_allocation_free=434110464size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=442004356threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=575.732time_GC=53.744user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095804.54tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1865size_allocation=434110464size_allocation_free=434110464size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=441892512threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=577.792time_GC=53.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095805.04tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1876size_allocation=432013312size_allocation_free=432013312size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=440121520threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=580.056time_GC=53.92user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095805.54tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1886size_allocation=432013312size_allocation_free=432013312size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=439649552threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=582.104time_GC=54.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095806.04tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1896size_allocation=432013312size_allocation_free=432013312size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=439575188threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=584.168time_GC=54.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095806.55tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1906size_allocation=427819008size_allocation_free=427819008size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=435347220threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=586.208time_GC=54.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095807.05tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1917size_allocation=429916160size_allocation_free=429916160size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=437365444threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=588.464time_GC=54.276user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 77076 ms Quickcheck found a counterexample: evs = [Says Alice Bob (Crypt (pubEK Bob) (Nonce (Suc 0))), Says Bob Alice (Crypt (pubEK Alice) \Nonce 0, Nonce (Suc 0)\), Says Alice Bob (Crypt (pubEK Bob) \Nonce 0, Agent Alice\)] NB = Suc 0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1529name=quickcheckelapsed=19.503 ML_statistics = :now=1484095807.56tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1927size_allocation=429916160size_allocation_free=429916160size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=437263180threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=590.504time_GC=54.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3577name=applyelapsed=0.024 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3154name=byelapsed=0.253 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2807name=proofelapsed=0.019 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2917name=byelapsed=0.120 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2754name=byelapsed=0.046 ML_statistics = :now=1484095808.11tasks_ready=844tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1937size_allocation=424673280size_allocation_free=424673280size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=432016996threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=592.912time_GC=54.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095808.67tasks_ready=836tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1947size_allocation=420478976size_allocation_free=420478976size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=428524324threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=595.308time_GC=54.576user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095809.19tasks_ready=836tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1956size_allocation=411041792size_allocation_free=411041792size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=417780536threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=597.416time_GC=54.712user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095809.73tasks_ready=831tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1966size_allocation=404750336size_allocation_free=404750336size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=412921012threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=599.68time_GC=54.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095810.25tasks_ready=823tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1975size_allocation=401604608size_allocation_free=401604608size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=410990124threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=601.736time_GC=54.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095810.77tasks_ready=820tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1985size_allocation=394264576size_allocation_free=394264576size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=402374644threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=603.98time_GC=55.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095811.3tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1995size_allocation=384827392size_allocation_free=384827392size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=391739768threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=606.164time_GC=55.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095811.83tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2005size_allocation=369098752size_allocation_free=369098752size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=376690100threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=608.244time_GC=55.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095812.35tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2015size_allocation=364904448size_allocation_free=364904448size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=373018608threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=610.244time_GC=55.588user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095812.85tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2026size_allocation=364904448size_allocation_free=364904448size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=372884212threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=612.28time_GC=55.712user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095813.36tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2037size_allocation=364904448size_allocation_free=364904448size_heap=557842432size_heap_free_last_full_GC=6099284size_heap_free_last_GC=372494084threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=614.316time_GC=55.852user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095813.86tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2048size_allocation=362807296size_allocation_free=362807296size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=370290048threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=616.356time_GC=55.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095814.37tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2059size_allocation=362807296size_allocation_free=362807296size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=370174100threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=618.38time_GC=56.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1704name=quickcheckelapsed=30.001 ML_statistics = :now=1484095814.88tasks_ready=817tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2070size_allocation=358612992size_allocation_free=358612992size_heap=559939584size_heap_free_last_full_GC=6099284size_heap_free_last_GC=363414084threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=620.544time_GC=56.24user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1758name=quickcheckelapsed=30.113 ML_statistics = :now=1484095815.41tasks_ready=816tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2080size_allocation=348127232size_allocation_free=348127232size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=355277976threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=622.688time_GC=56.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095815.91tasks_ready=812tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2090size_allocation=339738624size_allocation_free=339738624size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=347952876threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=625.008time_GC=56.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095816.42tasks_ready=789tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2101size_allocation=324009984size_allocation_free=324009984size_heap=555745280size_heap_free_last_full_GC=6099284size_heap_free_last_GC=331828316threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=627.456time_GC=56.788user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095816.93tasks_ready=788tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2112size_allocation=311427072size_allocation_free=311427072size_heap=555745280size_heap_free_last_full_GC=6099284size_heap_free_last_GC=319055108threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=629.84time_GC=57.024user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095817.45tasks_ready=777tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2124size_allocation=293601280size_allocation_free=293601280size_heap=556793856size_heap_free_last_full_GC=6099284size_heap_free_last_GC=300574604threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=632.272time_GC=57.26user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095817.96tasks_ready=770tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2136size_allocation=284164096size_allocation_free=284164096size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=290526712threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=634.608time_GC=57.476user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095818.48tasks_ready=766tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2146size_allocation=270532608size_allocation_free=270532608size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=278311820threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=637.076time_GC=57.696user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095819.03tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2156size_allocation=227540992size_allocation_free=227540992size_heap=556793856size_heap_free_last_full_GC=6099284size_heap_free_last_GC=234362904threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=639.508time_GC=58.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095819.55tasks_ready=753tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2167size_allocation=197132288size_allocation_free=197132288size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=205089984threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=641.776time_GC=58.404user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095820.06tasks_ready=751tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2179size_allocation=178257920size_allocation_free=178257920size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=186034984threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=644.04time_GC=58.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095820.59tasks_ready=743tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2192size_allocation=159383552size_allocation_free=159383552size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=167030800threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=646.152time_GC=59.004user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095821.13tasks_ready=743tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2207size_allocation=135266304size_allocation_free=135266304size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=141576056threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=648.34time_GC=59.392user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095821.63tasks_ready=740tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2227size_allocation=124780544size_allocation_free=124780544size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=132546560threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=650.216time_GC=59.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095822.15tasks_ready=729tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2250size_allocation=101711872size_allocation_free=101711872size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=110138208threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=651.944time_GC=60.224user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095822.69tasks_ready=728tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2276size_allocation=79691776size_allocation_free=79691776size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=86520132threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=653.6time_GC=60.736user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095823.23tasks_ready=726tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2305size_allocation=71303168size_allocation_free=71303168size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=80250612threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=655.14time_GC=61.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095823.75tasks_ready=718tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2336size_allocation=52428800size_allocation_free=52428800size_heap=558891008size_heap_free_last_full_GC=6099284size_heap_free_last_GC=60814124threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=656.416time_GC=61.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095824.43tasks_ready=704tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2371size_allocation=1048576size_allocation_free=1048576size_heap=91226112size_heap_free_last_full_GC=7481840size_heap_free_last_GC=7481840threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=657.552time_GC=63.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095824.98tasks_ready=698tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2380size_allocation=422576128size_allocation_free=422576128size_heap=519045120size_heap_free_last_full_GC=7481840size_heap_free_last_GC=432866620threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=660.364time_GC=63.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095825.55tasks_ready=675tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2390size_allocation=412090368size_allocation_free=412090368size_heap=521142272size_heap_free_last_full_GC=7481840size_heap_free_last_GC=421910312threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=663.216time_GC=63.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095826.1tasks_ready=659tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2400size_allocation=405798912size_allocation_free=405798912size_heap=521142272size_heap_free_last_full_GC=7481840size_heap_free_last_GC=414527508threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=665.964time_GC=63.468user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095826.65tasks_ready=641tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2409size_allocation=395313152size_allocation_free=395313152size_heap=520093696size_heap_free_last_full_GC=7481840size_heap_free_last_GC=403146968threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=668.5time_GC=63.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095827.15tasks_ready=635tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2419size_allocation=387973120size_allocation_free=387973120size_heap=516947968size_heap_free_last_full_GC=7481840size_heap_free_last_GC=396747932threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=671.196time_GC=63.764user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095827.68tasks_ready=623tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2428size_allocation=373293056size_allocation_free=373293056size_heap=521142272size_heap_free_last_full_GC=7481840size_heap_free_last_GC=382241488threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=673.592time_GC=63.904user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095828.18tasks_ready=621tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2438size_allocation=361758720size_allocation_free=361758720size_heap=521142272size_heap_free_last_full_GC=7481840size_heap_free_last_GC=369739748threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=676.136time_GC=64.08user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095828.78tasks_ready=596tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2448size_allocation=349175808size_allocation_free=349175808size_heap=470810624size_heap_free_last_full_GC=7481840size_heap_free_last_GC=355756800threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=678.584time_GC=64.56user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095831.1tasks_ready=582tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2452size_allocation=646971392size_allocation_free=646971392size_heap=882900992size_heap_free_last_full_GC=9193956size_heap_free_last_GC=656725680threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=680.956time_GC=69.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095836.48tasks_ready=576tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2457size_allocation=366795512size_allocation_free=366795512size_heap=1168113664size_heap_free_last_full_GC=6868896size_heap_free_last_GC=375991916threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=683.432time_GC=80.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095841.3tasks_ready=569tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2465size_allocation=227334904size_allocation_free=227334904size_heap=1600126976size_heap_free_last_full_GC=6868896size_heap_free_last_GC=237190340threads_in_ML=2threads_total=16threads_wait_condvar=7threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=685.864time_GC=86.8user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095841.83tasks_ready=565tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2472size_allocation=548199160size_allocation_free=548199160size_heap=1935671296size_heap_free_last_full_GC=6868896size_heap_free_last_GC=555963216threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=688.156time_GC=86.996user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095842.34tasks_ready=560tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2478size_allocation=557636344size_allocation_free=557636344size_heap=1965031424size_heap_free_last_full_GC=6868896size_heap_free_last_GC=564316552threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=690.68time_GC=87.26user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095842.86tasks_ready=541tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2486size_allocation=533519096size_allocation_free=533519096size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=540837876threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=693.512time_GC=87.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095843.37tasks_ready=540tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2493size_allocation=510450424size_allocation_free=510450424size_heap=1969225728size_heap_free_last_full_GC=6868896size_heap_free_last_GC=518328848threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=695.848time_GC=87.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095843.88tasks_ready=526tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2501size_allocation=497867512size_allocation_free=497867512size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=505007792threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=698.448time_GC=87.888user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095844.39tasks_ready=509tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2509size_allocation=469555960size_allocation_free=469555960size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=477614204threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=700.92time_GC=88.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095844.93tasks_ready=506tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2517size_allocation=458021624size_allocation_free=458021624size_heap=1968177152size_heap_free_last_full_GC=6868896size_heap_free_last_GC=465806276threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=703.288time_GC=88.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095845.48tasks_ready=488tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2527size_allocation=441244408size_allocation_free=441244408size_heap=1968177152size_heap_free_last_full_GC=6868896size_heap_free_last_GC=447423588threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=706.204time_GC=88.644user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095846.03tasks_ready=483tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2536size_allocation=421321464size_allocation_free=421321464size_heap=1970274304size_heap_free_last_full_GC=6868896size_heap_free_last_GC=427331684threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=708.688time_GC=88.888user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095846.58tasks_ready=473tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2546size_allocation=400349944size_allocation_free=400349944size_heap=1968177152size_heap_free_last_full_GC=6868896size_heap_free_last_GC=405775000threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=711.34time_GC=89.144user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095847.12tasks_ready=457tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2556size_allocation=395107064size_allocation_free=395107064size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=402160820threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=713.924time_GC=89.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095847.66tasks_ready=442tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2566size_allocation=381475576size_allocation_free=381475576size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=388676156threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=716.42time_GC=89.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095848.2tasks_ready=422tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2575size_allocation=368892664size_allocation_free=368892664size_heap=1969225728size_heap_free_last_full_GC=6868896size_heap_free_last_GC=376721084threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=718.732time_GC=89.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095848.76tasks_ready=405tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2584size_allocation=322755320size_allocation_free=322755320size_heap=1968177152size_heap_free_last_full_GC=6868896size_heap_free_last_GC=329469420threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=721.524time_GC=90.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095849.32tasks_ready=383tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2593size_allocation=295492344size_allocation_free=295492344size_heap=1970274304size_heap_free_last_full_GC=6868896size_heap_free_last_GC=303439004threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=724.008time_GC=90.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095849.88tasks_ready=376tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2603size_allocation=269277944size_allocation_free=269277944size_heap=1969225728size_heap_free_last_full_GC=6868896size_heap_free_last_GC=275921036threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=726.564time_GC=90.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095850.4tasks_ready=372tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2613size_allocation=247257848size_allocation_free=247257848size_heap=1971322880size_heap_free_last_full_GC=6868896size_heap_free_last_GC=253203812threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=728.832time_GC=91.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095850.9tasks_ready=364tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2623size_allocation=232577784size_allocation_free=232577784size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=240363968threads_in_ML=1threads_total=16threads_wait_condvar=7threads_wait_IO=0threads_wait_mutex=1threads_wait_signal=1time_CPU=730.944time_GC=91.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095851.43tasks_ready=347tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2635size_allocation=212654840size_allocation_free=212654840size_heap=1967128576size_heap_free_last_full_GC=6868896size_heap_free_last_GC=219422724threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=733.32time_GC=91.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095851.95tasks_ready=320tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2648size_allocation=156031736size_allocation_free=156031736size_heap=1969225728size_heap_free_last_full_GC=6868896size_heap_free_last_GC=164234616threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=735.304time_GC=92.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095852.49tasks_ready=315tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2665size_allocation=114088696size_allocation_free=114088696size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=122542720threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=737.128time_GC=92.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095853.03tasks_ready=305tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2685size_allocation=89971448size_allocation_free=89971448size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=98460124threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=738.884time_GC=93.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095853.56tasks_ready=280tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2708size_allocation=68999928size_allocation_free=68999928size_heap=1970274304size_heap_free_last_full_GC=6868896size_heap_free_last_GC=77193776threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=740.424time_GC=94.132user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095854.12tasks_ready=270tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2737size_allocation=38591224size_allocation_free=38591224size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=46139648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=741.732time_GC=94.884user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095854.68tasks_ready=260tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2774size_allocation=18668280size_allocation_free=18668280size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=24113152threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=742.552time_GC=95.764user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095855.26tasks_ready=259tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2816size_allocation=2939640size_allocation_free=2939640size_heap=1972371456size_heap_free_last_full_GC=6868896size_heap_free_last_GC=8110892threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=742.924time_GC=96.808user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095856.14tasks_ready=242tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2822size_allocation=1053818880size_allocation_free=1053818880size_heap=1159725056size_heap_free_last_full_GC=9096488size_heap_free_last_GC=980623644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=744.564time_GC=98.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095856.64tasks_ready=220tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2823size_allocation=1938817024size_allocation_free=1938817024size_heap=2048917504size_heap_free_last_full_GC=9096488size_heap_free_last_GC=1946938168threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=746.868time_GC=98.452user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095857.14tasks_ready=201tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2825size_allocation=2062548992size_allocation_free=2062548992size_heap=2178940928size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2071756516threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=750.532time_GC=98.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095857.66tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2827size_allocation=2197815296size_allocation_free=2197815296size_heap=2332033024size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2206452292threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=753.512time_GC=98.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095858.16tasks_ready=169tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2829size_allocation=2325741568size_allocation_free=2325741568size_heap=2465202176size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2333205948threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=756.612time_GC=98.696user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095858.66tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2830size_allocation=2438987776size_allocation_free=2438987776size_heap=2583691264size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2408819764threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=758.24time_GC=98.728user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095859.16tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2832size_allocation=2541748224size_allocation_free=2541748224size_heap=2710568960size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2551152024threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=761.58time_GC=98.88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095859.66tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2834size_allocation=2704277504size_allocation_free=2704277504size_heap=2881486848size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2714473600threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=765time_GC=98.936user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095860.19tasks_ready=160tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2835size_allocation=2791309312size_allocation_free=2791309312size_heap=2998927360size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2800394408threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=766.888time_GC=99.112user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095860.69tasks_ready=152tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2837size_allocation=2945449984size_allocation_free=2945449984size_heap=3160408064size_heap_free_last_full_GC=9096488size_heap_free_last_GC=2953513200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=770.62time_GC=99.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095861.19tasks_ready=135tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=2838size_allocation=3041918976size_allocation_free=3041918976size_heap=3271557120size_heap_free_last_full_GC=9096488size_heap_free_last_GC=3048973428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=772.66time_GC=99.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095862.17tasks_ready=132tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=12partial_GCs=2840size_allocation=1048576size_allocation_free=1048576size_heap=95420416size_heap_free_last_full_GC=5663476size_heap_free_last_GC=5663476threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=776.74time_GC=101.028user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095862.67tasks_ready=125tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=12partial_GCs=2842size_allocation=1143996416size_allocation_free=1143996416size_heap=1244659712size_heap_free_last_full_GC=5663476size_heap_free_last_GC=1150762924threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=779.148time_GC=101.112user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095865.01tasks_ready=119tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=2845size_allocation=165972900size_allocation_free=165972900size_heap=617611264size_heap_free_last_full_GC=8041128size_heap_free_last_GC=8041128threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=781.98time_GC=108.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095866.51tasks_ready=118tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=2846size_allocation=1758759844size_allocation_free=1758759844size_heap=2480930816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1216652528threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=783.508time_GC=110.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=392name=find_unused_assmselapsed=141.119 ML_statistics = :now=1484095869.2tasks_ready=49tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=2849size_allocation=1205111716size_allocation_free=1205111716size_heap=2500853760size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1212231144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=787.348time_GC=114.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095869.7tasks_ready=36tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=2851size_allocation=1568967588size_allocation_free=1568967588size_heap=2867855360size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1575777264threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=789.784time_GC=114.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095870.21tasks_ready=21tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=2854size_allocation=1558481828size_allocation_free=1558481828size_heap=2869952512size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1565546100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=793.112time_GC=114.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095870.72tasks_ready=0tasks_pending=1tasks_running=6tasks_passive=0tasks_urgent=0workers_total=12workers_active=5workers_waiting=0full_GCs=13partial_GCs=2856size_allocation=1555336100size_allocation_free=1555336100size_heap=2871001088size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1562864628threads_in_ML=2threads_total=16threads_wait_condvar=9threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=795.324time_GC=114.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095871.22tasks_ready=0tasks_pending=1tasks_running=4tasks_passive=0tasks_urgent=0workers_total=12workers_active=3workers_waiting=0full_GCs=13partial_GCs=2858size_allocation=1551141796size_allocation_free=1551141796size_heap=2873098240size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1559250628threads_in_ML=1threads_total=16threads_wait_condvar=11threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=797.088time_GC=114.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095871.72tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2860size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558181888threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=798.268time_GC=114.564user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095872.24tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2862size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558173944threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=799.272time_GC=114.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095872.74tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2864size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558168248threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=800.28time_GC=114.668user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095873.26tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2866size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558163588threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=801.276time_GC=114.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095873.79tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2868size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558155632threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=802.252time_GC=114.768user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095874.29tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2870size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558149096threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=803.24time_GC=114.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095874.81tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2872size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558142984threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=804.224time_GC=114.88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095875.33tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2874size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558138052threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=805.168time_GC=114.932user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095875.86tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2876size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558134092threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.148time_GC=114.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095876.38tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2877size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558130936threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.648time_GC=115.008user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095876.89tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2879size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558126544threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=807.624time_GC=115.06user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095877.41tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2881size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558119720threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=808.636time_GC=115.112user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095877.91tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2883size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558115016threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.616time_GC=115.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095878.43tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2885size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558107768threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=810.6time_GC=115.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095878.97tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2887size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558102784threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=811.596time_GC=115.268user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095879.51tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2889size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558097608threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=812.572time_GC=115.32user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095880.02tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2891size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558092324threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=813.62time_GC=115.372user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095880.53tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2893size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558085052threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=814.588time_GC=115.424user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095881.03tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2895size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558079452threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=815.564time_GC=115.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095881.54tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2897size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558073520threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=816.564time_GC=115.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095882.05tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2899size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558066592threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=817.532time_GC=115.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095882.6tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2901size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558057720threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.528time_GC=115.632user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095883.12tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2902size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558055276threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=819.024time_GC=115.66user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095883.62tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2904size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558049392threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=820.052time_GC=115.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095884.13tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2906size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558043912threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.076time_GC=115.76user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095884.64tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2908size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558037148threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=822.064time_GC=115.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095885.15tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2910size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558032284threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=823.048time_GC=115.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095885.68tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=13partial_GCs=2912size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558026276threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=824.036time_GC=115.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 4 theorems with (potentially) superfluous assumptions: Map.map_of_zip_upd: unnecessary assumption(s) 1 and 2 Map.finite_map_freshness: unnecessary assumption(s) 1 Map.fun_upd_restrict_conv: unnecessary assumption(s) 1 Map.finite_set_of_finite_maps: unnecessary assumption(s) 1 and 2 Checked 61 theorems with assumptions (130 total) in the theory "Map" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=415name=find_unused_assmselapsed=136.548 ML_statistics = :now=1484095886.19tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2913size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558024476threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=824.54time_GC=115.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095886.69tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2914size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558021136threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=825.096time_GC=115.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095887.21tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2915size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558019076threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=825.644time_GC=116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095887.72tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2916size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558015104threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=826.184time_GC=116.024user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095888.22tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2917size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558011564threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=826.752time_GC=116.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095888.72tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2917size_allocation=1550093220size_allocation_free=388487600size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558011564threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=827.152time_GC=116.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095889.22tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2918size_allocation=1550093220size_allocation_free=459603988size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558009444threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=827.692time_GC=116.08user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095889.73tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2919size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558007480threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=827.88time_GC=116.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095890.25tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2920size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558003644threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=828.428time_GC=116.132user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095890.75tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2921size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558002172threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=828.992time_GC=116.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095891.25tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2922size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558001268threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=829.528time_GC=116.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095891.77tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2923size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1558000372threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=830.092time_GC=116.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1484095892.28tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=13partial_GCs=2924size_allocation=1550093220size_allocation_free=1550093220size_heap=2874146816size_heap_free_last_full_GC=8041128size_heap_free_last_GC=1557997732threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=830.652time_GC=116.24user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1887name=quickcheckelapsed=100.001 *** Interrupt