Message boards : Questions and problems : New scheduler issue
Message board moderation
Author | Message |
---|---|
Send message Joined: 10 Mar 06 Posts: 73 |
Is this proper on an 8-core host? Why only a GPU and a single-thread WUs are being run while there are other single-thread WUs to run? Please, advise. |
Send message Joined: 23 Apr 07 Posts: 1112 ![]() |
Is this proper on an 8-core host? What does the rest of the Status column say? all we can see is Running... or Waiting... Claggy |
Send message Joined: 10 Mar 06 Posts: 73 |
The last five WUs, the ones I assume should be fine to run for being single-threaded, say "Waiting to run (Scheduler wait)". The top three WUs are being run and say "Running", "Running (non-CPU intensive)" and "Running, high-priority (0.152 CPUs + 1 NVIDIA GPU)". The strange thing is that they are run for a fraction of a second every now and then, but revert to waiting immediately. Here's what shows up in the log: 04/10/12 16:06:29 | Einstein@Home | Restarting task p2030.20110927.G61.23-01.85.C.b6s0g0.00000_2400_3 using einsteinbinary_BRP4 version 122 (BRP4SSE) in slot 1 04/10/12 16:06:29 | Einstein@Home | Restarting task h1_0441.45_S6GC1__2682_S6LV1B_1 using einstein_S6LV1 version 110 (SSE2) in slot 20 04/10/12 16:06:29 | NumberFields@home | Restarting task wu_DS-15x112_Grp315of400_0 using GetDecics version 102 in slot 17 04/10/12 16:06:29 | Milkyway@Home | Restarting task ps_separation_14_2s_20per_1_3745160_0 using milkyway version 101 in slot 31 04/10/12 16:06:29 | Einstein@Home | Restarting task h1_0441.45_S6GC1__797_S6BucketA_3 using einstein_S6Bucket version 101 (SSE2) in slot 15 Nothing is logged about their reversal to waiting though. Thanks. |
Send message Joined: 23 Apr 07 Posts: 1112 ![]() |
What happens if you suspend enough GPU tasks so it stops running high priority? Claggy |
Send message Joined: 10 Mar 06 Posts: 73 |
PrimeGrid's PSP LLR WU remains the only CPU WU running, though it's single-threaded. |
![]() Send message Joined: 29 Aug 05 Posts: 15634 ![]() |
The last five WUs, the ones I assume should be fine to run for being single-threaded, say "Waiting to run (Scheduler wait)". This message means that they've run out of memory to run in. So that's probably why none of them will restart. How much memory does the computer have, how much is BOINC allowed to use, how much are these tasks expecting to use, what else could be taking up a load of memory on that computer (outside of BOINC), have you tried a reboot? |
Send message Joined: 10 Mar 06 Posts: 73 |
The last five WUs, the ones I assume should be fine to run for being single-threaded, say "Waiting to run (Scheduler wait)". The host has 16GB of RAM and BOINC may use 50% of it when it's not idling and 75% otherwise. The host has 12GB of free RAM, even with BOINC running, and the WUs waiting to run require no more than 0.5GB total. So, the question remains, why aren't these WUs being run even as I write this? I know one thing: 6.12.34 didn't do this. TIA |
![]() Send message Joined: 29 Aug 05 Posts: 15634 ![]() |
Have you tried a reboot? If it says 'scheduler wait' the application cannot (re)start for some reason. Probably BOINC temporary exit has been invoked. Check in the slot directory of the task that's hung for stderr and check that for clues. It's not really a BOINC problem, it's an application problem. BOINC noticed the application can't (re)start and is keeping it on hold until conditions change. It will in intervals try to run it again. In this case, the task status shown in the Manager should be "Scheduler wait: Waiting to acquire lock". |
Send message Joined: 10 Mar 06 Posts: 73 |
In all the five cases, I see these messages at the end of the respective stderr.txt: 2012-04-11 10:20:09.4061 (16898) [normal]: Start of BOINC application... 10:20:09 (16893): Can't acquire lockfile (-154) - waiting 35s 10:20:44 (16893): Can't acquire lockfile (-154) - exiting Is it what you mean? Short of rebooting, what's the next best solution for this? TIA |
![]() Send message Joined: 29 Aug 05 Posts: 15634 ![]() |
Can you make a cc_config.xml file, or add to one you already have, and put in it: <cc_config> <log_flags> <cpu_sched_debug>1</cpu_sched_debug> <app_msg_receive>1</app_msg_receive> <app_msg_send>1</app_msg_send> <mem_usage_debug>1</mem_usage_debug> </log_flags> </cc_config> Save it in your BOINC data directory. Let BOINC know about it, by either exiting BOINC & restarting it, or opening BOINC Manager->Advanced view->Advanced->Read config file. The output will be in the Event Log. Let it output for at least 5 minutes, then copy the part of the log with these debug messages in them. Paste the messages here in an answer window. Next remove the old cc_config.xml file's lines, and in their place put the following: <cc_config> <log_flags> <rr_simulation>1</rr_simulation> </log_flags> </cc_config> Let BOINC know about it in the same manner as above, then let it run for 3 iterations. Next copy the messages, and post them here in a separate answer window from the one above. You can now fix your cc_config.xml file, or remove it, then make BOINC re-read it again in the same manner as above. |
Send message Joined: 10 Mar 06 Posts: 73 |
Sorry, I ran out of patience and aborted the offending WUs. But I'll keep these instructions in mind if I come across this issue again. Thanks for your patience. |
Send message Joined: 10 Mar 06 Posts: 73 |
It seems that a variation of this issue has popped up. Now there's a past due single-threaded Milkyway WU that's waiting to run its last few minutes remaining while other WUs are being run normally. I'll try the suggestion above to capture some information to help identify this issue. |
Send message Joined: 10 Mar 06 Posts: 73 |
Here's the first part: 18-Apr-2012 11:35:31 [---] Starting BOINC client version 7.0.25 for x86_64-pc-linux-gnu 18-Apr-2012 11:35:31 [---] log flags: file_xfer, sched_ops, task, app_msg_receive, app_msg_send, cpu_sched_debug 18-Apr-2012 11:35:31 [---] log flags: mem_usage_debug 18-Apr-2012 11:35:31 [---] Libraries: libcurl/7.19.7 OpenSSL/1.0.1 zlib/1.2.3.3 libidn/1.15 18-Apr-2012 11:35:31 [---] Data directory: /local/scratch/boinc-client 18-Apr-2012 11:35:31 [---] Processor: 8 GenuineIntel Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz [Family 6 Model 42 Stepping 7] 18-Apr-2012 11:35:31 [---] Processor: 8.00 MB cache 18-Apr-2012 11:35:31 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid 18-Apr-2012 11:35:31 [---] OS: Linux: 2.6.32-28-generic 18-Apr-2012 11:35:31 [---] Memory: 15.60 GB physical, 1.91 GB virtual 18-Apr-2012 11:35:31 [---] Disk: 433.66 GB total, 406.92 GB free 18-Apr-2012 11:35:31 [---] Local time is UTC -5 hours 18-Apr-2012 11:35:31 [---] NVIDIA GPU 0: Quadro 600 (driver version unknown, CUDA version 4.0, compute capability 2.1, 1023MB, 951MB available, 246 GFLOPS peak) 18-Apr-2012 11:35:31 [---] OpenCL: NVIDIA GPU 0: Quadro 600 (driver version 280.13, device version OpenCL 1.1 CUDA, 1023MB, 951MB available) 18-Apr-2012 11:35:31 [---] Config: GUI RPC allowed from any host 18-Apr-2012 11:35:31 [---] Config: GUI RPC allowed from: 18-Apr-2012 11:35:31 [Poem@Home] URL http://boinc.fzk.de/poem/; Computer ID 119493; resource share 100 18-Apr-2012 11:35:31 [The Lattice Project] URL http://boinc.umiacs.umd.edu/; Computer ID 75590; resource share 100 18-Apr-2012 11:35:31 [SAT@home] URL http://sat.isa.ru/pdsat/; Computer ID 1071; resource share 100 18-Apr-2012 11:35:31 [superlinkattechnion] URL http://cbl-boinc-server2.cs.technion.ac.il/superlinkattechnion/; Computer ID 104840; resource share 100 18-Apr-2012 11:35:31 [Spinhenge@home] URL http://spin.fh-bielefeld.de/; Computer ID 225091; resource share 100 18-Apr-2012 11:35:31 [rosetta@home] URL http://boinc.bakerlab.org/rosetta/; Computer ID 1492115; resource share 100 18-Apr-2012 11:35:31 [FreeHAL@home] URL http://www.freehal.net/freehal_at_home/; Computer ID 62376; resource share 100 18-Apr-2012 11:35:31 [RNA World] URL http://www.rnaworld.de/rnaworld/; Computer ID 14330; resource share 100 18-Apr-2012 11:35:31 [PrimeGrid] URL http://www.primegrid.com/; Computer ID 247967; resource share 100 18-Apr-2012 11:35:31 [http://vcsc.cs.uh.edu/virtual-prairie/] URL http://vcsc.cs.uh.edu/virtual-prairie/; Computer ID not assigned yet; resource share 100 18-Apr-2012 11:35:31 [SimOne@home] URL http://sim1.sytes.net/sim1/; Computer ID 822; resource share 10 18-Apr-2012 11:35:31 [Collatz Conjecture] URL http://boinc.thesonntags.com/collatz/; Computer ID 95658; resource share 100 18-Apr-2012 11:35:31 [wanless2] URL http://bearnol.is-a-geek.com/wanless2/; Computer ID 18796; resource share 100 18-Apr-2012 11:35:31 [Einstein@Home] URL http://einstein.phys.uwm.edu/; Computer ID 4954729; resource share 100 18-Apr-2012 11:35:31 [Docking] URL http://docking.cis.udel.edu/; Computer ID 102433; resource share 100 18-Apr-2012 11:35:31 [ABC@home] URL http://abcathome.com/; Computer ID 188497; resource share 100 18-Apr-2012 11:35:31 [DNA@Home] URL http://volunteer.cs.und.edu/dna/; Computer ID 8756; resource share 100 18-Apr-2012 11:35:31 [Constellation] URL http://aerospaceresearch.net/constellation/; Computer ID 5904; resource share 100 18-Apr-2012 11:35:31 [Magnetism at home] URL http://www.fti.dn.ua/magnetism/; Computer ID 17331; resource share 100 18-Apr-2012 11:35:31 [QMC@HOME] URL http://qah.uni-muenster.de/; Computer ID 199526; resource share 100 18-Apr-2012 11:35:31 [Neurona@Home] URL http://falua.cesfelipesegundo.com/Neurona/; Computer ID 1555; resource share 100 18-Apr-2012 11:35:31 [malariacontrol.net] URL http://www.malariacontrol.net/; Computer ID 464680; resource share 100 18-Apr-2012 11:35:31 [NRG] URL http://boinc.med.usherbrooke.ca/nrg/; Computer ID 2064; resource share 100 18-Apr-2012 11:35:31 [Enigma@Home] URL http://www.enigmaathome.net/; Computer ID 76258; resource share 100 18-Apr-2012 11:35:31 [NumberFields@home] URL http://numberfields.asu.edu/NumberFields/; Computer ID 3451; resource share 100 18-Apr-2012 11:35:31 [WUProp@Home] URL http://wuprop.boinc-af.org/; Computer ID 32637; resource share 100 18-Apr-2012 11:35:31 [http://surveill.dei.uc.pt/surveill/] URL http://surveill.dei.uc.pt/surveill/; Computer ID not assigned yet; resource share 100 18-Apr-2012 11:35:31 [World Community Grid] URL http://www.worldcommunitygrid.org/; Computer ID 1945000; resource share 100 18-Apr-2012 11:35:31 [correlizer] URL http://svahesrv2.bioquant.uni-heidelberg.de/correlizer/; Computer ID 5029; resource share 100 18-Apr-2012 11:35:31 [GPUGRID] URL http://www.gpugrid.net/; Computer ID 121190; resource share 100 18-Apr-2012 11:35:31 [yafu] URL http://yafu.dyndns.org/yafu/; Computer ID 2907; resource share 100 18-Apr-2012 11:35:31 [SZTAKI Desktop Grid] URL http://szdg.lpds.sztaki.hu/szdg/; Computer ID 334966; resource share 100 18-Apr-2012 11:35:31 [NFS@Home] URL http://escatter11.fullerton.edu/nfs/; Computer ID 24476; resource share 100 18-Apr-2012 11:35:31 [AlmereGrid Boinc Grid] URL http://boinc.almeregrid.nl/; Computer ID 9840; resource share 100 18-Apr-2012 11:35:31 [Leiden Classical] URL http://boinc.gorlaeus.net/; Computer ID 95432; resource share 100 18-Apr-2012 11:35:31 [Moo! Wrapper] URL http://moowrap.net/; Computer ID 10613; resource share 100 18-Apr-2012 11:35:31 [primaboinca] URL http://www.primaboinca.com/; Computer ID 13027; resource share 100 18-Apr-2012 11:35:31 [yoyo@home] URL http://www.rechenkraft.net/yoyo/; Computer ID 68252; resource share 100 18-Apr-2012 11:35:31 [eon2] URL http://eon.ices.utexas.edu/eon2/; Computer ID 23952; resource share 100 18-Apr-2012 11:35:31 [Mersenne@home] URL http://mersenneathome.net/; Computer ID 9459; resource share 100 18-Apr-2012 11:35:31 [uFluids] URL http://www.ufluids.net/; Computer ID 137173; resource share 100 18-Apr-2012 11:35:31 [http://falua.cesfelipesegundo.com/Ideologias/] URL http://falua.cesfelipesegundo.com/Ideologias/; Computer ID not assigned yet; resource share 100 18-Apr-2012 11:35:31 [Milkyway@Home] URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 431741; resource share 100 18-Apr-2012 11:35:31 [CAS@home] URL http://casathome.ihep.ac.cn/; Computer ID 15493; resource share 100 18-Apr-2012 11:35:31 [orbit@home] URL http://orbit.psi.edu/oah/; Computer ID 78792; resource share 100 18-Apr-2012 11:35:31 [LHC@home 1.0] URL http://lhcathomeclassic.cern.ch/sixtrack/; Computer ID 9940760; resource share 100 18-Apr-2012 11:35:31 [gerasim@home] URL http://gerasim.boinc.ru/; Computer ID 11372; resource share 100 18-Apr-2012 11:35:31 [sudoku] URL http://sudoku.nctu.edu.tw/; Computer ID 5602; resource share 100 18-Apr-2012 11:35:31 [SETI@home] URL http://setiathome.berkeley.edu/; Computer ID 6578330; resource share 100 18-Apr-2012 11:35:31 [climateprediction.net] URL http://climateprediction.net/; Computer ID 1208254; resource share 100 18-Apr-2012 11:35:31 [OPTIMA@HOME] URL http://boinc.isa.ru/dcsdg/; Computer ID 1540; resource share 100 18-Apr-2012 11:35:31 [ibercivis] URL http://registro.ibercivis.es/; Computer ID 307118; resource share 100 18-Apr-2012 11:35:31 [DistributedDataMining] URL http://www.distributeddatamining.org/DistributedDataMining/; Computer ID 7321; resource share 100 18-Apr-2012 11:35:31 [EDGeS@Home] URL http://home.edges-grid.eu/home/; Computer ID 21092; resource share 100 18-Apr-2012 11:35:31 [boincsimap] URL http://boincsimap.org/boincsimap/; Computer ID 216723; resource share 100 18-Apr-2012 11:35:31 [VGTU project@Home] URL http://boinc.vgtu.lt/vtuathome/; Computer ID 1334; resource share 100 18-Apr-2012 11:35:31 [Cosmology@Home] URL http://www.cosmologyathome.org/; Computer ID 146262; resource share 100 18-Apr-2012 11:35:31 [---] General prefs: from http://bam.boincstats.com/ (last modified 16-Apr-2012 11:44:25) 18-Apr-2012 11:35:31 [---] Computer location: work 18-Apr-2012 11:35:31 [---] General prefs: using separate prefs for work 18-Apr-2012 11:35:31 [---] Reading preferences override file 18-Apr-2012 11:35:31 [---] Preferences: 18-Apr-2012 11:35:31 [---] max memory usage when active: 7986.49MB 18-Apr-2012 11:35:31 [---] max memory usage when idle: 11979.73MB 18-Apr-2012 11:35:31 [---] max disk usage: 3.00GB 18-Apr-2012 11:35:31 [---] don't compute while active 18-Apr-2012 11:35:31 [---] suspend work if non-BOINC CPU load exceeds 75 % 18-Apr-2012 11:35:31 [---] (to change preferences, visit the web site of an attached project, or select Preferences in the Manager) 18-Apr-2012 11:35:31 [---] [cpu_sched_debug] Request CPU reschedule: Prefs update 18-Apr-2012 11:35:31 [---] [cpu_sched_debug] Request CPU reschedule: Startup 18-Apr-2012 11:35:31 [Milkyway@Home] Task ps_separation_14_2s_20per_1_3745160_0 is 1.60 days overdue; you may not get credit for it. Consider aborting it. 18-Apr-2012 11:35:31 [---] file projects/boinc.vgtu.lt_vtuathome/vgtuApp_1334718078_185889 not found 18-Apr-2012 11:35:31 [---] Not using a proxy Initialization completed 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] Request CPU reschedule: Idle state change 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] schedule_cpus(): start 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] scheduling ps_separation_14_2s_null_1_5471303_0 (coprocessor job, FIFO) (prio -3.548608) 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] reserving 1.000000 of coproc NVIDIA 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] earliest deadline: 1334629040 ps_separation_14_2s_20per_1_3745160_0 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] scheduling ps_separation_14_2s_20per_1_3745160_0 (CPU job, EDF) (prio -3.860837) 18-Apr-2012 11:35:32 [sudoku] [cpu_sched_debug] scheduling sudoku_16-1_30_267_463_0 (CPU job, priority order) (prio -0.372298) 18-Apr-2012 11:35:32 [yoyo@home] [cpu_sched_debug] scheduling hat_151597_36-150000-1084325338_1334751607_1 (CPU job, priority order) (prio -0.378214) 18-Apr-2012 11:35:32 [rosetta@home] [cpu_sched_debug] scheduling ac_fullatom_cst_3rmqA_47804_2153_0 (CPU job, priority order) (prio -0.379120) 18-Apr-2012 11:35:32 [Collatz Conjecture] [cpu_sched_debug] scheduling collatz_2374922998252655323496_103079215104_1 (CPU job, priority order) (prio -0.381124) 18-Apr-2012 11:35:32 [ABC@home] [cpu_sched_debug] scheduling abc_sieve_wu_07724121_1 (CPU job, priority order) (prio -0.384986) 18-Apr-2012 11:35:32 [NumberFields@home] [cpu_sched_debug] scheduling wu_DS-15x120_Grp14795of34134_0 (CPU job, priority order) (prio -0.388338) 18-Apr-2012 11:35:32 [wanless2] [cpu_sched_debug] scheduling wep_1334293083_5327_1 (CPU job, priority order) (prio -0.389424) 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] enforce_schedule(): start 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] preliminary job list: 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] 0: ps_separation_14_2s_null_1_5471303_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] 1: ps_separation_14_2s_20per_1_3745160_0 (MD: yes; UTS: no) 18-Apr-2012 11:35:32 [sudoku] [cpu_sched_debug] 2: sudoku_16-1_30_267_463_0 (MD: no; UTS: yes) 18-Apr-2012 11:35:32 [yoyo@home] [cpu_sched_debug] 3: hat_151597_36-150000-1084325338_1334751607_1 (MD: no; UTS: yes) 18-Apr-2012 11:35:32 [rosetta@home] [cpu_sched_debug] 4: ac_fullatom_cst_3rmqA_47804_2153_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [Collatz Conjecture] [cpu_sched_debug] 5: collatz_2374922998252655323496_103079215104_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [ABC@home] [cpu_sched_debug] 6: abc_sieve_wu_07724121_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [NumberFields@home] [cpu_sched_debug] 7: wu_DS-15x120_Grp14795of34134_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [wanless2] [cpu_sched_debug] 8: wep_1334293083_5327_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] final job list: 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] 0: ps_separation_14_2s_20per_1_3745160_0 (MD: yes; UTS: no) 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] 1: ps_separation_14_2s_null_1_5471303_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [sudoku] [cpu_sched_debug] 2: sudoku_16-1_30_267_463_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [yoyo@home] [cpu_sched_debug] 3: hat_151597_36-150000-1084325338_1334751607_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [rosetta@home] [cpu_sched_debug] 4: ac_fullatom_cst_3rmqA_47804_2153_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [Collatz Conjecture] [cpu_sched_debug] 5: collatz_2374922998252655323496_103079215104_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [ABC@home] [cpu_sched_debug] 6: abc_sieve_wu_07724121_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [NumberFields@home] [cpu_sched_debug] 7: wu_DS-15x120_Grp14795of34134_0 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [wanless2] [cpu_sched_debug] 8: wep_1334293083_5327_1 (MD: no; UTS: no) 18-Apr-2012 11:35:32 [---] [mem_usage] enforce: available RAM 7986.49MB swap 1463.99MB 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] scheduling ps_separation_14_2s_20per_1_3745160_0 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] scheduling ps_separation_14_2s_null_1_5471303_0 18-Apr-2012 11:35:32 [sudoku] [cpu_sched_debug] scheduling sudoku_16-1_30_267_463_0 18-Apr-2012 11:35:32 [yoyo@home] [cpu_sched_debug] scheduling hat_151597_36-150000-1084325338_1334751607_1 18-Apr-2012 11:35:32 [rosetta@home] [cpu_sched_debug] scheduling ac_fullatom_cst_3rmqA_47804_2153_0 18-Apr-2012 11:35:32 [Collatz Conjecture] [cpu_sched_debug] scheduling collatz_2374922998252655323496_103079215104_1 18-Apr-2012 11:35:32 [ABC@home] [cpu_sched_debug] scheduling abc_sieve_wu_07724121_1 18-Apr-2012 11:35:32 [NumberFields@home] [cpu_sched_debug] scheduling wu_DS-15x120_Grp14795of34134_0 18-Apr-2012 11:35:32 [wanless2] [cpu_sched_debug] scheduling wep_1334293083_5327_1 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] ps_separation_14_2s_20per_1_3745160_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [QMC@HOME] [cpu_sched_debug] qasino_b3lyptz-21_s22test.84375_0 sched state 1 next 1 task state 0 18-Apr-2012 11:35:32 [NumberFields@home] [cpu_sched_debug] wu_DS-15x120_Grp14795of34134_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [Einstein@Home] [cpu_sched_debug] p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 sched state 1 next 1 task state 0 18-Apr-2012 11:35:32 [ABC@home] [cpu_sched_debug] abc_sieve_wu_07724121_1 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [yoyo@home] [cpu_sched_debug] hat_151597_36-150000-1084325338_1334751607_1 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [Collatz Conjecture] [cpu_sched_debug] collatz_2374922998252655323496_103079215104_1 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [rosetta@home] [cpu_sched_debug] ac_fullatom_cst_3rmqA_47804_2153_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [wanless2] [cpu_sched_debug] wep_1334293083_5327_1 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] ps_separation_14_2s_null_1_5471303_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [Milkyway@Home] [cpu_sched_debug] nbody_100K_Plum_EMD_186828_0 sched state 1 next 1 task state 0 18-Apr-2012 11:35:32 [Poem@Home] [cpu_sched_debug] poempp_rigiddock_1334481262_342933173_0 sched state 1 next 1 task state 0 18-Apr-2012 11:35:32 [Poem@Home] [cpu_sched_debug] poempp_rigiddock_1334481249_77134808_0 sched state 1 next 1 task state 0 18-Apr-2012 11:35:32 [sudoku] [cpu_sched_debug] sudoku_16-1_30_267_463_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [WUProp@Home] [cpu_sched_debug] wu_v3_1334120406_252790_0 sched state 1 next 2 task state 0 18-Apr-2012 11:35:32 [Milkyway@Home] Restarting task ps_separation_14_2s_20per_1_3745160_0 using milkyway version 101 in slot 31 18-Apr-2012 11:35:32 [NumberFields@home] Restarting task wu_DS-15x120_Grp14795of34134_0 using GetDecics version 102 in slot 5 18-Apr-2012 11:35:32 [ABC@home] Restarting task abc_sieve_wu_07724121_1 using abc-sieve version 210 in slot 9 18-Apr-2012 11:35:32 [yoyo@home] Restarting task hat_151597_36-150000-1084325338_1334751607_1 using harmtrees version 7 in slot 4 18-Apr-2012 11:35:32 [Collatz Conjecture] Restarting task collatz_2374922998252655323496_103079215104_1 using mini_collatz version 202 in slot 8 18-Apr-2012 11:35:32 [rosetta@home] Restarting task ac_fullatom_cst_3rmqA_47804_2153_0 using minirosetta version 326 in slot 2 18-Apr-2012 11:35:32 [wanless2] Restarting task wep_1334293083_5327_1 using wep version 113 in slot 7 18-Apr-2012 11:35:32 [Milkyway@Home] Restarting task ps_separation_14_2s_null_1_5471303_0 using milkyway version 102 (opencl_nvidia) in slot 10 18-Apr-2012 11:35:32 [sudoku] Restarting task sudoku_16-1_30_267_463_0 using sudoku version 407 in slot 3 18-Apr-2012 11:35:32 [WUProp@Home] Restarting task wu_v3_1334120406_252790_0 using data_collect_v3 version 334 (nci) in slot 1 18-Apr-2012 11:35:32 [---] [cpu_sched_debug] enforce_schedule: end 18-Apr-2012 11:35:34 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.816040e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.094168e-01</fraction_done> 18-Apr-2012 11:35:34 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.443960e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:34 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.818790e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:34 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.973870e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.654358e-01</fraction_done> 18-Apr-2012 11:35:34 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.977090e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:34 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>5.600000e-01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:34 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 0.0000</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.00000000</fraction_done> 18-Apr-2012 11:35:34 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:34 [VGTU project@Home] Started download of vgtuApp_1334718078_185889 18-Apr-2012 11:35:35 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.817130e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.094366e-01</fraction_done> 18-Apr-2012 11:35:35 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.444950e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.696821e-01</fraction_done> 18-Apr-2012 11:35:35 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.819780e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:35 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.974860e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.654968e-01</fraction_done> 18-Apr-2012 11:35:35 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.100000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:35 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.020000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:35 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 0.8600</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:35 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:37 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.818230e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.094562e-01</fraction_done> 18-Apr-2012 11:35:37 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.445930e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.696821e-01</fraction_done> 18-Apr-2012 11:35:37 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.820780e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:37 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.975860e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.655579e-01</fraction_done> 18-Apr-2012 11:35:37 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.978140e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:37 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>2.190000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:37 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.540000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:37 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 1.3400</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:37 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:38 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.819330e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.094956e-01</fraction_done> 18-Apr-2012 11:35:38 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.447880e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.702557e-01</fraction_done> 18-Apr-2012 11:35:38 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.822770e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:38 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.977850e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.656698e-01</fraction_done> 18-Apr-2012 11:35:38 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.980200e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:38 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>4.270000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:38 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>2.750000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:38 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 2.3500</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:38 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:38 [VGTU project@Home] Finished download of vgtuApp_1334718078_185889 18-Apr-2012 11:35:39 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.820420e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.095351e-01</fraction_done> 18-Apr-2012 11:35:39 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.448850e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.705424e-01</fraction_done> 18-Apr-2012 11:35:39 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.823730e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:39 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.978850e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.657206e-01</fraction_done> 18-Apr-2012 11:35:39 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.981270e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:39 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>4.770000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:39 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>3.690000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:39 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 2.8300</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:39 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:40 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.821520e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.095942e-01</fraction_done> 18-Apr-2012 11:35:40 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.449830e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.708292e-01</fraction_done> 18-Apr-2012 11:35:40 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.824700e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:40 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.979850e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.657817e-01</fraction_done> 18-Apr-2012 11:35:40 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.982350e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:40 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>5.310000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:40 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>4.650000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>1.562500e-03</fraction_done> 18-Apr-2012 11:35:40 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 3.3000</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:40 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:41 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.450800e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.708292e-01</fraction_done> 18-Apr-2012 11:35:41 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.825680e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:41 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.980850e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.658427e-01</fraction_done> 18-Apr-2012 11:35:41 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.983400e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:41 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>5.900000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:41 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>5.500000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>1.562500e-03</fraction_done> 18-Apr-2012 11:35:41 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 3.8500</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:41 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:42 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.823710e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.102279e-01</fraction_done> 18-Apr-2012 11:35:42 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.451770e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.711160e-01</fraction_done> 18-Apr-2012 11:35:42 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.826680e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> 18-Apr-2012 11:35:42 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.981840e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.659037e-01</fraction_done> 18-Apr-2012 11:35:42 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.984380e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:42 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>6.440000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:42 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>6.450000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>1.562500e-03</fraction_done> 18-Apr-2012 11:35:42 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 4.3400</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:42 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:43 [Milkyway@Home] [mem_usage] ps_separation_14_2s_20per_1_3745160_0: WS 0.66MB, smoothed 0.49MB, page 2.32MB, 0.00 page faults/sec, user CPU 0.000, kernel CPU 0.000 18-Apr-2012 11:35:43 [NumberFields@home] [mem_usage] wu_DS-15x120_Grp14795of34134_0: WS 3.63MB, smoothed 3.63MB, page 150.27MB, 0.00 page faults/sec, user CPU 10.750, kernel CPU 0.000 18-Apr-2012 11:35:43 [ABC@home] [mem_usage] abc_sieve_wu_07724121_1: WS 223.61MB, smoothed 223.61MB, page 241.62MB, 0.00 page faults/sec, user CPU 10.400, kernel CPU 0.140 18-Apr-2012 11:35:43 [yoyo@home] [mem_usage] hat_151597_36-150000-1084325338_1334751607_1: WS 0.50MB, smoothed 0.50MB, page 0.98MB, 0.00 page faults/sec, user CPU 10.680, kernel CPU 0.000 18-Apr-2012 11:35:43 [Collatz Conjecture] [mem_usage] collatz_2374922998252655323496_103079215104_1: WS 16.68MB, smoothed 16.66MB, page 17.53MB, 0.00 page faults/sec, user CPU 10.750, kernel CPU 0.010 18-Apr-2012 11:35:43 [rosetta@home] [mem_usage] ac_fullatom_cst_3rmqA_47804_2153_0: WS 329.84MB, smoothed 347.69MB, page 384.21MB, 0.00 page faults/sec, user CPU 9.760, kernel CPU 0.450 18-Apr-2012 11:35:43 [wanless2] [mem_usage] wep_1334293083_5327_1: WS 0.57MB, smoothed 0.57MB, page 1.21MB, 0.00 page faults/sec, user CPU 7.360, kernel CPU 0.000 18-Apr-2012 11:35:43 [Milkyway@Home] [mem_usage] ps_separation_14_2s_null_1_5471303_0: WS 75.59MB, smoothed 66.14MB, page 28831.28MB, 0.00 page faults/sec, user CPU 5.000, kernel CPU 2.770 18-Apr-2012 11:35:43 [sudoku] [mem_usage] sudoku_16-1_30_267_463_0: WS 5.05MB, smoothed 31.48MB, page 44.20MB, 0.00 page faults/sec, user CPU 5.110, kernel CPU 0.020 18-Apr-2012 11:35:43 [WUProp@Home] [mem_usage] wu_v3_1334120406_252790_0: WS 2.04MB, smoothed 3.21MB, page 14.62MB, 0.00 page faults/sec, user CPU 0.010, kernel CPU 0.000 18-Apr-2012 11:35:43 [---] [mem_usage] All others: RAM 2124.02MB, page 28987.82MB, user 91807.610, kernel 41204.630 18-Apr-2012 11:35:43 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.824810e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.102877e-01</fraction_done> 18-Apr-2012 11:35:43 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.452750e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.714027e-01</fraction_done> 18-Apr-2012 11:35:43 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.827680e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:43 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.982840e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.659648e-01</fraction_done> 18-Apr-2012 11:35:43 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.985450e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:43 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>6.990000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:43 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>7.290000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>3.125000e-03</fraction_done> 18-Apr-2012 11:35:43 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 4.9000</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:43 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:44 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.825900e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.103275e-01</fraction_done> 18-Apr-2012 11:35:44 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.453700e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.716895e-01</fraction_done> 18-Apr-2012 11:35:44 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.828680e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:44 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.983840e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.660258e-01</fraction_done> 18-Apr-2012 11:35:44 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.986430e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:44 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>7.560000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:44 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>8.260000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>3.125000e-03</fraction_done> 18-Apr-2012 11:35:44 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 5.3600</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:44 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:45 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.827000e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.103674e-01</fraction_done> 18-Apr-2012 11:35:45 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.454670e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.719763e-01</fraction_done> 18-Apr-2012 11:35:45 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.829670e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:45 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.984830e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.660868e-01</fraction_done> 18-Apr-2012 11:35:45 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.987510e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:45 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>8.110000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:45 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>9.200000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>3.125000e-03</fraction_done> 18-Apr-2012 11:35:45 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 5.8500</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.97000000</fraction_done> 18-Apr-2012 11:35:45 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:46 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.828100e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.103873e-01</fraction_done> 18-Apr-2012 11:35:46 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.455620e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.719763e-01</fraction_done> 18-Apr-2012 11:35:46 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.830670e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:46 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.985830e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.661479e-01</fraction_done> 18-Apr-2012 11:35:46 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.988490e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:46 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>8.690000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:46 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.005000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>4.687500e-03</fraction_done> 18-Apr-2012 11:35:46 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 6.4000</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:46 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:47 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.829190e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.104271e-01</fraction_done> 18-Apr-2012 11:35:47 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.456590e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.722630e-01</fraction_done> 18-Apr-2012 11:35:47 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.831670e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:47 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.986830e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.661987e-01</fraction_done> 18-Apr-2012 11:35:47 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.989570e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:47 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>9.230000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:47 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.102000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>4.687500e-03</fraction_done> 18-Apr-2012 11:35:47 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 6.8700</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:47 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:48 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.830290e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.104470e-01</fraction_done> 18-Apr-2012 11:35:48 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.457560e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.725498e-01</fraction_done> 18-Apr-2012 11:35:48 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.832660e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.071133e-01</fraction_done> 18-Apr-2012 11:35:48 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.987820e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.662598e-01</fraction_done> 18-Apr-2012 11:35:48 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.990550e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:48 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>9.790000e+00</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:48 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.197000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>4.687500e-03</fraction_done> 18-Apr-2012 11:35:48 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 7.3600</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:48 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:49 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.831380e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.104670e-01</fraction_done> 18-Apr-2012 11:35:49 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.459510e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.728366e-01</fraction_done> 18-Apr-2012 11:35:49 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.834660e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.072133e-01</fraction_done> 18-Apr-2012 11:35:49 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.989820e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.663717e-01</fraction_done> 18-Apr-2012 11:35:49 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.991630e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:49 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.037000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:49 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.281000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>6.250000e-03</fraction_done> 18-Apr-2012 11:35:49 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 7.9100</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:49 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:50 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.832480e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.104869e-01</fraction_done> 18-Apr-2012 11:35:50 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.460480e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.731233e-01</fraction_done> 18-Apr-2012 11:35:50 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.835650e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.076800e-01</fraction_done> 18-Apr-2012 11:35:50 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.990810e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.664327e-01</fraction_done> 18-Apr-2012 11:35:50 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.992710e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:50 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.092000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:50 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.376000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>6.250000e-03</fraction_done> 18-Apr-2012 11:35:50 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 8.4000</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:50 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:51 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.833580e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105068e-01</fraction_done> 18-Apr-2012 11:35:51 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.461450e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.734101e-01</fraction_done> 18-Apr-2012 11:35:51 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.836650e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.083667e-01</fraction_done> 18-Apr-2012 11:35:51 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.991810e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.664937e-01</fraction_done> 18-Apr-2012 11:35:51 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.993680e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:51 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.148000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:51 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.472000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>6.250000e-03</fraction_done> 18-Apr-2012 11:35:51 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 8.8600</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:51 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:52 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.834670e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105267e-01</fraction_done> 18-Apr-2012 11:35:52 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.462420e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.736969e-01</fraction_done> 18-Apr-2012 11:35:52 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.837650e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.097333e-01</fraction_done> 18-Apr-2012 11:35:52 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.992810e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.665548e-01</fraction_done> 18-Apr-2012 11:35:52 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.994760e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:52 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.202000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:52 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.558000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>7.812500e-03</fraction_done> 18-Apr-2012 11:35:52 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 9.4200</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:52 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:53 [Milkyway@Home] [mem_usage] ps_separation_14_2s_20per_1_3745160_0: WS 0.66MB, smoothed 0.57MB, page 2.32MB, 0.00 page faults/sec, user CPU 0.000, kernel CPU 0.000 18-Apr-2012 11:35:53 [NumberFields@home] [mem_usage] wu_DS-15x120_Grp14795of34134_0: WS 3.63MB, smoothed 3.63MB, page 150.27MB, 0.00 page faults/sec, user CPU 21.060, kernel CPU 0.000 18-Apr-2012 11:35:53 [ABC@home] [mem_usage] abc_sieve_wu_07724121_1: WS 223.61MB, smoothed 223.61MB, page 241.62MB, 0.00 page faults/sec, user CPU 20.410, kernel CPU 0.140 18-Apr-2012 11:35:53 [yoyo@home] [mem_usage] hat_151597_36-150000-1084325338_1334751607_1: WS 0.50MB, smoothed 0.50MB, page 0.98MB, 0.00 page faults/sec, user CPU 20.990, kernel CPU 0.000 18-Apr-2012 11:35:53 [Collatz Conjecture] [mem_usage] collatz_2374922998252655323496_103079215104_1: WS 16.68MB, smoothed 16.67MB, page 17.53MB, 0.00 page faults/sec, user CPU 21.050, kernel CPU 0.010 18-Apr-2012 11:35:53 [rosetta@home] [mem_usage] ac_fullatom_cst_3rmqA_47804_2153_0: WS 346.74MB, smoothed 347.22MB, page 407.50MB, 0.00 page faults/sec, user CPU 19.840, kernel CPU 0.500 18-Apr-2012 11:35:53 [wanless2] [mem_usage] wep_1334293083_5327_1: WS 0.57MB, smoothed 0.57MB, page 1.21MB, 0.00 page faults/sec, user CPU 12.560, kernel CPU 0.030 18-Apr-2012 11:35:53 [Milkyway@Home] [mem_usage] ps_separation_14_2s_null_1_5471303_0: WS 75.59MB, smoothed 70.86MB, page 28831.28MB, 0.00 page faults/sec, user CPU 9.310, kernel CPU 8.020 18-Apr-2012 11:35:53 [sudoku] [mem_usage] sudoku_16-1_30_267_463_0: WS 5.65MB, smoothed 18.57MB, page 44.75MB, 0.00 page faults/sec, user CPU 10.220, kernel CPU 0.080 18-Apr-2012 11:35:53 [WUProp@Home] [mem_usage] wu_v3_1334120406_252790_0: WS 2.04MB, smoothed 2.62MB, page 14.62MB, 0.00 page faults/sec, user CPU 0.010, kernel CPU 0.000 18-Apr-2012 11:35:53 [---] [mem_usage] All others: RAM 2124.07MB, page 28987.82MB, user 91808.410, kernel 41204.960 18-Apr-2012 11:35:53 [---] [mem_usage] non-BOINC CPU usage: 1.37% 18-Apr-2012 11:35:53 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.835770e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105267e-01</fraction_done> 18-Apr-2012 11:35:53 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.463490e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.739836e-01</fraction_done> 18-Apr-2012 11:35:53 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.838740e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.099267e-01</fraction_done> 18-Apr-2012 11:35:53 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.993800e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.666158e-01</fraction_done> 18-Apr-2012 11:35:53 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.995830e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:53 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.652000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>7.812500e-03</fraction_done> 18-Apr-2012 11:35:53 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 9.9100</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:53 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:54 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.836870e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105466e-01</fraction_done> 18-Apr-2012 11:35:54 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.464450e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.739836e-01</fraction_done> 18-Apr-2012 11:35:54 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.839740e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.118800e-01</fraction_done> 18-Apr-2012 11:35:54 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.994800e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.666768e-01</fraction_done> 18-Apr-2012 11:35:54 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.996810e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:54 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.257000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:54 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.749000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>9.375000e-03</fraction_done> 18-Apr-2012 11:35:54 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 10.3700</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:54 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:56 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.837960e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105666e-01</fraction_done> 18-Apr-2012 11:35:56 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.465410e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.742704e-01</fraction_done> 18-Apr-2012 11:35:56 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.840740e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.131667e-01</fraction_done> 18-Apr-2012 11:35:56 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.995800e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.667277e-01</fraction_done> 18-Apr-2012 11:35:56 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.997890e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:56 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.314000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:56 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.834000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>9.375000e-03</fraction_done> 18-Apr-2012 11:35:56 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 10.9300</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:56 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:57 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.839060e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105865e-01</fraction_done> 18-Apr-2012 11:35:57 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.466390e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.745572e-01</fraction_done> 18-Apr-2012 11:35:57 [yoyo@home] [app_msg_receive] got msg from slot 4: <current_cpu_time>2.841730e+03</current_cpu_time> <checkpoint_cpu_time>2.817790e+03</checkpoint_cpu_time> <fraction_done>3.139067e-01</fraction_done> 18-Apr-2012 11:35:57 [Collatz Conjecture] [app_msg_receive] got msg from slot 8: <current_cpu_time>2.996890e+03</current_cpu_time> <checkpoint_cpu_time>2.972860e+03</checkpoint_cpu_time> <fraction_done>1.667887e-01</fraction_done> 18-Apr-2012 11:35:57 [rosetta@home] [app_msg_receive] got msg from slot 2: <current_cpu_time>1.998870e+03</current_cpu_time> <checkpoint_cpu_time>1.976110e+03</checkpoint_cpu_time> <fraction_done>0.000000e+00</fraction_done> 18-Apr-2012 11:35:57 [wanless2] [app_msg_receive] got msg from slot 7: <current_cpu_time>1.370000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> 18-Apr-2012 11:35:57 [Milkyway@Home] [app_msg_receive] got msg from slot 10: <current_cpu_time>1.928000e+01</current_cpu_time> <checkpoint_cpu_time>0.000000e+00</checkpoint_cpu_time> <fraction_done>9.375000e-03</fraction_done> 18-Apr-2012 11:35:57 [sudoku] [app_msg_receive] got msg from slot 3: <current_cpu_time> 11.9700</current_cpu_time> <checkpoint_cpu_time>0.000000000000000e+00</checkpoint_cpu_time> <fraction_done>0.98000000</fraction_done> 18-Apr-2012 11:35:57 [WUProp@Home] [app_msg_receive] got msg from slot 1: <current_cpu_time>1.000000e-01</current_cpu_time> <checkpoint_cpu_time>9.000000e-02</checkpoint_cpu_time> 18-Apr-2012 11:35:58 [NumberFields@home] [app_msg_receive] got msg from slot 5: <current_cpu_time>6.840150e+03</current_cpu_time> <checkpoint_cpu_time>6.815040e+03</checkpoint_cpu_time> <fraction_done>6.105865e-01</fraction_done> 18-Apr-2012 11:35:58 [ABC@home] [app_msg_receive] got msg from slot 9: <current_cpu_time>4.467350e+03</current_cpu_time> <checkpoint_cpu_time>4.442970e+03</checkpoint_cpu_time> <fraction_done>7.748439e-01</fraction_done> 18-Apr-2012 11:35:58 [yoyo@home] [app_msg_receive] got m |
Send message Joined: 10 Mar 06 Posts: 73 |
Now the second part: 04/18/12 11:48:05 | | Starting BOINC client version 7.0.25 for x86_64-pc-linux-gnu 04/18/12 11:48:05 | | log flags: file_xfer, sched_ops, task, rr_simulation 04/18/12 11:48:05 | | Libraries: libcurl/7.19.7 OpenSSL/1.0.1 zlib/1.2.3.3 libidn/1.15 04/18/12 11:48:05 | | Data directory: /local/scratch/boinc-client 04/18/12 11:48:05 | | Processor: 8 GenuineIntel Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz [Family 6 Model 42 Stepping 7] 04/18/12 11:48:05 | | Processor: 8.00 MB cache 04/18/12 11:48:05 | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid 04/18/12 11:48:05 | | OS: Linux: 2.6.32-28-generic 04/18/12 11:48:05 | | Memory: 15.60 GB physical, 1.91 GB virtual 04/18/12 11:48:05 | | Disk: 433.66 GB total, 406.92 GB free 04/18/12 11:48:05 | | Local time is UTC -5 hours 04/18/12 11:48:05 | | NVIDIA GPU 0: Quadro 600 (driver version unknown, CUDA version 4.0, compute capability 2.1, 1023MB, 951MB available, 246 GFLOPS peak) 04/18/12 11:48:05 | | OpenCL: NVIDIA GPU 0: Quadro 600 (driver version 280.13, device version OpenCL 1.1 CUDA, 1023MB, 951MB available) 04/18/12 11:48:05 | | Config: GUI RPC allowed from any host 04/18/12 11:48:05 | | Config: GUI RPC allowed from: 04/18/12 11:48:05 | Poem@Home | URL http://boinc.fzk.de/poem/; Computer ID 119493; resource share 100 04/18/12 11:48:05 | The Lattice Project | URL http://boinc.umiacs.umd.edu/; Computer ID 75590; resource share 100 04/18/12 11:48:05 | SAT@home | URL http://sat.isa.ru/pdsat/; Computer ID 1071; resource share 100 04/18/12 11:48:05 | superlinkattechnion | URL http://cbl-boinc-server2.cs.technion.ac.il/superlinkattechnion/; Computer ID 104840; resource share 100 04/18/12 11:48:05 | Spinhenge@home | URL http://spin.fh-bielefeld.de/; Computer ID 225091; resource share 100 04/18/12 11:48:05 | rosetta@home | URL http://boinc.bakerlab.org/rosetta/; Computer ID 1492115; resource share 100 04/18/12 11:48:05 | FreeHAL@home | URL http://www.freehal.net/freehal_at_home/; Computer ID 62376; resource share 100 04/18/12 11:48:05 | RNA World | URL http://www.rnaworld.de/rnaworld/; Computer ID 14330; resource share 100 04/18/12 11:48:05 | PrimeGrid | URL http://www.primegrid.com/; Computer ID 247967; resource share 100 04/18/12 11:48:05 | http://vcsc.cs.uh.edu/virtual-prairie/ | URL http://vcsc.cs.uh.edu/virtual-prairie/; Computer ID not assigned yet; resource share 100 04/18/12 11:48:05 | SimOne@home | URL http://sim1.sytes.net/sim1/; Computer ID 822; resource share 10 04/18/12 11:48:05 | Collatz Conjecture | URL http://boinc.thesonntags.com/collatz/; Computer ID 95658; resource share 100 04/18/12 11:48:05 | wanless2 | URL http://bearnol.is-a-geek.com/wanless2/; Computer ID 18796; resource share 100 04/18/12 11:48:05 | Einstein@Home | URL http://einstein.phys.uwm.edu/; Computer ID 4954729; resource share 100 04/18/12 11:48:05 | Docking | URL http://docking.cis.udel.edu/; Computer ID 102433; resource share 100 04/18/12 11:48:05 | ABC@home | URL http://abcathome.com/; Computer ID 188497; resource share 100 04/18/12 11:48:05 | DNA@Home | URL http://volunteer.cs.und.edu/dna/; Computer ID 8756; resource share 100 04/18/12 11:48:05 | Constellation | URL http://aerospaceresearch.net/constellation/; Computer ID 5904; resource share 100 04/18/12 11:48:05 | Magnetism at home | URL http://www.fti.dn.ua/magnetism/; Computer ID 17331; resource share 100 04/18/12 11:48:05 | QMC@HOME | URL http://qah.uni-muenster.de/; Computer ID 199526; resource share 100 04/18/12 11:48:05 | Neurona@Home | URL http://falua.cesfelipesegundo.com/Neurona/; Computer ID 1555; resource share 100 04/18/12 11:48:05 | malariacontrol.net | URL http://www.malariacontrol.net/; Computer ID 464680; resource share 100 04/18/12 11:48:05 | NRG | URL http://boinc.med.usherbrooke.ca/nrg/; Computer ID 2064; resource share 100 04/18/12 11:48:05 | Enigma@Home | URL http://www.enigmaathome.net/; Computer ID 76258; resource share 100 04/18/12 11:48:05 | NumberFields@home | URL http://numberfields.asu.edu/NumberFields/; Computer ID 3451; resource share 100 04/18/12 11:48:05 | WUProp@Home | URL http://wuprop.boinc-af.org/; Computer ID 32637; resource share 100 04/18/12 11:48:05 | http://surveill.dei.uc.pt/surveill/ | URL http://surveill.dei.uc.pt/surveill/; Computer ID not assigned yet; resource share 100 04/18/12 11:48:05 | World Community Grid | URL http://www.worldcommunitygrid.org/; Computer ID 1945000; resource share 100 04/18/12 11:48:05 | correlizer | URL http://svahesrv2.bioquant.uni-heidelberg.de/correlizer/; Computer ID 5029; resource share 100 04/18/12 11:48:05 | GPUGRID | URL http://www.gpugrid.net/; Computer ID 121190; resource share 100 04/18/12 11:48:05 | yafu | URL http://yafu.dyndns.org/yafu/; Computer ID 2907; resource share 100 04/18/12 11:48:05 | SZTAKI Desktop Grid | URL http://szdg.lpds.sztaki.hu/szdg/; Computer ID 334966; resource share 100 04/18/12 11:48:05 | NFS@Home | URL http://escatter11.fullerton.edu/nfs/; Computer ID 24476; resource share 100 04/18/12 11:48:05 | AlmereGrid Boinc Grid | URL http://boinc.almeregrid.nl/; Computer ID 9840; resource share 100 04/18/12 11:48:05 | Leiden Classical | URL http://boinc.gorlaeus.net/; Computer ID 95432; resource share 100 04/18/12 11:48:05 | Moo! Wrapper | URL http://moowrap.net/; Computer ID 10613; resource share 100 04/18/12 11:48:05 | primaboinca | URL http://www.primaboinca.com/; Computer ID 13027; resource share 100 04/18/12 11:48:05 | yoyo@home | URL http://www.rechenkraft.net/yoyo/; Computer ID 68252; resource share 100 04/18/12 11:48:05 | eon2 | URL http://eon.ices.utexas.edu/eon2/; Computer ID 23952; resource share 100 04/18/12 11:48:05 | Mersenne@home | URL http://mersenneathome.net/; Computer ID 9459; resource share 100 04/18/12 11:48:05 | uFluids | URL http://www.ufluids.net/; Computer ID 137173; resource share 100 04/18/12 11:48:05 | http://falua.cesfelipesegundo.com/Ideologias/ | URL http://falua.cesfelipesegundo.com/Ideologias/; Computer ID not assigned yet; resource share 100 04/18/12 11:48:05 | Milkyway@Home | URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 431741; resource share 100 04/18/12 11:48:05 | CAS@home | URL http://casathome.ihep.ac.cn/; Computer ID 15493; resource share 100 04/18/12 11:48:05 | orbit@home | URL http://orbit.psi.edu/oah/; Computer ID 78792; resource share 100 04/18/12 11:48:05 | LHC@home 1.0 | URL http://lhcathomeclassic.cern.ch/sixtrack/; Computer ID 9940760; resource share 100 04/18/12 11:48:05 | gerasim@home | URL http://gerasim.boinc.ru/; Computer ID 11372; resource share 100 04/18/12 11:48:05 | sudoku | URL http://sudoku.nctu.edu.tw/; Computer ID 5602; resource share 100 04/18/12 11:48:05 | SETI@home | URL http://setiathome.berkeley.edu/; Computer ID 6578330; resource share 100 04/18/12 11:48:05 | climateprediction.net | URL http://climateprediction.net/; Computer ID 1208254; resource share 100 04/18/12 11:48:05 | OPTIMA@HOME | URL http://boinc.isa.ru/dcsdg/; Computer ID 1540; resource share 100 04/18/12 11:48:05 | ibercivis | URL http://registro.ibercivis.es/; Computer ID 307118; resource share 100 04/18/12 11:48:05 | DistributedDataMining | URL http://www.distributeddatamining.org/DistributedDataMining/; Computer ID 7321; resource share 100 04/18/12 11:48:05 | EDGeS@Home | URL http://home.edges-grid.eu/home/; Computer ID 21092; resource share 100 04/18/12 11:48:05 | boincsimap | URL http://boincsimap.org/boincsimap/; Computer ID 216723; resource share 100 04/18/12 11:48:05 | VGTU project@Home | URL http://boinc.vgtu.lt/vtuathome/; Computer ID 1334; resource share 100 04/18/12 11:48:05 | Cosmology@Home | URL http://www.cosmologyathome.org/; Computer ID 146262; resource share 100 04/18/12 11:48:05 | | General prefs: from http://bam.boincstats.com/ (last modified 16-Apr-2012 11:44:25) 04/18/12 11:48:05 | | Computer location: work 04/18/12 11:48:05 | | General prefs: using separate prefs for work 04/18/12 11:48:05 | | Reading preferences override file 04/18/12 11:48:05 | | Preferences: 04/18/12 11:48:05 | | max memory usage when active: 7986.49MB 04/18/12 11:48:05 | | max memory usage when idle: 11979.73MB 04/18/12 11:48:05 | | max disk usage: 3.00GB 04/18/12 11:48:05 | | don't compute while active 04/18/12 11:48:05 | | suspend work if non-BOINC CPU load exceeds 75 % 04/18/12 11:48:05 | | (to change preferences, visit the web site of an attached project, or select Preferences in the Manager) 04/18/12 11:48:05 | Milkyway@Home | Task ps_separation_14_2s_20per_1_3745160_0 is 1.60 days overdue; you may not get credit for it. Consider aborting it. 04/18/12 11:48:05 | | Not using a proxy 04/18/12 11:48:05 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_20per_1_3745160_0 finishes (1121.21G/5.47G) 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] ps_separation_14_2s_20per_1_3745160_0 misses deadline by 139030.83 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 205.09: ps_separation_14_2s_null_1_5471303_0 finishes (27617.86G/13.38G) 04/18/12 11:48:05 | Einstein@Home | [rr_sim] 2064.52: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.45G) 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 18425.99: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.24G) 04/18/12 11:48:05 | ABC@home | [rr_sim] 21958.61: abc_sieve_wu_07724121_1 finishes (5333.14G/2.64G) 04/18/12 11:48:05 | wanless2 | [rr_sim] 27577.23: wep_1334293083_5327_1 finishes (15676.60G/2.30G) 04/18/12 11:48:05 | rosetta@home | [rr_sim] 28788.03: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (21013.51G/2.64G) 04/18/12 11:48:05 | NumberFields@home | [rr_sim] 29912.33: wu_DS-15x120_Grp14795of34134_0 finishes (85131.48G/8.91G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 35118.28: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 35272.88: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 37291.51: poempp_rigiddock_1334481262_342933173_0 finishes (271634.92G/23.69G) 04/18/12 11:48:05 | QMC@HOME | [rr_sim] 40253.63: qasino_b3lyptz-21_s22test.84375_0 finishes (53970.34G/2.64G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 42386.67: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Collatz Conjecture | [rr_sim] 43226.61: collatz_2374922998252655323496_103079215104_1 finishes (81017.20G/3.64G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 44215.75: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 48432.56: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 48587.16: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 50605.78: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | yoyo@home | [rr_sim] 57167.90: hat_151597_36-150000-1084325338_1334751607_1 finishes (96103.75G/2.64G) 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] Result ps_separation_14_2s_20per_1_3745160_0 projected to miss deadline. 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] Project has 1 projected CPU deadline misses 04/18/12 11:48:05 | Milkyway@Home | Restarting task ps_separation_14_2s_20per_1_3745160_0 using milkyway version 101 in slot 31 04/18/12 11:48:05 | QMC@HOME | Restarting task qasino_b3lyptz-21_s22test.84375_0 using qasinoAlpha version 501 in slot 6 04/18/12 11:48:05 | NumberFields@home | Restarting task wu_DS-15x120_Grp14795of34134_0 using GetDecics version 102 in slot 5 04/18/12 11:48:05 | ABC@home | Restarting task abc_sieve_wu_07724121_1 using abc-sieve version 210 in slot 9 04/18/12 11:48:05 | yoyo@home | Restarting task hat_151597_36-150000-1084325338_1334751607_1 using harmtrees version 7 in slot 4 04/18/12 11:48:05 | Collatz Conjecture | Restarting task collatz_2374922998252655323496_103079215104_1 using mini_collatz version 202 in slot 8 04/18/12 11:48:05 | rosetta@home | Restarting task ac_fullatom_cst_3rmqA_47804_2153_0 using minirosetta version 326 in slot 2 04/18/12 11:48:05 | wanless2 | Restarting task wep_1334293083_5327_1 using wep version 113 in slot 7 04/18/12 11:48:05 | Milkyway@Home | Restarting task ps_separation_14_2s_null_1_5471303_0 using milkyway version 102 (opencl_nvidia) in slot 10 04/18/12 11:48:05 | WUProp@Home | Restarting task wu_v3_1334120406_252790_0 using data_collect_v3 version 334 (nci) in slot 1 04/18/12 11:48:05 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_20per_1_3745160_0 finishes (1121.21G/5.47G) 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] ps_separation_14_2s_20per_1_3745160_0 misses deadline by 139030.83 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 205.09: ps_separation_14_2s_null_1_5471303_0 finishes (27617.86G/13.38G) 04/18/12 11:48:05 | Einstein@Home | [rr_sim] 2064.52: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.45G) 04/18/12 11:48:05 | Milkyway@Home | [rr_sim] 18425.99: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.24G) 04/18/12 11:48:05 | ABC@home | [rr_sim] 21958.61: abc_sieve_wu_07724121_1 finishes (5333.14G/2.64G) 04/18/12 11:48:05 | wanless2 | [rr_sim] 27577.23: wep_1334293083_5327_1 finishes (15676.60G/2.30G) 04/18/12 11:48:05 | rosetta@home | [rr_sim] 28788.03: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (21013.51G/2.64G) 04/18/12 11:48:05 | NumberFields@home | [rr_sim] 29912.33: wu_DS-15x120_Grp14795of34134_0 finishes (85131.48G/8.91G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 35118.28: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 35272.88: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 37291.51: poempp_rigiddock_1334481262_342933173_0 finishes (271634.92G/23.69G) 04/18/12 11:48:05 | QMC@HOME | [rr_sim] 40253.63: qasino_b3lyptz-21_s22test.84375_0 finishes (53970.34G/2.64G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 42386.67: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Collatz Conjecture | [rr_sim] 43226.61: collatz_2374922998252655323496_103079215104_1 finishes (81017.20G/3.64G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 44215.75: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 48432.56: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 48587.16: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | Poem@Home | [rr_sim] 50605.78: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.69G) 04/18/12 11:48:05 | yoyo@home | [rr_sim] 57167.90: hat_151597_36-150000-1084325338_1334751607_1 finishes (96103.75G/2.64G) 04/18/12 11:48:41 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:48:41 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (27366.72G/13.37G) 04/18/12 11:48:41 | Einstein@Home | [rr_sim] 2046.63: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.43G) 04/18/12 11:48:41 | Milkyway@Home | [rr_sim] 18408.95: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.15G) 04/18/12 11:48:41 | ABC@home | [rr_sim] 21968.10: abc_sieve_wu_07724121_1 finishes (5156.32G/2.64G) 04/18/12 11:48:41 | wanless2 | [rr_sim] 27520.64: wep_1334293083_5327_1 finishes (15575.47G/2.29G) 04/18/12 11:48:41 | rosetta@home | [rr_sim] 28756.40: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18313.68G/2.64G) 04/18/12 11:48:41 | NumberFields@home | [rr_sim] 28902.93: wu_DS-15x120_Grp14795of34134_0 finishes (84851.50G/8.90G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 35100.46: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 35288.14: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 37240.68: poempp_rigiddock_1334481262_342933173_0 finishes (271634.92G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 40226.95: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | QMC@HOME | [rr_sim] 42222.96: qasino_b3lyptz-21_s22test.84375_0 finishes (53853.94G/2.64G) 04/18/12 11:48:41 | Collatz Conjecture | [rr_sim] 42360.92: collatz_2374922998252655323496_103079215104_1 finishes (80782.66G/3.64G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 44170.41: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 48420.49: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 48608.17: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 50560.71: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | yoyo@home | [rr_sim] 57146.99: hat_151597_36-150000-1084325338_1334751607_1 finishes (94934.37G/2.64G) 04/18/12 11:48:41 | Poem@Home | Restarting task poempp_rigiddock_1334481262_342933173_0 using poempp version 9 in slot 12 04/18/12 11:48:41 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:48:41 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (27366.72G/13.37G) 04/18/12 11:48:41 | Einstein@Home | [rr_sim] 2046.63: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.43G) 04/18/12 11:48:41 | Milkyway@Home | [rr_sim] 18408.95: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.15G) 04/18/12 11:48:41 | ABC@home | [rr_sim] 21968.10: abc_sieve_wu_07724121_1 finishes (5156.32G/2.64G) 04/18/12 11:48:41 | wanless2 | [rr_sim] 27520.64: wep_1334293083_5327_1 finishes (15575.47G/2.29G) 04/18/12 11:48:41 | rosetta@home | [rr_sim] 28756.40: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18313.68G/2.64G) 04/18/12 11:48:41 | NumberFields@home | [rr_sim] 28902.93: wu_DS-15x120_Grp14795of34134_0 finishes (84851.50G/8.90G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 35100.46: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 35288.14: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 37240.68: poempp_rigiddock_1334481262_342933173_0 finishes (271634.92G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 40226.95: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | QMC@HOME | [rr_sim] 42222.96: qasino_b3lyptz-21_s22test.84375_0 finishes (53853.94G/2.64G) 04/18/12 11:48:41 | Collatz Conjecture | [rr_sim] 42360.92: collatz_2374922998252655323496_103079215104_1 finishes (80782.66G/3.64G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 44170.41: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 48420.49: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 48608.17: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | Poem@Home | [rr_sim] 50560.71: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:48:41 | yoyo@home | [rr_sim] 57146.99: hat_151597_36-150000-1084325338_1334751607_1 finishes (94934.37G/2.64G) 04/18/12 11:49:41 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:49:41 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (26604.58G/13.37G) 04/18/12 11:49:41 | Einstein@Home | [rr_sim] 1989.61: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.43G) 04/18/12 11:49:41 | Milkyway@Home | [rr_sim] 21951.89: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:49:41 | ABC@home | [rr_sim] 21967.76: abc_sieve_wu_07724121_1 finishes (4836.46G/2.64G) 04/18/12 11:49:41 | wanless2 | [rr_sim] 27399.15: wep_1334293083_5327_1 finishes (15405.60G/2.29G) 04/18/12 11:49:41 | rosetta@home | [rr_sim] 28681.92: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18369.13G/2.64G) 04/18/12 11:49:41 | NumberFields@home | [rr_sim] 28923.47: wu_DS-15x120_Grp14795of34134_0 finishes (84951.60G/8.90G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 35111.21: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 35287.59: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 37118.97: poempp_rigiddock_1334481262_342933173_0 finishes (271586.16G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 40150.24: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | QMC@HOME | [rr_sim] 42243.30: qasino_b3lyptz-21_s22test.84375_0 finishes (53658.43G/2.64G) 04/18/12 11:49:41 | Collatz Conjecture | [rr_sim] 42286.23: collatz_2374922998252655323496_103079215104_1 finishes (80537.33G/3.64G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 44102.30: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 48431.04: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 48607.41: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | Poem@Home | [rr_sim] 50438.80: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:49:41 | yoyo@home | [rr_sim] 53470.06: hat_151597_36-150000-1084325338_1334751607_1 finishes (84466.19G/2.64G) 04/18/12 11:49:42 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:49:42 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (26635.14G/13.37G) 04/18/12 11:49:42 | Einstein@Home | [rr_sim] 1991.89: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.43G) 04/18/12 11:49:42 | Milkyway@Home | [rr_sim] 21954.17: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:49:42 | ABC@home | [rr_sim] 21967.76: abc_sieve_wu_07724121_1 finishes (4837.29G/2.64G) 04/18/12 11:49:42 | wanless2 | [rr_sim] 27399.46: wep_1334293083_5327_1 finishes (15402.77G/2.29G) 04/18/12 11:49:42 | rosetta@home | [rr_sim] 28680.69: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18373.47G/2.64G) 04/18/12 11:49:42 | NumberFields@home | [rr_sim] 28925.12: wu_DS-15x120_Grp14795of34134_0 finishes (84948.66G/8.90G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 35110.88: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 35287.59: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 37119.29: poempp_rigiddock_1334481262_342933173_0 finishes (271635.01G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 40151.06: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | QMC@HOME | [rr_sim] 42244.94: qasino_b3lyptz-21_s22test.84375_0 finishes (53655.17G/2.64G) 04/18/12 11:49:42 | Collatz Conjecture | [rr_sim] 42285.00: collatz_2374922998252655323496_103079215104_1 finishes (80539.18G/3.64G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 44102.81: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 48430.71: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 48607.41: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | Poem@Home | [rr_sim] 50439.12: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:49:42 | yoyo@home | [rr_sim] 53470.89: hat_151597_36-150000-1084325338_1334751607_1 finishes (84121.08G/2.64G) 04/18/12 11:50:42 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:50:42 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (25713.88G/13.37G) 04/18/12 11:50:42 | Einstein@Home | [rr_sim] 1922.97: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:50:42 | Milkyway@Home | [rr_sim] 21885.22: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:50:42 | ABC@home | [rr_sim] 21967.42: abc_sieve_wu_07724121_1 finishes (4527.80G/2.64G) 04/18/12 11:50:42 | wanless2 | [rr_sim] 27281.91: wep_1334293083_5327_1 finishes (15235.05G/2.29G) 04/18/12 11:50:42 | rosetta@home | [rr_sim] 28607.15: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18452.20G/2.64G) 04/18/12 11:50:42 | NumberFields@home | [rr_sim] 28954.48: wu_DS-15x120_Grp14795of34134_0 finishes (84543.85G/8.90G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 35064.92: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 35287.04: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 37001.53: poempp_rigiddock_1334481262_342933173_0 finishes (271536.76G/23.68G) 04/18/12 11:50:42 | QMC@HOME | [rr_sim] 40073.20: qasino_b3lyptz-21_s22test.84375_0 finishes (53462.13G/2.64G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 42211.25: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | Collatz Conjecture | [rr_sim] 42274.10: collatz_2374922998252655323496_103079215104_1 finishes (80514.62G/3.64G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 44095.38: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 48384.54: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 48606.66: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:50:42 | yoyo@home | [rr_sim] 50321.15: hat_151597_36-150000-1084325338_1334751607_1 finishes (78028.54G/2.64G) 04/18/12 11:50:42 | Poem@Home | [rr_sim] 51513.50: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:50:43 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (25742.78G/13.37G) 04/18/12 11:50:43 | Einstein@Home | [rr_sim] 1925.13: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:50:43 | Milkyway@Home | [rr_sim] 21887.38: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:50:43 | ABC@home | [rr_sim] 21967.42: abc_sieve_wu_07724121_1 finishes (4520.53G/2.64G) 04/18/12 11:50:43 | wanless2 | [rr_sim] 27279.15: wep_1334293083_5327_1 finishes (15232.22G/2.29G) 04/18/12 11:50:43 | rosetta@home | [rr_sim] 28605.92: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18427.36G/2.64G) 04/18/12 11:50:43 | NumberFields@home | [rr_sim] 28945.08: wu_DS-15x120_Grp14795of34134_0 finishes (84549.74G/8.90G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 35065.58: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 35287.04: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 36998.77: poempp_rigiddock_1334481262_342933173_0 finishes (271507.58G/23.68G) 04/18/12 11:50:43 | QMC@HOME | [rr_sim] 40070.74: qasino_b3lyptz-21_s22test.84375_0 finishes (53458.87G/2.64G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 42210.02: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | Collatz Conjecture | [rr_sim] 42264.70: collatz_2374922998252655323496_103079215104_1 finishes (80513.95G/3.64G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 44095.19: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 48385.21: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 48606.66: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:50:43 | yoyo@home | [rr_sim] 50318.40: hat_151597_36-150000-1084325338_1334751607_1 finishes (78029.70G/2.64G) 04/18/12 11:50:43 | Poem@Home | [rr_sim] 51513.95: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:51:42 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (24931.76G/13.37G) 04/18/12 11:51:42 | Einstein@Home | [rr_sim] 1864.45: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:51:42 | Milkyway@Home | [rr_sim] 21826.67: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:51:42 | ABC@home | [rr_sim] 21967.08: abc_sieve_wu_07724121_1 finishes (4213.87G/2.64G) 04/18/12 11:51:42 | wanless2 | [rr_sim] 27162.67: wep_1334293083_5327_1 finishes (15064.44G/2.29G) 04/18/12 11:51:42 | rosetta@home | [rr_sim] 28532.36: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18532.94G/2.64G) 04/18/12 11:51:42 | NumberFields@home | [rr_sim] 28984.61: wu_DS-15x120_Grp14795of34134_0 finishes (84125.13G/8.90G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 35017.40: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 35286.50: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 36882.09: poempp_rigiddock_1334481262_342933173_0 finishes (271806.65G/23.68G) 04/18/12 11:51:42 | QMC@HOME | [rr_sim] 40009.63: qasino_b3lyptz-21_s22test.84375_0 finishes (53265.76G/2.64G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 42136.25: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | Collatz Conjecture | [rr_sim] 42304.03: collatz_2374922998252655323496_103079215104_1 finishes (80483.67G/3.64G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 44086.19: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 48336.82: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | yoyo@home | [rr_sim] 48605.92: hat_151597_36-150000-1084325338_1334751607_1 finishes (71781.40G/2.64G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 49147.23: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:51:42 | Poem@Home | [rr_sim] 50201.50: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:51:43 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (24843.06G/13.37G) 04/18/12 11:51:43 | Einstein@Home | [rr_sim] 1857.82: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:51:43 | Milkyway@Home | [rr_sim] 21820.04: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.16G) 04/18/12 11:51:43 | ABC@home | [rr_sim] 21967.08: abc_sieve_wu_07724121_1 finishes (4214.58G/2.64G) 04/18/12 11:51:43 | wanless2 | [rr_sim] 27162.94: wep_1334293083_5327_1 finishes (15061.60G/2.29G) 04/18/12 11:51:43 | rosetta@home | [rr_sim] 28531.12: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18508.00G/2.64G) 04/18/12 11:51:43 | NumberFields@home | [rr_sim] 28975.17: wu_DS-15x120_Grp14795of34134_0 finishes (84122.17G/8.90G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 35017.07: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 35286.50: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 36882.36: poempp_rigiddock_1334481262_342933173_0 finishes (271855.10G/23.68G) 04/18/12 11:51:43 | QMC@HOME | [rr_sim] 40010.44: qasino_b3lyptz-21_s22test.84375_0 finishes (53262.49G/2.64G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 42135.01: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | Collatz Conjecture | [rr_sim] 42294.58: collatz_2374922998252655323496_103079215104_1 finishes (80480.52G/3.64G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 44085.33: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 48336.48: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | yoyo@home | [rr_sim] 48605.92: hat_151597_36-150000-1084325338_1334751607_1 finishes (71769.83G/2.64G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 49142.84: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:51:43 | Poem@Home | [rr_sim] 50201.78: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:52:43 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (24025.70G/13.37G) 04/18/12 11:52:43 | Einstein@Home | [rr_sim] 1796.66: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:52:43 | Milkyway@Home | [rr_sim] 21758.85: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:52:43 | ABC@home | [rr_sim] 21966.75: abc_sieve_wu_07724121_1 finishes (3910.65G/2.64G) 04/18/12 11:52:43 | wanless2 | [rr_sim] 27047.50: wep_1334293083_5327_1 finishes (14893.39G/2.29G) 04/18/12 11:52:43 | rosetta@home | [rr_sim] 28457.38: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18611.93G/2.64G) 04/18/12 11:52:43 | NumberFields@home | [rr_sim] 29014.07: wu_DS-15x120_Grp14795of34134_0 finishes (83667.10G/8.90G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 34965.46: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 35285.96: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 36766.71: poempp_rigiddock_1334481262_342933173_0 finishes (271739.93G/23.68G) 04/18/12 11:52:43 | QMC@HOME | [rr_sim] 39931.65: qasino_b3lyptz-21_s22test.84375_0 finishes (52553.36G/2.64G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 41865.85: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | Collatz Conjecture | [rr_sim] 42333.28: collatz_2374922998252655323496_103079215104_1 finishes (80437.93G/3.64G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 44072.94: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | yoyo@home | [rr_sim] 44684.67: hat_151597_36-150000-1084325338_1334751607_1 finishes (67858.79G/2.64G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 47661.19: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 48605.17: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:52:43 | Poem@Home | [rr_sim] 50085.92: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:52:44 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (24051.76G/13.37G) 04/18/12 11:52:44 | Einstein@Home | [rr_sim] 1798.61: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:52:44 | Milkyway@Home | [rr_sim] 21760.80: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:52:44 | ABC@home | [rr_sim] 21966.75: abc_sieve_wu_07724121_1 finishes (3903.55G/2.64G) 04/18/12 11:52:44 | wanless2 | [rr_sim] 27044.81: wep_1334293083_5327_1 finishes (14890.54G/2.29G) 04/18/12 11:52:44 | rosetta@home | [rr_sim] 28456.14: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18586.88G/2.64G) 04/18/12 11:52:44 | NumberFields@home | [rr_sim] 29004.59: wu_DS-15x120_Grp14795of34134_0 finishes (83664.02G/8.90G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 34965.12: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 35285.96: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 36764.02: poempp_rigiddock_1334481262_342933173_0 finishes (271788.29G/23.68G) 04/18/12 11:52:44 | QMC@HOME | [rr_sim] 39932.45: qasino_b3lyptz-21_s22test.84375_0 finishes (52554.80G/2.64G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 41866.40: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | Collatz Conjecture | [rr_sim] 42323.80: collatz_2374922998252655323496_103079215104_1 finishes (80434.80G/3.64G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 44072.08: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | yoyo@home | [rr_sim] 44684.33: hat_151597_36-150000-1084325338_1334751607_1 finishes (67839.55G/2.64G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 47653.90: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 48605.17: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:52:44 | Poem@Home | [rr_sim] 50083.23: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:53:43 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (23110.18G/13.37G) 04/18/12 11:53:43 | Einstein@Home | [rr_sim] 1728.17: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:53:43 | Milkyway@Home | [rr_sim] 21690.33: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:53:43 | ABC@home | [rr_sim] 21966.41: abc_sieve_wu_07724121_1 finishes (3609.89G/2.64G) 04/18/12 11:53:43 | wanless2 | [rr_sim] 26933.26: wep_1334293083_5327_1 finishes (14722.53G/2.29G) 04/18/12 11:53:43 | rosetta@home | [rr_sim] 28382.48: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18691.35G/2.64G) 04/18/12 11:53:43 | NumberFields@home | [rr_sim] 29043.70: wu_DS-15x120_Grp14795of34134_0 finishes (82839.17G/8.90G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 34871.98: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 35285.42: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 36652.27: poempp_rigiddock_1334481262_342933173_0 finishes (271987.64G/23.68G) 04/18/12 11:53:43 | QMC@HOME | [rr_sim] 39867.04: qasino_b3lyptz-21_s22test.84375_0 finishes (52639.86G/2.64G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 41897.96: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | Collatz Conjecture | [rr_sim] 42362.71: collatz_2374922998252655323496_103079215104_1 finishes (80378.49G/3.64G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 44055.93: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | yoyo@home | [rr_sim] 44590.99: hat_151597_36-150000-1084325338_1334751607_1 finishes (67990.03G/2.64G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 47710.15: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 48604.42: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:53:43 | Poem@Home | [rr_sim] 49971.27: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:53:44 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (23134.65G/13.37G) 04/18/12 11:53:44 | Einstein@Home | [rr_sim] 1730.00: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:53:44 | Milkyway@Home | [rr_sim] 21692.16: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:53:44 | ABC@home | [rr_sim] 21966.41: abc_sieve_wu_07724121_1 finishes (3602.87G/2.64G) 04/18/12 11:53:44 | wanless2 | [rr_sim] 26930.60: wep_1334293083_5327_1 finishes (14719.69G/2.29G) 04/18/12 11:53:44 | rosetta@home | [rr_sim] 28381.24: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18662.88G/2.64G) 04/18/12 11:53:44 | NumberFields@home | [rr_sim] 29032.92: wu_DS-15x120_Grp14795of34134_0 finishes (82817.74G/8.90G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 34869.57: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 35285.42: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 36649.60: poempp_rigiddock_1334481262_342933173_0 finishes (272035.60G/23.68G) 04/18/12 11:53:44 | QMC@HOME | [rr_sim] 39867.82: qasino_b3lyptz-21_s22test.84375_0 finishes (52641.30G/2.64G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 41898.50: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | Collatz Conjecture | [rr_sim] 42351.93: collatz_2374922998252655323496_103079215104_1 finishes (80377.81G/3.64G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 44055.75: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | yoyo@home | [rr_sim] 44588.58: hat_151597_36-150000-1084325338_1334751607_1 finishes (67993.23G/2.64G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 47711.36: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 48604.42: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:53:44 | Poem@Home | [rr_sim] 49968.61: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:54:44 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (22291.27G/13.37G) 04/18/12 11:54:44 | Einstein@Home | [rr_sim] 1666.91: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:54:44 | Milkyway@Home | [rr_sim] 21629.04: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:54:44 | ABC@home | [rr_sim] 21966.07: abc_sieve_wu_07724121_1 finishes (3311.58G/2.64G) 04/18/12 11:54:44 | wanless2 | [rr_sim] 26819.95: wep_1334293083_5327_1 finishes (14551.81G/2.29G) 04/18/12 11:54:44 | rosetta@home | [rr_sim] 28307.64: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18736.05G/2.64G) 04/18/12 11:54:44 | NumberFields@home | [rr_sim] 29060.18: wu_DS-15x120_Grp14795of34134_0 finishes (82222.81G/8.90G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 34802.26: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 35284.87: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 36538.75: poempp_rigiddock_1334481262_342933173_0 finishes (272219.76G/23.68G) 04/18/12 11:54:44 | QMC@HOME | [rr_sim] 39801.82: qasino_b3lyptz-21_s22test.84375_0 finishes (52726.28G/2.64G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 41930.04: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | Collatz Conjecture | [rr_sim] 42378.98: collatz_2374922998252655323496_103079215104_1 finishes (80342.62G/3.64G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 44045.40: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | yoyo@home | [rr_sim] 44521.06: hat_151597_36-150000-1084325338_1334751607_1 finishes (62926.48G/2.64G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 45792.18: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 48603.67: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:54:44 | Poem@Home | [rr_sim] 49857.55: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:54:45 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (22314.23G/13.37G) 04/18/12 11:54:45 | Einstein@Home | [rr_sim] 1668.63: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:54:45 | Milkyway@Home | [rr_sim] 21630.76: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.17G) 04/18/12 11:54:45 | ABC@home | [rr_sim] 21966.07: abc_sieve_wu_07724121_1 finishes (3312.13G/2.64G) 04/18/12 11:54:45 | wanless2 | [rr_sim] 26820.16: wep_1334293083_5327_1 finishes (14548.98G/2.29G) 04/18/12 11:54:45 | rosetta@home | [rr_sim] 28306.41: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18740.24G/2.64G) 04/18/12 11:54:45 | NumberFields@home | [rr_sim] 29061.76: wu_DS-15x120_Grp14795of34134_0 finishes (82219.41G/8.90G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 34801.88: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 35284.87: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 36538.96: poempp_rigiddock_1334481262_342933173_0 finishes (271937.47G/23.68G) 04/18/12 11:54:45 | QMC@HOME | [rr_sim] 39788.67: qasino_b3lyptz-21_s22test.84375_0 finishes (52727.72G/2.64G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 41930.58: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | Collatz Conjecture | [rr_sim] 42380.57: collatz_2374922998252655323496_103079215104_1 finishes (80341.88G/3.64G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 44045.19: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | yoyo@home | [rr_sim] 44520.68: hat_151597_36-150000-1084325338_1334751607_1 finishes (62929.54G/2.64G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 45793.34: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 48603.67: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:54:45 | Poem@Home | [rr_sim] 49857.76: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:55:44 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (21356.58G/13.37G) 04/18/12 11:55:44 | Einstein@Home | [rr_sim] 1596.99: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:55:44 | Milkyway@Home | [rr_sim] 21559.09: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:55:44 | ABC@home | [rr_sim] 21965.73: abc_sieve_wu_07724121_1 finishes (3030.77G/2.64G) 04/18/12 11:55:44 | wanless2 | [rr_sim] 26713.27: wep_1334293083_5327_1 finishes (14381.11G/2.29G) 04/18/12 11:55:44 | rosetta@home | [rr_sim] 28232.82: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18800.11G/2.64G) 04/18/12 11:55:44 | NumberFields@home | [rr_sim] 29083.98: wu_DS-15x120_Grp14795of34134_0 finishes (81567.85G/8.90G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 34728.21: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 35284.33: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 36431.86: poempp_rigiddock_1334481262_342933173_0 finishes (272108.83G/23.68G) 04/18/12 11:55:44 | QMC@HOME | [rr_sim] 39722.14: qasino_b3lyptz-21_s22test.84375_0 finishes (52812.70G/2.64G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 41962.11: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Collatz Conjecture | [rr_sim] 42402.58: collatz_2374922998252655323496_103079215104_1 finishes (80298.36G/3.64G) 04/18/12 11:55:44 | yoyo@home | [rr_sim] 44032.56: hat_151597_36-150000-1084325338_1334751607_1 finishes (58755.21G/2.64G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 44212.12: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 48046.80: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 48602.93: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:55:44 | Poem@Home | [rr_sim] 49750.46: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:55:45 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (21378.22G/13.37G) 04/18/12 11:55:45 | Einstein@Home | [rr_sim] 1598.61: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:55:45 | Milkyway@Home | [rr_sim] 21560.71: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:55:45 | ABC@home | [rr_sim] 21965.73: abc_sieve_wu_07724121_1 finishes (3031.28G/2.64G) 04/18/12 11:55:45 | wanless2 | [rr_sim] 26713.46: wep_1334293083_5327_1 finishes (14378.26G/2.29G) 04/18/12 11:55:45 | rosetta@home | [rr_sim] 28231.58: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (18811.72G/2.64G) 04/18/12 11:55:45 | NumberFields@home | [rr_sim] 29088.38: wu_DS-15x120_Grp14795of34134_0 finishes (81546.00G/8.90G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 34725.75: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 35284.33: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 36432.06: poempp_rigiddock_1334481262_342933173_0 finishes (271827.04G/23.68G) 04/18/12 11:55:45 | QMC@HOME | [rr_sim] 39709.00: qasino_b3lyptz-21_s22test.84375_0 finishes (52814.14G/2.64G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 41962.66: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Collatz Conjecture | [rr_sim] 42406.98: collatz_2374922998252655323496_103079215104_1 finishes (80290.25G/3.64G) 04/18/12 11:55:45 | yoyo@home | [rr_sim] 44030.33: hat_151597_36-150000-1084325338_1334751607_1 finishes (58630.91G/2.64G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 44165.05: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 48044.35: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 48602.93: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:55:45 | Poem@Home | [rr_sim] 49750.65: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:56:45 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (20415.50G/13.37G) 04/18/12 11:56:45 | Einstein@Home | [rr_sim] 1526.60: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:56:45 | Milkyway@Home | [rr_sim] 21488.67: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:56:45 | ABC@home | [rr_sim] 21965.39: abc_sieve_wu_07724121_1 finishes (2773.70G/2.64G) 04/18/12 11:56:45 | wanless2 | [rr_sim] 26615.58: wep_1334293083_5327_1 finishes (14210.39G/2.29G) 04/18/12 11:56:45 | rosetta@home | [rr_sim] 28157.99: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (16707.83G/2.64G) 04/18/12 11:56:45 | NumberFields@home | [rr_sim] 28291.35: wu_DS-15x120_Grp14795of34134_0 finishes (80461.63G/8.90G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 34603.47: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 35283.79: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 36333.97: poempp_rigiddock_1334481262_342933173_0 finishes (271985.76G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 39641.94: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | QMC@HOME | [rr_sim] 41609.75: qasino_b3lyptz-21_s22test.84375_0 finishes (52899.13G/2.64G) 04/18/12 11:56:45 | yoyo@home | [rr_sim] 41994.19: hat_151597_36-150000-1084325338_1334751607_1 finishes (56464.21G/2.64G) 04/18/12 11:56:45 | Collatz Conjecture | [rr_sim] 43344.01: collatz_2374922998252655323496_103079215104_1 finishes (79876.75G/3.64G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 43916.02: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 47921.86: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 48602.18: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:56:45 | Poem@Home | [rr_sim] 49652.36: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:56:46 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (20435.78G/13.37G) 04/18/12 11:56:46 | Einstein@Home | [rr_sim] 1528.11: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:56:46 | Milkyway@Home | [rr_sim] 21490.18: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:56:46 | ABC@home | [rr_sim] 21965.39: abc_sieve_wu_07724121_1 finishes (2774.16G/2.64G) 04/18/12 11:56:46 | wanless2 | [rr_sim] 26615.75: wep_1334293083_5327_1 finishes (14207.54G/2.29G) 04/18/12 11:56:46 | rosetta@home | [rr_sim] 28156.75: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (16704.55G/2.64G) 04/18/12 11:56:46 | NumberFields@home | [rr_sim] 28290.11: wu_DS-15x120_Grp14795of34134_0 finishes (80457.96G/8.90G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 34603.06: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 35283.79: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 36334.15: poempp_rigiddock_1334481262_342933173_0 finishes (272033.02G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 39642.69: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | QMC@HOME | [rr_sim] 41608.50: qasino_b3lyptz-21_s22test.84375_0 finishes (52900.57G/2.64G) 04/18/12 11:56:46 | yoyo@home | [rr_sim] 41994.74: hat_151597_36-150000-1084325338_1334751607_1 finishes (56473.32G/2.64G) 04/18/12 11:56:46 | Collatz Conjecture | [rr_sim] 43347.46: collatz_2374922998252655323496_103079215104_1 finishes (79879.86G/3.64G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 43916.87: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 47921.45: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 48602.18: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:56:46 | Poem@Home | [rr_sim] 49652.54: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:57:45 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (19469.95G/13.37G) 04/18/12 11:57:45 | Einstein@Home | [rr_sim] 1455.87: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:57:45 | Milkyway@Home | [rr_sim] 21417.91: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:57:45 | ABC@home | [rr_sim] 21965.06: abc_sieve_wu_07724121_1 finishes (2589.84G/2.64G) 04/18/12 11:57:45 | wanless2 | [rr_sim] 26545.61: wep_1334293083_5327_1 finishes (14039.42G/2.29G) 04/18/12 11:57:45 | rosetta@home | [rr_sim] 28083.05: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (16740.41G/2.64G) 04/18/12 11:57:45 | NumberFields@home | [rr_sim] 28303.25: wu_DS-15x120_Grp14795of34134_0 finishes (78729.98G/8.90G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 34408.48: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 35283.24: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 36263.80: poempp_rigiddock_1334481262_342933173_0 finishes (271854.60G/23.68G) 04/18/12 11:57:45 | QMC@HOME | [rr_sim] 39561.28: qasino_b3lyptz-21_s22test.84375_0 finishes (51180.71G/2.64G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 41342.92: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | yoyo@home | [rr_sim] 41621.44: hat_151597_36-150000-1084325338_1334751607_1 finishes (55736.84G/2.64G) 04/18/12 11:57:45 | Collatz Conjecture | [rr_sim] 43067.95: collatz_2374922998252655323496_103079215104_1 finishes (79439.86G/3.64G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 43795.28: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 47726.67: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 48601.43: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:57:45 | Poem@Home | [rr_sim] 49581.98: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:57:46 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_null_1_5471303_0 finishes (19394.25G/13.37G) 04/18/12 11:57:46 | Einstein@Home | [rr_sim] 1450.21: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:57:46 | Milkyway@Home | [rr_sim] 21412.25: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.18G) 04/18/12 11:57:46 | ABC@home | [rr_sim] 21965.06: abc_sieve_wu_07724121_1 finishes (2583.03G/2.64G) 04/18/12 11:57:46 | wanless2 | [rr_sim] 26543.03: wep_1334293083_5327_1 finishes (14036.58G/2.29G) 04/18/12 11:57:46 | rosetta@home | [rr_sim] 28081.81: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (16744.17G/2.64G) 04/18/12 11:57:46 | NumberFields@home | [rr_sim] 28304.68: wu_DS-15x120_Grp14795of34134_0 finishes (78718.94G/8.90G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 34407.24: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 35283.24: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 36261.22: poempp_rigiddock_1334481262_342933173_0 finishes (271901.44G/23.68G) 04/18/12 11:57:46 | QMC@HOME | [rr_sim] 39562.02: qasino_b3lyptz-21_s22test.84375_0 finishes (51182.10G/2.64G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 41343.45: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | yoyo@home | [rr_sim] 41622.86: hat_151597_36-150000-1084325338_1334751607_1 finishes (55739.72G/2.64G) 04/18/12 11:57:46 | Collatz Conjecture | [rr_sim] 43069.04: collatz_2374922998252655323496_103079215104_1 finishes (79431.76G/3.64G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 43793.06: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 47725.43: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 48601.43: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:57:46 | Poem@Home | [rr_sim] 49579.41: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_20per_1_3745160_0 finishes (887.14G/5.47G) 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] ps_separation_14_2s_20per_1_3745160_0 misses deadline by 139628.60 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] 162.32: ps_separation_14_2s_null_1_5471303_0 finishes (18517.63G/13.37G) 04/18/12 11:58:46 | Einstein@Home | [rr_sim] 1384.64: p2030.20110422.G41.57+00.05.S.b0s0g0.00000_2968_1 finishes (51872.77G/26.44G) 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] 21346.65: nbody_100K_Plum_EMD_186828_0 finishes (4594707.17G/209.19G) 04/18/12 11:58:46 | ABC@home | [rr_sim] 21964.72: abc_sieve_wu_07724121_1 finishes (2427.05G/2.64G) 04/18/12 11:58:46 | wanless2 | [rr_sim] 26483.63: wep_1334293083_5327_1 finishes (13868.56G/2.29G) 04/18/12 11:58:46 | rosetta@home | [rr_sim] 28008.16: ac_fullatom_cst_3rmqA_47804_2153_0 finishes (16770.99G/2.64G) 04/18/12 11:58:46 | NumberFields@home | [rr_sim] 28314.40: wu_DS-15x120_Grp14795of34134_0 finishes (75967.94G/8.90G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 34097.77: poempp_rigiddock_1334481256_2077273344_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 35282.70: poempp_rigiddock_1333653305_866880294_1 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 36201.61: poempp_rigiddock_1334481262_342933173_0 finishes (271960.97G/23.68G) 04/18/12 11:58:46 | QMC@HOME | [rr_sim] 39490.71: qasino_b3lyptz-21_s22test.84375_0 finishes (51264.64G/2.64G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 41374.06: poempp_rigiddock_1334481249_464499622_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | yoyo@home | [rr_sim] 41632.38: hat_151597_36-150000-1084325338_1334751607_1 finishes (55073.88G/2.64G) 04/18/12 11:58:46 | Collatz Conjecture | [rr_sim] 42816.28: collatz_2374922998252655323496_103079215104_1 finishes (79026.97G/3.64G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 43681.15: poempp_rigiddock_1334481249_77134808_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 47415.75: poempp_rigiddock_1334481252_1127263242_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 48600.68: poempp_rigiddock_1334481256_487378435_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Poem@Home | [rr_sim] 49519.59: poempp_rigiddock_1334481259_940296913_0 finishes (315432.71G/23.68G) 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] Result ps_separation_14_2s_20per_1_3745160_0 projected to miss deadline. 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] Project has 1 projected CPU deadline misses 04/18/12 11:58:46 | Milkyway@Home | Restarting task ps_separation_14_2s_20per_1_3745160_0 using milkyway version 101 in slot 31 04/18/12 11:58:46 | | [rr_sim] start: work_buf min 180 additional 0 total 180 on_frac 0.869 active_frac 0.936 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] 0.00: ps_separation_14_2s_20per_1_3745160_0 finishes (1121.21G/5.47G) 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] ps_separation_14_2s_20per_1_3745160_0 misses deadline by 139671.51 04/18/12 11:58:46 | Milkyway@Home | [rr_sim] 205.15: ps_separation_14_2s_null_1_5471303_0 finishes (18517.63G/13.37G) 04/18/12 11:58:46 | Einstein@Home | [rr_sim] 1384.6 |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.