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 ML_statistics = :now=1477874798.47tasks_ready=0tasks_pending=5tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=0partial_GCs=0size_allocation=45088768size_allocation_free=44951556size_heap=45088768size_heap_free_last_full_GC=0size_heap_free_last_GC=0threads_in_ML=0threads_total=15threads_wait_condvar=10threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=0.008time_GC=0user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=115name=theoryelapsed=0.058 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=2522name=setupelapsed=0.030 Proofs for inductive predicate(s) "less_nat" Proving monotonicity ... command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=5997name=inductiveelapsed=0.014 Proofs for inductive predicate(s) "less_eq_nat" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=1name=theoryelapsed=0.175 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6218name=applyelapsed=0.010 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6363name=inductiveelapsed=0.016 ### theory "Find_Unused_Assms_Examples" ### 0.183s elapsed time, 0.612s cpu time, 0.000s GC time command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=6273name=applyelapsed=0.013 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7322name=code_predelapsed=0.098 ### 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.033 ### theory "Predicate_Compile_Alternative_Defs" ### 0.355s elapsed time, 1.568s cpu time, 0.028s 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.060 ML_statistics = :now=1477874798.97tasks_ready=1047tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=1size_allocation=758120448size_allocation_free=758120448size_heap=769654784size_heap_free_last_full_GC=0size_heap_free_last_GC=531819268threads_in_ML=2threads_total=16threads_wait_condvar=7threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=2.612time_GC=0.028user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### ML warning (line 230 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 250 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 264 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. ### ML warning (line 325 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Value identifier (size) has not been referenced. ### ML warning (line 325 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Value identifier (nrandom) has not been referenced. ### ML warning (line 285 of "~~/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML"): ### Matches are not exhaustive. signature PREDICATE_COMPILE_QUICKCHECK = sig val debug: bool ref val no_higher_order_predicate: string list ref val nrandom: int ref val put_cps_result: (unit -> Code_Numeral.natural -> (bool * term list) option) -> Proof.context -> Proof.context val put_dseq_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> term list Limited_Sequence.dseq * seed) -> Proof.context -> Proof.context val put_lseq_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> Code_Numeral.natural -> term list Lazy_Sequence.lazy_sequence) -> Proof.context -> Proof.context val put_new_dseq_result: (unit -> Code_Numeral.natural -> term list Lazy_Sequence.lazy_sequence) -> Proof.context -> Proof.context val put_pred_result: (unit -> Code_Numeral.natural -> Code_Numeral.natural -> Code_Numeral.natural -> seed -> term list Predicate.pred) -> Proof.context -> Proof.context type seed = Random_Engine.seed val test_goals: Predicate_Compile_Aux.compilation * bool -> Proof.context -> bool -> (string * typ) list -> (term * term list) list -> Quickcheck.result list end structure Predicate_Compile_Quickcheck: PREDICATE_COMPILE_QUICKCHECK command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Quickcheck.thyoffset=266name=ML_fileelapsed=0.190 ### theory "Predicate_Compile_Quickcheck" ### 0.253s elapsed time, 1.496s 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.077 ML_statistics = :now=1477874799.48tasks_ready=1041tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=3size_allocation=1013972992size_allocation_free=1013972992size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=1022725028threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=5.904time_GC=0.132user_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.413 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=261name=datatypeelapsed=0.406 Found termination order: "{}" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=303name=funelapsed=0.042 ML_statistics = :now=1477874799.98tasks_ready=1026tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=5size_allocation=997195776size_allocation_free=997195776size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=1005987224threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=8.896time_GC=0.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874800.48tasks_ready=1021tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=7size_allocation=978321408size_allocation_free=978321408size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=987104564threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=11.852time_GC=0.368user_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.824 Proofs for inductive predicate(s) "partsp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=669name=inductive_setelapsed=0.086 Proofs for inductive predicate(s) "analzp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=961name=inductive_setelapsed=0.089 ML_statistics = :now=1477874800.98tasks_ready=1013tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=9size_allocation=962592768size_allocation_free=962592768size_heap=1037041664size_heap_free_last_full_GC=0size_heap_free_last_GC=971413320threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=14.592time_GC=0.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 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=1477874801.49tasks_ready=1007tasks_pending=4tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=11size_allocation=940572672size_allocation_free=940572672size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=949291660threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=17.48time_GC=0.576user_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.673 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=1992name=primrecelapsed=0.019 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.072 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=3768name=lemmaelapsed=0.014 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6236name=code_predelapsed=0.021 ### theory "Needham_Schroeder_Base" ### 2.896s elapsed time, 17.068s cpu time, 0.644s GC time Loading theory "Needham_Schroeder_Guided_Attacker_Example" loading_theory = Needham_Schroeder_Guided_Attacker_Example ML_statistics = :now=1477874801.99tasks_ready=1013tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=13size_allocation=919601152size_allocation_free=919601152size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=928054332threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=20.3time_GC=0.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1name=theoryelapsed=0.061 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=88name=inductive_setelapsed=0.177 ### Infering modes ### 0.035s elapsed time, 0.208s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.013s elapsed time, 0.080s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1494name=code_predelapsed=0.065 ### Infering modes ### 0.092s elapsed time, 0.536s cpu time, 0.040s GC time ### Compiling equations.... ### 0.030s elapsed time, 0.180s cpu time, 0.000s GC time ### Proving equations.... ### 0.010s elapsed time, 0.060s cpu time, 0.000s GC time ### Setting code equations.... ### 0.012s 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.145 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=2360name=lemmaelapsed=0.010 ### theory "Needham_Schroeder_Guided_Attacker_Example" ### 0.475s elapsed time, 2.792s cpu time, 0.112s 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.061 Proofs for inductive predicate(s) "ns_publicp" Proving monotonicity ... ML_statistics = :now=1477874802.5tasks_ready=1013tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=15size_allocation=892338176size_allocation_free=892338176size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=900471024threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=22.92time_GC=0.784user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=84name=inductive_setelapsed=0.135 ### Infering modes ### 0.027s elapsed time, 0.160s cpu time, 0.000s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.009s elapsed time, 0.052s cpu time, 0.000s GC time ### Proving equations.... ### 0.001s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1013name=code_predelapsed=0.043 ### Infering modes ### 0.065s elapsed time, 0.388s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.021s elapsed time, 0.124s cpu time, 0.000s GC time ### Proving equations.... ### 0.007s elapsed time, 0.044s cpu time, 0.000s GC time ### Setting code equations.... ### 0.009s elapsed time, 0.052s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1074name=code_predelapsed=0.102 ### theory "Needham_Schroeder_No_Attacker_Example" ### 0.361s elapsed time, 2.116s cpu time, 0.040s 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.074 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.135 ### Infering modes ### 0.003s elapsed time, 0.016s 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.004s cpu time, 0.000s GC time ### Proving equations.... ### 0.000s 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=1477874803.01tasks_ready=1010tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=17size_allocation=886046720size_allocation_free=886046720size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=896021892threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=25.612time_GC=0.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.038s elapsed time, 0.208s cpu time, 0.044s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.010s elapsed time, 0.056s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1245name=code_predelapsed=0.069 ### Infering modes ### 0.070s elapsed time, 0.416s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.022s elapsed time, 0.132s cpu time, 0.000s GC time ### Proving equations.... ### 0.009s elapsed time, 0.056s cpu time, 0.000s GC time ### Setting code equations.... ### 0.011s elapsed time, 0.064s cpu time, 0.000s GC time command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1363name=code_predelapsed=0.113 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2114name=lemmaelapsed=0.012 ### theory "Needham_Schroeder_Unguided_Attacker_Example" ### 0.421s elapsed time, 2.476s cpu time, 0.096s GC time ML_statistics = :now=1477874803.52tasks_ready=1498tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=20size_allocation=849346560size_allocation_free=849346560size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=857886916threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=29.476time_GC=1.048user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874804.02tasks_ready=1440tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=22size_allocation=840957952size_allocation_free=840957952size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=850157872threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=31.94time_GC=1.108user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874804.52tasks_ready=1427tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=24size_allocation=836763648size_allocation_free=836763648size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=845510344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=34.38time_GC=1.184user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874805.02tasks_ready=1419tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=27size_allocation=811597824size_allocation_free=811597824size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=819769392threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=37.916time_GC=1.312user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874805.54tasks_ready=1417tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=29size_allocation=802160640size_allocation_free=802160640size_heap=1039138816size_heap_free_last_full_GC=0size_heap_free_last_GC=809659532threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=40.276time_GC=1.396user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874806.05tasks_ready=1413tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=32size_allocation=774897664size_allocation_free=774897664size_heap=1038090240size_heap_free_last_full_GC=0size_heap_free_last_GC=783460884threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=43.712time_GC=1.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874806.55tasks_ready=1403tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=34size_allocation=763363328size_allocation_free=763363328size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=771174084threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=45.812time_GC=1.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874807.06tasks_ready=1381tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=37size_allocation=724566016size_allocation_free=724566016size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=732157268threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=48.892time_GC=1.784user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874807.57tasks_ready=1377tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=40size_allocation=716177408size_allocation_free=716177408size_heap=1035993088size_heap_free_last_full_GC=0size_heap_free_last_GC=723418300threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=51.864time_GC=1.92user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874808.07tasks_ready=1359tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=43size_allocation=686817280size_allocation_free=686817280size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=694338216threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=54.76time_GC=2.048user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874808.58tasks_ready=1351tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=46size_allocation=655360000size_allocation_free=655360000size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=662359596threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=57.556time_GC=2.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874809.08tasks_ready=1341tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=49size_allocation=641728512size_allocation_free=641728512size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=648029464threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=60.16time_GC=2.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874809.58tasks_ready=1332tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=53size_allocation=631242752size_allocation_free=631242752size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=638364460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=63.552time_GC=2.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874810.09tasks_ready=1312tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=56size_allocation=618659840size_allocation_free=618659840size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=624596032threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=65.896time_GC=2.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874810.6tasks_ready=1273tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=60size_allocation=599785472size_allocation_free=599785472size_heap=1043333120size_heap_free_last_full_GC=0size_heap_free_last_GC=606219176threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=69.052time_GC=2.66user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874811.1tasks_ready=1253tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=63size_allocation=594542592size_allocation_free=594542592size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=601936600threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=71.444time_GC=2.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874811.6tasks_ready=1248tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=67size_allocation=569376768size_allocation_free=569376768size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=576404196threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=74.472time_GC=2.892user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874812.1tasks_ready=1225tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=71size_allocation=550502400size_allocation_free=550502400size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=557232628threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=77.404time_GC=3.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874812.61tasks_ready=1217tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=75size_allocation=521142272size_allocation_free=521142272size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=526370492threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=80.14time_GC=3.244user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874813.11tasks_ready=1208tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=79size_allocation=498073600size_allocation_free=498073600size_heap=1041235968size_heap_free_last_full_GC=0size_heap_free_last_GC=505966764threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=82.824time_GC=3.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874813.62tasks_ready=1207tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=84size_allocation=472907776size_allocation_free=472907776size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=480395784threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=85.924time_GC=3.556user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874814.12tasks_ready=1191tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=88size_allocation=448790528size_allocation_free=448790528size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=455373252threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=88.368time_GC=3.708user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874814.62tasks_ready=1183tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=93size_allocation=436207616size_allocation_free=436207616size_heap=1042284544size_heap_free_last_full_GC=0size_heap_free_last_GC=441877952threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=91.144time_GC=3.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874815.12tasks_ready=1178tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=98size_allocation=417333248size_allocation_free=417333248size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=423076976threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=93.84time_GC=4.004user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874815.63tasks_ready=1175tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=104size_allocation=395313152size_allocation_free=395313152size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=402111296threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=96.932time_GC=4.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874816.13tasks_ready=1171tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=109size_allocation=374341632size_allocation_free=374341632size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=381331728threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=99.408time_GC=4.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874816.63tasks_ready=1166tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=115size_allocation=361758720size_allocation_free=361758720size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=368264564threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=102.268time_GC=4.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874817.13tasks_ready=1142tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=121size_allocation=341835776size_allocation_free=341835776size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=346650252threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=104.856time_GC=4.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874817.65tasks_ready=1139tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=128size_allocation=317718528size_allocation_free=317718528size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=323568012threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=107.872time_GC=4.88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874818.15tasks_ready=1129tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=134size_allocation=292552704size_allocation_free=292552704size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=298707868threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=110.188time_GC=5.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874818.65tasks_ready=1127tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=142size_allocation=274726912size_allocation_free=274726912size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=282773844threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=113.088time_GC=5.26user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874819.16tasks_ready=1120tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=150size_allocation=248512512size_allocation_free=248512512size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=256147492threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=115.704time_GC=5.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874819.66tasks_ready=1114tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=158size_allocation=204472320size_allocation_free=204472320size_heap=1040187392size_heap_free_last_full_GC=0size_heap_free_last_GC=210815748threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=118.104time_GC=5.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874820.17tasks_ready=1113tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=169size_allocation=187695104size_allocation_free=187695104size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=193138484threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=120.764time_GC=6.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874820.68tasks_ready=1106tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=181size_allocation=168820736size_allocation_free=168820736size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=177012192threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=123.28time_GC=6.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874821.2tasks_ready=1105tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=194size_allocation=138412032size_allocation_free=138412032size_heap=1044381696size_heap_free_last_full_GC=0size_heap_free_last_GC=146946080threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=125.688time_GC=6.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874821.71tasks_ready=1099tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=210size_allocation=111149056size_allocation_free=111149056size_heap=1045430272size_heap_free_last_full_GC=0size_heap_free_last_GC=118740704threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=128.072time_GC=7.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874822.23tasks_ready=1099tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=229size_allocation=77594624size_allocation_free=77594624size_heap=1046478848size_heap_free_last_full_GC=0size_heap_free_last_GC=85351872threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=130.224time_GC=7.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874822.74tasks_ready=1084tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=255size_allocation=40894464size_allocation_free=40894464size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=49132128threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=132.156time_GC=8.128user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874823.27tasks_ready=1082tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=0partial_GCs=298size_allocation=23068672size_allocation_free=23068672size_heap=1047527424size_heap_free_last_full_GC=0size_heap_free_last_GC=28763160threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=133.676time_GC=8.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874823.97tasks_ready=1080tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=347size_allocation=287309824size_allocation_free=287309824size_heap=360710144size_heap_free_last_full_GC=7867288size_heap_free_last_GC=7867288threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=134.188time_GC=10.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874824.48tasks_ready=1070tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=351size_allocation=706740224size_allocation_free=706740224size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=716872400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=137.604time_GC=10.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874824.98tasks_ready=1066tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=354size_allocation=693108736size_allocation_free=693108736size_heap=780140544size_heap_free_last_full_GC=7867288size_heap_free_last_GC=702750220threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=140.144time_GC=10.756user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874825.48tasks_ready=1055tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=357size_allocation=688914432size_allocation_free=688914432size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=698166412threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=142.608time_GC=10.804user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874825.98tasks_ready=1050tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=361size_allocation=666894336size_allocation_free=666894336size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=675862716threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=145.812time_GC=10.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874826.49tasks_ready=1048tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=365size_allocation=656408576size_allocation_free=656408576size_heap=781189120size_heap_free_last_full_GC=7867288size_heap_free_last_GC=665234928threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=149.004time_GC=11.016user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874826.99tasks_ready=1044tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=368size_allocation=642777088size_allocation_free=642777088size_heap=782237696size_heap_free_last_full_GC=7867288size_heap_free_last_GC=650987700threads_in_ML=1threads_total=16threads_wait_condvar=7threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=151.444time_GC=11.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874827.49tasks_ready=1044tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=372size_allocation=630194176size_allocation_free=630194176size_heap=782237696size_heap_free_last_full_GC=7867288size_heap_free_last_GC=638488964threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=154.508time_GC=11.192user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874828tasks_ready=1042tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=375size_allocation=613416960size_allocation_free=613416960size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=621876456threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=156.832time_GC=11.272user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874828.51tasks_ready=1035tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=379size_allocation=601882624size_allocation_free=601882624size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=610356176threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=159.776time_GC=11.368user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874829.02tasks_ready=1025tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=383size_allocation=590348288size_allocation_free=590348288size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=597948848threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=162.656time_GC=11.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874829.52tasks_ready=1020tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=387size_allocation=575668224size_allocation_free=575668224size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=583830148threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=165.488time_GC=11.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874830.02tasks_ready=1020tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=392size_allocation=558891008size_allocation_free=558891008size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=566850740threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=168.892time_GC=11.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874830.52tasks_ready=1016tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=396size_allocation=550502400size_allocation_free=550502400size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=558106252threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=171.508time_GC=11.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874831.02tasks_ready=1014tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=400size_allocation=526385152size_allocation_free=526385152size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=534997716threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=174.036time_GC=11.884user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874831.53tasks_ready=1013tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=405size_allocation=514850816size_allocation_free=514850816size_heap=785383424size_heap_free_last_full_GC=7867288size_heap_free_last_GC=522746916threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=177.12time_GC=11.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874832.03tasks_ready=1008tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=410size_allocation=501219328size_allocation_free=501219328size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=508809172threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=180.076time_GC=12.084user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874832.53tasks_ready=1004tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=415size_allocation=480247808size_allocation_free=480247808size_heap=785383424size_heap_free_last_full_GC=7867288size_heap_free_last_GC=487838824threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=182.864time_GC=12.224user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874833.04tasks_ready=992tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=420size_allocation=471859200size_allocation_free=471859200size_heap=778043392size_heap_free_last_full_GC=7867288size_heap_free_last_GC=478441964threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=185.66time_GC=12.348user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874833.54tasks_ready=985tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=425size_allocation=451936256size_allocation_free=451936256size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=460702644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=188.328time_GC=12.448user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874834.04tasks_ready=979tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=430size_allocation=439353344size_allocation_free=439353344size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=447220644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=190.928time_GC=12.544user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874834.54tasks_ready=976tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=436size_allocation=417333248size_allocation_free=417333248size_heap=782237696size_heap_free_last_full_GC=7867288size_heap_free_last_GC=424053092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=193.9time_GC=12.716user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874835.05tasks_ready=973tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=442size_allocation=393216000size_allocation_free=393216000size_heap=782237696size_heap_free_last_full_GC=7867288size_heap_free_last_GC=399584720threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=196.688time_GC=12.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874835.56tasks_ready=968tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=448size_allocation=382730240size_allocation_free=382730240size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=390115384threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=199.436time_GC=12.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874836.06tasks_ready=962tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=454size_allocation=370147328size_allocation_free=370147328size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=377650180threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=202.096time_GC=13.088user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874836.57tasks_ready=950tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=461size_allocation=352321536size_allocation_free=352321536size_heap=779091968size_heap_free_last_full_GC=7867288size_heap_free_last_GC=358331756threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=205.052time_GC=13.28user_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=38.002 ML_statistics = :now=1477874837.07tasks_ready=1057tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=467size_allocation=330301440size_allocation_free=330301440size_heap=782237696size_heap_free_last_full_GC=7867288size_heap_free_last_GC=337052736threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=207.488time_GC=13.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874837.57tasks_ready=1017tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=474size_allocation=315621376size_allocation_free=315621376size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=323229140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=210.392time_GC=13.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874838.08tasks_ready=1006tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=480size_allocation=306184192size_allocation_free=306184192size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=312935756threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=212.996time_GC=13.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874838.58tasks_ready=1004tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=486size_allocation=292552704size_allocation_free=292552704size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=299058384threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=215.744time_GC=13.78user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874839.09tasks_ready=1000tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=494size_allocation=265289728size_allocation_free=265289728size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=271456788threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=218.624time_GC=13.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874839.59tasks_ready=990tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=502size_allocation=247463936size_allocation_free=247463936size_heap=784334848size_heap_free_last_full_GC=7867288size_heap_free_last_GC=253659860threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=221.304time_GC=14.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874840.11tasks_ready=972tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=511size_allocation=224395264size_allocation_free=224395264size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=230598044threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=224.156time_GC=14.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874840.61tasks_ready=967tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=519size_allocation=205520896size_allocation_free=205520896size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=211508784threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=226.756time_GC=14.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874841.12tasks_ready=941tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=528size_allocation=188743680size_allocation_free=188743680size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=196588572threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=229.492time_GC=14.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874841.63tasks_ready=935tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=537size_allocation=173015040size_allocation_free=173015040size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=181388448threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=231.968time_GC=14.912user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874842.14tasks_ready=931tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=548size_allocation=150994944size_allocation_free=150994944size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=157606096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=234.676time_GC=15.132user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874842.66tasks_ready=920tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=560size_allocation=135266304size_allocation_free=135266304size_heap=783286272size_heap_free_last_full_GC=7867288size_heap_free_last_GC=141890684threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=237.252time_GC=15.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874843.16tasks_ready=902tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=576size_allocation=111149056size_allocation_free=111149056size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=120024448threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=239.736time_GC=15.672user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874843.67tasks_ready=890tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=594size_allocation=81788928size_allocation_free=81788928size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=90495336threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=241.928time_GC=16.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874844.18tasks_ready=882tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=619size_allocation=56623104size_allocation_free=56623104size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=65548560threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=244.148time_GC=16.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 3 theorems with (potentially) superfluous assumptions: Divides.div_pos_geq: unnecessary assumption(s) 2 Divides.mod_pos_geq: unnecessary assumption(s) 1 and 2 Divides.transfer_nat_int_functions_1: unnecessary assumption(s) 1 or 2 Checked 119 theorems with assumptions (238 total) in the theory "Divides" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=131name=find_unused_assmselapsed=45.824 ML_statistics = :now=1477874844.69tasks_ready=1856tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=654size_allocation=25165824size_allocation_free=25165824size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=32276044threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=245.864time_GC=17.04user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874845.2tasks_ready=1856tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=1partial_GCs=712size_allocation=6291456size_allocation_free=6291456size_heap=786432000size_heap_free_last_full_GC=7867288size_heap_free_last_GC=12444988threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=246.964time_GC=17.816user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874845.85tasks_ready=1843tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=734size_allocation=444596224size_allocation_free=444596224size_heap=535822336size_heap_free_last_full_GC=10376996size_heap_free_last_GC=454449408threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=248.82time_GC=18.86user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874846.35tasks_ready=1831tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=739size_allocation=422576128size_allocation_free=422576128size_heap=537919488size_heap_free_last_full_GC=10376996size_heap_free_last_GC=431821240threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=251.604time_GC=18.992user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874846.85tasks_ready=1828tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=744size_allocation=394264576size_allocation_free=394264576size_heap=536870912size_heap_free_last_full_GC=10376996size_heap_free_last_GC=403338200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=254.28time_GC=19.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874847.36tasks_ready=1817tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=749size_allocation=381681664size_allocation_free=381681664size_heap=537919488size_heap_free_last_full_GC=10376996size_heap_free_last_GC=391329432threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=256.88time_GC=19.26user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874847.86tasks_ready=1813tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=755size_allocation=351272960size_allocation_free=351272960size_heap=534773760size_heap_free_last_full_GC=10376996size_heap_free_last_GC=359566852threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=259.792time_GC=19.472user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874848.37tasks_ready=1795tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=761size_allocation=325058560size_allocation_free=325058560size_heap=534773760size_heap_free_last_full_GC=10376996size_heap_free_last_GC=333003792threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=262.488time_GC=19.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874848.87tasks_ready=1778tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=768size_allocation=300941312size_allocation_free=300941312size_heap=536870912size_heap_free_last_full_GC=10376996size_heap_free_last_GC=307915544threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=265.368time_GC=19.796user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874849.37tasks_ready=1772tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=774size_allocation=276824064size_allocation_free=276824064size_heap=535822336size_heap_free_last_full_GC=10376996size_heap_free_last_GC=283310788threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=267.816time_GC=19.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874849.87tasks_ready=1748tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=781size_allocation=258998272size_allocation_free=258998272size_heap=531628032size_heap_free_last_full_GC=10376996size_heap_free_last_GC=267083096threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=270.568time_GC=20.152user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874850.38tasks_ready=1742tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=789size_allocation=225443840size_allocation_free=225443840size_heap=537919488size_heap_free_last_full_GC=10376996size_heap_free_last_GC=232974860threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=273.256time_GC=20.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874850.88tasks_ready=1736tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=797size_allocation=203423744size_allocation_free=203423744size_heap=536870912size_heap_free_last_full_GC=10376996size_heap_free_last_GC=210828428threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=275.824time_GC=20.528user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874851.38tasks_ready=1727tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=806size_allocation=179306496size_allocation_free=179306496size_heap=535822336size_heap_free_last_full_GC=10376996size_heap_free_last_GC=185398196threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=278.748time_GC=20.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874851.89tasks_ready=1710tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=815size_allocation=149946368size_allocation_free=149946368size_heap=536870912size_heap_free_last_full_GC=10376996size_heap_free_last_GC=157139708threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=281.216time_GC=20.932user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874852.4tasks_ready=1709tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=828size_allocation=118489088size_allocation_free=118489088size_heap=536870912size_heap_free_last_full_GC=10376996size_heap_free_last_GC=124571740threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=283.908time_GC=21.228user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874852.91tasks_ready=1704tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=844size_allocation=87031808size_allocation_free=87031808size_heap=533725184size_heap_free_last_full_GC=10376996size_heap_free_last_GC=94771212threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=286.248time_GC=21.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874853.41tasks_ready=1704tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=2partial_GCs=868size_allocation=48234496size_allocation_free=48234496size_heap=537919488size_heap_free_last_full_GC=10376996size_heap_free_last_GC=55295664threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=288.408time_GC=21.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874854.03tasks_ready=1704tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=916size_allocation=1048576size_allocation_free=1048576size_heap=91226112size_heap_free_last_full_GC=7027600size_heap_free_last_GC=7027600threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=289.636time_GC=23.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874854.54tasks_ready=1696tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=920size_allocation=420478976size_allocation_free=420478976size_heap=513802240size_heap_free_last_full_GC=7027600size_heap_free_last_GC=428673808threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=292.02time_GC=23.424user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874855.04tasks_ready=1688tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=925size_allocation=393216000size_allocation_free=393216000size_heap=520093696size_heap_free_last_full_GC=7027600size_heap_free_last_GC=402281616threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=294.972time_GC=23.564user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874855.55tasks_ready=1679tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=930size_allocation=358612992size_allocation_free=358612992size_heap=521142272size_heap_free_last_full_GC=7027600size_heap_free_last_GC=366780144threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=297.576time_GC=23.768user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874856.06tasks_ready=1649tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=936size_allocation=331350016size_allocation_free=331350016size_heap=520093696size_heap_free_last_full_GC=7027600size_heap_free_last_GC=339448972threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=300.548time_GC=23.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874856.57tasks_ready=1640tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=942size_allocation=316669952size_allocation_free=316669952size_heap=513802240size_heap_free_last_full_GC=7027600size_heap_free_last_GC=323577244threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=303.4time_GC=24.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874857.07tasks_ready=1624tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=948size_allocation=281018368size_allocation_free=281018368size_heap=521142272size_heap_free_last_full_GC=7027600size_heap_free_last_GC=288882128threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=305.816time_GC=24.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874857.58tasks_ready=1616tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=956size_allocation=254803968size_allocation_free=254803968size_heap=524288000size_heap_free_last_full_GC=7027600size_heap_free_last_GC=262733976threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=308.74time_GC=24.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874858.08tasks_ready=1612tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=964size_allocation=230686720size_allocation_free=230686720size_heap=522190848size_heap_free_last_full_GC=7027600size_heap_free_last_GC=237308100threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=311.352time_GC=24.684user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874858.61tasks_ready=1604tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=974size_allocation=204472320size_allocation_free=204472320size_heap=523239424size_heap_free_last_full_GC=7027600size_heap_free_last_GC=210705932threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=314.128time_GC=24.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874859.11tasks_ready=1594tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=984size_allocation=182452224size_allocation_free=182452224size_heap=523239424size_heap_free_last_full_GC=7027600size_heap_free_last_GC=188394476threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=316.716time_GC=25.14user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874859.62tasks_ready=1588tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=995size_allocation=166723584size_allocation_free=166723584size_heap=521142272size_heap_free_last_full_GC=7027600size_heap_free_last_GC=172418816threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=319.268time_GC=25.352user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874860.13tasks_ready=1585tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1008size_allocation=139460608size_allocation_free=139460608size_heap=523239424size_heap_free_last_full_GC=7027600size_heap_free_last_GC=145737576threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=321.836time_GC=25.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874860.64tasks_ready=1556tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1022size_allocation=118489088size_allocation_free=118489088size_heap=524288000size_heap_free_last_full_GC=7027600size_heap_free_last_GC=126101276threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=324.172time_GC=25.876user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874861.14tasks_ready=1553tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1039size_allocation=96468992size_allocation_free=96468992size_heap=524288000size_heap_free_last_full_GC=7027600size_heap_free_last_GC=104462904threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=326.584time_GC=26.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874861.65tasks_ready=1536tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1060size_allocation=72351744size_allocation_free=72351744size_heap=523239424size_heap_free_last_full_GC=7027600size_heap_free_last_GC=81094540threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=328.84time_GC=26.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874862.16tasks_ready=1534tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=3partial_GCs=1091size_allocation=36700160size_allocation_free=36700160size_heap=523239424size_heap_free_last_full_GC=7027600size_heap_free_last_GC=46400888threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=330.676time_GC=27.156user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874862.76tasks_ready=1529tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1105size_allocation=419430400size_allocation_free=419430400size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=429497568threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=332.724time_GC=27.908user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874863.26tasks_ready=1514tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1110size_allocation=400556032size_allocation_free=400556032size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=409592172threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=335.42time_GC=28.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874863.76tasks_ready=1508tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1115size_allocation=398458880size_allocation_free=398458880size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=406518200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=338.188time_GC=28.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874864.27tasks_ready=1500tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1121size_allocation=376438784size_allocation_free=376438784size_heap=506462208size_heap_free_last_full_GC=7971100size_heap_free_last_GC=384612828threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=341.28time_GC=28.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874864.77tasks_ready=1485tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1126size_allocation=360710144size_allocation_free=360710144size_heap=500170752size_heap_free_last_full_GC=7971100size_heap_free_last_GC=368041952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=343.836time_GC=28.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874865.28tasks_ready=1472tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1132size_allocation=334495744size_allocation_free=334495744size_heap=506462208size_heap_free_last_full_GC=7971100size_heap_free_last_GC=342932908threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=346.764time_GC=28.516user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874865.78tasks_ready=1449tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1138size_allocation=316669952size_allocation_free=316669952size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=324349344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=349.532time_GC=28.66user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874866.28tasks_ready=1435tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1144size_allocation=292552704size_allocation_free=292552704size_heap=506462208size_heap_free_last_full_GC=7971100size_heap_free_last_GC=300052420threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=352.128time_GC=28.808user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874866.78tasks_ready=1425tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1151size_allocation=275775488size_allocation_free=275775488size_heap=507510784size_heap_free_last_full_GC=7971100size_heap_free_last_GC=282872696threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=354.932time_GC=28.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874867.3tasks_ready=1420tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1159size_allocation=248512512size_allocation_free=248512512size_heap=506462208size_heap_free_last_full_GC=7971100size_heap_free_last_GC=256148036threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=357.868time_GC=29.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874867.8tasks_ready=1417tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1167size_allocation=217055232size_allocation_free=217055232size_heap=502267904size_heap_free_last_full_GC=7971100size_heap_free_last_GC=222989304threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=360.544time_GC=29.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874868.32tasks_ready=1412tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1176size_allocation=184549376size_allocation_free=184549376size_heap=506462208size_heap_free_last_full_GC=7971100size_heap_free_last_GC=191541784threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=363.152time_GC=29.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874868.83tasks_ready=1405tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1186size_allocation=154140672size_allocation_free=154140672size_heap=503316480size_heap_free_last_full_GC=7971100size_heap_free_last_GC=159147640threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=365.632time_GC=29.856user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874869.34tasks_ready=1401tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1199size_allocation=126877696size_allocation_free=126877696size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=132106464threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=368.176time_GC=30.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874869.85tasks_ready=1390tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1215size_allocation=95420416size_allocation_free=95420416size_heap=505413632size_heap_free_last_full_GC=7971100size_heap_free_last_GC=100532200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=370.6time_GC=30.448user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874870.37tasks_ready=1389tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1237size_allocation=53477376size_allocation_free=53477376size_heap=507510784size_heap_free_last_full_GC=7971100size_heap_free_last_GC=59804200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=372.808time_GC=30.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874870.89tasks_ready=1385tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=4partial_GCs=1284size_allocation=11534336size_allocation_free=11534336size_heap=508559360size_heap_free_last_full_GC=7971100size_heap_free_last_GC=19111508threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=374.392time_GC=31.548user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874871.48tasks_ready=1376tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1312size_allocation=390070272size_allocation_free=390070272size_heap=480247808size_heap_free_last_full_GC=8721888size_heap_free_last_GC=399263604threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=376.268time_GC=32.432user_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=73.109 ML_statistics = :now=1477874871.98tasks_ready=1472tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1317size_allocation=371195904size_allocation_free=371195904size_heap=479199232size_heap_free_last_full_GC=8721888size_heap_free_last_GC=379714524threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=378.988time_GC=32.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874872.48tasks_ready=1458tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1322size_allocation=347078656size_allocation_free=347078656size_heap=477102080size_heap_free_last_full_GC=8721888size_heap_free_last_GC=356619908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=381.576time_GC=32.704user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874872.99tasks_ready=1455tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1328size_allocation=328204288size_allocation_free=328204288size_heap=475004928size_heap_free_last_full_GC=8721888size_heap_free_last_GC=334750796threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=384.576time_GC=32.872user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874873.49tasks_ready=1450tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1334size_allocation=295698432size_allocation_free=295698432size_heap=479199232size_heap_free_last_full_GC=8721888size_heap_free_last_GC=303810132threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=387.172time_GC=33.044user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874874tasks_ready=1415tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1341size_allocation=267386880size_allocation_free=267386880size_heap=479199232size_heap_free_last_full_GC=8721888size_heap_free_last_GC=274433868threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=389.932time_GC=33.232user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874874.5tasks_ready=1407tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1348size_allocation=250609664size_allocation_free=250609664size_heap=478150656size_heap_free_last_full_GC=8721888size_heap_free_last_GC=259274880threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=392.544time_GC=33.38user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874875.01tasks_ready=1396tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1356size_allocation=213909504size_allocation_free=213909504size_heap=480247808size_heap_free_last_full_GC=8721888size_heap_free_last_GC=221394236threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=395.184time_GC=33.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874875.51tasks_ready=1381tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1365size_allocation=193986560size_allocation_free=193986560size_heap=482344960size_heap_free_last_full_GC=8721888size_heap_free_last_GC=202522232threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=397.768time_GC=33.78user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874876.01tasks_ready=1376tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1376size_allocation=158334976size_allocation_free=158334976size_heap=480247808size_heap_free_last_full_GC=8721888size_heap_free_last_GC=166631864threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=400.536time_GC=34.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874876.52tasks_ready=1373tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1389size_allocation=119537664size_allocation_free=119537664size_heap=480247808size_heap_free_last_full_GC=8721888size_heap_free_last_GC=126001404threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=403.096time_GC=34.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874877.04tasks_ready=1354tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1406size_allocation=95420416size_allocation_free=95420416size_heap=481296384size_heap_free_last_full_GC=8721888size_heap_free_last_GC=101280512threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=405.564time_GC=34.62user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874877.57tasks_ready=1345tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1429size_allocation=50331648size_allocation_free=50331648size_heap=482344960size_heap_free_last_full_GC=8721888size_heap_free_last_GC=58255056threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=407.776time_GC=35.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874878.08tasks_ready=1340tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=5partial_GCs=1471size_allocation=10485760size_allocation_free=10485760size_heap=482344960size_heap_free_last_full_GC=8721888size_heap_free_last_GC=16615108threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=409.412time_GC=35.688user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874878.69tasks_ready=1332tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1481size_allocation=390070272size_allocation_free=390070272size_heap=480247808size_heap_free_last_full_GC=7036296size_heap_free_last_GC=398109192threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=411.58time_GC=36.336user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874879.19tasks_ready=1326tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1486size_allocation=361758720size_allocation_free=361758720size_heap=478150656size_heap_free_last_full_GC=7036296size_heap_free_last_GC=370050944threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=414.224time_GC=36.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874879.69tasks_ready=1313tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1492size_allocation=338690048size_allocation_free=338690048size_heap=480247808size_heap_free_last_full_GC=7036296size_heap_free_last_GC=347733568threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=417.128time_GC=36.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874880.2tasks_ready=1298tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1498size_allocation=314572800size_allocation_free=314572800size_heap=481296384size_heap_free_last_full_GC=7036296size_heap_free_last_GC=322557140threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=419.924time_GC=36.804user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874880.71tasks_ready=1293tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1504size_allocation=287309824size_allocation_free=287309824size_heap=480247808size_heap_free_last_full_GC=7036296size_heap_free_last_GC=295130456threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=422.548time_GC=36.98user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874881.21tasks_ready=1286tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1511size_allocation=269484032size_allocation_free=269484032size_heap=477102080size_heap_free_last_full_GC=7036296size_heap_free_last_GC=277564256threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=425.324time_GC=37.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874881.71tasks_ready=1274tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1519size_allocation=245366784size_allocation_free=245366784size_heap=481296384size_heap_free_last_full_GC=7036296size_heap_free_last_GC=253697880threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=428.244time_GC=37.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874882.22tasks_ready=1259tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1527size_allocation=210763776size_allocation_free=210763776size_heap=479199232size_heap_free_last_full_GC=7036296size_heap_free_last_GC=218312516threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=430.84time_GC=37.524user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874882.72tasks_ready=1253tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1536size_allocation=187695104size_allocation_free=187695104size_heap=481296384size_heap_free_last_full_GC=7036296size_heap_free_last_GC=194355076threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=433.492time_GC=37.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874883.23tasks_ready=1251tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1546size_allocation=158334976size_allocation_free=158334976size_heap=480247808size_heap_free_last_full_GC=7036296size_heap_free_last_GC=164534796threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=435.964time_GC=37.968user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874883.73tasks_ready=1247tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1559size_allocation=130023424size_allocation_free=130023424size_heap=479199232size_heap_free_last_full_GC=7036296size_heap_free_last_GC=136260952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=438.616time_GC=38.236user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874884.24tasks_ready=1243tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1573size_allocation=100663296size_allocation_free=100663296size_heap=482344960size_heap_free_last_full_GC=7036296size_heap_free_last_GC=106740744threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=440.976time_GC=38.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874884.75tasks_ready=1239tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1593size_allocation=66060288size_allocation_free=66060288size_heap=482344960size_heap_free_last_full_GC=7036296size_heap_free_last_GC=74386528threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=443.276time_GC=38.88user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874885.26tasks_ready=1227tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=6partial_GCs=1625size_allocation=32505856size_allocation_free=32505856size_heap=482344960size_heap_free_last_full_GC=7036296size_heap_free_last_GC=40330060threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=445.352time_GC=39.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874885.85tasks_ready=1209tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1658size_allocation=397410208size_allocation_free=397410208size_heap=478150656size_heap_free_last_full_GC=6817144size_heap_free_last_GC=405811824threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=446.972time_GC=40.3user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874886.35tasks_ready=1206tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1663size_allocation=368050080size_allocation_free=368050080size_heap=476053504size_heap_free_last_full_GC=6817144size_heap_free_last_GC=375778948threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=449.744time_GC=40.452user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874886.86tasks_ready=1182tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1668size_allocation=354418592size_allocation_free=354418592size_heap=475004928size_heap_free_last_full_GC=6817144size_heap_free_last_GC=362215772threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=452.228time_GC=40.58user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874887.37tasks_ready=1174tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1674size_allocation=328204192size_allocation_free=328204192size_heap=477102080size_heap_free_last_full_GC=6817144size_heap_free_last_GC=336224172threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=455.072time_GC=40.732user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874887.87tasks_ready=1167tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1680size_allocation=304086944size_allocation_free=304086944size_heap=477102080size_heap_free_last_full_GC=6817144size_heap_free_last_GC=312228032threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=457.832time_GC=40.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874888.37tasks_ready=1157tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1687size_allocation=285212576size_allocation_free=285212576size_heap=476053504size_heap_free_last_full_GC=6817144size_heap_free_last_GC=292814492threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=460.78time_GC=41.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874888.87tasks_ready=1151tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1694size_allocation=254803872size_allocation_free=254803872size_heap=477102080size_heap_free_last_full_GC=6817144size_heap_free_last_GC=262025268threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=463.412time_GC=41.248user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874889.38tasks_ready=1146tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1701size_allocation=233832352size_allocation_free=233832352size_heap=468713472size_heap_free_last_full_GC=6817144size_heap_free_last_GC=240278820threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=465.96time_GC=41.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874889.9tasks_ready=1134tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1710size_allocation=207617952size_allocation_free=207617952size_heap=478150656size_heap_free_last_full_GC=6817144size_heap_free_last_GC=214660908threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=468.76time_GC=41.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874890.4tasks_ready=1125tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1720size_allocation=182452128size_allocation_free=182452128size_heap=477102080size_heap_free_last_full_GC=6817144size_heap_free_last_GC=188470160threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=471.448time_GC=41.848user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874890.91tasks_ready=1116tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1731size_allocation=142606240size_allocation_free=142606240size_heap=478150656size_heap_free_last_full_GC=6817144size_heap_free_last_GC=150668404threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=474.048time_GC=42.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874891.41tasks_ready=1101tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1745size_allocation=114294688size_allocation_free=114294688size_heap=477102080size_heap_free_last_full_GC=6817144size_heap_free_last_GC=119401072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=476.548time_GC=42.42user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874891.91tasks_ready=1085tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1762size_allocation=81788832size_allocation_free=81788832size_heap=479199232size_heap_free_last_full_GC=6817144size_heap_free_last_GC=89232204threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=478.832time_GC=42.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874892.42tasks_ready=1083tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=7partial_GCs=1787size_allocation=44040096size_allocation_free=44040096size_heap=479199232size_heap_free_last_full_GC=6817144size_heap_free_last_GC=52517880threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=480.96time_GC=43.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874893.01tasks_ready=1082tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1832size_allocation=2096912size_allocation_free=2096912size_heap=81788928size_heap_free_last_full_GC=7831480size_heap_free_last_GC=7831480threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=482.332time_GC=44.348user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874893.51tasks_ready=1074tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1837size_allocation=380632848size_allocation_free=380632848size_heap=480247808size_heap_free_last_full_GC=7831480size_heap_free_last_GC=387683620threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=485.048time_GC=44.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874894.01tasks_ready=1064tasks_pending=1tasks_running=12tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1842size_allocation=363855632size_allocation_free=363855632size_heap=480247808size_heap_free_last_full_GC=7831480size_heap_free_last_GC=371030552threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=487.728time_GC=44.616user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 5 theorems with (potentially) superfluous assumptions: Relation.reflp_sup: unnecessary assumption(s) 1 or 2 Relation.lfp_induct2: unnecessary assumption(s) 2 Relation.finite_Field: unnecessary assumption(s) 1 Relation.finite_Range: unnecessary assumption(s) 1 Relation.finite_Domain: unnecessary assumption(s) 1 Checked 99 theorems with assumptions (302 total) in the theory "Relation" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=291name=find_unused_assmselapsed=95.423 ML_statistics = :now=1477874894.52tasks_ready=1036tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1847size_allocation=348126992size_allocation_free=348126992size_heap=481296384size_heap_free_last_full_GC=7831480size_heap_free_last_GC=356167088threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=490.3time_GC=44.72user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874895.03tasks_ready=1023tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1853size_allocation=324009744size_allocation_free=324009744size_heap=482344960size_heap_free_last_full_GC=7831480size_heap_free_last_GC=331388872threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=493.128time_GC=44.884user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874895.54tasks_ready=1017tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1859size_allocation=300941072size_allocation_free=300941072size_heap=482344960size_heap_free_last_full_GC=7831480size_heap_free_last_GC=308936016threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=495.84time_GC=45.036user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874896.04tasks_ready=1010tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1866size_allocation=278920976size_allocation_free=278920976size_heap=477102080size_heap_free_last_full_GC=7831480size_heap_free_last_GC=286802160threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=498.764time_GC=45.228user_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=7796name=byelapsed=0.017 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Base.thyoffset=6290name=byelapsed=0.103 ML_statistics = :now=1477874896.55tasks_ready=992tasks_pending=1tasks_running=11tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1873size_allocation=255852304size_allocation_free=255852304size_heap=481296384size_heap_free_last_full_GC=7831480size_heap_free_last_GC=264493120threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=501.416time_GC=45.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Found 4 theorems with (potentially) superfluous assumptions: Wellfounded.wf_converse: unnecessary assumption(s) 3 Wellfounded.finite_acyclic_wf: unnecessary assumption(s) 1 Wellfounded.wf_iff_acyclic_if_finite: unnecessary assumption(s) 1 Wellfounded.finite_acyclic_wf_converse: unnecessary assumption(s) 1 Checked 73 theorems with assumptions (111 total) in the theory "Wellfounded" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=340name=find_unused_assmselapsed=59.967 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.025 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1549name=byelapsed=0.533 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time Found 1 theorems with (potentially) superfluous assumptions: Fun.notIn_Un_bij_betw: unnecessary assumption(s) 1 Checked 107 theorems with assumptions (173 total) in the theory "Fun" command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thyoffset=269name=find_unused_assmselapsed=98.223 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.019 ### Infering modes ### 0.060s elapsed time, 0.348s cpu time, 0.016s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ML_statistics = :now=1477874897.05tasks_ready=986tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1880size_allocation=243269392size_allocation_free=243269392size_heap=480247808size_heap_free_last_full_GC=7831480size_heap_free_last_GC=250327184threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=504.124time_GC=45.512user_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.656 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.009s elapsed time, 0.036s cpu time, 0.016s 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=1477874897.55tasks_ready=981tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1888size_allocation=218103568size_allocation_free=218103568size_heap=482344960size_heap_free_last_full_GC=7831480size_heap_free_last_GC=226150200threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=506.936time_GC=45.688user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.063s elapsed time, 0.360s cpu time, 0.024s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time generator_cps_pos_ns_publicp_i ?x = Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_single () | a # list \ Quickcheck_Exhaustive.pos_bound_cps_empty)) (Quickcheck_Exhaustive.pos_bound_cps_plus (Quickcheck_Exhaustive.pos_bound_cps_bind (Quickcheck_Exhaustive.pos_bound_cps_single ?x) (\x. case x of [] \ Quickcheck_Exhaustive.pos_bound_cps_empty | Says 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.061 ### preprocess-obtain graph ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### preprocess-process ### 0.005s elapsed time, 0.032s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.020s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### 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.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: 0 ms Depth: 4 Depth 4: 88 ms Depth: 5 ML_statistics = :now=1477874898.08tasks_ready=978tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1899size_allocation=181403408size_allocation_free=181403408size_heap=482344960size_heap_free_last_full_GC=7831480size_heap_free_last_GC=188778308threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=509.736time_GC=45.932user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874898.58tasks_ready=970tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1913size_allocation=161480464size_allocation_free=161480464size_heap=484442112size_heap_free_last_full_GC=7831480size_heap_free_last_GC=169189152threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=512.12time_GC=46.156user_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 Depth 4: 44 ms Depth: 5 ### Infering modes ### 0.992s elapsed time, 5.428s cpu time, 0.488s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.067s elapsed time, 0.348s cpu time, 0.044s GC time ### Proving equations.... ### 0.055s elapsed time, 0.284s cpu time, 0.040s GC time Depth 5: 4876 ms Quickcheck found a counterexample: evs = [Says Alice Bob (Crypt (pubEK Bob) (Nonce (Suc 0))), Says Bob Alice (Crypt (pubEK Alice) \Nonce 0, Nonce (Suc 0)\), Says Alice Bob (Crypt (pubEK Bob) \Nonce 0, Agent Alice\)] NB = Suc 0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=1778name=quickcheckelapsed=2.044 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... ### Setting code equations.... ### 0.064s elapsed time, 0.344s cpu time, 0.056s GC time ML_statistics = :now=1477874899.09tasks_ready=966tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1932size_allocation=126877456size_allocation_free=126877456size_heap=484442112size_heap_free_last_full_GC=7831480size_heap_free_last_GC=134764820threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=514.56time_GC=46.5user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 3388 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.783 ML_statistics = :now=1477874899.6tasks_ready=963tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1950size_allocation=89128720size_allocation_free=89128720size_heap=483393536size_heap_free_last_full_GC=7831480size_heap_free_last_GC=95163864threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=516.872time_GC=46.856user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1300name=byelapsed=0.425 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.023 ML_statistics = :now=1477874900.11tasks_ready=958tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=1975size_allocation=42991376size_allocation_free=42991376size_heap=483393536size_heap_free_last_full_GC=7831480size_heap_free_last_GC=50804172threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=518.98time_GC=47.308user_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: 28 ms Depth: 4 Depth 4: 336 ms Depth: 5 ML_statistics = :now=1477874900.62tasks_ready=954tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=8partial_GCs=2034size_allocation=9436944size_allocation_free=9436944size_heap=484442112size_heap_free_last_full_GC=7831480size_heap_free_last_GC=18328988threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=520.24time_GC=48.016user_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=1.258 ### preprocess-obtain graph ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### preprocess-process ### 0.004s elapsed time, 0.020s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Infering modes ### 0.057s elapsed time, 0.288s cpu time, 0.000s GC time ### Compiling equations.... ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ML_statistics = :now=1477874901.24tasks_ready=951tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2043size_allocation=392167424size_allocation_free=392167424size_heap=505413632size_heap_free_last_full_GC=4659772size_heap_free_last_GC=397430548threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=522.304time_GC=48.78user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874901.75tasks_ready=948tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2050size_allocation=369098752size_allocation_free=369098752size_heap=506462208size_heap_free_last_full_GC=4659772size_heap_free_last_GC=376626872threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=524.812time_GC=48.932user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 [1 of 4] Compiling Typerep ( /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Typerep.hs, /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Typerep.o ) [2 of 4] Compiling Generated_Code ( /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Generated_Code.hs, /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Generated_Code.o ) [3 of 4] Compiling Narrowing_Engine ( /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Narrowing_Engine.hs, /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Narrowing_Engine.o ) [4 of 4] Compiling Main ( /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Main.hs, /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/Main.o ) Linking /tmp/isabelle-jenkins/process7021545155711907421/Quickcheck_Narrowing2982254/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 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: 52 ms Depth: 5 ML_statistics = :now=1477874902.26tasks_ready=942tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2057size_allocation=350224384size_allocation_free=350224384size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=358505432threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=527.092time_GC=49.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 11792 ms Depth: 6 ML_statistics = :now=1477874902.77tasks_ready=939tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2064size_allocation=329252864size_allocation_free=329252864size_heap=507510784size_heap_free_last_full_GC=4659772size_heap_free_last_GC=338291344threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=529.128time_GC=49.18user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874903.27tasks_ready=938tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2073size_allocation=318767104size_allocation_free=318767104size_heap=505413632size_heap_free_last_full_GC=4659772size_heap_free_last_GC=328118876threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=531.636time_GC=49.316user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874903.77tasks_ready=935tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2081size_allocation=304087040size_allocation_free=304087040size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=312160288threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=533.78time_GC=49.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874904.28tasks_ready=932tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2090size_allocation=284164096size_allocation_free=284164096size_heap=506462208size_heap_free_last_full_GC=4659772size_heap_free_last_GC=291319852threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=536.052time_GC=49.568user_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=1477874904.78tasks_ready=931tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2099size_allocation=268435456size_allocation_free=268435456size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=277237768threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=538.184time_GC=49.692user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874905.28tasks_ready=921tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2109size_allocation=256901120size_allocation_free=256901120size_heap=507510784size_heap_free_last_full_GC=4659772size_heap_free_last_GC=264114588threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=540.384time_GC=49.82user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874905.79tasks_ready=920tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2120size_allocation=245366784size_allocation_free=245366784size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=253540820threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=542.74time_GC=49.94user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874906.29tasks_ready=916tasks_pending=1tasks_running=9tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2131size_allocation=224395264size_allocation_free=224395264size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=231315656threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=544.908time_GC=50.112user_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=103.184 ### preprocess-obtain graph ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### preprocess-process ### 0.006s elapsed time, 0.028s cpu time, 0.000s GC time ### Infering modes ### 0.003s elapsed time, 0.016s cpu time, 0.000s GC time ### Defining executable functions... ### 0.000s elapsed time, 0.004s cpu time, 0.000s GC time ### Compiling equations.... ### 0.002s elapsed time, 0.012s cpu time, 0.000s GC time ### Proving equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### Setting code equations.... ### 0.002s elapsed time, 0.008s cpu time, 0.000s GC time ### 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=1477874906.79tasks_ready=914tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2142size_allocation=204472320size_allocation_free=204472320size_heap=505413632size_heap_free_last_full_GC=4659772size_heap_free_last_GC=211672488threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=546.944time_GC=50.268user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874907.3tasks_ready=913tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2155size_allocation=190840832size_allocation_free=190840832size_heap=506462208size_heap_free_last_full_GC=4659772size_heap_free_last_GC=197529956threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=549.16time_GC=50.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ### Infering modes ### 0.964s elapsed time, 4.420s cpu time, 0.324s GC time ### Defining executable functions... ### 0.003s elapsed time, 0.012s cpu time, 0.000s GC time ### Compiling equations.... ### 0.055s elapsed time, 0.260s cpu time, 0.008s GC time ### Proving equations.... ### 0.056s elapsed time, 0.236s cpu time, 0.040s GC time ### Setting code equations.... ### 0.061s elapsed time, 0.280s cpu time, 0.048s GC time ML_statistics = :now=1477874907.82tasks_ready=909tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2170size_allocation=159383552size_allocation_free=159383552size_heap=509607936size_heap_free_last_full_GC=4659772size_heap_free_last_GC=167758364threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=551.34time_GC=50.668user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874908.32tasks_ready=906tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2186size_allocation=134217728size_allocation_free=134217728size_heap=507510784size_heap_free_last_full_GC=4659772size_heap_free_last_GC=141676748threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=553.328time_GC=50.9user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth: 0 Depth 0: 0 ms Depth: 1 Depth 1: 0 ms Depth: 2 Depth 2: 0 ms Depth: 3 Depth 3: 8 ms Depth: 4 ML_statistics = :now=1477874908.85tasks_ready=903tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2206size_allocation=105906176size_allocation_free=105906176size_heap=509607936size_heap_free_last_full_GC=4659772size_heap_free_last_GC=112439992threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=555.32time_GC=51.188user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 4: 2100 ms Depth: 5 ML_statistics = :now=1477874909.36tasks_ready=899tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2235size_allocation=92274688size_allocation_free=92274688size_heap=509607936size_heap_free_last_full_GC=4659772size_heap_free_last_GC=100261208threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=557.18time_GC=51.456user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874909.89tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2269size_allocation=54525952size_allocation_free=54525952size_heap=509607936size_heap_free_last_full_GC=4659772size_heap_free_last_GC=60844892threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=558.744time_GC=51.896user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874910.41tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=9partial_GCs=2327size_allocation=6291456size_allocation_free=6291456size_heap=508559360size_heap_free_last_full_GC=4659772size_heap_free_last_GC=14271300threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=559.8time_GC=52.556user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874911.05tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2334size_allocation=401604608size_allocation_free=401604608size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=408783268threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=561.76time_GC=53.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874911.56tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2343size_allocation=387973120size_allocation_free=387973120size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=395623676threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=564.052time_GC=53.504user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874912.09tasks_ready=895tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2353size_allocation=367001600size_allocation_free=367001600size_heap=544210944size_heap_free_last_full_GC=6303928size_heap_free_last_GC=374663660threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=566.436time_GC=53.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874912.59tasks_ready=893tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2365size_allocation=360710144size_allocation_free=360710144size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=368755424threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=568.588time_GC=53.748user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874913.09tasks_ready=887tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2377size_allocation=352321536size_allocation_free=352321536size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=360600724threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=570.708time_GC=53.852user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874913.6tasks_ready=884tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2391size_allocation=350224384size_allocation_free=350224384size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=359124476threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=572.948time_GC=53.944user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874914.1tasks_ready=872tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2404size_allocation=346030080size_allocation_free=346030080size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=354431312threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=575.156time_GC=54.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874914.6tasks_ready=865tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2418size_allocation=340787200size_allocation_free=340787200size_heap=544210944size_heap_free_last_full_GC=6303928size_heap_free_last_GC=348888660threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=577.38time_GC=54.144user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874915.1tasks_ready=862tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2432size_allocation=336592896size_allocation_free=336592896size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=345661644threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=579.528time_GC=54.24user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874915.61tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2447size_allocation=329252864size_allocation_free=329252864size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=337387688threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=581.808time_GC=54.36user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874916.11tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2460size_allocation=327155712size_allocation_free=327155712size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=335861840threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=583.912time_GC=54.44user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874916.61tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2474size_allocation=327155712size_allocation_free=327155712size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=335744660threads_in_ML=3threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=586.22time_GC=54.512user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874917.11tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2488size_allocation=324009984size_allocation_free=324009984size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=332461608threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=588.432time_GC=54.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874917.62tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2502size_allocation=325058560size_allocation_free=325058560size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=333388992threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=590.684time_GC=54.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874918.12tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2516size_allocation=325058560size_allocation_free=325058560size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=333252292threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=592.864time_GC=54.752user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874918.62tasks_ready=859tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2531size_allocation=322961408size_allocation_free=322961408size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=331076112threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=595.172time_GC=54.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Depth 5: 75504 ms Quickcheck found a counterexample: evs = [Says Alice Bob (Crypt (pubEK Bob) (Nonce (Suc 0))), Says Bob Alice (Crypt (pubEK Alice) \Nonce 0, Nonce (Suc 0)\), Says Alice Bob (Crypt (pubEK Bob) \Nonce 0, Agent Alice\)] NB = Suc 0 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1529name=quickcheckelapsed=17.886 ML_statistics = :now=1477874919.13tasks_ready=861tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2544size_allocation=320864256size_allocation_free=320864256size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=328643384threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=597.336time_GC=54.932user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874919.63tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2556size_allocation=313524224size_allocation_free=313524224size_heap=544210944size_heap_free_last_full_GC=6303928size_heap_free_last_GC=321645980threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=599.508time_GC=55.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874920.13tasks_ready=853tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2569size_allocation=304087040size_allocation_free=304087040size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=312893404threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=601.796time_GC=55.16user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874920.64tasks_ready=844tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2582size_allocation=300941312size_allocation_free=300941312size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=308757092threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=604.004time_GC=55.256user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874921.15tasks_ready=840tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2595size_allocation=294649856size_allocation_free=294649856size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=302683968threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=606.148time_GC=55.364user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874921.65tasks_ready=836tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2609size_allocation=288358400size_allocation_free=288358400size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=295560688threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=608.4time_GC=55.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874922.15tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2622size_allocation=271581184size_allocation_free=271581184size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=278933832threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=610.44time_GC=55.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874922.66tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2636size_allocation=261095424size_allocation_free=261095424size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=267511768threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=612.556time_GC=55.828user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874923.16tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2652size_allocation=260046848size_allocation_free=260046848size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=265854728threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=614.756time_GC=55.96user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874923.67tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2668size_allocation=256901120size_allocation_free=256901120size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=263550112threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=616.884time_GC=56.08user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874924.18tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2684size_allocation=256901120size_allocation_free=256901120size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=263398684threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=619.032time_GC=56.196user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874924.69tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2701size_allocation=253755392size_allocation_free=253755392size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=260076824threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=621.244time_GC=56.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874925.19tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2718size_allocation=254803968size_allocation_free=254803968size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=260915868threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=623.44time_GC=56.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874925.69tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2733size_allocation=254803968size_allocation_free=254803968size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=260783320threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=625.456time_GC=56.56user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874926.2tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2750size_allocation=251658240size_allocation_free=251658240size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=258257936threads_in_ML=2threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=627.652time_GC=56.688user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874926.7tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2767size_allocation=251658240size_allocation_free=251658240size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=258109736threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=629.844time_GC=56.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874927.2tasks_ready=835tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2783size_allocation=251658240size_allocation_free=251658240size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=257962752threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=631.904time_GC=56.92user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_No_Attacker_Example.thyoffset=1704name=quickcheckelapsed=30.001 ML_statistics = :now=1477874927.7tasks_ready=834tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2799size_allocation=248512512size_allocation_free=248512512size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=255191160threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=633.98time_GC=57.056user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874928.22tasks_ready=834tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2814size_allocation=239075328size_allocation_free=239075328size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=246118732threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=636.228time_GC=57.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874928.73tasks_ready=834tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2829size_allocation=232783872size_allocation_free=232783872size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=239618088threads_in_ML=1threads_total=17threads_wait_condvar=9threads_wait_IO=1threads_wait_mutex=0threads_wait_signal=1time_CPU=638.372time_GC=57.376user_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.121 ML_statistics = :now=1477874929.24tasks_ready=829tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2845size_allocation=218103808size_allocation_free=218103808size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=227263620threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=640.708time_GC=57.584user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874929.75tasks_ready=806tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2863size_allocation=199229440size_allocation_free=199229440size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=207442016threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=643.268time_GC=57.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874930.26tasks_ready=805tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2882size_allocation=180355072size_allocation_free=180355072size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=188652712threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=645.672time_GC=58.092user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874930.76tasks_ready=794tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2902size_allocation=159383552size_allocation_free=159383552size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=165338260threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=647.964time_GC=58.384user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874931.27tasks_ready=787tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2925size_allocation=141557760size_allocation_free=141557760size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=147928484threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=650.336time_GC=58.664user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874931.79tasks_ready=783tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2949size_allocation=128974848size_allocation_free=128974848size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=136015160threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=652.56time_GC=58.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874932.3tasks_ready=777tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=2976size_allocation=112197632size_allocation_free=112197632size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=119340092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=654.784time_GC=59.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874932.82tasks_ready=770tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=3006size_allocation=88080384size_allocation_free=88080384size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=96083960threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=656.876time_GC=59.756user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874933.33tasks_ready=769tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=3040size_allocation=68157440size_allocation_free=68157440size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=76086808threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=658.804time_GC=60.22user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874933.85tasks_ready=768tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=3085size_allocation=44040192size_allocation_free=44040192size_heap=545259520size_heap_free_last_full_GC=6303928size_heap_free_last_GC=52266784threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=660.436time_GC=60.844user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874934.38tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=3140size_allocation=24117248size_allocation_free=24117248size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=30760024threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=661.576time_GC=61.648user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874934.92tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=10partial_GCs=3215size_allocation=8388608size_allocation_free=8388608size_heap=546308096size_heap_free_last_full_GC=6303928size_heap_free_last_GC=15028208threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=662.332time_GC=62.612user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874935.58tasks_ready=760tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3236size_allocation=355467264size_allocation_free=355467264size_heap=489684992size_heap_free_last_full_GC=7827012size_heap_free_last_GC=363910148threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=664.312time_GC=63.656user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874936.09tasks_ready=757tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3248size_allocation=341835776size_allocation_free=341835776size_heap=490733568size_heap_free_last_full_GC=7827012size_heap_free_last_GC=350927436threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=667.124time_GC=63.792user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874936.6tasks_ready=745tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3260size_allocation=327155712size_allocation_free=327155712size_heap=490733568size_heap_free_last_full_GC=7827012size_heap_free_last_GC=336705688threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=669.756time_GC=63.924user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874937.1tasks_ready=729tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3273size_allocation=316669952size_allocation_free=316669952size_heap=490733568size_heap_free_last_full_GC=7827012size_heap_free_last_GC=325509496threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=672.524time_GC=64.04user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874937.61tasks_ready=715tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3285size_allocation=300941312size_allocation_free=300941312size_heap=489684992size_heap_free_last_full_GC=7827012size_heap_free_last_GC=309459648threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=674.996time_GC=64.172user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874938.11tasks_ready=693tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3298size_allocation=284164096size_allocation_free=284164096size_heap=489684992size_heap_free_last_full_GC=7827012size_heap_free_last_GC=292949456threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=677.656time_GC=64.332user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874938.7tasks_ready=684tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=11partial_GCs=3312size_allocation=271581184size_allocation_free=271581184size_heap=454033408size_heap_free_last_full_GC=7827012size_heap_free_last_GC=280827396threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=680.268time_GC=64.712user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874940.73tasks_ready=670tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=12partial_GCs=3316size_allocation=412090368size_allocation_free=412090368size_heap=739246080size_heap_free_last_full_GC=4342772size_heap_free_last_GC=364522644threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=681.992time_GC=69.168user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874945.17tasks_ready=658tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3320size_allocation=145957152size_allocation_free=145957152size_heap=869269504size_heap_free_last_full_GC=7181240size_heap_free_last_GC=7181240threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=684.592time_GC=79.212user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874949.53tasks_ready=652tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3329size_allocation=145957152size_allocation_free=145957152size_heap=1409286144size_heap_free_last_full_GC=7181240size_heap_free_last_GC=152358368threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=686.74time_GC=85.084user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874952.28tasks_ready=640tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3337size_allocation=323166496size_allocation_free=323166496size_heap=1768947712size_heap_free_last_full_GC=7181240size_heap_free_last_GC=332931588threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=688.82time_GC=88.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874952.78tasks_ready=638tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3342size_allocation=490938656size_allocation_free=490938656size_heap=1957691392size_heap_free_last_full_GC=7181240size_heap_free_last_GC=499076120threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=691.304time_GC=88.224user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874953.29tasks_ready=597tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3349size_allocation=473112864size_allocation_free=473112864size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=481193236threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=694.496time_GC=88.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874953.8tasks_ready=586tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3356size_allocation=448995616size_allocation_free=448995616size_heap=1959788544size_heap_free_last_full_GC=7181240size_heap_free_last_GC=456081756threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=697.216time_GC=88.572user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874954.35tasks_ready=582tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3366size_allocation=434315552size_allocation_free=434315552size_heap=1957691392size_heap_free_last_full_GC=7181240size_heap_free_last_GC=441411612threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=700.016time_GC=88.776user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874954.85tasks_ready=564tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3375size_allocation=409149728size_allocation_free=409149728size_heap=1959788544size_heap_free_last_full_GC=7181240size_heap_free_last_GC=417600624threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=702.432time_GC=88.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874955.36tasks_ready=558tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3385size_allocation=396566816size_allocation_free=396566816size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=404301072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=704.984time_GC=89.148user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874955.87tasks_ready=547tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3396size_allocation=368255264size_allocation_free=368255264size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=376576308threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=707.672time_GC=89.412user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874956.38tasks_ready=529tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3407size_allocation=355672352size_allocation_free=355672352size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=362233752threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=710.208time_GC=89.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874956.89tasks_ready=526tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3419size_allocation=329457952size_allocation_free=329457952size_heap=1960837120size_heap_free_last_full_GC=7181240size_heap_free_last_GC=337216008threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=712.8time_GC=89.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874957.4tasks_ready=522tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3431size_allocation=305340704size_allocation_free=305340704size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=313268780threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=715.184time_GC=90.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874957.9tasks_ready=504tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3445size_allocation=282272032size_allocation_free=282272032size_heap=1960837120size_heap_free_last_full_GC=7181240size_heap_free_last_GC=289395888threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=717.752time_GC=90.416user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874958.41tasks_ready=493tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3459size_allocation=261300512size_allocation_free=261300512size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=267758920threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=720.172time_GC=90.68user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874958.92tasks_ready=489tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3474size_allocation=241377568size_allocation_free=241377568size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=247579548threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=722.616time_GC=90.964user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874959.43tasks_ready=477tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3489size_allocation=230891808size_allocation_free=230891808size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=237834832threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=724.968time_GC=91.2user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874959.93tasks_ready=459tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3505size_allocation=216211744size_allocation_free=216211744size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=224054940threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=727.288time_GC=91.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874960.44tasks_ready=441tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3523size_allocation=193143072size_allocation_free=193143072size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=201631448threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=729.672time_GC=91.848user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874960.96tasks_ready=427tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3542size_allocation=172171552size_allocation_free=172171552size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=179303204threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=731.996time_GC=92.2user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874961.47tasks_ready=418tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3562size_allocation=151200032size_allocation_free=151200032size_heap=1960837120size_heap_free_last_full_GC=7181240size_heap_free_last_GC=159117800threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=734.084time_GC=92.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874961.98tasks_ready=399tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3586size_allocation=134422816size_allocation_free=134422816size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=142683460threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=736.296time_GC=93.012user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874962.49tasks_ready=393tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3611size_allocation=111354144size_allocation_free=111354144size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=118372432threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=738.26time_GC=93.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874963.02tasks_ready=389tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3641size_allocation=81994016size_allocation_free=81994016size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=90728604threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=740.16time_GC=94.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874963.55tasks_ready=388tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3677size_allocation=59973920size_allocation_free=59973920size_heap=1961885696size_heap_free_last_full_GC=7181240size_heap_free_last_GC=67412900threads_in_ML=3threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=741.86time_GC=94.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874964.07tasks_ready=372tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3721size_allocation=44245280size_allocation_free=44245280size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=49004204threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=743.268time_GC=95.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874964.61tasks_ready=368tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3776size_allocation=20128032size_allocation_free=20128032size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=25716800threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=744.252time_GC=96.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874965.14tasks_ready=364tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=13partial_GCs=3844size_allocation=7545120size_allocation_free=7545120size_heap=1962934272size_heap_free_last_full_GC=7181240size_heap_free_last_GC=11946220threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=744.772time_GC=97.588user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874965.98tasks_ready=343tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3885size_allocation=958398464size_allocation_free=958398464size_heap=1075838976size_heap_free_last_full_GC=9472812size_heap_free_last_GC=968428016threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=746.228time_GC=99.46user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874966.48tasks_ready=333tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3887size_allocation=1975517184size_allocation_free=1975517184size_heap=2095054848size_heap_free_last_full_GC=9472812size_heap_free_last_GC=1983797276threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=749.2time_GC=99.488user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874966.98tasks_ready=308tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3889size_allocation=2104492032size_allocation_free=2104492032size_heap=2230321152size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2112812468threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=751.864time_GC=99.536user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874967.48tasks_ready=277tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3891size_allocation=2242904064size_allocation_free=2242904064size_heap=2372927488size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2251416344threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=754.672time_GC=99.564user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874967.98tasks_ready=258tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3893size_allocation=2388656128size_allocation_free=2388656128size_heap=2526019584size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2397935092threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=757.688time_GC=99.608user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874968.49tasks_ready=227tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3895size_allocation=2542796800size_allocation_free=2542796800size_heap=2683305984size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2551242072threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=760.876time_GC=99.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874968.99tasks_ready=216tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3896size_allocation=2626682880size_allocation_free=2626682880size_heap=2769289216size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2635909472threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=762.568time_GC=99.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874969.49tasks_ready=188tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3897size_allocation=2712666112size_allocation_free=2712666112size_heap=2857369600size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2720595400threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=764.576time_GC=99.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874970.01tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3899size_allocation=2871001088size_allocation_free=2871001088size_heap=3044016128size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2879393520threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=769.676time_GC=99.852user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874970.52tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3900size_allocation=2960130048size_allocation_free=2960130048size_heap=3147825152size_heap_free_last_full_GC=9472812size_heap_free_last_GC=2968928952threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=772.344time_GC=99.94user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874971.03tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3901size_allocation=3045064704size_allocation_free=3045064704size_heap=3242196992size_heap_free_last_full_GC=9472812size_heap_free_last_GC=3054550356threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=775.032time_GC=99.996user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874971.53tasks_ready=182tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=14partial_GCs=3902size_allocation=3138387968size_allocation_free=3138387968size_heap=3338665984size_heap_free_last_full_GC=9472812size_heap_free_last_GC=3147957260threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=777.828time_GC=100.016user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874972.55tasks_ready=176tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3903size_allocation=274726912size_allocation_free=274726912size_heap=416284672size_heap_free_last_full_GC=5209420size_heap_free_last_GC=5209420threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=780.708time_GC=101.976user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874974.92tasks_ready=169tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=15partial_GCs=3906size_allocation=814743552size_allocation_free=814743552size_heap=1472200704size_heap_free_last_full_GC=5209420size_heap_free_last_GC=822788440threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=783.896time_GC=106.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874978.87tasks_ready=154tasks_pending=1tasks_running=8tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3908size_allocation=726663168size_allocation_free=726663168size_heap=1715470336size_heap_free_last_full_GC=9500960size_heap_free_last_GC=9500960threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=785.52time_GC=119.1user_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=135.960 ML_statistics = :now=1477874980.74tasks_ready=65tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3910size_allocation=1585446912size_allocation_free=1585446912size_heap=2839543808size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1594532948threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=789.028time_GC=121.12user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874981.24tasks_ready=50tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3911size_allocation=1836056576size_allocation_free=1836056576size_heap=3092250624size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1845519844threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=791.056time_GC=121.144user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874981.74tasks_ready=28tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3913size_allocation=1830813696size_allocation_free=1830813696size_heap=3090153472size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1838733244threads_in_ML=2threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=794.788time_GC=121.208user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7468name=applyelapsed=0.023 command_timing = :file=~~/src/HOL/Library/Predicate_Compile_Alternative_Defs.thyoffset=7507name=applyelapsed=0.011 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3753name=applyelapsed=0.016 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3577name=applyelapsed=0.015 ML_statistics = :now=1477874982.24tasks_ready=8tasks_pending=1tasks_running=7tasks_passive=0tasks_urgent=0workers_total=12workers_active=6workers_waiting=0full_GCs=16partial_GCs=3915size_allocation=1821376512size_allocation_free=1821376512size_heap=3091202048size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1828666684threads_in_ML=1threads_total=16threads_wait_condvar=8threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=798.124time_GC=121.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=3000name=byelapsed=0.214 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3120name=byelapsed=0.220 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Guided_Attacker_Example.thyoffset=3326name=byelapsed=0.217 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2754name=byelapsed=0.216 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=3154name=byelapsed=0.218 command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=2917name=byelapsed=0.273 ML_statistics = :now=1477874982.75tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3917size_allocation=1819279360size_allocation_free=1819279360size_heap=3093299200size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829527284threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=800.512time_GC=121.284user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874983.25tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3918size_allocation=1818230784size_allocation_free=1818230784size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1828475852threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=801.076time_GC=121.292user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874983.75tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3920size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829518676threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=802.28time_GC=121.308user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874984.25tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3922size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829507068threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=803.48time_GC=121.324user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874984.75tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3923size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829502016threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=804.056time_GC=121.336user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874985.25tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3925size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829494716threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=805.172time_GC=121.356user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874985.75tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3927size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829489680threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.348time_GC=121.376user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874986.26tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3928size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829486884threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=806.924time_GC=121.388user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874986.76tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3930size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829478944threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=808.144time_GC=121.408user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874987.26tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3932size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829474096threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=809.384time_GC=121.432user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874987.76tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3933size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829470296threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=810time_GC=121.444user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874988.26tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3935size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829464460threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=811.212time_GC=121.464user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874988.76tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3936size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829461848threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=811.828time_GC=121.476user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874989.27tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3938size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829456652threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=813.032time_GC=121.496user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874989.78tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3940size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829449088threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=814.192time_GC=121.52user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874990.28tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3942size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829443200threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=815.284time_GC=121.54user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874990.79tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3943size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829440796threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=815.86time_GC=121.552user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874991.29tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3945size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829434776threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=816.996time_GC=121.576user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874991.8tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3947size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829427056threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.184time_GC=121.596user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874992.3tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3948size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829422432threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=818.768time_GC=121.604user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874992.8tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3950size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829415244threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=819.912time_GC=121.624user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874993.3tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3952size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829409324threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.108time_GC=121.64user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874993.8tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3953size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829404836threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=821.684time_GC=121.652user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874994.31tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3955size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829398268threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=822.84time_GC=121.676user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874994.81tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3957size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829391208threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=823.964time_GC=121.696user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874995.31tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3958size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829386548threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=824.54time_GC=121.708user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874995.81tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3960size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829379880threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=825.676time_GC=121.724user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874996.32tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3962size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829370364threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=826.828time_GC=121.74user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874996.82tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3964size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829364748threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=827.964time_GC=121.764user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874997.32tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3965size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829362200threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=828.548time_GC=121.772user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874997.82tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3967size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829357896threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=829.688time_GC=121.788user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874998.33tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3969size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829351612threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=830.78time_GC=121.804user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874998.83tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3970size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829348820threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=831.432time_GC=121.812user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874999.33tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3972size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829343152threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=832.588time_GC=121.832user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477874999.84tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3974size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829337452threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=833.732time_GC=121.852user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875000.34tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3975size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829332968threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=834.316time_GC=121.864user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875000.84tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3977size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829325576threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=835.468time_GC=121.884user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875001.35tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3979size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829321808threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=836.608time_GC=121.904user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875001.85tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3980size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829316380threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=837.2time_GC=121.916user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875002.35tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3982size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829310180threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=838.4time_GC=121.928user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875002.85tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3984size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829303404threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=839.504time_GC=121.952user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875003.36tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3986size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829298644threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=840.66time_GC=121.972user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875003.86tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3987size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829293584threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=841.24time_GC=121.984user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875004.36tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3989size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829284308threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=842.412time_GC=122.004user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875004.87tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3991size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829279216threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=843.572time_GC=122.024user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875005.38tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3992size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829276268threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=844.156time_GC=122.032user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875005.88tasks_ready=0tasks_pending=1tasks_running=3tasks_passive=0tasks_urgent=0workers_total=12workers_active=2workers_waiting=0full_GCs=16partial_GCs=3994size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829269384threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=845.308time_GC=122.052user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 Quickcheck ran out of time Quickcheck found no counterexample. command_timing = :file=~~/src/Benchmarks/Quickcheck_Benchmark/Needham_Schroeder_Unguided_Attacker_Example.thyoffset=1887name=quickcheckelapsed=100.001 ML_statistics = :now=1477875006.38tasks_ready=0tasks_pending=0tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=3996size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829262332threads_in_ML=1threads_total=16threads_wait_condvar=12threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=846.492time_GC=122.064user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875006.88tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=3997size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829257852threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=847.192time_GC=122.072user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875007.39tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=3998size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829256412threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=847.668time_GC=122.076user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875007.89tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=3999size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829255016threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=848.16time_GC=122.084user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875008.39tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=4000size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829253564threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=848.652time_GC=122.096user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875008.89tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=4001size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829252072threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=849.112time_GC=122.104user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875009.4tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=4002size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829250580threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=849.612time_GC=122.116user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875009.9tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=4003size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829249128threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=850.088time_GC=122.124user_counter0=0user_counter1=0user_counter2=0user_counter3=0user_counter4=0user_counter5=0user_counter6=0user_counter7=0 ML_statistics = :now=1477875010.4tasks_ready=0tasks_pending=1tasks_running=2tasks_passive=0tasks_urgent=0workers_total=12workers_active=1workers_waiting=0full_GCs=16partial_GCs=4004size_allocation=1819279360size_allocation_free=1819279360size_heap=3094347776size_heap_free_last_full_GC=9500960size_heap_free_last_GC=1829247572threads_in_ML=1threads_total=16threads_wait_condvar=13threads_wait_IO=0threads_wait_mutex=0threads_wait_signal=1time_CPU=850.548time_GC=122.136user_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=139.121 *** Interrupt