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/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=1name=theoryelapsed=0.104 ### theory "Find_Unused_Assms_Examples" ### 0.116s elapsed time, 0.380s cpu time, 0.000s GC time command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=115name=theoryelapsed=0.114 ML_statistics = :now=1477961229.57tasks_ready=8tasks_pending=5tasks_running=6tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=0size_allocation=130023424size_allocation_free=129886212size_heap=130023424size_heap_free_last_full_GC=0size_heap_free_last_GC=0threads_in_ML=0threads_total=15threads_wait_condvar=6threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=0.008time_GC=0user_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=2522name=setupelapsed=0.042 Proofs for inductive predicate(s) "less_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=5997name=inductiveelapsed=0.019 Proofs for inductive predicate(s) "less_eq_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6363name=inductiveelapsed=0.017 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6873name=lemmaelapsed=0.010 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7322name=code_predelapsed=0.054 ### 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.023 ### theory "Predicate_Compile_Alternative_Defs" ### 0.394s elapsed time, 2.000s cpu time, 0.024s GC time Loading theory "Predicate_Compile_Quickcheck" (required by "Needham_Schroeder_No_Attacker_Example" via "Needham_Schroeder_Base") loading_theory = Predicate_Compile_Quickcheck command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Quickcheck.thyoffset=178name=theoryelapsed=0.062 ML_statistics = :now=1477961230.08tasks_ready=1054tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=2size_allocation=1033895936size_allocation_free=1033895936size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=1042113100threads_in_ML=2threads_total=16threads_wait_condvar=7threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=4.412time_GC=0.068user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### 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.242 ### theory "Predicate_Compile_Quickcheck" ### 0.319s elapsed time, 1.860s cpu time, 0.044s 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.099 ML_statistics = :now=1477961230.59tasks_ready=1040tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=4size_allocation=1010827264size_allocation_free=1010827264size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=1020631252threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=7.248time_GC=0.164user_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.407 ML_statistics = :now=1477961231.1tasks_ready=1032tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=6size_allocation=991952896size_allocation_free=991952896size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=1001310368threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=10.284time_GC=0.284user_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.423 Found termination order: "{}" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=303name=funelapsed=0.039 ML_statistics = :now=1477961231.6tasks_ready=1022tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=8size_allocation=970981376size_allocation_free=970981376size_heap=1033895936size_heap_free_last_full_GC=0size_heap_free_last_GC=979904952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=13.2time_GC=0.42user_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.820 Proofs for inductive predicate(s) "partsp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=669name=inductive_setelapsed=0.074 Proofs for inductive predicate(s) "analzp" Proving monotonicity ... ML_statistics = :now=1477961232.1tasks_ready=1017tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=10size_allocation=948961280size_allocation_free=948961280size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=958366828threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=15.936time_GC=0.508user_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.090 Proofs for inductive predicate(s) "synthp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1281name=inductive_setelapsed=0.079 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1598name=primrecelapsed=0.010 ML_statistics = :now=1477961232.6tasks_ready=1014tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=12size_allocation=931135488size_allocation_free=931135488size_heap=1033895936size_heap_free_last_full_GC=0size_heap_free_last_GC=939930264threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=18.832time_GC=0.644user_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.662 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1992name=primrecelapsed=0.021 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.077 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6176name=lemmaselapsed=0.014 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6236name=code_predelapsed=0.021 ### theory "Needham_Schroeder_Base" ### 2.915s elapsed time, 17.172s cpu time, 0.680s GC time Loading theory "Needham_Schroeder_Guided_Attacker_Example" loading_theory = Needham_Schroeder_Guided_Attacker_Example ML_statistics = :now=1477961233.11tasks_ready=1012tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=14size_allocation=909115392size_allocation_free=909115392size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=917938240threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=21.456time_GC=0.748user_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.061 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.169 ### Infering modes ### 0.036s elapsed time, 0.212s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.014s elapsed time, 0.080s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.016s 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.066 ### Infering modes ### 0.086s elapsed time, 0.512s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.042s elapsed time, 0.228s cpu time, 0.036s GC time ### Proving equations.... ### 0.010s elapsed time, 0.060s cpu time, 0.000s GC time ### Setting code equations.... ### 0.012s elapsed time, 0.072s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1612name=code_predelapsed=0.150 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=2360name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Guided_Attacker_Example" ### 0.475s elapsed time, 2.800s cpu time, 0.072s GC time Loading theory "Needham_Schroeder_No_Attacker_Example" loading_theory = Needham_Schroeder_No_Attacker_Example ML_statistics = :now=1477961233.61tasks_ready=1009tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=16size_allocation=895483904size_allocation_free=895483904size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=904596144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=24.1time_GC=0.82user_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.062 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.128 ### Infering modes ### 0.029s elapsed time, 0.176s cpu time, 0.000s GC time ### Defining executable functions... ### 0.004s 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.008s 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_No_Attacker_Example.thyoffset=1013name=code_predelapsed=0.047 ### Infering modes ### 0.066s elapsed time, 0.396s cpu time, 0.000s GC time ### Compiling equations.... ### 0.022s elapsed time, 0.128s cpu time, 0.000s GC time ### Proving equations.... ### 0.009s elapsed time, 0.048s cpu time, 0.000s GC time ### Setting code equations.... ### 0.009s elapsed time, 0.052s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1074name=code_predelapsed=0.106 ### theory "Needham_Schroeder_No_Attacker_Example" ### 0.363s elapsed time, 2.144s cpu time, 0.052s 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.077 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... ML_statistics = :now=1477961234.11tasks_ready=1015tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=18size_allocation=877658112size_allocation_free=877658112size_heap=1034944512size_heap_free_last_full_GC=0size_heap_free_last_GC=885118624threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=26.864time_GC=0.936user_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.134 ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Defining executable functions... ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Compiling equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ### Infering modes ### 0.028s elapsed time, 0.172s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.010s elapsed time, 0.056s 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.062 ### Infering modes ### 0.083s elapsed time, 0.468s cpu time, 0.052s GC time ### Compiling equations.... ### 0.023s elapsed time, 0.140s cpu time, 0.000s GC time ### Proving equations.... ### 0.008s elapsed time, 0.048s cpu time, 0.000s GC time ### Setting code equations.... ### 0.009s elapsed time, 0.056s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1363name=code_predelapsed=0.124 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2114name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Unguided_Attacker_Example" ### 0.425s elapsed time, 2.496s cpu time, 0.116s GC time ML_statistics = :now=1477961234.61tasks_ready=1446tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=20size_allocation=855638016size_allocation_free=855638016size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=864066204threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=29.344time_GC=1.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961235.11tasks_ready=1439tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=23size_allocation=836763648size_allocation_free=836763648size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=845252372threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=33.08time_GC=1.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961235.62tasks_ready=1432tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=25size_allocation=821035008size_allocation_free=821035008size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=829864768threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=35.448time_GC=1.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961236.13tasks_ready=1425tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=28size_allocation=794820608size_allocation_free=794820608size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=802233352threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=38.916time_GC=1.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961236.64tasks_ready=1418tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=30size_allocation=789577728size_allocation_free=789577728size_heap=1034944512size_heap_free_last_full_GC=0size_heap_free_last_GC=798291400threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=41.244time_GC=1.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961237.16tasks_ready=1416tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=33size_allocation=750780416size_allocation_free=750780416size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=757782068threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=44.524time_GC=1.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961237.67tasks_ready=1386tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=35size_allocation=740294656size_allocation_free=740294656size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=748031180threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=46.644time_GC=1.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961238.17tasks_ready=1382tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=38size_allocation=713031680size_allocation_free=713031680size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=719735688threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=49.652time_GC=1.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961238.68tasks_ready=1368tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=41size_allocation=660602880size_allocation_free=660602880size_heap=1031798784size_heap_free_last_full_GC=0size_heap_free_last_GC=667271728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=52.38time_GC=2.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961239.18tasks_ready=1360tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=44size_allocation=663748608size_allocation_free=663748608size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=669366280threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=55.044time_GC=2.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961239.68tasks_ready=1322tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=48size_allocation=648019968size_allocation_free=648019968size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=654885352threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=58.444time_GC=2.32user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961240.19tasks_ready=1318tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=51size_allocation=619708416size_allocation_free=619708416size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=626773396threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=60.984time_GC=2.468user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961240.69tasks_ready=1301tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=55size_allocation=608174080size_allocation_free=608174080size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=613606436threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=64.164time_GC=2.592user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961241.2tasks_ready=1290tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=58size_allocation=589299712size_allocation_free=589299712size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=594778800threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=66.496time_GC=2.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961241.7tasks_ready=1272tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=62size_allocation=570425344size_allocation_free=570425344size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=576633328threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=69.572time_GC=2.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961242.21tasks_ready=1245tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=66size_allocation=553648128size_allocation_free=553648128size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=560539648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=72.436time_GC=2.988user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961242.71tasks_ready=1231tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=70size_allocation=533725184size_allocation_free=533725184size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=539859516threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=75.224time_GC=3.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961243.21tasks_ready=1225tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=74size_allocation=519045120size_allocation_free=519045120size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=524998668threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=78.036time_GC=3.248user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961243.71tasks_ready=1217tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=78size_allocation=499122176size_allocation_free=499122176size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=505936408threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=80.724time_GC=3.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961244.23tasks_ready=1214tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=82size_allocation=483393536size_allocation_free=483393536size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=490676676threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=83.292time_GC=3.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961244.74tasks_ready=1208tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=87size_allocation=456130560size_allocation_free=456130560size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=461584936threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=86.384time_GC=3.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961245.24tasks_ready=1196tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=92size_allocation=439353344size_allocation_free=439353344size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=445237296threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=89.324time_GC=3.896user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961245.74tasks_ready=1185tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=97size_allocation=417333248size_allocation_free=417333248size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=423305992threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=91.992time_GC=4.04user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961246.25tasks_ready=1172tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=102size_allocation=401604608size_allocation_free=401604608size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=407457440threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=94.608time_GC=4.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961246.76tasks_ready=1169tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=108size_allocation=373293056size_allocation_free=373293056size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=377941552threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=97.52time_GC=4.392user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961247.26tasks_ready=1163tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=114size_allocation=353370112size_allocation_free=353370112size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=358400072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=100.308time_GC=4.56user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961247.77tasks_ready=1156tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=120size_allocation=328204288size_allocation_free=328204288size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=333917880threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=102.944time_GC=4.784user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961248.28tasks_ready=1155tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=126size_allocation=303038464size_allocation_free=303038464size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=310209464threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=105.372time_GC=4.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961248.79tasks_ready=1136tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=134size_allocation=275775488size_allocation_free=275775488size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=283706016threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=108.244time_GC=5.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961249.29tasks_ready=1131tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=141size_allocation=261095424size_allocation_free=261095424size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=268283896threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=110.712time_GC=5.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961249.79tasks_ready=1123tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=150size_allocation=227540992size_allocation_free=227540992size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=234458536threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=113.5time_GC=5.648user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961250.29tasks_ready=1121tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=159size_allocation=203423744size_allocation_free=203423744size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=211694952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=115.98time_GC=5.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961250.8tasks_ready=1112tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=170size_allocation=173015040size_allocation_free=173015040size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=181084100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=118.516time_GC=6.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961251.31tasks_ready=1111tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=182size_allocation=149946368size_allocation_free=149946368size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=157769076threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=121.008time_GC=6.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961251.82tasks_ready=1097tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=196size_allocation=106954752size_allocation_free=106954752size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=115191648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=123.216time_GC=6.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961252.33tasks_ready=1089tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=214size_allocation=81788928size_allocation_free=81788928size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=89775092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=125.452time_GC=7.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961252.84tasks_ready=1088tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=239size_allocation=40894464size_allocation_free=40894464size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=50473664threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=127.336time_GC=7.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961253.37tasks_ready=1086tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=285size_allocation=16777216size_allocation_free=16777216size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=22588196threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=128.72time_GC=8.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961254.09tasks_ready=1085tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=331size_allocation=363855872size_allocation_free=363855872size_heap=444596224size_heap_free_last_full_GC=8826628size_heap_free_last_GC=372350088threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=129.956time_GC=10.432user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961254.59tasks_ready=1082tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=334size_allocation=698351616size_allocation_free=698351616size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=708236392threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=132.78time_GC=10.556user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961255.09tasks_ready=1067tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=337size_allocation=695205888size_allocation_free=695205888size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=704065736threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=135.272time_GC=10.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961255.59tasks_ready=1065tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=340size_allocation=681574400size_allocation_free=681574400size_heap=795869184size_heap_free_last_full_GC=8826628size_heap_free_last_GC=691281148threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=137.76time_GC=10.692user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961256.1tasks_ready=1061tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=344size_allocation=666894336size_allocation_free=666894336size_heap=796917760size_heap_free_last_full_GC=8826628size_heap_free_last_GC=674963772threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=140.996time_GC=10.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961256.6tasks_ready=1059tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=348size_allocation=654311424size_allocation_free=654311424size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=662030204threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=144.2time_GC=10.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961257.1tasks_ready=1053tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=351size_allocation=639631360size_allocation_free=639631360size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=648828008threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=146.48time_GC=10.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961257.61tasks_ready=1050tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=355size_allocation=625999872size_allocation_free=625999872size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=633308228threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=149.496time_GC=11.044user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961258.11tasks_ready=1043tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=359size_allocation=613416960size_allocation_free=613416960size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=621677384threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=152.428time_GC=11.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961258.61tasks_ready=1038tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=363size_allocation=600834048size_allocation_free=600834048size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=610128072threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=155.248time_GC=11.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961259.12tasks_ready=1036tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=367size_allocation=591396864size_allocation_free=591396864size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=599199812threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=158.044time_GC=11.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961259.62tasks_ready=1033tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=371size_allocation=579862528size_allocation_free=579862528size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=587322544threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=160.816time_GC=11.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961260.12tasks_ready=1033tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=375size_allocation=563085312size_allocation_free=563085312size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=570981480threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=163.544time_GC=11.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961260.62tasks_ready=1030tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=380size_allocation=549453824size_allocation_free=549453824size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=557006352threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=166.772time_GC=11.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961261.12tasks_ready=1029tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=384size_allocation=536870912size_allocation_free=536870912size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=544082192threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=169.32time_GC=11.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961261.63tasks_ready=1029tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=389size_allocation=515899392size_allocation_free=515899392size_heap=797966336size_heap_free_last_full_GC=8826628size_heap_free_last_GC=523363512threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=172.488time_GC=11.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961262.13tasks_ready=1027tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=393size_allocation=508559360size_allocation_free=508559360size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=515685704threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=174.944time_GC=11.94user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961262.63tasks_ready=1024tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=398size_allocation=492830720size_allocation_free=492830720size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=499999656threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=177.936time_GC=12.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961263.13tasks_ready=1015tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=403size_allocation=477102080size_allocation_free=477102080size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=483953316threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=180.828time_GC=12.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961263.63tasks_ready=1008tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=407size_allocation=470810624size_allocation_free=470810624size_heap=795869184size_heap_free_last_full_GC=8826628size_heap_free_last_GC=477686888threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=183.124time_GC=12.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961264.15tasks_ready=1004tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=413size_allocation=454033408size_allocation_free=454033408size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=461403056threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=186.412time_GC=12.38user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961264.65tasks_ready=1003tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=418size_allocation=438304768size_allocation_free=438304768size_heap=797966336size_heap_free_last_full_GC=8826628size_heap_free_last_GC=445811456threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=189.112time_GC=12.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961265.16tasks_ready=994tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=423size_allocation=422576128size_allocation_free=422576128size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=429477984threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=191.62time_GC=12.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961265.68tasks_ready=987tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=429size_allocation=411041792size_allocation_free=411041792size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=416361992threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=194.5time_GC=12.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961266.18tasks_ready=983tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=435size_allocation=393216000size_allocation_free=393216000size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=400394076threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=197.228time_GC=12.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961266.69tasks_ready=979tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=442size_allocation=377487360size_allocation_free=377487360size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=385373944threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=200.328time_GC=13.016user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961267.2tasks_ready=972tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=448size_allocation=360710144size_allocation_free=360710144size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=366675120threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=202.892time_GC=13.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961267.71tasks_ready=970tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=455size_allocation=338690048size_allocation_free=338690048size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=345016040threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=205.776time_GC=13.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961268.22tasks_ready=964tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=462size_allocation=326107136size_allocation_free=326107136size_heap=799014912size_heap_free_last_full_GC=8826628size_heap_free_last_GC=332534184threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=208.532time_GC=13.476user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961268.72tasks_ready=940tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=469size_allocation=309329920size_allocation_free=309329920size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=316553680threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=211.4time_GC=13.616user_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=39.685 ML_statistics = :now=1477961269.24tasks_ready=937tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=475size_allocation=283115520size_allocation_free=283115520size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=289248052threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=213.752time_GC=13.8user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961269.74tasks_ready=1036tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=483size_allocation=266338304size_allocation_free=266338304size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=272943848threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=216.64time_GC=13.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961270.24tasks_ready=1025tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=490size_allocation=252706816size_allocation_free=252706816size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=258982340threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=219.148time_GC=14.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961270.75tasks_ready=1024tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=498size_allocation=223346688size_allocation_free=223346688size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=228750320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=222.072time_GC=14.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961271.26tasks_ready=1005tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=506size_allocation=207618048size_allocation_free=207618048size_heap=800063488size_heap_free_last_full_GC=8826628size_heap_free_last_GC=213002752threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=224.624time_GC=14.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961271.76tasks_ready=986tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=516size_allocation=187695104size_allocation_free=187695104size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=194781440threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=227.208time_GC=14.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961272.27tasks_ready=971tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=528size_allocation=165675008size_allocation_free=165675008size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=172496788threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=229.892time_GC=14.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961272.78tasks_ready=962tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=539size_allocation=144703488size_allocation_free=144703488size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=150263892threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=232.404time_GC=15.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961273.28tasks_ready=954tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=551size_allocation=125829120size_allocation_free=125829120size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=133848732threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=235.008time_GC=15.404user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961273.79tasks_ready=929tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=565size_allocation=108003328size_allocation_free=108003328size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=115686224threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=237.544time_GC=15.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961274.32tasks_ready=926tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=582size_allocation=84934656size_allocation_free=84934656size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=93037160threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=239.952time_GC=15.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961274.83tasks_ready=919tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=602size_allocation=70254592size_allocation_free=70254592size_heap=801112064size_heap_free_last_full_GC=8826628size_heap_free_last_GC=79196900threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=242.408time_GC=16.276user_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 119 theorems with assumptions (238 total) in the theory "Divides" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=131name=find_unused_assmselapsed=45.524 ML_statistics = :now=1477961275.34tasks_ready=1860tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=629size_allocation=41943040size_allocation_free=41943040size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=49387444threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=244.392time_GC=16.756user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961275.86tasks_ready=1859tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=676size_allocation=8388608size_allocation_free=8388608size_heap=802160640size_heap_free_last_full_GC=8826628size_heap_free_last_GC=16486580threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=245.736time_GC=17.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961276.53tasks_ready=1856tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=704size_allocation=454033408size_allocation_free=454033408size_heap=523239424size_heap_free_last_full_GC=6615100size_heap_free_last_GC=462404648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=247.232time_GC=18.624user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961277.04tasks_ready=1848tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=709size_allocation=427819008size_allocation_free=427819008size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=436773704threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=250.144time_GC=18.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961277.54tasks_ready=1842tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=714size_allocation=409993216size_allocation_free=409993216size_heap=524288000size_heap_free_last_full_GC=6615100size_heap_free_last_GC=419483124threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=252.944time_GC=18.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961278.05tasks_ready=1827tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=719size_allocation=394264576size_allocation_free=394264576size_heap=527433728size_heap_free_last_full_GC=6615100size_heap_free_last_GC=403550072threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=255.616time_GC=18.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961278.55tasks_ready=1821tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=725size_allocation=365953024size_allocation_free=365953024size_heap=522190848size_heap_free_last_full_GC=6615100size_heap_free_last_GC=374111068threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=258.66time_GC=19.112user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961279.05tasks_ready=1813tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=730size_allocation=354418688size_allocation_free=354418688size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=364433804threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=261.176time_GC=19.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961279.55tasks_ready=1811tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=736size_allocation=328204288size_allocation_free=328204288size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=337209360threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=263.956time_GC=19.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961280.07tasks_ready=1810tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=743size_allocation=309329920size_allocation_free=309329920size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=317696152threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=266.956time_GC=19.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961280.57tasks_ready=1805tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=750size_allocation=287309824size_allocation_free=287309824size_heap=524288000size_heap_free_last_full_GC=6615100size_heap_free_last_GC=293999324threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=269.632time_GC=19.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961281.07tasks_ready=1800tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=757size_allocation=260046848size_allocation_free=260046848size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=266975632threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=272.128time_GC=19.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961281.57tasks_ready=1796tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=765size_allocation=243269632size_allocation_free=243269632size_heap=527433728size_heap_free_last_full_GC=6615100size_heap_free_last_GC=249940340threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=274.872time_GC=20.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961282.08tasks_ready=1788tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=773size_allocation=220200960size_allocation_free=220200960size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=226585596threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=277.452time_GC=20.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961282.58tasks_ready=1785tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=782size_allocation=196083712size_allocation_free=196083712size_heap=523239424size_heap_free_last_full_GC=6615100size_heap_free_last_GC=202570984threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=280.216time_GC=20.424user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961283.09tasks_ready=1730tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=793size_allocation=158334976size_allocation_free=158334976size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=164734560threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=282.852time_GC=20.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961283.59tasks_ready=1723tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=805size_allocation=118489088size_allocation_free=118489088size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=124179072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=285.28time_GC=21.04user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961284.1tasks_ready=1714tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=820size_allocation=85983232size_allocation_free=85983232size_heap=524288000size_heap_free_last_full_GC=6615100size_heap_free_last_GC=93506080threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=287.604time_GC=21.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961284.61tasks_ready=1713tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=840size_allocation=59768832size_allocation_free=59768832size_heap=525336576size_heap_free_last_full_GC=6615100size_heap_free_last_GC=67800620threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=289.912time_GC=21.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961285.13tasks_ready=1708tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=872size_allocation=25165824size_allocation_free=25165824size_heap=527433728size_heap_free_last_full_GC=6615100size_heap_free_last_GC=32696988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=291.936time_GC=22.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961285.76tasks_ready=1705tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=910size_allocation=272629760size_allocation_free=272629760size_heap=359661568size_heap_free_last_full_GC=6915040size_heap_free_last_GC=210823836threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=293.276time_GC=23.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961286.27tasks_ready=1699tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=915size_allocation=379584512size_allocation_free=379584512size_heap=482344960size_heap_free_last_full_GC=6915040size_heap_free_last_GC=387854624threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=296.152time_GC=23.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961286.78tasks_ready=1674tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=921size_allocation=337641472size_allocation_free=337641472size_heap=482344960size_heap_free_last_full_GC=6915040size_heap_free_last_GC=346525584threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=299.108time_GC=23.664user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961287.28tasks_ready=1656tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=927size_allocation=310378496size_allocation_free=310378496size_heap=483393536size_heap_free_last_full_GC=6915040size_heap_free_last_GC=318365120threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=301.84time_GC=23.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961287.8tasks_ready=1649tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=933size_allocation=289406976size_allocation_free=289406976size_heap=473956352size_heap_free_last_full_GC=6915040size_heap_free_last_GC=297113840threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=304.384time_GC=24.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961288.31tasks_ready=1645tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=941size_allocation=254803968size_allocation_free=254803968size_heap=481296384size_heap_free_last_full_GC=6915040size_heap_free_last_GC=261748428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=307.356time_GC=24.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961288.81tasks_ready=1643tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=948size_allocation=227540992size_allocation_free=227540992size_heap=483393536size_heap_free_last_full_GC=6915040size_heap_free_last_GC=234694944threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=309.772time_GC=24.436user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961289.33tasks_ready=1634tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=958size_allocation=204472320size_allocation_free=204472320size_heap=483393536size_heap_free_last_full_GC=6915040size_heap_free_last_GC=211011964threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=312.7time_GC=24.632user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961289.83tasks_ready=1613tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=968size_allocation=182452224size_allocation_free=182452224size_heap=484442112size_heap_free_last_full_GC=6915040size_heap_free_last_GC=189042456threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=315.152time_GC=24.82user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961290.34tasks_ready=1576tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=980size_allocation=160432128size_allocation_free=160432128size_heap=481296384size_heap_free_last_full_GC=6915040size_heap_free_last_GC=165751968threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=317.828time_GC=25.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961290.85tasks_ready=1572tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=994size_allocation=126877696size_allocation_free=126877696size_heap=483393536size_heap_free_last_full_GC=6915040size_heap_free_last_GC=134336648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=320.408time_GC=25.336user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961291.36tasks_ready=1567tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1010size_allocation=96468992size_allocation_free=96468992size_heap=482344960size_heap_free_last_full_GC=6915040size_heap_free_last_GC=104871960threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=322.76time_GC=25.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961291.88tasks_ready=1563tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1030size_allocation=68157440size_allocation_free=68157440size_heap=482344960size_heap_free_last_full_GC=6915040size_heap_free_last_GC=75461648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=325.072time_GC=26.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961292.4tasks_ready=1562tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1058size_allocation=44040192size_allocation_free=44040192size_heap=484442112size_heap_free_last_full_GC=6915040size_heap_free_last_GC=51506536threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=327.1time_GC=26.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961292.98tasks_ready=1555tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1069size_allocation=400556032size_allocation_free=400556032size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=407291416threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=328.976time_GC=27.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961293.48tasks_ready=1546tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1075size_allocation=374341632size_allocation_free=374341632size_heap=483393536size_heap_free_last_full_GC=7120044size_heap_free_last_GC=382873984threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=332.156time_GC=27.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961293.98tasks_ready=1538tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1080size_allocation=369098752size_allocation_free=369098752size_heap=482344960size_heap_free_last_full_GC=7120044size_heap_free_last_GC=376729448threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=334.556time_GC=27.436user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961294.48tasks_ready=1535tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1086size_allocation=344981504size_allocation_free=344981504size_heap=485490688size_heap_free_last_full_GC=7120044size_heap_free_last_GC=352483532threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=337.412time_GC=27.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961294.99tasks_ready=1527tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1092size_allocation=322961408size_allocation_free=322961408size_heap=485490688size_heap_free_last_full_GC=7120044size_heap_free_last_GC=332181636threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=340.152time_GC=27.712user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961295.49tasks_ready=1506tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1099size_allocation=304087040size_allocation_free=304087040size_heap=484442112size_heap_free_last_full_GC=7120044size_heap_free_last_GC=312213392threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=343time_GC=27.876user_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 (158 total) in the theory "GCD" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=157name=find_unused_assmselapsed=65.984 ML_statistics = :now=1477961295.99tasks_ready=1604tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1106size_allocation=270532608size_allocation_free=270532608size_heap=481296384size_heap_free_last_full_GC=7120044size_heap_free_last_GC=276712988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=345.816time_GC=28.084user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961296.49tasks_ready=1603tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1113size_allocation=250609664size_allocation_free=250609664size_heap=485490688size_heap_free_last_full_GC=7120044size_heap_free_last_GC=257677708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=348.516time_GC=28.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961297tasks_ready=1588tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1121size_allocation=228589568size_allocation_free=228589568size_heap=483393536size_heap_free_last_full_GC=7120044size_heap_free_last_GC=234463896threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=351.176time_GC=28.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961297.51tasks_ready=1575tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1130size_allocation=196083712size_allocation_free=196083712size_heap=485490688size_heap_free_last_full_GC=7120044size_heap_free_last_GC=203481496threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=353.82time_GC=28.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961298.02tasks_ready=1567tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1138size_allocation=178257920size_allocation_free=178257920size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=185845708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=356.224time_GC=28.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961298.52tasks_ready=1562tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1149size_allocation=146800640size_allocation_free=146800640size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=153726916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=358.728time_GC=29.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961299.03tasks_ready=1544tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1163size_allocation=117440512size_allocation_free=117440512size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=125882288threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=361.32time_GC=29.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961299.53tasks_ready=1543tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1179size_allocation=87031808size_allocation_free=87031808size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=94780488threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=363.596time_GC=29.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961300.04tasks_ready=1536tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1201size_allocation=56623104size_allocation_free=56623104size_heap=485490688size_heap_free_last_full_GC=7120044size_heap_free_last_GC=62697696threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=365.78time_GC=30.204user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961300.56tasks_ready=1523tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1241size_allocation=14680064size_allocation_free=14680064size_heap=486539264size_heap_free_last_full_GC=7120044size_heap_free_last_GC=22740140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=367.42time_GC=30.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961301.16tasks_ready=1518tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1255size_allocation=386924544size_allocation_free=386924544size_heap=478150656size_heap_free_last_full_GC=6949132size_heap_free_last_GC=393500200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=1threads_wait_signal=1time_CPU=369.696time_GC=31.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961301.68tasks_ready=1491tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1260size_allocation=367001600size_allocation_free=367001600size_heap=478150656size_heap_free_last_full_GC=6949132size_heap_free_last_GC=374677068threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=372.588time_GC=31.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961302.18tasks_ready=1489tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1265size_allocation=340787200size_allocation_free=340787200size_heap=479199232size_heap_free_last_full_GC=6949132size_heap_free_last_GC=349758708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=375.228time_GC=31.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961302.69tasks_ready=1485tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1271size_allocation=315621376size_allocation_free=315621376size_heap=477102080size_heap_free_last_full_GC=6949132size_heap_free_last_GC=324342608threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=377.972time_GC=32.144user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961303.21tasks_ready=1478tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1277size_allocation=286261248size_allocation_free=286261248size_heap=478150656size_heap_free_last_full_GC=6949132size_heap_free_last_GC=293598220threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=380.52time_GC=32.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961303.71tasks_ready=1466tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1284size_allocation=269484032size_allocation_free=269484032size_heap=479199232size_heap_free_last_full_GC=6949132size_heap_free_last_GC=275696248threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=383.216time_GC=32.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961304.22tasks_ready=1461tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1292size_allocation=239075328size_allocation_free=239075328size_heap=477102080size_heap_free_last_full_GC=6949132size_heap_free_last_GC=246966700threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=386.04time_GC=32.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961304.72tasks_ready=1454tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1300size_allocation=208666624size_allocation_free=208666624size_heap=479199232size_heap_free_last_full_GC=6949132size_heap_free_last_GC=215346168threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=388.628time_GC=32.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961305.23tasks_ready=1422tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1309size_allocation=188743680size_allocation_free=188743680size_heap=476053504size_heap_free_last_full_GC=6949132size_heap_free_last_GC=194304764threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=391.236time_GC=33.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961305.73tasks_ready=1405tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1320size_allocation=159383552size_allocation_free=159383552size_heap=476053504size_heap_free_last_full_GC=6949132size_heap_free_last_GC=165383336threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=393.84time_GC=33.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961306.24tasks_ready=1394tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1332size_allocation=132120576size_allocation_free=132120576size_heap=476053504size_heap_free_last_full_GC=6949132size_heap_free_last_GC=138947112threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=396.292time_GC=33.624user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961306.76tasks_ready=1391tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1349size_allocation=83886080size_allocation_free=83886080size_heap=479199232size_heap_free_last_full_GC=6949132size_heap_free_last_GC=91565336threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=398.736time_GC=34.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961307.28tasks_ready=1390tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1372size_allocation=52428800size_allocation_free=52428800size_heap=480247808size_heap_free_last_full_GC=6949132size_heap_free_last_GC=61976728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=400.924time_GC=34.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961307.87tasks_ready=1376tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1406size_allocation=138412032size_allocation_free=138412032size_heap=204472320size_heap_free_last_full_GC=6426052size_heap_free_last_GC=6426052threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=402.388time_GC=35.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961308.37tasks_ready=1360tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1411size_allocation=369098752size_allocation_free=369098752size_heap=466616320size_heap_free_last_full_GC=6426052size_heap_free_last_GC=375227488threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=405.084time_GC=35.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961308.88tasks_ready=1355tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1417size_allocation=340787200size_allocation_free=340787200size_heap=466616320size_heap_free_last_full_GC=6426052size_heap_free_last_GC=348079864threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=408.116time_GC=35.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961309.38tasks_ready=1348tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1422size_allocation=325058560size_allocation_free=325058560size_heap=467664896size_heap_free_last_full_GC=6426052size_heap_free_last_GC=334595916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=410.508time_GC=35.828user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961309.88tasks_ready=1338tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1429size_allocation=291504128size_allocation_free=291504128size_heap=467664896size_heap_free_last_full_GC=6426052size_heap_free_last_GC=301731460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=413.428time_GC=36.028user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961310.39tasks_ready=1330tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1435size_allocation=272629760size_allocation_free=272629760size_heap=464519168size_heap_free_last_full_GC=6426052size_heap_free_last_GC=281640320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=415.9time_GC=36.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961310.89tasks_ready=1322tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1443size_allocation=245366784size_allocation_free=245366784size_heap=465567744size_heap_free_last_full_GC=6426052size_heap_free_last_GC=254819096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=418.824time_GC=36.352user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961311.39tasks_ready=1295tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1451size_allocation=221249536size_allocation_free=221249536size_heap=466616320size_heap_free_last_full_GC=6426052size_heap_free_last_GC=230327588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=421.384time_GC=36.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961311.9tasks_ready=1292tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1460size_allocation=190840832size_allocation_free=190840832size_heap=467664896size_heap_free_last_full_GC=6426052size_heap_free_last_GC=198896060threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=424.112time_GC=36.736user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961312.4tasks_ready=1288tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1470size_allocation=160432128size_allocation_free=160432128size_heap=467664896size_heap_free_last_full_GC=6426052size_heap_free_last_GC=167188316threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=426.608time_GC=36.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961312.91tasks_ready=1278tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1483size_allocation=131072000size_allocation_free=131072000size_heap=468713472size_heap_free_last_full_GC=6426052size_heap_free_last_GC=139483540threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=429.252time_GC=37.224user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961313.42tasks_ready=1272tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1498size_allocation=89128960size_allocation_free=89128960size_heap=468713472size_heap_free_last_full_GC=6426052size_heap_free_last_GC=96388980threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=431.584time_GC=37.556user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961313.93tasks_ready=1265tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1521size_allocation=56623104size_allocation_free=56623104size_heap=468713472size_heap_free_last_full_GC=6426052size_heap_free_last_GC=64579112threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=433.868time_GC=37.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961314.45tasks_ready=1263tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1561size_allocation=14680064size_allocation_free=14680064size_heap=469762048size_heap_free_last_full_GC=6426052size_heap_free_last_GC=21480300threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=435.688time_GC=38.452user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961315.01tasks_ready=1261tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1578size_allocation=393215984size_allocation_free=393215984size_heap=475004928size_heap_free_last_full_GC=5023100size_heap_free_last_GC=401715956threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=437.508time_GC=39.156user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961315.51tasks_ready=1256tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1583size_allocation=369098736size_allocation_free=369098736size_heap=476053504size_heap_free_last_full_GC=5023100size_heap_free_last_GC=377694652threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=440.228time_GC=39.288user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961316.02tasks_ready=1249tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1589size_allocation=343932912size_allocation_free=343932912size_heap=477102080size_heap_free_last_full_GC=5023100size_heap_free_last_GC=351727016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=443.144time_GC=39.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961316.53tasks_ready=1239tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1595size_allocation=321912816size_allocation_free=321912816size_heap=473956352size_heap_free_last_full_GC=5023100size_heap_free_last_GC=329958584threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=445.904time_GC=39.588user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961317.04tasks_ready=1234tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1602size_allocation=297795568size_allocation_free=297795568size_heap=476053504size_heap_free_last_full_GC=5023100size_heap_free_last_GC=305802568threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=448.92time_GC=39.744user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961317.56tasks_ready=1224tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1608size_allocation=269484016size_allocation_free=269484016size_heap=475004928size_heap_free_last_full_GC=5023100size_heap_free_last_GC=278955600threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=451.332time_GC=39.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961318.06tasks_ready=1211tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1616size_allocation=248512496size_allocation_free=248512496size_heap=477102080size_heap_free_last_full_GC=5023100size_heap_free_last_GC=257379640threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=454.292time_GC=40.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961318.56tasks_ready=1202tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1624size_allocation=225443824size_allocation_free=225443824size_heap=472907776size_heap_free_last_full_GC=5023100size_heap_free_last_GC=233310376threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=456.936time_GC=40.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961319.08tasks_ready=1196tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1633size_allocation=190840816size_allocation_free=190840816size_heap=473956352size_heap_free_last_full_GC=5023100size_heap_free_last_GC=198085184threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=459.532time_GC=40.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961319.58tasks_ready=1194tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1644size_allocation=156237808size_allocation_free=156237808size_heap=477102080size_heap_free_last_full_GC=5023100size_heap_free_last_GC=162942700threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=462.16time_GC=40.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961320.1tasks_ready=1190tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1657size_allocation=123731952size_allocation_free=123731952size_heap=477102080size_heap_free_last_full_GC=5023100size_heap_free_last_GC=130231512threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=464.756time_GC=41.024user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961320.61tasks_ready=1182tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1673size_allocation=91226096size_allocation_free=91226096size_heap=477102080size_heap_free_last_full_GC=5023100size_heap_free_last_GC=97267260threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=467.072time_GC=41.32user_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 99 theorems with assumptions (302 total) in the theory "Relation" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=291name=find_unused_assmselapsed=91.143 ML_statistics = :now=1477961321.12tasks_ready=1166tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1696size_allocation=52428784size_allocation_free=52428784size_heap=476053504size_heap_free_last_full_GC=5023100size_heap_free_last_GC=59715860threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=469.336time_GC=41.728user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961321.62tasks_ready=1147tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1739size_allocation=11534320size_allocation_free=11534320size_heap=478150656size_heap_free_last_full_GC=5023100size_heap_free_last_GC=18091584threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=470.892time_GC=42.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961322.23tasks_ready=1134tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1757size_allocation=378533080size_allocation_free=378533080size_heap=466616320size_heap_free_last_full_GC=6476208size_heap_free_last_GC=385476244threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=473.176time_GC=43.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961322.73tasks_ready=1117tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1762size_allocation=362804440size_allocation_free=362804440size_heap=469762048size_heap_free_last_full_GC=6476208size_heap_free_last_GC=371044028threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=475.68time_GC=43.2user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961323.24tasks_ready=1105tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1768size_allocation=338687192size_allocation_free=338687192size_heap=467664896size_heap_free_last_full_GC=6476208size_heap_free_last_GC=347721076threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=478.728time_GC=43.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961323.74tasks_ready=1089tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1774size_allocation=318764248size_allocation_free=318764248size_heap=466616320size_heap_free_last_full_GC=6476208size_heap_free_last_GC=327448812threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=481.504time_GC=43.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961324.24tasks_ready=1086tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1780size_allocation=290452696size_allocation_free=290452696size_heap=470810624size_heap_free_last_full_GC=6476208size_heap_free_last_GC=298491256threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=484.184time_GC=43.648user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961324.74tasks_ready=1081tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1786size_allocation=270529752size_allocation_free=270529752size_heap=467664896size_heap_free_last_full_GC=6476208size_heap_free_last_GC=278936320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=486.636time_GC=43.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961325.25tasks_ready=1067tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1794size_allocation=246412504size_allocation_free=246412504size_heap=470810624size_heap_free_last_full_GC=6476208size_heap_free_last_GC=254912504threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=489.564time_GC=43.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961325.75tasks_ready=1057tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1802size_allocation=221246680size_allocation_free=221246680size_heap=468713472size_heap_free_last_full_GC=6476208size_heap_free_last_GC=228494560threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=492.232time_GC=44.18user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961326.25tasks_ready=1049tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1811size_allocation=193983704size_allocation_free=193983704size_heap=469762048size_heap_free_last_full_GC=6476208size_heap_free_last_GC=201396480threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=494.832time_GC=44.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961326.75tasks_ready=1032tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1821size_allocation=163575000size_allocation_free=163575000size_heap=470810624size_heap_free_last_full_GC=6476208size_heap_free_last_GC=170160892threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=497.392time_GC=44.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961327.26tasks_ready=1028tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1833size_allocation=137360600size_allocation_free=137360600size_heap=470810624size_heap_free_last_full_GC=6476208size_heap_free_last_GC=144053696threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=499.96time_GC=44.84user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 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=98.057 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7796name=byelapsed=0.024 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6290name=byelapsed=0.105 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.026 ML_statistics = :now=1477961327.76tasks_ready=993tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1845size_allocation=119534808size_allocation_free=119534808size_heap=471859200size_heap_free_last_full_GC=6476208size_heap_free_last_GC=126885164threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=502.248time_GC=45.06user_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.597 ### preprocess-obtain graph ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### preprocess-process ### 0.003s elapsed time, 0.024s cpu time, 0.000s GC time ### Infering modes ### 0.003s 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.002s elapsed time, 0.012s 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 ML_statistics = :now=1477961328.27tasks_ready=982tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1860size_allocation=92271832size_allocation_free=92271832size_heap=470810624size_heap_free_last_full_GC=6476208size_heap_free_last_GC=99194236threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=504.7time_GC=45.356user_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=59.125 ### Infering modes ### 0.075s elapsed time, 0.392s cpu time, 0.056s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.020s 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 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.020 ML_statistics = :now=1477961328.77tasks_ready=977tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1879size_allocation=75494616size_allocation_free=75494616size_heap=471859200size_heap_free_last_full_GC=6476208size_heap_free_last_GC=81120864threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=507.108time_GC=45.62user_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 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.193 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.011s elapsed time, 0.040s cpu time, 0.020s GC time ### Infering modes ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.016s 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 ### Infering modes ### 0.079s elapsed time, 0.384s cpu time, 0.056s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.009s elapsed time, 0.032s cpu time, 0.016s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time 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.785 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.006s elapsed time, 0.032s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.008s elapsed time, 0.028s cpu time, 0.016s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Compiling equations.... ### 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=1477961329.28tasks_ready=973tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1906size_allocation=36697304size_allocation_free=36697304size_heap=471859200size_heap_free_last_full_GC=6476208size_heap_free_last_GC=45060432threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=509.248time_GC=46.06user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961329.9tasks_ready=966tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=1962size_allocation=1048576size_allocation_free=1048576size_heap=83886080size_heap_free_last_full_GC=7280692size_heap_free_last_GC=7280692threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=510.428time_GC=47.328user_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: 64 ms Depth: 5 ML_statistics = :now=1477961330.4tasks_ready=966tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=1968size_allocation=371195904size_allocation_free=371195904size_heap=468713472size_heap_free_last_full_GC=7280692size_heap_free_last_GC=378349892threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=512.84time_GC=47.464user_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: 48 ms Depth: 5 ### Infering modes ### 1.363s elapsed time, 6.604s cpu time, 1.540s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.058s elapsed time, 0.328s cpu time, 0.016s GC time ### Proving equations.... ### 0.048s elapsed time, 0.268s cpu time, 0.020s GC time ### Setting code equations.... ### 0.059s elapsed time, 0.336s cpu time, 0.036s GC time Depth 5: 5076 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.644 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... ML_statistics = :now=1477961330.9tasks_ready=958tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=1977size_allocation=332398592size_allocation_free=332398592size_heap=470810624size_heap_free_last_full_GC=7280692size_heap_free_last_GC=340763120threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=515.536time_GC=47.644user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 3304 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.170 ML_statistics = :now=1477961331.41tasks_ready=955tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=1984size_allocation=313524224size_allocation_free=313524224size_heap=463470592size_heap_free_last_full_GC=7280692size_heap_free_last_GC=322522292threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=518.272time_GC=47.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_Unguided_Attacker_Example.thyoffset=1300name=byelapsed=0.376 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.015 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: 256 ms Depth: 5 ML_statistics = :now=1477961331.92tasks_ready=951tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=1992size_allocation=272629760size_allocation_free=272629760size_heap=470810624size_heap_free_last_full_GC=7280692size_heap_free_last_GC=281144044threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=521.152time_GC=48.036user_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 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=0.720 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Infering modes ### 0.003s 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.002s elapsed time, 0.012s 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 ### Infering modes ### 0.061s elapsed time, 0.348s cpu time, 0.012s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s 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 ML_statistics = :now=1477961332.43tasks_ready=948tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2002size_allocation=255852544size_allocation_free=255852544size_heap=469762048size_heap_free_last_full_GC=7280692size_heap_free_last_GC=264484396threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=523.776time_GC=48.204user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961332.94tasks_ready=939tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2011size_allocation=239075328size_allocation_free=239075328size_heap=471859200size_heap_free_last_full_GC=7280692size_heap_free_last_GC=246968348threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=525.884time_GC=48.332user_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: 100 ms Depth: 5 [1 of 4] Compiling Typerep ( /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Typerep.hs, /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Typerep.o ) [2 of 4] Compiling Generated_Code ( /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Generated_Code.hs, /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Generated_Code.o ) [3 of 4] Compiling Narrowing_Engine ( /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Narrowing_Engine.hs, /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Narrowing_Engine.o ) [4 of 4] Compiling Main ( /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Main.hs, /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/Main.o ) Linking /tmp/isabelle-jenkins/process7107412448494222067/Quickcheck_Narrowing2984766/isabelle_quickcheck_narrowing ... ML_statistics = :now=1477961333.45tasks_ready=935tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2022size_allocation=212860928size_allocation_free=151221524size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=220763808threads_in_ML=5threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=528.16time_GC=48.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 [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=1477961333.95tasks_ready=932tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2035size_allocation=201326592size_allocation_free=201326592size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=209448648threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=530.316time_GC=48.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 10604 ms Depth: 6 ML_statistics = :now=1477961334.46tasks_ready=927tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2048size_allocation=185597952size_allocation_free=185597952size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=193717216threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=532.42time_GC=48.852user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961334.97tasks_ready=927tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2062size_allocation=150994944size_allocation_free=150994944size_heap=471859200size_heap_free_last_full_GC=7280692size_heap_free_last_GC=157985120threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=534.524time_GC=49.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961335.47tasks_ready=927tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2078size_allocation=113246208size_allocation_free=113246208size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=121226316threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=536.424time_GC=49.416user_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=1477961335.98tasks_ready=925tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2101size_allocation=91226112size_allocation_free=91226112size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=98272712threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=538.3time_GC=49.692user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961336.48tasks_ready=923tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2127size_allocation=75497472size_allocation_free=75497472size_heap=471859200size_heap_free_last_full_GC=7280692size_heap_free_last_GC=82640404threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=540.088time_GC=49.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961336.99tasks_ready=920tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2160size_allocation=47185920size_allocation_free=47185920size_heap=472907776size_heap_free_last_full_GC=7280692size_heap_free_last_GC=54197728threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=541.68time_GC=50.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961337.67tasks_ready=911tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2167size_allocation=405798912size_allocation_free=405798912size_heap=531628032size_heap_free_last_full_GC=4805448size_heap_free_last_GC=412816884threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=543.544time_GC=51.3user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961338.17tasks_ready=909tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2177size_allocation=392167424size_allocation_free=392167424size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=399611428threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=545.956time_GC=51.396user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961338.67tasks_ready=909tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2187size_allocation=378535936size_allocation_free=378535936size_heap=532676608size_heap_free_last_full_GC=4805448size_heap_free_last_GC=385366468threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=548.224time_GC=51.516user_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.603 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.011s elapsed time, 0.040s cpu time, 0.008s GC time ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.012s 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.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=1477961339.17tasks_ready=908tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2197size_allocation=369098752size_allocation_free=369098752size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=375513036threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=550.48time_GC=51.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961339.68tasks_ready=907tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2207size_allocation=356515840size_allocation_free=356515840size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=363625168threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=552.696time_GC=51.736user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.936s elapsed time, 4.380s cpu time, 0.204s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Compiling equations.... ### 0.057s elapsed time, 0.272s cpu time, 0.008s GC time ### Proving equations.... ### 0.049s elapsed time, 0.232s cpu time, 0.024s GC time ### Setting code equations.... ### 0.059s elapsed time, 0.276s cpu time, 0.036s GC time ML_statistics = :now=1477961340.18tasks_ready=907tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2217size_allocation=332398592size_allocation_free=332398592size_heap=530579456size_heap_free_last_full_GC=4805448size_heap_free_last_GC=338348708threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=554.824time_GC=51.888user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961340.68tasks_ready=902tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2228size_allocation=322961408size_allocation_free=322961408size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=331196532threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=557.004time_GC=52.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961341.18tasks_ready=902tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2240size_allocation=308281344size_allocation_free=308281344size_heap=532676608size_heap_free_last_full_GC=4805448size_heap_free_last_GC=316683360threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=559.196time_GC=52.18user_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: 8 ms Depth: 4 Depth 4: 2028 ms Depth: 5 ML_statistics = :now=1477961341.69tasks_ready=899tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2254size_allocation=299892736size_allocation_free=299892736size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=307795700threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=561.364time_GC=52.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961342.19tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2269size_allocation=292552704size_allocation_free=292552704size_heap=531628032size_heap_free_last_full_GC=4805448size_heap_free_last_GC=300385364threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=563.596time_GC=52.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961342.7tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2284size_allocation=283115520size_allocation_free=283115520size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=290246296threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=565.748time_GC=52.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961343.2tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2299size_allocation=267386880size_allocation_free=267386880size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=275252140threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=567.816time_GC=52.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961343.7tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2315size_allocation=255852544size_allocation_free=255852544size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=262462008threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=569.92time_GC=52.848user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961344.21tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2332size_allocation=250609664size_allocation_free=250609664size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=257764420threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=572.076time_GC=52.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961344.71tasks_ready=888tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2349size_allocation=241172480size_allocation_free=241172480size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=247462072threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=574.128time_GC=53.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961345.22tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2368size_allocation=235929600size_allocation_free=235929600size_heap=533725184size_heap_free_last_full_GC=4805448size_heap_free_last_GC=243827784threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=576.34time_GC=53.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961345.74tasks_ready=879tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2388size_allocation=228589568size_allocation_free=228589568size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=236715728threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=578.42time_GC=53.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961346.24tasks_ready=867tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2408size_allocation=222298112size_allocation_free=222298112size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=230005344threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=580.452time_GC=53.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961346.74tasks_ready=865tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2428size_allocation=216006656size_allocation_free=216006656size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=221132976threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=582.44time_GC=53.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961347.25tasks_ready=862tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2449size_allocation=207618048size_allocation_free=207618048size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=215072364threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=584.428time_GC=53.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961347.75tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2470size_allocation=202375168size_allocation_free=202375168size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=209009632threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=586.368time_GC=54.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961348.25tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2491size_allocation=200278016size_allocation_free=200278016size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=206362040threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=588.38time_GC=54.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961348.77tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2513size_allocation=200278016size_allocation_free=200278016size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=206171820threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=590.508time_GC=54.452user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961349.27tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2534size_allocation=196083712size_allocation_free=196083712size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=202817888threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=592.528time_GC=54.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961349.77tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2555size_allocation=197132288size_allocation_free=197132288size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=203654640threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=594.544time_GC=54.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 74244 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=17.873 ML_statistics = :now=1477961350.29tasks_ready=861tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2575size_allocation=193986560size_allocation_free=193986560size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=199284136threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=596.556time_GC=54.924user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961350.79tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2594size_allocation=186646528size_allocation_free=186646528size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=193556588threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=598.6time_GC=55.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961351.29tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2614size_allocation=177209344size_allocation_free=177209344size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=182599416threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=600.664time_GC=55.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961351.8tasks_ready=848tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2634size_allocation=169869312size_allocation_free=169869312size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=177389132threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=602.608time_GC=55.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961352.3tasks_ready=843tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2655size_allocation=159383552size_allocation_free=159383552size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=168065136threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=604.544time_GC=55.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961352.81tasks_ready=837tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2677size_allocation=152043520size_allocation_free=152043520size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=158801124threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=606.496time_GC=55.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961353.32tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2700size_allocation=144703488size_allocation_free=144703488size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=150934828threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=608.424time_GC=56.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961353.82tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2723size_allocation=124780544size_allocation_free=124780544size_heap=533725184size_heap_free_last_full_GC=4805448size_heap_free_last_GC=131403016threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=610.2time_GC=56.544user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961354.33tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2750size_allocation=114294784size_allocation_free=114294784size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=120986620threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=612.028time_GC=56.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961354.84tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2779size_allocation=110100480size_allocation_free=110100480size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=119264668threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=613.78time_GC=57.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961355.34tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2809size_allocation=110100480size_allocation_free=110100480size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=116555612threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=615.488time_GC=57.428user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961355.84tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2840size_allocation=110100480size_allocation_free=110100480size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=116236700threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=617.256time_GC=57.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961356.34tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2870size_allocation=110100480size_allocation_free=110100480size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=115921488threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=618.992time_GC=58.04user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961356.85tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2902size_allocation=105906176size_allocation_free=105906176size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=113470288threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=620.76time_GC=58.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961357.36tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2933size_allocation=105906176size_allocation_free=105906176size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=113175520threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=622.468time_GC=58.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961357.86tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2964size_allocation=105906176size_allocation_free=105906176size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=112930900threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=624.188time_GC=58.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961358.38tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2996size_allocation=102760448size_allocation_free=102760448size_heap=534773760size_heap_free_last_full_GC=4805448size_heap_free_last_GC=110472156threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=625.888time_GC=59.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961359.06tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3020size_allocation=395313152size_allocation_free=395313152size_heap=524288000size_heap_free_last_full_GC=6516672size_heap_free_last_GC=401799212threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=627.632time_GC=60.336user_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=1477961359.57tasks_ready=834tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3030size_allocation=389021696size_allocation_free=389021696size_heap=524288000size_heap_free_last_full_GC=6516672size_heap_free_last_GC=396201632threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=629.928time_GC=60.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961360.07tasks_ready=834tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3040size_allocation=379584512size_allocation_free=379584512size_heap=524288000size_heap_free_last_full_GC=6516672size_heap_free_last_GC=386973428threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=632.268time_GC=60.492user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961360.57tasks_ready=831tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3050size_allocation=373293056size_allocation_free=373293056size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=381706224threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=634.56time_GC=60.568user_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.120 ML_statistics = :now=1477961361.07tasks_ready=817tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3060size_allocation=370147328size_allocation_free=370147328size_heap=522190848size_heap_free_last_full_GC=6516672size_heap_free_last_GC=378346108threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=636.848time_GC=60.636user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961361.57tasks_ready=805tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3071size_allocation=352321536size_allocation_free=352321536size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=362143064threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=639.556time_GC=60.768user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961362.07tasks_ready=805tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3082size_allocation=337641472size_allocation_free=337641472size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=345804952threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=642.064time_GC=60.904user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961362.57tasks_ready=793tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3094size_allocation=320864256size_allocation_free=320864256size_heap=521142272size_heap_free_last_full_GC=6516672size_heap_free_last_GC=329219576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=644.688time_GC=61.068user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961363.08tasks_ready=783tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3107size_allocation=307232768size_allocation_free=307232768size_heap=522190848size_heap_free_last_full_GC=6516672size_heap_free_last_GC=315777320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=647.404time_GC=61.204user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961363.59tasks_ready=777tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3121size_allocation=292552704size_allocation_free=292552704size_heap=522190848size_heap_free_last_full_GC=6516672size_heap_free_last_GC=299578504threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=650.164time_GC=61.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961364.1tasks_ready=770tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3134size_allocation=277872640size_allocation_free=277872640size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=285362232threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=652.7time_GC=61.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961364.6tasks_ready=768tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3144size_allocation=262144000size_allocation_free=262144000size_heap=521142272size_heap_free_last_full_GC=6516672size_heap_free_last_GC=270074232threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=655.3time_GC=61.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961365.11tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3155size_allocation=205520896size_allocation_free=205520896size_heap=511705088size_heap_free_last_full_GC=6516672size_heap_free_last_GC=211788892threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=657.716time_GC=62.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961365.61tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3169size_allocation=175112192size_allocation_free=175112192size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=182527824threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=660.128time_GC=62.312user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961366.11tasks_ready=756tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3185size_allocation=154140672size_allocation_free=154140672size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=161977692threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=662.632time_GC=62.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961366.62tasks_ready=745tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3203size_allocation=134217728size_allocation_free=134217728size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=141385568threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=665.052time_GC=62.78user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961367.13tasks_ready=733tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3227size_allocation=111149056size_allocation_free=111149056size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=119063480threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=667.364time_GC=63.08user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961367.64tasks_ready=716tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3257size_allocation=93323264size_allocation_free=93323264size_heap=524288000size_heap_free_last_full_GC=6516672size_heap_free_last_GC=100489792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=669.504time_GC=63.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961368.15tasks_ready=708tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3290size_allocation=82837504size_allocation_free=82837504size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=88321612threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=671.532time_GC=63.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961368.66tasks_ready=693tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3329size_allocation=58720256size_allocation_free=58720256size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=66559784threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=673.428time_GC=64.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961369.17tasks_ready=687tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3377size_allocation=42991616size_allocation_free=42991616size_heap=523239424size_heap_free_last_full_GC=6516672size_heap_free_last_GC=50332884threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=675.02time_GC=64.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961369.79tasks_ready=676tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=12partial_GCs=3411size_allocation=396361704size_allocation_free=396361704size_heap=510656512size_heap_free_last_full_GC=4789528size_heap_free_last_GC=406021140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=676.716time_GC=65.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961370.64tasks_ready=658tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3420size_allocation=2038112size_allocation_free=2038112size_heap=202375168size_heap_free_last_full_GC=5582676size_heap_free_last_GC=5582676threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=679.372time_GC=67.556user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961372.7tasks_ready=653tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3424size_allocation=535763296size_allocation_free=535763296size_heap=962592768size_heap_free_last_full_GC=5582676size_heap_free_last_GC=545444352threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=681.772time_GC=70.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961377.1tasks_ready=652tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3429size_allocation=273305316size_allocation_free=273305316size_heap=1159725056size_heap_free_last_full_GC=3590516size_heap_free_last_GC=282975572threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=684.116time_GC=79.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961382.14tasks_ready=639tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3438size_allocation=218779364size_allocation_free=218779364size_heap=1613758464size_heap_free_last_full_GC=3590516size_heap_free_last_GC=225971016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=686.392time_GC=86.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961384.5tasks_ready=629tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3446size_allocation=513429220size_allocation_free=513429220size_heap=2019557376size_heap_free_last_full_GC=3590516size_heap_free_last_GC=520851200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=688.784time_GC=88.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961385.01tasks_ready=597tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3453size_allocation=513429220size_allocation_free=513429220size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=521548988threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=691.46time_GC=88.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961385.52tasks_ready=586tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3461size_allocation=498749156size_allocation_free=498749156size_heap=2041577472size_heap_free_last_full_GC=3590516size_heap_free_last_GC=506047596threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=694.252time_GC=88.856user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961386.02tasks_ready=582tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3469size_allocation=479874788size_allocation_free=479874788size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=487025432threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=696.808time_GC=89.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961386.53tasks_ready=570tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3477size_allocation=468340452size_allocation_free=468340452size_heap=2041577472size_heap_free_last_full_GC=3590516size_heap_free_last_GC=474914344threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=699.352time_GC=89.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961387.03tasks_ready=558tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3486size_allocation=446320356size_allocation_free=446320356size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=453849452threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=702.22time_GC=89.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961387.55tasks_ready=557tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3495size_allocation=433737444size_allocation_free=433737444size_heap=2042626048size_heap_free_last_full_GC=3590516size_heap_free_last_GC=441273092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=704.888time_GC=89.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961388.07tasks_ready=543tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3504size_allocation=412765924size_allocation_free=412765924size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=420277776threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=707.54time_GC=89.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961388.59tasks_ready=526tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3513size_allocation=390745828size_allocation_free=390745828size_heap=2038431744size_heap_free_last_full_GC=3590516size_heap_free_last_GC=396495196threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=710.112time_GC=90.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961389.11tasks_ready=524tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3522size_allocation=375017188size_allocation_free=375017188size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=383761128threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=712.552time_GC=90.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961389.61tasks_ready=509tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3532size_allocation=357191396size_allocation_free=357191396size_heap=2041577472size_heap_free_last_full_GC=3590516size_heap_free_last_GC=364788988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=715.156time_GC=90.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961390.12tasks_ready=504tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3543size_allocation=333074148size_allocation_free=333074148size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=341323144threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=717.712time_GC=90.82user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961390.62tasks_ready=493tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3555size_allocation=315248356size_allocation_free=315248356size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=322313836threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=720.12time_GC=91.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961391.13tasks_ready=482tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3568size_allocation=298471140size_allocation_free=298471140size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=306019952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=722.612time_GC=91.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961391.63tasks_ready=473tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3581size_allocation=282742500size_allocation_free=282742500size_heap=2044723200size_heap_free_last_full_GC=3590516size_heap_free_last_GC=289569384threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=725.04time_GC=91.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961392.15tasks_ready=445tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3595size_allocation=265965284size_allocation_free=265965284size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=273130476threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=727.484time_GC=91.892user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961392.65tasks_ready=431tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3609size_allocation=244993764size_allocation_free=244993764size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=252764612threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=729.78time_GC=92.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961393.16tasks_ready=421tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3625size_allocation=224022244size_allocation_free=224022244size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=231329380threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=732.184time_GC=92.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961393.66tasks_ready=399tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3641size_allocation=207245028size_allocation_free=207245028size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=215200220threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=734.444time_GC=92.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961394.17tasks_ready=393tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3658size_allocation=190467812size_allocation_free=190467812size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=198631420threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=736.716time_GC=93.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961394.68tasks_ready=389tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3673size_allocation=160059108size_allocation_free=160059108size_heap=2037383168size_heap_free_last_full_GC=3590516size_heap_free_last_GC=167084144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=739.028time_GC=93.588user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961395.2tasks_ready=378tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3692size_allocation=102387428size_allocation_free=102387428size_heap=2040528896size_heap_free_last_full_GC=3590516size_heap_free_last_GC=111167428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=741.168time_GC=94.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961395.72tasks_ready=364tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3718size_allocation=65687268size_allocation_free=65687268size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=72778052threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=742.956time_GC=94.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961396.24tasks_ready=338tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3755size_allocation=27938532size_allocation_free=27938532size_heap=2043674624size_heap_free_last_full_GC=3590516size_heap_free_last_GC=35249592threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=744.412time_GC=95.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961397.13tasks_ready=338tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3822size_allocation=1048576size_allocation_free=1048576size_heap=117440512size_heap_free_last_full_GC=8085188size_heap_free_last_GC=8085188threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=744.924time_GC=98.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961397.63tasks_ready=332tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3823size_allocation=1236271104size_allocation_free=1236271104size_heap=1354760192size_heap_free_last_full_GC=8085188size_heap_free_last_GC=1007058260threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=746.576time_GC=98.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961398.13tasks_ready=308tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3825size_allocation=2057306112size_allocation_free=2057306112size_heap=2182086656size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2065280496threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=750.748time_GC=98.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961398.63tasks_ready=277tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3826size_allocation=2122317824size_allocation_free=2122317824size_heap=2255486976size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2129504536threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=752.624time_GC=98.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961399.16tasks_ready=258tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3828size_allocation=2230321152size_allocation_free=2230321152size_heap=2399141888size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2240117528threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=756.504time_GC=98.432user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961399.66tasks_ready=227tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3829size_allocation=2300575744size_allocation_free=2300575744size_heap=2470445056size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2307088664threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=758.5time_GC=98.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961400.16tasks_ready=215tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3830size_allocation=2373976064size_allocation_free=2373976064size_heap=2549088256size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2382847656threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=760.548time_GC=98.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961400.66tasks_ready=189tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3832size_allocation=2532311040size_allocation_free=2532311040size_heap=2714763264size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2540633936threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=765.06time_GC=98.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961401.16tasks_ready=186tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3833size_allocation=2612002816size_allocation_free=2612002816size_heap=2800746496size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2621077436threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=767.308time_GC=98.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961401.66tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3834size_allocation=2694840320size_allocation_free=2694840320size_heap=2888826880size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2703290604threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=769.552time_GC=98.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961402.16tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3836size_allocation=2868903936size_allocation_free=2868903936size_heap=3071279104size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2877715556threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=773.256time_GC=98.66user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961402.66tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3837size_allocation=3004170240size_allocation_free=3004170240size_heap=3207593984size_heap_free_last_full_GC=8085188size_heap_free_last_GC=2969062332threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=775.128time_GC=98.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961403.17tasks_ready=177tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3839size_allocation=3140485120size_allocation_free=3140485120size_heap=3371171840size_heap_free_last_full_GC=8085188size_heap_free_last_GC=3148504276threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=779.152time_GC=98.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961404.15tasks_ready=169tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3840size_allocation=1026555904size_allocation_free=1026555904size_heap=1142947840size_heap_free_last_full_GC=5691800size_heap_free_last_GC=5691800threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=781.132time_GC=100.648user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961406.73tasks_ready=152tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3845size_allocation=758120448size_allocation_free=758120448size_heap=1396703232size_heap_free_last_full_GC=5691800size_heap_free_last_GC=769438500threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=785.08time_GC=104.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961410.81tasks_ready=149tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=17partial_GCs=3846size_allocation=1492379840size_allocation_free=1492379840size_heap=2606759936size_heap_free_last_full_GC=4964740size_heap_free_last_GC=978604352threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=786.76time_GC=117.9user_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=137.406 ML_statistics = :now=1477961412.86tasks_ready=61tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=17partial_GCs=3849size_allocation=1391716544size_allocation_free=1391716544size_heap=2848980992size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1396883908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=790.224time_GC=120.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961413.36tasks_ready=49tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=17partial_GCs=3852size_allocation=1384376512size_allocation_free=1384376512size_heap=2850029568size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1389652736threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=793.196time_GC=120.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961413.86tasks_ready=28tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=17partial_GCs=3855size_allocation=1373890752size_allocation_free=1373890752size_heap=2847932416size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1381509260threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=796.192time_GC=120.44user_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.023 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7507name=applyelapsed=0.011 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3199name=showelapsed=0.010 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3753name=applyelapsed=0.015 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3577name=applyelapsed=0.015 ML_statistics = :now=1477961414.36tasks_ready=8tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=17partial_GCs=3858size_allocation=1362356416size_allocation_free=1362356416size_heap=2848980992size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1371883588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=799.096time_GC=120.512user_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=3000name=byelapsed=0.216 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3120name=byelapsed=0.221 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3326name=byelapsed=0.218 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2754name=byelapsed=0.216 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3154name=byelapsed=0.220 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2917name=byelapsed=0.294 ML_statistics = :now=1477961414.86tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3860size_allocation=1358162112size_allocation_free=1358162112size_heap=2850029568size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1367517236threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=801.036time_GC=120.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961415.37tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3862size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366444120threads_in_ML=2threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=802.056time_GC=120.58user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961415.87tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3865size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366437928threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=803.364time_GC=120.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961416.37tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3867size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366432156threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=804.252time_GC=120.644user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961416.87tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3869size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366424908threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=805.12time_GC=120.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961417.37tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3871size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366417700threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.016time_GC=120.696user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961417.87tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3873size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366407484threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.896time_GC=120.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961418.38tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3876size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366397084threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=808.164time_GC=120.756user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961418.88tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3878size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366387652threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.024time_GC=120.784user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961419.39tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3880size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366382868threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.896time_GC=120.808user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961419.89tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3882size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366378784threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=810.764time_GC=120.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961420.4tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3884size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366370380threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=811.632time_GC=120.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961420.91tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3887size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366360620threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=812.94time_GC=120.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961421.42tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3889size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366353248threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=813.824time_GC=120.924user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961421.92tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3891size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366346304threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=814.68time_GC=120.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961422.42tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3893size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366341000threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=815.536time_GC=120.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961422.93tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3896size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366328940threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=816.836time_GC=121.016user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961423.44tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3898size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366321816threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=817.712time_GC=121.044user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961423.95tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3900size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366316120threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.592time_GC=121.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961424.46tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3902size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366306820threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=819.464time_GC=121.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961424.97tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3904size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366297712threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=820.34time_GC=121.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961425.47tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3907size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366288012threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.648time_GC=121.156user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961425.98tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3909size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366280488threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=822.5time_GC=121.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961426.48tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3911size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366273532threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=823.368time_GC=121.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961426.99tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3913size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366266792threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=824.232time_GC=121.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961427.49tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3916size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366255868threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=825.54time_GC=121.272user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961428tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3918size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366248156threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=826.42time_GC=121.296user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961428.51tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3920size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366241488threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=827.296time_GC=121.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961429.02tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3922size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366235532threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=828.176time_GC=121.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961429.53tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3924size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366229008threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=829.056time_GC=121.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961430.04tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=17partial_GCs=3927size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366216800threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=830.352time_GC=121.412user_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=134.603 ML_statistics = :now=1477961430.54tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3928size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366212760threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=830.776time_GC=121.424user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961431.04tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3929size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366211156threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=831.272time_GC=121.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961431.55tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3930size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366208660threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=831.756time_GC=121.452user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961432.05tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3931size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366207112threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=832.252time_GC=121.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961432.55tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3932size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366205204threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=832.732time_GC=121.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961433.05tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3933size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366199584threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=833.232time_GC=121.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961433.55tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3934size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366198364threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=833.708time_GC=121.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961434.05tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3935size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366193432threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=834.208time_GC=121.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961434.56tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3936size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366189928threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=834.652time_GC=121.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961435.06tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3937size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366187616threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=835.152time_GC=121.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961435.56tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3938size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366185700threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=835.636time_GC=121.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961436.07tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3939size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366184884threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=836.136time_GC=121.58user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961436.57tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3940size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366183420threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=836.624time_GC=121.592user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961437.07tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3941size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366181512threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=837.124time_GC=121.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961437.57tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3942size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366180312threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=837.616time_GC=121.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961438.08tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3943size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366178704threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=838.116time_GC=121.632user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477961438.59tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=17partial_GCs=3944size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366176280threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=838.604time_GC=121.648user_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 ML_statistics = :now=1477961439.09tasks_ready=0tasks_pending=0tasks_running=0tasks_passive=0tasks_urgent=0workers_total=12workers_active=0workers_waiting=0full_GCs=17partial_GCs=3945size_allocation=1357113536size_allocation_free=1357113536size_heap=2852126720size_heap_free_last_full_GC=4964740size_heap_free_last_GC=1366173948threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=839.096time_GC=121.664user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 *** Interrupt