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 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=115name=theoryelapsed=0.106 ### theory "Find_Unused_Assms_Examples" ### 0.114s elapsed time, 0.324s cpu time, 0.000s GC time command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=2522name=setupelapsed=0.040 Proofs for inductive predicate(s) "less_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=5997name=inductiveelapsed=0.022 Proofs for inductive predicate(s) "less_eq_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6363name=inductiveelapsed=0.016 ML_statistics = :now=1482799526.02tasks_ready=1042tasks_pending=5tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=1size_allocation=524288000size_allocation_free=524288000size_heap=536870912size_heap_free_last_full_GC=0size_heap_free_last_GC=533332520threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=3.32time_GC=0.032user_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=7322name=code_predelapsed=0.075 ### 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.389s elapsed time, 1.924s cpu time, 0.032s 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 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.181 ### theory "Predicate_Compile_Quickcheck" ### 0.246s elapsed time, 1.452s cpu time, 0.000s GC time Loading theory "Needham_Schroeder_Base" (required by "Needham_Schroeder_No_Attacker_Example") loading_theory = Needham_Schroeder_Base command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1name=theoryelapsed=0.062 ML_statistics = :now=1482799526.53tasks_ready=1045tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=2size_allocation=1032847360size_allocation_free=1032847360size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=1041501400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=5.148time_GC=0.084user_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.408 ML_statistics = :now=1482799527.04tasks_ready=1041tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=4size_allocation=1010827264size_allocation_free=1010827264size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=1020706332threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=8.236time_GC=0.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=261name=datatypeelapsed=0.405 Found termination order: "{}" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=303name=funelapsed=0.039 ML_statistics = :now=1482799527.57tasks_ready=1024tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=6size_allocation=996147200size_allocation_free=996147200size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=1005929116threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=11.18time_GC=0.288user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799528.07tasks_ready=1019tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=8size_allocation=978321408size_allocation_free=978321408size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=986597088threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=14.176time_GC=0.412user_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.835 Proofs for inductive predicate(s) "partsp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=669name=inductive_setelapsed=0.072 Proofs for inductive predicate(s) "analzp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=961name=inductive_setelapsed=0.093 Proofs for inductive predicate(s) "synthp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1281name=inductive_setelapsed=0.074 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1598name=primrecelapsed=0.011 ML_statistics = :now=1482799528.57tasks_ready=1015tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=10size_allocation=966787072size_allocation_free=966787072size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=976036068threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=16.992time_GC=0.492user_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.682 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1992name=primrecelapsed=0.020 ML_statistics = :now=1482799529.07tasks_ready=1009tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=12size_allocation=939524096size_allocation_free=939524096size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=948380916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=19.756time_GC=0.616user_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=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.075 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=5929name=lemmaelapsed=0.018 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6236name=code_predelapsed=0.022 ### theory "Needham_Schroeder_Base" ### 2.884s elapsed time, 16.788s cpu time, 0.576s GC time Loading theory "Needham_Schroeder_Guided_Attacker_Example" loading_theory = Needham_Schroeder_Guided_Attacker_Example command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1name=theoryelapsed=0.063 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.181 ### Infering modes ### 0.041s elapsed time, 0.240s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.015s elapsed time, 0.088s 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.072 ML_statistics = :now=1482799529.57tasks_ready=1011tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=14size_allocation=931135488size_allocation_free=931135488size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=939855572threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=22.564time_GC=0.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.094s elapsed time, 0.568s cpu time, 0.000s GC time ### Compiling equations.... ### 0.047s elapsed time, 0.244s cpu time, 0.040s GC time ### Proving equations.... ### 0.009s elapsed time, 0.044s cpu time, 0.000s GC time ### Setting code equations.... ### 0.011s elapsed time, 0.068s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1612name=code_predelapsed=0.163 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=2360name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Guided_Attacker_Example" ### 0.506s elapsed time, 2.936s cpu time, 0.096s GC time Loading theory "Needham_Schroeder_No_Attacker_Example" loading_theory = Needham_Schroeder_No_Attacker_Example 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.114 ### Infering modes ### 0.045s elapsed time, 0.228s cpu time, 0.052s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.010s elapsed time, 0.060s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s 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.063 ### Infering modes ### 0.071s elapsed time, 0.424s cpu time, 0.000s GC time ML_statistics = :now=1482799530.07tasks_ready=1010tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=16size_allocation=918552576size_allocation_free=918552576size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=927944428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=25.352time_GC=0.808user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Compiling equations.... ### 0.022s elapsed time, 0.136s cpu time, 0.000s GC time ### Proving equations.... ### 0.006s elapsed time, 0.036s cpu time, 0.000s GC time ### Setting code equations.... ### 0.007s elapsed time, 0.044s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1074name=code_predelapsed=0.107 ### theory "Needham_Schroeder_No_Attacker_Example" ### 0.366s elapsed time, 2.148s 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.063 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=90name=inductive_setelapsed=0.147 ### Infering modes ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Infering modes ### 0.030s elapsed time, 0.180s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.011s elapsed time, 0.064s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1245name=code_predelapsed=0.063 ### Infering modes ### 0.093s elapsed time, 0.516s cpu time, 0.040s GC time ### Compiling equations.... ### 0.026s elapsed time, 0.160s cpu time, 0.000s GC time ### Proving equations.... ### 0.007s elapsed time, 0.040s cpu time, 0.000s GC time ### Setting code equations.... ### 0.008s elapsed time, 0.048s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1363name=code_predelapsed=0.135 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2114name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Unguided_Attacker_Example" ### 0.435s elapsed time, 2.516s cpu time, 0.092s GC time ML_statistics = :now=1482799530.58tasks_ready=1504tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=18size_allocation=899678208size_allocation_free=899678208size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=907866528threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=28.108time_GC=0.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799531.08tasks_ready=1494tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=20size_allocation=879755264size_allocation_free=879755264size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=887770308threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=30.704time_GC=1.004user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799531.59tasks_ready=1493tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=23size_allocation=873463808size_allocation_free=873463808size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=881882492threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=34.64time_GC=1.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799532.09tasks_ready=1475tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=25size_allocation=860880896size_allocation_free=860880896size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=870918084threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=37.156time_GC=1.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799532.6tasks_ready=1469tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=27size_allocation=846200832size_allocation_free=846200832size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=854566732threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=39.608time_GC=1.26user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799533.12tasks_ready=1429tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=29size_allocation=831520768size_allocation_free=831520768size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=838765692threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=42.088time_GC=1.348user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799533.64tasks_ready=1421tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=32size_allocation=803209216size_allocation_free=803209216size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=811552052threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=45.744time_GC=1.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799534.16tasks_ready=1420tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=34size_allocation=796917760size_allocation_free=796917760size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=804641328threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=48.08time_GC=1.644user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799534.66tasks_ready=1401tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=37size_allocation=780140544size_allocation_free=780140544size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=788591604threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=51.276time_GC=1.78user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799535.16tasks_ready=1389tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=40size_allocation=761266176size_allocation_free=761266176size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=769470320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=54.344time_GC=1.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799535.67tasks_ready=1382tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=42size_allocation=752877568size_allocation_free=752877568size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=760057780threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=56.344time_GC=1.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799536.19tasks_ready=1355tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=45size_allocation=715128832size_allocation_free=715128832size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=721908096threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=59.288time_GC=2.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799536.72tasks_ready=1339tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=49size_allocation=706740224size_allocation_free=706740224size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=713595708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=62.992time_GC=2.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799537.23tasks_ready=1319tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=52size_allocation=693108736size_allocation_free=693108736size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=700156044threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=65.792time_GC=2.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799537.74tasks_ready=1311tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=55size_allocation=681574400size_allocation_free=681574400size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=689431416threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=68.528time_GC=2.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799538.25tasks_ready=1277tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=58size_allocation=666894336size_allocation_free=666894336size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=674154232threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=71.188time_GC=2.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799538.75tasks_ready=1266tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=61size_allocation=655360000size_allocation_free=655360000size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=662131024threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=73.848time_GC=2.712user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799539.26tasks_ready=1260tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=64size_allocation=646971392size_allocation_free=646971392size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=653251556threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=76.464time_GC=2.804user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799539.77tasks_ready=1246tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=68size_allocation=629145600size_allocation_free=629145600size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=634900620threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=79.788time_GC=2.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799540.28tasks_ready=1234tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=71size_allocation=615514112size_allocation_free=615514112size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=621822288threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=82.212time_GC=3.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799540.78tasks_ready=1221tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=74size_allocation=613416960size_allocation_free=613416960size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=621031484threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=84.6time_GC=3.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799541.29tasks_ready=1208tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=78size_allocation=600834048size_allocation_free=600834048size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=606250576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=87.88time_GC=3.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799541.79tasks_ready=1178tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=81size_allocation=585105408size_allocation_free=585105408size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=590503984threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=90.192time_GC=3.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799542.3tasks_ready=1178tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=85size_allocation=571473920size_allocation_free=571473920size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=576691276threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=93.304time_GC=3.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799542.8tasks_ready=1174tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=89size_allocation=555745280size_allocation_free=555745280size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=561928456threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=96.2time_GC=3.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799543.33tasks_ready=1166tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=93size_allocation=542113792size_allocation_free=542113792size_heap=1034944512size_heap_free_last_full_GC=0size_heap_free_last_GC=548673744threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=99.084time_GC=3.8user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799543.84tasks_ready=1153tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=97size_allocation=511705088size_allocation_free=511705088size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=518097108threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=101.752time_GC=3.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799544.34tasks_ready=1148tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=101size_allocation=489684992size_allocation_free=489684992size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=495023460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=104.388time_GC=4.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799544.86tasks_ready=1138tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=105size_allocation=481296384size_allocation_free=481296384size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=485849196threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=106.94time_GC=4.252user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799545.37tasks_ready=1127tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=109size_allocation=464519168size_allocation_free=464519168size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=470272004threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=109.372time_GC=4.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799545.87tasks_ready=1104tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=114size_allocation=446693376size_allocation_free=446693376size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=454414952threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=112.46time_GC=4.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799546.38tasks_ready=1098tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=119size_allocation=425721856size_allocation_free=425721856size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=433255528threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=115.232time_GC=4.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799546.92tasks_ready=1098tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=124size_allocation=402653184size_allocation_free=402653184size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=409287864threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=117.996time_GC=4.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799547.43tasks_ready=1098tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=129size_allocation=386924544size_allocation_free=386924544size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=393413084threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=120.58time_GC=5.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799547.93tasks_ready=1097tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=134size_allocation=362807296size_allocation_free=362807296size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=369512608threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=123.092time_GC=5.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799548.45tasks_ready=1092tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=140size_allocation=338690048size_allocation_free=338690048size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=345319072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=125.724time_GC=5.664user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799548.95tasks_ready=1075tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=146size_allocation=315621376size_allocation_free=315621376size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=322720324threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=128.244time_GC=5.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799549.46tasks_ready=1063tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=152size_allocation=301989888size_allocation_free=301989888size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=310257664threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=130.592time_GC=6.068user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799549.96tasks_ready=1057tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=159size_allocation=283115520size_allocation_free=283115520size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=290145948threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=133.204time_GC=6.268user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799550.48tasks_ready=1056tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=166size_allocation=260046848size_allocation_free=260046848size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=267618596threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=135.648time_GC=6.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799551tasks_ready=1053tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=174size_allocation=241172480size_allocation_free=241172480size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=249228608threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=138.364time_GC=6.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799551.57tasks_ready=1049tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=183size_allocation=216006656size_allocation_free=216006656size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=223017336threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=141.032time_GC=7.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799552.11tasks_ready=1045tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=193size_allocation=198180864size_allocation_free=198180864size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=206136096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=143.524time_GC=7.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799552.62tasks_ready=1039tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=203size_allocation=180355072size_allocation_free=180355072size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=187781320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=145.816time_GC=7.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799553.12tasks_ready=1034tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=213size_allocation=168820736size_allocation_free=168820736size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=175788136threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=147.976time_GC=7.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799553.64tasks_ready=1029tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=225size_allocation=149946368size_allocation_free=149946368size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=157362164threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=150.248time_GC=8.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799554.16tasks_ready=1027tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=238size_allocation=132120576size_allocation_free=132120576size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=139334112threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=152.496time_GC=8.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799554.69tasks_ready=1017tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=253size_allocation=114294784size_allocation_free=114294784size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=121640580threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=154.712time_GC=9.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799555.22tasks_ready=1016tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=269size_allocation=98566144size_allocation_free=98566144size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=104589976threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=156.748time_GC=9.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799555.78tasks_ready=1015tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=288size_allocation=78643200size_allocation_free=78643200size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=86261420threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=158.776time_GC=10.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799556.29tasks_ready=1015tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=308size_allocation=61865984size_allocation_free=61865984size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=68911576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=160.468time_GC=10.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799556.81tasks_ready=1014tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=332size_allocation=39845888size_allocation_free=39845888size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=48508168threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=161.896time_GC=11.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799557.35tasks_ready=1013tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=364size_allocation=22020096size_allocation_free=22020096size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=29853840threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=163.008time_GC=11.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799557.89tasks_ready=1013tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=403size_allocation=8388608size_allocation_free=8388608size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=15233132threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=163.684time_GC=12.868user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799558.66tasks_ready=1013tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=441size_allocation=261095424size_allocation_free=261095424size_heap=319815680size_heap_free_last_full_GC=6581076size_heap_free_last_GC=6581076threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=163.92time_GC=14.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799559.17tasks_ready=1011tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=444size_allocation=803209216size_allocation_free=803209216size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=810421660threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=166.86time_GC=14.708user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799559.68tasks_ready=1009tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=447size_allocation=795869184size_allocation_free=795869184size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=805311092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=169.756time_GC=14.788user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799560.18tasks_ready=1007tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=450size_allocation=785383424size_allocation_free=785383424size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=794969100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=172.608time_GC=14.868user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799560.68tasks_ready=1005tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=453size_allocation=780140544size_allocation_free=780140544size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=789077156threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=175.456time_GC=14.936user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799561.18tasks_ready=999tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=456size_allocation=765460480size_allocation_free=765460480size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=775378016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=178.272time_GC=15.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799561.69tasks_ready=992tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=459size_allocation=756023296size_allocation_free=756023296size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=764007284threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=181.152time_GC=15.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799562.19tasks_ready=984tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=462size_allocation=746586112size_allocation_free=746586112size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=755946772threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=183.852time_GC=15.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799562.69tasks_ready=980tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=465size_allocation=727711744size_allocation_free=727711744size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=736519740threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=186.54time_GC=15.284user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799563.2tasks_ready=975tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=468size_allocation=721420288size_allocation_free=721420288size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=730642564threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=189.12time_GC=15.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799563.7tasks_ready=962tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=471size_allocation=715128832size_allocation_free=715128832size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=724118104threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=191.724time_GC=15.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799564.21tasks_ready=960tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=474size_allocation=705691648size_allocation_free=705691648size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=715433544threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=194.528time_GC=15.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799564.73tasks_ready=950tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=478size_allocation=683671552size_allocation_free=683671552size_heap=864026624size_heap_free_last_full_GC=6581076size_heap_free_last_GC=691956868threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=198.128time_GC=15.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799565.25tasks_ready=938tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=481size_allocation=668991488size_allocation_free=668991488size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=678382104threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=200.776time_GC=15.764user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799565.75tasks_ready=929tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=484size_allocation=659554304size_allocation_free=659554304size_heap=868220928size_heap_free_last_full_GC=6581076size_heap_free_last_GC=668189324threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=203.368time_GC=15.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 0 theorems with (potentially) superfluous assumptions: Checked 61 theorems with assumptions (193 total) in the theory "Real" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=179name=find_unused_assmselapsed=40.012 ML_statistics = :now=1482799566.27tasks_ready=1034tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=487size_allocation=633339904size_allocation_free=633339904size_heap=868220928size_heap_free_last_full_GC=6581076size_heap_free_last_GC=641594388threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=206.024time_GC=15.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799566.78tasks_ready=1032tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=490size_allocation=623902720size_allocation_free=623902720size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=632438948threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=208.72time_GC=16.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799567.28tasks_ready=1028tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=493size_allocation=617611264size_allocation_free=617611264size_heap=866123776size_heap_free_last_full_GC=6581076size_heap_free_last_GC=627043060threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=211.584time_GC=16.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799567.79tasks_ready=1015tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=496size_allocation=603979776size_allocation_free=603979776size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=612860884threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=214.384time_GC=16.264user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799568.29tasks_ready=1011tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=500size_allocation=588251136size_allocation_free=588251136size_heap=862978048size_heap_free_last_full_GC=6581076size_heap_free_last_GC=595136176threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=217.564time_GC=16.428user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799568.79tasks_ready=986tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=503size_allocation=576716800size_allocation_free=576716800size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=585896988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=219.82time_GC=16.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799569.3tasks_ready=977tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=507size_allocation=555745280size_allocation_free=555745280size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=564743112threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=222.868time_GC=16.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799569.8tasks_ready=971tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=510size_allocation=548405248size_allocation_free=548405248size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=556383160threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=225.556time_GC=16.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799570.3tasks_ready=937tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=513size_allocation=542113792size_allocation_free=542113792size_heap=872415232size_heap_free_last_full_GC=6581076size_heap_free_last_GC=551111504threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=228.168time_GC=16.76user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799570.8tasks_ready=932tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=517size_allocation=531628032size_allocation_free=531628032size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=540807644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=231.556time_GC=16.864user_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 (216 total) in the theory "Divides" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=131name=find_unused_assmselapsed=45.294 ML_statistics = :now=1482799571.31tasks_ready=1906tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=520size_allocation=519045120size_allocation_free=519045120size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=527070080threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=234.108time_GC=16.96user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799571.81tasks_ready=1903tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=523size_allocation=503316480size_allocation_free=503316480size_heap=868220928size_heap_free_last_full_GC=6581076size_heap_free_last_GC=510404144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=236.528time_GC=17.06user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799572.31tasks_ready=1898tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=527size_allocation=497025024size_allocation_free=497025024size_heap=866123776size_heap_free_last_full_GC=6581076size_heap_free_last_GC=505087408threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=239.448time_GC=17.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799572.81tasks_ready=1856tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=531size_allocation=485490688size_allocation_free=485490688size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=493970252threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=242.08time_GC=17.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799573.32tasks_ready=1847tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=536size_allocation=463470592size_allocation_free=463470592size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=471170096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=245.284time_GC=17.436user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799573.82tasks_ready=1842tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=540size_allocation=456130560size_allocation_free=456130560size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=464301504threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=247.852time_GC=17.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799574.35tasks_ready=1836tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=545size_allocation=430964736size_allocation_free=430964736size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=437743016threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=250.792time_GC=17.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799574.88tasks_ready=1825tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=549size_allocation=418381824size_allocation_free=418381824size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=425878148threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=253.108time_GC=17.84user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799575.38tasks_ready=1819tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=554size_allocation=404750336size_allocation_free=404750336size_heap=868220928size_heap_free_last_full_GC=6581076size_heap_free_last_GC=410907460threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=255.892time_GC=17.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799575.88tasks_ready=1817tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=559size_allocation=386924544size_allocation_free=386924544size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=393025136threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=258.524time_GC=18.156user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799576.38tasks_ready=1808tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=564size_allocation=371195904size_allocation_free=371195904size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=378800492threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=261.1time_GC=18.296user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799576.9tasks_ready=1803tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=570size_allocation=347078656size_allocation_free=347078656size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=354241372threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=263.924time_GC=18.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799577.41tasks_ready=1800tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=576size_allocation=330301440size_allocation_free=330301440size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=337595980threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=266.636time_GC=18.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799577.92tasks_ready=1793tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=582size_allocation=310378496size_allocation_free=310378496size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=315974220threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=269.232time_GC=18.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799578.45tasks_ready=1790tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=589size_allocation=293601280size_allocation_free=293601280size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=299800036threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=272.096time_GC=19.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799578.96tasks_ready=1768tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=595size_allocation=265289728size_allocation_free=265289728size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=273067368threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=274.404time_GC=19.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799579.47tasks_ready=1757tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=603size_allocation=249561088size_allocation_free=249561088size_heap=872415232size_heap_free_last_full_GC=6581076size_heap_free_last_GC=256946636threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=277.164time_GC=19.52user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799579.97tasks_ready=1756tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=609size_allocation=232783872size_allocation_free=232783872size_heap=870318080size_heap_free_last_full_GC=6581076size_heap_free_last_GC=241303744threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=279.452time_GC=19.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799580.5tasks_ready=1745tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=617size_allocation=205520896size_allocation_free=205520896size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=213907788threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=282.268time_GC=19.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799581.02tasks_ready=1743tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=625size_allocation=182452224size_allocation_free=182452224size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=190378612threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=284.78time_GC=20.236user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799581.56tasks_ready=1743tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=634size_allocation=161480704size_allocation_free=161480704size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=167892140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=287.028time_GC=20.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799582.07tasks_ready=1737tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=645size_allocation=131072000size_allocation_free=131072000size_heap=869269504size_heap_free_last_full_GC=6581076size_heap_free_last_GC=137229740threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=289.448time_GC=20.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799582.6tasks_ready=1713tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=660size_allocation=83886080size_allocation_free=83886080size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=91888332threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=291.496time_GC=21.372user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799583.13tasks_ready=1711tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=679size_allocation=58720256size_allocation_free=58720256size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=66405532threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=293.432time_GC=21.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799583.67tasks_ready=1709tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=704size_allocation=30408704size_allocation_free=30408704size_heap=871366656size_heap_free_last_full_GC=6581076size_heap_free_last_GC=38963964threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=294.988time_GC=22.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799584.2tasks_ready=1708tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=740size_allocation=10485760size_allocation_free=10485760size_heap=872415232size_heap_free_last_full_GC=6581076size_heap_free_last_GC=15506728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=295.68time_GC=23.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799584.9tasks_ready=1693tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=768size_allocation=273678336size_allocation_free=273678336size_heap=339738624size_heap_free_last_full_GC=8346544size_heap_free_last_GC=282162652threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=296.54time_GC=24.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799585.42tasks_ready=1687tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=772size_allocation=527433728size_allocation_free=527433728size_heap=606076928size_heap_free_last_full_GC=8346544size_heap_free_last_GC=536508148threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=299.544time_GC=24.688user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799585.93tasks_ready=1681tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=776size_allocation=513802240size_allocation_free=513802240size_heap=602931200size_heap_free_last_full_GC=8346544size_heap_free_last_GC=522002192threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=302.32time_GC=24.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799586.43tasks_ready=1666tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=780size_allocation=493879296size_allocation_free=493879296size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=501823752threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=304.924time_GC=24.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799586.94tasks_ready=1659tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=784size_allocation=486539264size_allocation_free=486539264size_heap=598736896size_heap_free_last_full_GC=8346544size_heap_free_last_GC=494307800threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=307.6time_GC=25.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799587.45tasks_ready=1647tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=788size_allocation=463470592size_allocation_free=463470592size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=469672932threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=310.132time_GC=25.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799587.99tasks_ready=1603tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=793size_allocation=447741952size_allocation_free=447741952size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=455688376threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=313.1time_GC=25.372user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799588.5tasks_ready=1596tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=798size_allocation=428867584size_allocation_free=428867584size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=435247684threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=315.968time_GC=25.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799589.04tasks_ready=1589tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=803size_allocation=411041792size_allocation_free=411041792size_heap=602931200size_heap_free_last_full_GC=8346544size_heap_free_last_GC=416723004threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=318.772time_GC=25.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799589.55tasks_ready=1561tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=808size_allocation=393216000size_allocation_free=393216000size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=399765224threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=321.42time_GC=25.92user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799590.05tasks_ready=1555tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=813size_allocation=376438784size_allocation_free=376438784size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=382000576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=323.988time_GC=26.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799590.56tasks_ready=1534tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=818size_allocation=356515840size_allocation_free=356515840size_heap=602931200size_heap_free_last_full_GC=8346544size_heap_free_last_GC=362728692threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=326.396time_GC=26.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799591.07tasks_ready=1519tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=824size_allocation=340787200size_allocation_free=340787200size_heap=607125504size_heap_free_last_full_GC=8346544size_heap_free_last_GC=349077660threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=329.208time_GC=26.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799591.6tasks_ready=1502tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=830size_allocation=313524224size_allocation_free=313524224size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=321675916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=331.988time_GC=26.728user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799592.11tasks_ready=1490tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=836size_allocation=293601280size_allocation_free=293601280size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=300791912threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=334.568time_GC=26.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799592.62tasks_ready=1473tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=842size_allocation=279969792size_allocation_free=279969792size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=288376204threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=337.04time_GC=27.14user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799593.14tasks_ready=1458tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=849size_allocation=262144000size_allocation_free=262144000size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=270425584threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=339.732time_GC=27.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799593.65tasks_ready=1437tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=856size_allocation=241172480size_allocation_free=241172480size_heap=601882624size_heap_free_last_full_GC=8346544size_heap_free_last_GC=248056884threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=342.216time_GC=27.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799594.16tasks_ready=1429tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=863size_allocation=220200960size_allocation_free=220200960size_heap=606076928size_heap_free_last_full_GC=8346544size_heap_free_last_GC=229135872threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=344.532time_GC=27.904user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799594.68tasks_ready=1427tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=871size_allocation=199229440size_allocation_free=199229440size_heap=600834048size_heap_free_last_full_GC=8346544size_heap_free_last_GC=207373420threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=346.956time_GC=28.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799595.22tasks_ready=1414tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=881size_allocation=168820736size_allocation_free=168820736size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=175965864threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=349.6time_GC=28.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799595.74tasks_ready=1408tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=890size_allocation=150994944size_allocation_free=150994944size_heap=606076928size_heap_free_last_full_GC=8346544size_heap_free_last_GC=160353792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=351.788time_GC=28.904user_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=70.195 ML_statistics = :now=1482799596.26tasks_ready=1525tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=901size_allocation=109051904size_allocation_free=109051904size_heap=603979776size_heap_free_last_full_GC=8346544size_heap_free_last_GC=116965280threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=353.896time_GC=29.372user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799596.78tasks_ready=1508tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=915size_allocation=82837504size_allocation_free=82837504size_heap=605028352size_heap_free_last_full_GC=8346544size_heap_free_last_GC=90301612threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=355.856time_GC=29.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799597.32tasks_ready=1496tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=935size_allocation=52428800size_allocation_free=52428800size_heap=606076928size_heap_free_last_full_GC=8346544size_heap_free_last_GC=60827732threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=357.72time_GC=30.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799597.94tasks_ready=1487tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=941size_allocation=510656512size_allocation_free=510656512size_heap=568328192size_heap_free_last_full_GC=8526320size_heap_free_last_GC=521054284threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=360.16time_GC=31.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799598.46tasks_ready=1464tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=945size_allocation=477102080size_allocation_free=477102080size_heap=574619648size_heap_free_last_full_GC=8526320size_heap_free_last_GC=485699376threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=362.996time_GC=31.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799598.97tasks_ready=1457tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=949size_allocation=461373440size_allocation_free=461373440size_heap=576716800size_heap_free_last_full_GC=8526320size_heap_free_last_GC=469377424threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=365.7time_GC=31.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799599.47tasks_ready=1452tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=953size_allocation=444596224size_allocation_free=444596224size_heap=574619648size_heap_free_last_full_GC=8526320size_heap_free_last_GC=453381556threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=368.404time_GC=31.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799599.97tasks_ready=1448tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=957size_allocation=415236096size_allocation_free=415236096size_heap=571473920size_heap_free_last_full_GC=8526320size_heap_free_last_GC=422060220threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=370.9time_GC=31.788user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799600.5tasks_ready=1442tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=962size_allocation=402653184size_allocation_free=402653184size_heap=573571072size_heap_free_last_full_GC=8526320size_heap_free_last_GC=411052016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=373.968time_GC=31.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799601.03tasks_ready=1415tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=967size_allocation=376438784size_allocation_free=376438784size_heap=575668224size_heap_free_last_full_GC=8526320size_heap_free_last_GC=383883184threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=376.756time_GC=32.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799601.53tasks_ready=1401tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=972size_allocation=360710144size_allocation_free=360710144size_heap=576716800size_heap_free_last_full_GC=8526320size_heap_free_last_GC=368537372threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=379.34time_GC=32.268user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799602.03tasks_ready=1389tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=977size_allocation=347078656size_allocation_free=347078656size_heap=574619648size_heap_free_last_full_GC=8526320size_heap_free_last_GC=355271264threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=381.936time_GC=32.4user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799602.54tasks_ready=1373tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=982size_allocation=322961408size_allocation_free=322961408size_heap=573571072size_heap_free_last_full_GC=8526320size_heap_free_last_GC=331137748threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=384.336time_GC=32.576user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799603.04tasks_ready=1362tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=988size_allocation=297795584size_allocation_free=297795584size_heap=574619648size_heap_free_last_full_GC=8526320size_heap_free_last_GC=305498648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=387.112time_GC=32.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799603.56tasks_ready=1359tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=994size_allocation=283115520size_allocation_free=283115520size_heap=576716800size_heap_free_last_full_GC=8526320size_heap_free_last_GC=290223136threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=389.684time_GC=32.936user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799604.08tasks_ready=1348tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1001size_allocation=261095424size_allocation_free=261095424size_heap=573571072size_heap_free_last_full_GC=8526320size_heap_free_last_GC=268373812threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=392.444time_GC=33.144user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799604.59tasks_ready=1341tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1008size_allocation=239075328size_allocation_free=239075328size_heap=575668224size_heap_free_last_full_GC=8526320size_heap_free_last_GC=246863660threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=395.016time_GC=33.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799605.1tasks_ready=1329tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1016size_allocation=213909504size_allocation_free=213909504size_heap=575668224size_heap_free_last_full_GC=8526320size_heap_free_last_GC=221587792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=397.664time_GC=33.564user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799605.63tasks_ready=1314tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1025size_allocation=193986560size_allocation_free=193986560size_heap=577765376size_heap_free_last_full_GC=8526320size_heap_free_last_GC=200753484threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=400.228time_GC=33.804user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799606.2tasks_ready=1308tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1035size_allocation=173015040size_allocation_free=173015040size_heap=575668224size_heap_free_last_full_GC=8526320size_heap_free_last_GC=179334264threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=402.948time_GC=34.064user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799606.71tasks_ready=1303tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1045size_allocation=148897792size_allocation_free=148897792size_heap=576716800size_heap_free_last_full_GC=8526320size_heap_free_last_GC=155482428threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=405.312time_GC=34.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799607.22tasks_ready=1296tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1056size_allocation=126877696size_allocation_free=126877696size_heap=576716800size_heap_free_last_full_GC=8526320size_heap_free_last_GC=135438668threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=407.472time_GC=34.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799607.73tasks_ready=1281tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1070size_allocation=98566144size_allocation_free=98566144size_heap=577765376size_heap_free_last_full_GC=8526320size_heap_free_last_GC=106905424threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=409.656time_GC=34.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799608.27tasks_ready=1273tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1089size_allocation=58720256size_allocation_free=58720256size_heap=577765376size_heap_free_last_full_GC=8526320size_heap_free_last_GC=65873624threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=411.592time_GC=35.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799608.81tasks_ready=1264tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1114size_allocation=32505856size_allocation_free=32505856size_heap=577765376size_heap_free_last_full_GC=8526320size_heap_free_last_GC=42891636threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=413.128time_GC=36.136user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799609.41tasks_ready=1260tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1133size_allocation=395313152size_allocation_free=395313152size_heap=465567744size_heap_free_last_full_GC=5481056size_heap_free_last_GC=257000896threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=414.172time_GC=37.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799609.91tasks_ready=1248tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1137size_allocation=481296384size_allocation_free=481296384size_heap=560988160size_heap_free_last_full_GC=5481056size_heap_free_last_GC=488997628threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=417.1time_GC=37.216user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799610.42tasks_ready=1233tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1141size_allocation=466616320size_allocation_free=466616320size_heap=564133888size_heap_free_last_full_GC=5481056size_heap_free_last_GC=474116768threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=419.948time_GC=37.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799610.92tasks_ready=1228tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1145size_allocation=446693376size_allocation_free=446693376size_heap=559939584size_heap_free_last_full_GC=5481056size_heap_free_last_GC=455235532threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=422.592time_GC=37.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799611.44tasks_ready=1219tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1149size_allocation=434110464size_allocation_free=434110464size_heap=556793856size_heap_free_last_full_GC=5481056size_heap_free_last_GC=444453144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=425.176time_GC=37.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799611.94tasks_ready=1205tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1154size_allocation=408944640size_allocation_free=408944640size_heap=558891008size_heap_free_last_full_GC=5481056size_heap_free_last_GC=416805188threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=428.112time_GC=37.76user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799612.47tasks_ready=1195tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1159size_allocation=389021696size_allocation_free=389021696size_heap=562036736size_heap_free_last_full_GC=5481056size_heap_free_last_GC=397485496threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=430.928time_GC=37.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799612.99tasks_ready=1172tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1164size_allocation=367001600size_allocation_free=367001600size_heap=560988160size_heap_free_last_full_GC=5481056size_heap_free_last_GC=375238016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=433.584time_GC=38.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799613.49tasks_ready=1155tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1169size_allocation=347078656size_allocation_free=347078656size_heap=562036736size_heap_free_last_full_GC=5481056size_heap_free_last_GC=354586476threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=436.16time_GC=38.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799614tasks_ready=1148tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1175size_allocation=330301440size_allocation_free=330301440size_heap=558891008size_heap_free_last_full_GC=5481056size_heap_free_last_GC=337582688threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=439.2time_GC=38.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799614.5tasks_ready=1145tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1180size_allocation=317718528size_allocation_free=317718528size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=325334072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=441.552time_GC=38.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799615.01tasks_ready=1141tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1186size_allocation=293601280size_allocation_free=293601280size_heap=558891008size_heap_free_last_full_GC=5481056size_heap_free_last_GC=301700500threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=444.16time_GC=38.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799615.53tasks_ready=1128tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1193size_allocation=273678336size_allocation_free=273678336size_heap=553648128size_heap_free_last_full_GC=5481056size_heap_free_last_GC=278970168threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=446.972time_GC=38.956user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799616.05tasks_ready=1125tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1200size_allocation=232783872size_allocation_free=232783872size_heap=562036736size_heap_free_last_full_GC=5481056size_heap_free_last_GC=240496816threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=449.564time_GC=39.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799616.56tasks_ready=1116tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1208size_allocation=214958080size_allocation_free=214958080size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=220951500threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=452.124time_GC=39.432user_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=51.077 ML_statistics = :now=1482799617.11tasks_ready=1106tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1217size_allocation=196083712size_allocation_free=196083712size_heap=562036736size_heap_free_last_full_GC=5481056size_heap_free_last_GC=202702164threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=454.776time_GC=39.7user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799617.61tasks_ready=1105tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1225size_allocation=179306496size_allocation_free=179306496size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=184741584threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=457.076time_GC=39.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799618.12tasks_ready=1098tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1235size_allocation=158334976size_allocation_free=158334976size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=167244628threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=459.488time_GC=40.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799618.62tasks_ready=1089tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1245size_allocation=141557760size_allocation_free=141557760size_heap=559939584size_heap_free_last_full_GC=5481056size_heap_free_last_GC=149006944threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=461.704time_GC=40.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799619.14tasks_ready=1076tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1258size_allocation=116391936size_allocation_free=116391936size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=124025712threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=464.048time_GC=40.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799619.67tasks_ready=1062tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1274size_allocation=78643200size_allocation_free=78643200size_heap=563085312size_heap_free_last_full_GC=5481056size_heap_free_last_GC=85979264threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=466.148time_GC=41.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 5 theorems with (potentially) superfluous assumptions: Relation.reflp_sup: unnecessary assumption(s) 1 or 2 Relation.lfp_induct2: unnecessary assumption(s) 2 Relation.finite_Field: unnecessary assumption(s) 1 Relation.finite_Range: unnecessary assumption(s) 1 Relation.finite_Domain: unnecessary assumption(s) 1 Checked 106 theorems with assumptions (317 total) in the theory "Relation" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=291name=find_unused_assmselapsed=93.976 ML_statistics = :now=1482799620.19tasks_ready=1050tasks_pending=1tasks_running=10tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1294size_allocation=49283072size_allocation_free=49283072size_heap=564133888size_heap_free_last_full_GC=5481056size_heap_free_last_GC=58170768threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=467.9time_GC=41.68user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799620.73tasks_ready=1043tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=5workers_waiting=1full_GCs=4partial_GCs=1324size_allocation=19922944size_allocation_free=19922944size_heap=564133888size_heap_free_last_full_GC=5481056size_heap_free_last_GC=29237588threads_in_ML=1threads_total=16threads_wait_condvar=9threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=469.14time_GC=42.352user_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=6273name=applyelapsed=0.017 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6623name=applyelapsed=0.018 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7796name=byelapsed=0.017 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=95.327 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7468name=applyelapsed=0.032 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7507name=applyelapsed=0.012 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.021 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6290name=byelapsed=0.101 ### preprocess-obtain graph ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.028s cpu time, 0.000s GC time ### Infering modes ### 0.014s elapsed time, 0.040s cpu time, 0.020s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Infering modes ### 0.061s elapsed time, 0.368s cpu time, 0.000s GC time ### Compiling equations.... ### 0.004s 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 ML_statistics = :now=1482799621.36tasks_ready=1014tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1333size_allocation=477102080size_allocation_free=477102080size_heap=547356672size_heap_free_last_full_GC=7490648size_heap_free_last_GC=485744144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=470.696time_GC=43.12user_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.542 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3753name=applyelapsed=0.015 ML_statistics = :now=1482799621.87tasks_ready=1007tasks_pending=1tasks_running=12tasks_passive=3tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1337size_allocation=465567744size_allocation_free=465567744size_heap=542113792size_heap_free_last_full_GC=7490648size_heap_free_last_GC=476162644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=473.744time_GC=43.248user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3326name=byelapsed=0.235 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3120name=byelapsed=0.050 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3000name=byelapsed=0.050 ns_publicp_i ?x = sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ Predicate.single () | a # list \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NA_ \ used evs1_))) (\x. case x of () \ Predicate.bind (ns_publicp_i evs1_) (\x. case x of () \ Predicate.single ())) else bot | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ bot | Says A_ B_ _ # evs1_ \ bot | _ # evs1_ \ bot)) (sup (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Predicate.bind (Predicate.not_pred (Predicate.if_pred (Nonce NB_ \ used evs2_))) (\x. case x of () \ Predicate.bind (pred_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Predicate.bind (ns_publicp_i evs2_) (\x. case x of () \ Predicate.single ()) else bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ bot | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ bot | Says A'_ Ba_ (Crypt (priEK agent) msga) \ bot | Says A'_ Ba_ _ \ bot | _ \ bot)) else bot | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ bot | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ bot | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ bot | Says B_ A_ _ # evs2_ \ bot | _ # evs2_ \ bot)) (Predicate.bind (Predicate.single ?x) (\x. case x of [] \ bot | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Predicate.bind (pred_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Predicate.bind (ns_publicp_i evs3_) (\x. case x of () \ Predicate.single ()) else bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ bot | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ bot | Says B'_ Ac_ (Crypt (priEK agent) msga) \ bot | Says B'_ Ac_ _ \ bot | _ \ bot) else bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ bot | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ bot | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ bot | Says Aa_ Bb_ _ \ bot | _ \ bot) else bot | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ bot | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ bot | Says A_ B_ _ # evs3_ \ bot | _ # evs3_ \ bot)))) ns_publicp ?x1.0 = Predicate.holds (ns_publicp_i ?x1.0) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1049name=thmelapsed=0.013 generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) # evs1_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says _ B_ msg # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs1_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Spy A_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says _ A_ msg # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))) generator_cps_pos_ns_publicp_o = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single [])) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NA_ \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says Spy xa (Crypt (pubEK xa) \Nonce NA_, Agent xaa\) # x))) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NA_ \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (analz (knows Spy x))) (\xa. case xa of Nonce NB_ \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_single (Says Spy xa (Crypt (pubEK xa) \Nonce NA_, Nonce NB_\) # x)) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says xaaa xaa (Crypt (pubEK xaa) \Nonce xa, Agent xaaa\) # x)))))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_single (Says B_ A_ (Crypt (pubEK A_) \Nonce NA_, Nonce xa\) # x))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, Nonce NB_\) \ if A_ = Ac_ \ A_ = Ab_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_single (Says A_ B_ (Crypt (pubEK B_) (Nonce NB_)) # x) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))))) generator_cps_neg_ns_publicp_i ?x = Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_single () | a # list \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) # evs1_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says _ B_ msg # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs1_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ analz (knows Spy evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()))) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (pubEK Aa_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Spy A_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says _ A_ msg # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)))))) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1651name=thmelapsed=1.036 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Infering modes ### 0.004s elapsed time, 0.024s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Infering modes ### 0.064s elapsed time, 0.380s cpu time, 0.000s GC time ### Compiling equations.... ### 0.004s 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 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: 60 ms Depth: 5 ML_statistics = :now=1482799622.37tasks_ready=994tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1341size_allocation=444596224size_allocation_free=444596224size_heap=543162368size_heap_free_last_full_GC=7490648size_heap_free_last_GC=453858304threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=476.468time_GC=43.384user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ())) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (generator_cps_pos_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single ()) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) generator_cps_pos_ns_publicp_o = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_single [])) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaa. Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xaaa. Quickcheck_Exhaustive.pos_bound_cps_single (Says xaaa xaa (Crypt (pubEK xaa) \Nonce xa, Agent xaaa\) # x)))))))) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent A_\) \ if B_ = Ba_ then Quickcheck_Exhaustive.pos_bound_cps_bind exhaustive_class.exhaustive (\xa. Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_not (Quickcheck_Exhaustive.neg_bound_cps_if (Nonce xa \ used x))) (\xaa. case xaa of () \ Quickcheck_Exhaustive.pos_bound_cps_single (Says B_ A_ (Crypt (pubEK A_) \Nonce NA_, Nonce xa\) # x))) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A'_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))) (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ()) (\x. case x of () \ Quickcheck_Exhaustive.pos_bound_cps_bind generator_cps_pos_ns_publicp_o (\x. Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.pos_bound_cps_bind (pos_cps_of_set (set x)) (\xa. case xa of Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, Nonce NB_\) \ if A_ = Ac_ \ A_ = Ab_ \ NA_ = NAa_ then Quickcheck_Exhaustive.pos_bound_cps_single (Says A_ B_ (Crypt (pubEK B_) (Nonce NB_)) # x) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (pubEK Ac_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says B'_ Ab_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty) else Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says A_ B_ _ \ Quickcheck_Exhaustive.pos_bound_cps_empty | _ \ Quickcheck_Exhaustive.pos_bound_cps_empty)))))) generator_cps_neg_ns_publicp_i ?x = Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_single () | a # list \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, Agent Aa_\) # evs1_ \ if B_ = Ba_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NA_ \ used evs1_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs1_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ())) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \Nonce NA_, _\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) \_, msg2\) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs1_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_plus (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, Nonce NB_\) # evs2_ \ if A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_not (Quickcheck_Exhaustive.pos_bound_cps_if (Nonce NB_ \ used evs2_))) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs2_)) (\x. case x of Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, Agent Ab_\) \ if NA_ = NAa_ \ A_ = Ab_ \ B_ = Bb_ \ B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs2_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (pubEK Bb_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A'_ Ba_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \Nonce NA_, _\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) \_, msg2\) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (pubEK Aa_) _) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ (Crypt (priEK agent) msga) # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B_ A_ _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs2_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)) (Quickcheck_Exhaustive.neg_bound_cps_bind (Quickcheck_Exhaustive.neg_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) (Nonce NB_)) # evs3_ \ if B_ = Ba_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, Agent Ab_\) \ if B_ = Bc_ \ B_ = Bb_ \ A_ = Ab_ \ A_ = Aa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (neg_cps_of_set (set evs3_)) (\x. case x of Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, Nonce NBa_\) \ if NB_ = NBa_ \ A_ = Ad_ \ A_ = Ac_ \ NA_ = NAa_ then Quickcheck_Exhaustive.neg_bound_cps_bind (generator_cps_neg_ns_publicp_i evs3_) (\x. case x of () \ Quickcheck_Exhaustive.neg_bound_cps_single ()) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \Nonce NAa_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (pubEK Ad_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says B'_ Ac_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \Nonce NA_, _\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) \_, msg2\) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (pubEK Bc_) _) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ (Crypt (priEK agent) msga) \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says Aa_ Bb_ _ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ \ Quickcheck_Exhaustive.neg_bound_cps_empty) else Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (pubEK Ba_) _) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ (Crypt (priEK agent) msga) # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | Says A_ B_ _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty | _ # evs3_ \ Quickcheck_Exhaustive.neg_bound_cps_empty)))) command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1113name=thmelapsed=0.646 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.018s elapsed time, 0.060s cpu time, 0.024s GC time ### Infering modes ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.004s cpu time, 0.000s GC time ML_statistics = :now=1482799622.88tasks_ready=988tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1347size_allocation=428867584size_allocation_free=428867584size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=437251300threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=479.284time_GC=43.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 4632 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=1.976 Checking goals: \ns_publicp evs; Says B A (Crypt (pubEK A) \Nonce NA, Nonce NB\) \ set evs; A \ Spy; B \ Spy; A \ B\ \ Nonce NB \ analz (knows Spy evs) Testing conjecture with Quickcheck-narrowing... Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 0 ms Depth: 4 Depth 4: 48 ms Depth: 5 ML_statistics = :now=1482799623.38tasks_ready=984tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1353size_allocation=403701760size_allocation_free=403701760size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=410974616threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=482.016time_GC=43.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 1.036s elapsed time, 5.720s cpu time, 0.304s GC time ### Defining executable functions... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.065s elapsed time, 0.352s cpu time, 0.028s GC time Depth 5: 3148 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=1.681 ML_statistics = :now=1482799623.89tasks_ready=973tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1359size_allocation=393216000size_allocation_free=393216000size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=401383164threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=484.5time_GC=43.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Proving equations.... ### 0.035s elapsed time, 0.212s cpu time, 0.000s GC time ### Setting code equations.... ### 0.058s elapsed time, 0.304s cpu time, 0.052s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1300name=byelapsed=0.372 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.014 ML_statistics = :now=1482799624.39tasks_ready=966tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1364size_allocation=371195904size_allocation_free=371195904size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=378579184threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=487.052time_GC=43.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799624.9tasks_ready=959tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1369size_allocation=352321536size_allocation_free=352321536size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=359671644threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=489.716time_GC=44.12user_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.705 ### preprocess-obtain graph ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### preprocess-process ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Infering modes ### 0.004s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 4 ms Depth: 4 Depth 4: 216 ms Depth: 5 ### Infering modes ### 0.074s elapsed time, 0.336s cpu time, 0.024s GC time ### Compiling equations.... ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ML_statistics = :now=1482799625.42tasks_ready=954tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1375size_allocation=339738624size_allocation_free=339738624size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=347152976threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=491.96time_GC=44.252user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 [1 of 4] Compiling Typerep ( /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Typerep.hs, /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Typerep.o ) [2 of 4] Compiling Generated_Code ( /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Generated_Code.hs, /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Generated_Code.o ) [3 of 4] Compiling Narrowing_Engine ( /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Narrowing_Engine.hs, /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Narrowing_Engine.o ) [4 of 4] Compiling Main ( /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Main.hs, /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/Main.o ) Linking /tmp/isabelle-jenkins/process166339172472921375/Quickcheck_Narrowing2829808/isabelle_quickcheck_narrowing ... [Quickcheck-narrowing] Test data size: 0 [Quickcheck-narrowing] Test data size: 1 [Quickcheck-narrowing] Test data size: 2 [Quickcheck-narrowing] Test data size: 3 [Quickcheck-narrowing] Test data size: 4 [Quickcheck-narrowing] Test data size: 5 ML_statistics = :now=1482799625.93tasks_ready=953tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1382size_allocation=320864256size_allocation_free=316653544size_heap=546308096size_heap_free_last_full_GC=7490648size_heap_free_last_GC=329854020threads_in_ML=4threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=494.204time_GC=44.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 0 ms Depth: 4 Depth 4: 52 ms Depth: 5 ML_statistics = :now=1482799626.45tasks_ready=949tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1390size_allocation=295698432size_allocation_free=295698432size_heap=545259520size_heap_free_last_full_GC=7490648size_heap_free_last_GC=303237116threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=496.452time_GC=44.628user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799626.95tasks_ready=949tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1398size_allocation=287309824size_allocation_free=287309824size_heap=547356672size_heap_free_last_full_GC=7490648size_heap_free_last_GC=294996408threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=498.512time_GC=44.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 10444 ms Depth: 6 ML_statistics = :now=1482799627.49tasks_ready=942tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1407size_allocation=272629760size_allocation_free=272629760size_heap=545259520size_heap_free_last_full_GC=7490648size_heap_free_last_GC=279285336threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=500.712time_GC=44.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799628.06tasks_ready=941tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1417size_allocation=260046848size_allocation_free=260046848size_heap=547356672size_heap_free_last_full_GC=7490648size_heap_free_last_GC=265961544threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=503.028time_GC=45.156user_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=1482799628.61tasks_ready=935tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1427size_allocation=248512512size_allocation_free=248512512size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=256467728threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=505.248time_GC=45.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799629.13tasks_ready=931tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1437size_allocation=230686720size_allocation_free=230686720size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=238301044threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=507.3time_GC=45.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799629.64tasks_ready=927tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1447size_allocation=222298112size_allocation_free=222298112size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=229945488threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=509.252time_GC=45.708user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799630.14tasks_ready=926tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1457size_allocation=207618048size_allocation_free=207618048size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=214860576threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=511.072time_GC=45.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799630.65tasks_ready=923tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1469size_allocation=193986560size_allocation_free=193986560size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=200533848threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=513.124time_GC=46.14user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799631.17tasks_ready=922tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1481size_allocation=174063616size_allocation_free=174063616size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=179795084threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=515.028time_GC=46.404user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799631.69tasks_ready=919tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1494size_allocation=159383552size_allocation_free=159383552size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=167548540threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=516.896time_GC=46.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799632.22tasks_ready=917tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1509size_allocation=147849216size_allocation_free=147849216size_heap=549453824size_heap_free_last_full_GC=7490648size_heap_free_last_GC=154697016threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=518.856time_GC=46.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799632.75tasks_ready=916tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1524size_allocation=134217728size_allocation_free=134217728size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=141497140threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=520.696time_GC=47.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799633.26tasks_ready=905tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1539size_allocation=121634816size_allocation_free=121634816size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=127386652threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=522.364time_GC=47.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799633.79tasks_ready=903tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1556size_allocation=109051904size_allocation_free=109051904size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=116595820threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=524.104time_GC=47.772user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799634.34tasks_ready=901tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1576size_allocation=95420416size_allocation_free=95420416size_heap=545259520size_heap_free_last_full_GC=7490648size_heap_free_last_GC=101359756threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=525.86time_GC=48.132user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799634.87tasks_ready=901tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1600size_allocation=51380224size_allocation_free=51380224size_heap=548405248size_heap_free_last_full_GC=7490648size_heap_free_last_GC=57535932threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=527.104time_GC=48.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799635.6tasks_ready=900tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1609size_allocation=460324864size_allocation_free=460324864size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=467393284threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=529.056time_GC=49.736user_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=105.270 ### 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.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Setting code equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ML_statistics = :now=1482799636.11tasks_ready=899tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1614size_allocation=441450496size_allocation_free=441450496size_heap=576716800size_heap_free_last_full_GC=6503176size_heap_free_last_GC=447662124threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=531.036time_GC=49.856user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799636.61tasks_ready=898tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1620size_allocation=439353344size_allocation_free=439353344size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=446181072threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=533.388time_GC=49.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 1.033s elapsed time, 4.756s cpu time, 0.228s GC time ### Defining executable functions... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Compiling equations.... ### 0.065s elapsed time, 0.296s cpu time, 0.020s GC time ### Proving equations.... ### 0.037s elapsed time, 0.180s cpu time, 0.000s GC time ### Setting code equations.... ### 0.059s elapsed time, 0.248s cpu time, 0.048s GC time ML_statistics = :now=1482799637.12tasks_ready=898tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1626size_allocation=416284672size_allocation_free=416284672size_heap=577765376size_heap_free_last_full_GC=6503176size_heap_free_last_GC=423460832threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=535.612time_GC=50.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799637.63tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1635size_allocation=403701760size_allocation_free=403701760size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=411975052threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=537.916time_GC=50.248user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 4 ms Depth: 4 ML_statistics = :now=1482799638.2tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1645size_allocation=386924544size_allocation_free=386924544size_heap=577765376size_heap_free_last_full_GC=6503176size_heap_free_last_GC=395335708threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=540.232time_GC=50.428user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 4: 1976 ms Depth: 5 ML_statistics = :now=1482799638.7tasks_ready=890tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1655size_allocation=387973120size_allocation_free=387973120size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=396587124threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=542.192time_GC=50.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799639.2tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1665size_allocation=385875968size_allocation_free=385875968size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=394167312threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=544.152time_GC=50.668user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799639.71tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1676size_allocation=377487360size_allocation_free=377487360size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=385805068threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=546.244time_GC=50.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799640.23tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1688size_allocation=365953024size_allocation_free=365953024size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=374577744threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=548.304time_GC=51.024user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799640.74tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1700size_allocation=361758720size_allocation_free=361758720size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=369414172threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=550.296time_GC=51.176user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799641.25tasks_ready=886tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1712size_allocation=350224384size_allocation_free=350224384size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=358900928threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=552.212time_GC=51.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799641.76tasks_ready=879tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1725size_allocation=341835776size_allocation_free=341835776size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=349944800threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=554.268time_GC=51.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799642.29tasks_ready=878tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1738size_allocation=335544320size_allocation_free=335544320size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=344336088threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=556.3time_GC=51.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799642.8tasks_ready=875tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1751size_allocation=331350016size_allocation_free=331350016size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=338982204threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=558.252time_GC=51.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799643.32tasks_ready=863tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1764size_allocation=328204288size_allocation_free=328204288size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=336537980threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=560.216time_GC=52.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799643.83tasks_ready=858tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1777size_allocation=320864256size_allocation_free=320864256size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=328394704threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=562.156time_GC=52.204user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799644.34tasks_ready=855tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1791size_allocation=316669952size_allocation_free=316669952size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=323271064threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=564.188time_GC=52.384user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799644.85tasks_ready=850tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1804size_allocation=312475648size_allocation_free=312475648size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=319777940threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=566.052time_GC=52.544user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 79728 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=20.100 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3496name=applyelapsed=0.010 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3577name=applyelapsed=0.030 ML_statistics = :now=1482799645.36tasks_ready=855tasks_pending=1tasks_running=11tasks_passive=3tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1816size_allocation=305135616size_allocation_free=305135616size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=312612332threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=567.996time_GC=52.712user_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=3154name=byelapsed=0.272 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2917name=byelapsed=0.116 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2754name=byelapsed=0.047 ML_statistics = :now=1482799645.86tasks_ready=844tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1827size_allocation=298844160size_allocation_free=298844160size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=305839528threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=569.908time_GC=52.888user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799646.37tasks_ready=836tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1839size_allocation=290455552size_allocation_free=290455552size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=297017104threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=571.96time_GC=53.068user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799646.89tasks_ready=836tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1851size_allocation=285212672size_allocation_free=285212672size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=291508216threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=573.936time_GC=53.252user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799647.4tasks_ready=831tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1863size_allocation=281018368size_allocation_free=281018368size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=287206172threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=575.84time_GC=53.428user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799647.93tasks_ready=826tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1876size_allocation=278921216size_allocation_free=278921216size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=285816092threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=577.928time_GC=53.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799648.44tasks_ready=820tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1888size_allocation=272629760size_allocation_free=272629760size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=277689280threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=579.812time_GC=53.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799648.96tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1901size_allocation=265289728size_allocation_free=265289728size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=270087100threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=581.808time_GC=53.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799649.47tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1914size_allocation=249561088size_allocation_free=249561088size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=254733308threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=583.632time_GC=54.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799649.99tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1928size_allocation=240123904size_allocation_free=240123904size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=247116816threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=585.628time_GC=54.48user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799650.51tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1943size_allocation=239075328size_allocation_free=239075328size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=245911928threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=587.476time_GC=54.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799651.02tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1958size_allocation=239075328size_allocation_free=239075328size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=245747424threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=589.34time_GC=54.892user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799651.54tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1973size_allocation=236978176size_allocation_free=236978176size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=243466920threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=591.18time_GC=55.112user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799652.05tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1988size_allocation=236978176size_allocation_free=236978176size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=243318856threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=593.024time_GC=55.32user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799652.56tasks_ready=818tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2003size_allocation=236978176size_allocation_free=236978176size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=243157328threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=594.852time_GC=55.52user_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.009 ML_statistics = :now=1482799653.07tasks_ready=817tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2016size_allocation=229638144size_allocation_free=229638144size_heap=581959680size_heap_free_last_full_GC=6503176size_heap_free_last_GC=235762580threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=596.616time_GC=55.74user_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.148 ML_statistics = :now=1482799653.6tasks_ready=816tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2030size_allocation=217055232size_allocation_free=217055232size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=223863900threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=598.68time_GC=56.008user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799654.1tasks_ready=814tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2045size_allocation=200278016size_allocation_free=200278016size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=208600356threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=600.796time_GC=56.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799654.62tasks_ready=789tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2061size_allocation=188743680size_allocation_free=188743680size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=195678792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=602.96time_GC=56.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799655.14tasks_ready=788tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2078size_allocation=174063616size_allocation_free=174063616size_heap=580911104size_heap_free_last_full_GC=6503176size_heap_free_last_GC=181985272threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=605.092time_GC=56.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799655.7tasks_ready=788tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=2097size_allocation=158334976size_allocation_free=158334976size_heap=579862528size_heap_free_last_full_GC=6503176size_heap_free_last_GC=167761676threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=607.248time_GC=57.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799656.35tasks_ready=777tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2113size_allocation=188743680size_allocation_free=188743680size_heap=279969792size_heap_free_last_full_GC=6736376size_heap_free_last_GC=6736376threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=608.968time_GC=58.34user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799656.86tasks_ready=769tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2121size_allocation=443547648size_allocation_free=443547648size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=452119344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=611.604time_GC=58.472user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799657.38tasks_ready=765tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2130size_allocation=437256192size_allocation_free=437256192size_heap=547356672size_heap_free_last_full_GC=6736376size_heap_free_last_GC=444900576threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=614.444time_GC=58.6user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799657.9tasks_ready=753tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2138size_allocation=424673280size_allocation_free=424673280size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=433829348threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=616.812time_GC=58.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799658.44tasks_ready=752tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2148size_allocation=412090368size_allocation_free=412090368size_heap=544210944size_heap_free_last_full_GC=6736376size_heap_free_last_GC=420696940threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=619.732time_GC=58.948user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799658.96tasks_ready=743tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2157size_allocation=396361728size_allocation_free=396361728size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=405559692threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=622.308time_GC=59.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799659.49tasks_ready=743tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2166size_allocation=377487360size_allocation_free=377487360size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=386709320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=624.792time_GC=59.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799660tasks_ready=740tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2175size_allocation=361758720size_allocation_free=361758720size_heap=546308096size_heap_free_last_full_GC=6736376size_heap_free_last_GC=370107580threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=627.144time_GC=59.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799660.51tasks_ready=728tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2185size_allocation=353370112size_allocation_free=353370112size_heap=547356672size_heap_free_last_full_GC=6736376size_heap_free_last_GC=362409544threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=629.676time_GC=59.664user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799661.02tasks_ready=718tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2195size_allocation=338690048size_allocation_free=338690048size_heap=547356672size_heap_free_last_full_GC=6736376size_heap_free_last_GC=347102180threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=632.156time_GC=59.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799661.52tasks_ready=704tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2205size_allocation=327155712size_allocation_free=327155712size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=335171728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=634.5time_GC=60.008user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799662.03tasks_ready=691tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2216size_allocation=317718528size_allocation_free=317718528size_heap=546308096size_heap_free_last_full_GC=6736376size_heap_free_last_GC=325133524threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=637.004time_GC=60.204user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799662.53tasks_ready=675tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2226size_allocation=307232768size_allocation_free=307232768size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=314773444threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=639.236time_GC=60.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799663.04tasks_ready=667tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2238size_allocation=300941312size_allocation_free=300941312size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=309830752threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=641.768time_GC=60.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799663.55tasks_ready=641tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2249size_allocation=286261248size_allocation_free=286261248size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=293711508threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=644.192time_GC=60.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799664.12tasks_ready=635tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2259size_allocation=254803968size_allocation_free=254803968size_heap=546308096size_heap_free_last_full_GC=6736376size_heap_free_last_GC=262792100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=646.908time_GC=60.996user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799664.68tasks_ready=626tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2269size_allocation=216006656size_allocation_free=216006656size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=222762708threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=649.312time_GC=61.344user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799665.19tasks_ready=621tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2280size_allocation=203423744size_allocation_free=203423744size_heap=548405248size_heap_free_last_full_GC=6736376size_heap_free_last_GC=210941352threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=651.588time_GC=61.544user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799665.7tasks_ready=610tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=2293size_allocation=180355072size_allocation_free=180355072size_heap=547356672size_heap_free_last_full_GC=6736376size_heap_free_last_GC=187680432threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=653.956time_GC=61.836user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799667.08tasks_ready=583tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2302size_allocation=154140656size_allocation_free=154140656size_heap=363855872size_heap_free_last_full_GC=7538400size_heap_free_last_GC=7538400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=655.552time_GC=64.98user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799668.97tasks_ready=582tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2306size_allocation=305135600size_allocation_free=305135600size_heap=702545920size_heap_free_last_full_GC=7538400size_heap_free_last_GC=313736764threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=657.748time_GC=67.132user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799673.02tasks_ready=576tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2311size_allocation=433974820size_allocation_free=433974820size_heap=1181745152size_heap_free_last_full_GC=9282272size_heap_free_last_GC=440984636threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=660.276time_GC=75.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799677.31tasks_ready=571tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2319size_allocation=119402020size_allocation_free=119402020size_heap=1408237568size_heap_free_last_full_GC=9282272size_heap_free_last_GC=128107252threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=662.248time_GC=81.284user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799679.81tasks_ready=569tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2341size_allocation=40758820size_allocation_free=40758820size_heap=1443889152size_heap_free_last_full_GC=9282272size_heap_free_last_GC=50925460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=663.296time_GC=83.896user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799680.35tasks_ready=566tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2382size_allocation=15592996size_allocation_free=15592996size_heap=1444937728size_heap_free_last_full_GC=9282272size_heap_free_last_GC=24864164threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=663.988time_GC=84.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799680.94tasks_ready=566tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2417size_allocation=6155812size_allocation_free=6155812size_heap=1444937728size_heap_free_last_full_GC=9282272size_heap_free_last_GC=13360436threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=664.352time_GC=85.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799681.78tasks_ready=565tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2425size_allocation=1018167288size_allocation_free=1018167288size_heap=1128267776size_heap_free_last_full_GC=6963092size_heap_free_last_GC=743649768threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=665.544time_GC=86.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799682.31tasks_ready=553tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2428size_allocation=1538260984size_allocation_free=1538260984size_heap=1666187264size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1547793400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=669.308time_GC=86.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799682.81tasks_ready=541tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2430size_allocation=1637875704size_allocation_free=1637875704size_heap=1772093440size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1647345280threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=671.468time_GC=87.004user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799683.33tasks_ready=530tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2433size_allocation=1786773496size_allocation_free=1786773496size_heap=1945108480size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1794723428threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=674.976time_GC=87.18user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799683.83tasks_ready=512tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2435size_allocation=1905262584size_allocation_free=1905262584size_heap=2068840448size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1914387344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=677.488time_GC=87.224user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799684.33tasks_ready=509tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2437size_allocation=2030043128size_allocation_free=2030043128size_heap=2200961024size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2038137976threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=680.04time_GC=87.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799684.83tasks_ready=492tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2439size_allocation=2161115128size_allocation_free=2161115128size_heap=2341470208size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2169463732threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=682.792time_GC=87.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799685.33tasks_ready=483tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2441size_allocation=2303721464size_allocation_free=2303721464size_heap=2491416576size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2312081548threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=685.704time_GC=87.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799685.85tasks_ready=473tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2443size_allocation=2454716408size_allocation_free=2454716408size_heap=2647654400size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2463357028threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=688.888time_GC=87.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799686.35tasks_ready=456tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2444size_allocation=2567962616size_allocation_free=2567962616size_heap=2760900608size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2545847080threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=690.556time_GC=87.468user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799686.85tasks_ready=439tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2446size_allocation=2696937464size_allocation_free=2696937464size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2705187320threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=694.136time_GC=87.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799687.35tasks_ready=414tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2448size_allocation=2691694584size_allocation_free=2691694584size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2699717004threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=697.544time_GC=87.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799687.85tasks_ready=388tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2449size_allocation=2690646008size_allocation_free=2690646008size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2698726536threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=699.304time_GC=87.568user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799688.35tasks_ready=382tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2451size_allocation=2688548856size_allocation_free=2688548856size_heap=2889875456size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2697100000threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=702.76time_GC=87.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799688.85tasks_ready=372tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2453size_allocation=2680160248size_allocation_free=2680160248size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2689367052threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=706.216time_GC=87.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799689.35tasks_ready=360tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2454size_allocation=2680160248size_allocation_free=2680160248size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2688080232threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=707.98time_GC=87.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799689.85tasks_ready=321tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2456size_allocation=2679111672size_allocation_free=2679111672size_heap=2887778304size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2688363592threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=711.412time_GC=87.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799690.36tasks_ready=314tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2458size_allocation=2671771640size_allocation_free=2671771640size_heap=2887778304size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2678781716threads_in_ML=4threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=714.724time_GC=87.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799690.86tasks_ready=283tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2460size_allocation=2665480184size_allocation_free=2665480184size_heap=2889875456size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2673432884threads_in_ML=4threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=718.104time_GC=87.82user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799691.36tasks_ready=259tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2461size_allocation=2666528760size_allocation_free=2666528760size_heap=2885681152size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2674730356threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=719.792time_GC=87.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799691.87tasks_ready=241tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2463size_allocation=2657091576size_allocation_free=2657091576size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2665115520threads_in_ML=4threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=723.204time_GC=87.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799692.37tasks_ready=210tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2465size_allocation=2649751544size_allocation_free=2649751544size_heap=2886729728size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2657385364threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=726.572time_GC=87.98user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799692.87tasks_ready=198tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2466size_allocation=2645557240size_allocation_free=2645557240size_heap=2888826880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2653684572threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=728.22time_GC=88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799693.38tasks_ready=171tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2468size_allocation=2642411512size_allocation_free=2642411512size_heap=2887778304size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2650533312threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=731.644time_GC=88.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799693.91tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2470size_allocation=2628780024size_allocation_free=2628780024size_heap=2878341120size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2637980996threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=735.804time_GC=88.168user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799694.43tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2471size_allocation=2609905656size_allocation_free=2609905656size_heap=2872049664size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2617720628threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=738.164time_GC=88.28user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799694.93tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2472size_allocation=2586836984size_allocation_free=2586836984size_heap=2881486848size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2595462832threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=740.448time_GC=88.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799695.44tasks_ready=165tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2473size_allocation=2589982712size_allocation_free=2589982712size_heap=2886729728size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2597220820threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=742.808time_GC=88.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799695.94tasks_ready=158tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2475size_allocation=2583691256size_allocation_free=2583691256size_heap=2886729728size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2591298736threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=747.4time_GC=88.428user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799696.46tasks_ready=137tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2476size_allocation=2581594104size_allocation_free=2581594104size_heap=2862612480size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2590142700threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=749.72time_GC=88.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799697.69tasks_ready=132tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2477size_allocation=2528116728size_allocation_free=2528116728size_heap=2495610880size_heap_free_last_full_GC=6963092size_heap_free_last_GC=2535279848threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=751.904time_GC=90.912user_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=129.758 ML_statistics = :now=1482799700.88tasks_ready=49tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2479size_allocation=1508900856size_allocation_free=1508900856size_heap=2472542208size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1515885112threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=754.944time_GC=95.8user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799701.38tasks_ready=37tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2481size_allocation=1411383288size_allocation_free=1411383288size_heap=2883584000size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1417058816threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=757.852time_GC=95.888user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799701.88tasks_ready=27tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2483size_allocation=1401946104size_allocation_free=1401946104size_heap=2876243968size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1410159360threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=760.76time_GC=96.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799702.4tasks_ready=1tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2485size_allocation=1383071736size_allocation_free=1383071736size_heap=2885681152size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1390512908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=763.66time_GC=96.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799702.91tasks_ready=0tasks_pending=1tasks_running=4tasks_passive=0tasks_urgent=0workers_total=12workers_active=3workers_waiting=0full_GCs=10partial_GCs=2487size_allocation=1374683128size_allocation_free=1374683128size_heap=2886729728size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1382115536threads_in_ML=2threads_total=16threads_wait_condvar=11threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=765.84time_GC=96.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799703.43tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2489size_allocation=1369440248size_allocation_free=1369440248size_heap=2889875456size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1377615152threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=766.996time_GC=96.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799703.94tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2492size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379702604threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=768.296time_GC=96.328user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799704.44tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2494size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379693616threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=769.22time_GC=96.38user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799704.95tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2495size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379687744threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=769.688time_GC=96.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799705.45tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2497size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379681456threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=770.68time_GC=96.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799705.95tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2499size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379676444threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=771.584time_GC=96.508user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799706.47tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2502size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379669524threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=772.94time_GC=96.58user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799706.97tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2504size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379664548threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=773.856time_GC=96.628user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799707.47tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2506size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379659972threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=774.764time_GC=96.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799707.97tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2508size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379654136threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=775.672time_GC=96.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799708.49tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2510size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379650208threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=776.556time_GC=96.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799708.99tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2512size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379641524threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=777.46time_GC=96.824user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799709.5tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2514size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379634976threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=778.348time_GC=96.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799710.01tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2516size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379627768threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=779.244time_GC=96.924user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799710.51tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2518size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379622516threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=780.168time_GC=96.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799711.02tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2520size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379616772threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=781.056time_GC=97.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799711.52tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2522size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379612056threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=781.956time_GC=97.068user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799712.04tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2524size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379605564threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=782.852time_GC=97.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799712.55tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2526size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379596872threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=783.708time_GC=97.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799713.05tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2528size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379590284threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=784.6time_GC=97.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799713.57tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2531size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379579616threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=785.948time_GC=97.288user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799714.07tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2533size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379575996threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=786.824time_GC=97.34user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799714.59tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2535size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379567336threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=787.708time_GC=97.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799715.09tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2537size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379562724threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=788.596time_GC=97.436user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799715.59tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2539size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379558040threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=789.496time_GC=97.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799716.11tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2541size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379551624threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=790.388time_GC=97.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799716.61tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2543size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379548188threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=791.272time_GC=97.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799717.13tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2545size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379538012threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=792.16time_GC=97.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799717.63tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2547size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379533716threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=793.044time_GC=97.692user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799718.15tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2549size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379527132threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=793.94time_GC=97.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799718.65tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2551size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379523192threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=794.824time_GC=97.788user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799719.16tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2554size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379512592threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=796.16time_GC=97.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799719.67tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2556size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379506676threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=797.044time_GC=97.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799720.18tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2558size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379499340threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=797.928time_GC=97.96user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799720.68tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2560size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379493340threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=798.82time_GC=98.008user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799721.18tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2562size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379485796threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=799.72time_GC=98.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799721.7tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2564size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379479964threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=800.616time_GC=98.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799722.2tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2566size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379475344threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=801.512time_GC=98.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799722.72tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2568size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379469472threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=802.408time_GC=98.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799723.23tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2570size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379462492threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=803.304time_GC=98.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799723.73tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2572size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379454000threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=804.204time_GC=98.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799724.23tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2574size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379447064threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=805.08time_GC=98.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799724.76tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2577size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379439600threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.4time_GC=98.432user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799725.26tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2579size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379431232threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=807.276time_GC=98.484user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799725.77tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2581size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379424700threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=808.16time_GC=98.532user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799726.27tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2583size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379415500threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.076time_GC=98.58user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799726.77tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2585size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379404148threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.98time_GC=98.628user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799727.28tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2587size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379397760threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=810.888time_GC=98.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799727.8tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2589size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379391960threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=811.784time_GC=98.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799728.3tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2591size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379381064threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=812.664time_GC=98.772user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799728.8tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2593size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379374948threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=813.576time_GC=98.82user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799729.3tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2595size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379366520threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=814.508time_GC=98.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799729.81tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2597size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379361500threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=815.464time_GC=98.924user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799730.32tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2599size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379350392threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=816.46time_GC=98.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799730.82tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2601size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379340588threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=817.372time_GC=99.02user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799731.32tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=10partial_GCs=2603size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379336248threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.336time_GC=99.068user_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=135.402 ML_statistics = :now=1482799731.82tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2604size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379334276threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.836time_GC=99.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799732.33tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2605size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379330992threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=819.336time_GC=99.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799732.83tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2606size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379329456threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=819.856time_GC=99.14user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799733.33tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2607size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379326892threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=820.38time_GC=99.164user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799733.85tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2608size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379324828threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=820.896time_GC=99.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799734.35tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2609size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379321420threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.42time_GC=99.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799734.87tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2610size_allocation=1371537400size_allocation_free=1371537400size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379319468threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.932time_GC=99.24user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1482799735.37tasks_ready=0tasks_pending=1tasks_running=1tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=10partial_GCs=2610size_allocation=1371537400size_allocation_free=311430708size_heap=2890924032size_heap_free_last_full_GC=6963092size_heap_free_last_GC=1379319468threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=822.332time_GC=99.24user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1887name=quickcheckelapsed=100.001 *** Interrupt