climateprediction.net home page
Posts by old_user509967

Posts by old_user509967

1) Questions and Answers : Unix/Linux : Ubuntu model crashes (Message 33178)
Posted 1 Apr 2008 by old_user509967
Post:
To those who come after...

I\'ve finally got this running. I had to detach and then reattach the project after I had the ia32-libs libraries installed. This causes the boinc client to reload the model, and especially the binary.

Here are the libraries that are needed by the binaries installed by this project:

$ ldd hadsm3_se_5.10_x86_64-pc-linux-gnu
	linux-gate.so.1 =>  (0xffffe000)
	libm.so.6 => /lib32/libm.so.6 (0xf7f1b000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f03000)
	libc.so.6 => /lib32/libc.so.6 (0xf7db3000)
	/lib/ld-linux.so.2 (0xf7f54000)

$ ldd hadsm3_um_5.10_x86_64-pc-linux-gnu
	linux-gate.so.1 =>  (0xffffe000)
	libm.so.6 => /lib32/libm.so.6 (0xf7f1a000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f02000)
	libc.so.6 => /lib32/libc.so.6 (0xf7db2000)
	/lib/ld-linux.so.2 (0xf7f53000)


To the maintainers of climateprediction.net

I checked out the SETI@Home binary and noticed that it is statically linked. If climateprediction.net is unwilling to release a 64bit binary (which seems odd, I can\'t imagine there being more Ladas than Lamborghinis running boinc) they may wish to consider adding the --static option to their linker in the future.

To everybody...

Thanks for your help!

2) Questions and Answers : Unix/Linux : Ubuntu model crashes (Message 33172)
Posted 1 Apr 2008 by old_user509967
Post:
Peter-Frank, I\'m not a Linux user, but does this help? It\'s about the same exit code that all your crashed models have had.

http://boincfaq.mundayweb.com/index.php?language=1&view=280&sessionID=f376631125417463e3fa11d7cf268081


Thanks very much mo.v. I\'ve already installed the ia32-libs package as I mentioned. But that post and others cryptically talk about other dependent packages without naming them. Your post however mentions running \"ldd on the executable in the projects directory to see what libraries are missing.\" So here I go...

$ pwd
/var/lib/boinc-client/projects/climateprediction.net

$ ls -la
total 212
drwxrwx--x 2 boinc boinc  4096 2008-03-31 17:57 .
drwxrwx--x 4 boinc boinc  4096 2008-03-31 17:56 ..
-rw-r--r-- 1 boinc boinc  3782 2008-03-31 17:57 hadcm3_40.png
-rw-r--r-- 1 boinc boinc 13708 2008-03-31 17:57 hadcm3_banner_290.png
-rw-r--r-- 1 boinc boinc 49890 2008-03-31 17:57 hadcm3_ss_290_1.png
-rw-r--r-- 1 boinc boinc 48077 2008-03-31 17:57 hadcm3_ss_290_2.png
-rw-r--r-- 1 boinc boinc 41929 2008-03-31 17:57 hadcm3_ss_290_3.png
-rw-r--r-- 1 boinc boinc    76 2008-03-31 17:57 slideshow_hadcm3_00
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3_01
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3_02
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3_03
-rw-r--r-- 1 boinc boinc    76 2008-03-31 17:57 slideshow_hadcm3i_00
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3i_01
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3i_02
-rw-r--r-- 1 boinc boinc    74 2008-03-31 17:57 slideshow_hadcm3i_03
-rw-r--r-- 1 boinc boinc    68 2008-03-31 17:57 stat_icon


No executables in the directory? I would have expected that climateprediction.net would have sent me the executable. Can I download it and copy it into the directory myself?


3) Questions and Answers : Unix/Linux : Ubuntu model crashes (Message 33165)
Posted 31 Mar 2008 by old_user509967
Post:

If you look in my signature, you\'ll find \'readme posts\' in blue. If you click on that link, and then click on \'readme - crashes and other problems\', you should find a list of posts organised by category. One of the categories is \'linux\', and the two entries near the bottom of that category refer to 32-bit library support.

Each major distribution seems to use different terminology, and there is often more than one way of doing the same thing, so you may need to use your distribution\'s forums or support-database-search in order to find the solution if your distribution is not mentioned.


So, I followed the links to: http://ubuntuforums.org/showthread.php?t=324244 which was quite apropos, since my box runs the beta of Hardy Heron. I had already installed the ia32-libs package. The rest of the packages listed there \"ia32-libs-gtk, ia32-libs-sdl, ia32-libs-kde\" appear to be gui related. Do I need them to run a computational model? And if so, which ones? Are there other packages that I need?
4) Questions and Answers : Unix/Linux : Ubuntu model crashes (Message 33164)
Posted 31 Mar 2008 by old_user509967
Post:

Sounds like a priviledges problem.
If it\'s installed under user root, then only user root can run it, to be able to have write access.

It should be installed under a \'normal\' user.



Can you explain what you mean? What needs to be installed under a \'normal\' user? The model? The client?

I installed the client using the synaptic package manager. It creates its own \'boinc\' user and afaik, uses that to do its stuff. The boinc client installs the climateprediction.net model, under the boinc user I would expect.

I should point out that everything works fine with the SETI@Home model, so I\'m at a loss to see what is different with climateprediction.net\'s.


5) Questions and Answers : Unix/Linux : Ubuntu model crashes (Message 33159)
Posted 31 Mar 2008 by old_user509967
Post:
I have the same problem with my new Phenom 9600. Can someone be more explicit with the solution? I\'ve checked MikeMarsUK\'s signature, but the solution does not appear to be there. I installed boinc through the synaptic package manager, it asked me for the password, so I assume its installed as root. What files need to be chmodded? And why? I also installed the ia32-lib package and its dependencies. But no dice.

Below are the messages I\'ve received...

Sun 30 Mar 2008 06:51:12 PM MDT||Starting BOINC client version 5.10.45 for x86_64-pc-linux-gnu
Sun 30 Mar 2008 06:51:12 PM MDT||log flags: task, file_xfer, sched_ops
Sun 30 Mar 2008 06:51:12 PM MDT||Libraries: libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
Sun 30 Mar 2008 06:51:12 PM MDT||Data directory: /var/lib/boinc-client
Sun 30 Mar 2008 06:51:12 PM MDT||Processor: 4 AuthenticAMD AMD Phenom(tm) 9600 Quad-Core Processor [Family 16 Model 2 Stepping 2]
Sun 30 Mar 2008 06:51:12 PM MDT||Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good pni cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_l
Sun 30 Mar 2008 06:51:12 PM MDT||OS: Linux: 2.6.24-12-generic
Sun 30 Mar 2008 06:51:12 PM MDT||Memory: 3.87 GB physical, 9.48 GB virtual
Sun 30 Mar 2008 06:51:12 PM MDT||Disk: 219.90 GB total, 206.33 GB free
Sun 30 Mar 2008 06:51:12 PM MDT||Local time is UTC -6 hours
Sun 30 Mar 2008 06:51:12 PM MDT||No general preferences found - using BOINC defaults
Sun 30 Mar 2008 06:51:12 PM MDT||Reading preferences override file
Sun 30 Mar 2008 06:51:12 PM MDT||Preferences limit memory usage when active to 1980.02MB
Sun 30 Mar 2008 06:51:12 PM MDT||Preferences limit memory usage when idle to 3564.04MB
Sun 30 Mar 2008 06:51:12 PM MDT||Preferences limit disk usage to 9.31GB
Sun 30 Mar 2008 06:51:12 PM MDT||This computer is not attached to any projects
Sun 30 Mar 2008 06:51:12 PM MDT||Visit http://boinc.berkeley.edu for instructions
Sun 30 Mar 2008 06:51:55 PM MDT||Fetching configuration file from http://climateprediction.net/get_project_config.php
Sun 30 Mar 2008 06:52:16 PM MDT||Running CPU benchmarks
Sun 30 Mar 2008 06:52:16 PM MDT||Suspending computation - running CPU benchmarks
Sun 30 Mar 2008 06:52:22 PM MDT|climateprediction.net|Master file download succeeded
Sun 30 Mar 2008 06:52:27 PM MDT|climateprediction.net|Sending scheduler request: Project initialization. Requesting 1 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 06:52:32 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 06:52:34 PM MDT|climateprediction.net|Started download of hadsm3_5.10_x86_64-pc-linux-gnu
Sun 30 Mar 2008 06:52:34 PM MDT|climateprediction.net|Started download of hadsm3_5.10_x86_64-pc-linux-gnu.so
Sun 30 Mar 2008 06:52:49 PM MDT||Benchmark results:
Sun 30 Mar 2008 06:52:49 PM MDT|| Number of CPUs: 4
Sun 30 Mar 2008 06:52:49 PM MDT|| 2172 floating point MIPS (Whetstone) per CPU
Sun 30 Mar 2008 06:52:49 PM MDT|| 6338 integer MIPS (Dhrystone) per CPU
Sun 30 Mar 2008 06:52:50 PM MDT||Resuming computation
Sun 30 Mar 2008 06:52:52 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 90720 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 06:52:57 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 06:53:02 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 60480 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 06:53:07 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 06:53:12 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 30240 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 06:53:17 PM MDT|climateprediction.net|Scheduler request succeeded: got 0 new tasks
Sun 30 Mar 2008 06:53:17 PM MDT|climateprediction.net|Message from server: No work sent
Sun 30 Mar 2008 06:53:17 PM MDT|climateprediction.net|Message from server: (there was work for other platforms)
Sun 30 Mar 2008 06:54:19 PM MDT|climateprediction.net|Finished download of hadsm3_5.10_x86_64-pc-linux-gnu
Sun 30 Mar 2008 06:54:19 PM MDT|climateprediction.net|Started download of hadsm3_data_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 06:55:53 PM MDT|climateprediction.net|Finished download of hadsm3_data_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 06:55:53 PM MDT|climateprediction.net|Started download of hadsm3_um_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 06:59:14 PM MDT|climateprediction.net|Finished download of hadsm3_um_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 06:59:14 PM MDT|climateprediction.net|Started download of hadsm3_se_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 07:00:46 PM MDT|climateprediction.net|Finished download of hadsm3_se_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 07:00:46 PM MDT|climateprediction.net|Started download of hadsm3fub_e098_005941260.zip
Sun 30 Mar 2008 07:00:47 PM MDT|climateprediction.net|Finished download of hadsm3fub_e098_005941260.zip
Sun 30 Mar 2008 07:00:47 PM MDT|climateprediction.net|Started download of hadcm3_40.png
Sun 30 Mar 2008 07:00:48 PM MDT|climateprediction.net|Finished download of hadcm3_40.png
Sun 30 Mar 2008 07:00:48 PM MDT|climateprediction.net|Started download of hadcm3_banner_290.png
Sun 30 Mar 2008 07:00:49 PM MDT|climateprediction.net|Finished download of hadcm3_banner_290.png
Sun 30 Mar 2008 07:00:49 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 07:00:53 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 07:00:53 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 07:00:56 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 07:00:56 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 07:01:00 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 07:01:00 PM MDT|climateprediction.net|Started download of hadsm3fub_e099_005941261.zip
Sun 30 Mar 2008 07:01:01 PM MDT|climateprediction.net|Finished download of hadsm3fub_e099_005941261.zip
Sun 30 Mar 2008 07:01:01 PM MDT|climateprediction.net|Started download of hadsm3fub_e100_005941262.zip
Sun 30 Mar 2008 07:01:03 PM MDT|climateprediction.net|Finished download of hadsm3fub_e100_005941262.zip
Sun 30 Mar 2008 07:04:52 PM MDT|climateprediction.net|Finished download of hadsm3_5.10_x86_64-pc-linux-gnu.so
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting hadsm3fub_e098_005941260_4
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting task hadsm3fub_e098_005941260_4 using hadsm3 version 510
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting hadsm3fub_e099_005941261_3
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting task hadsm3fub_e099_005941261_3 using hadsm3 version 510
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting hadsm3fub_e100_005941262_0
Sun 30 Mar 2008 07:04:53 PM MDT|climateprediction.net|Starting task hadsm3fub_e100_005941262_0 using hadsm3 version 510
Sun 30 Mar 2008 07:04:54 PM MDT|climateprediction.net|Computation for task hadsm3fub_e098_005941260_4 finished
Sun 30 Mar 2008 07:04:54 PM MDT|climateprediction.net|Output file hadsm3fub_e098_005941260_4_1.zip for task hadsm3fub_e098_005941260_4 absent
Sun 30 Mar 2008 07:04:54 PM MDT|climateprediction.net|Output file hadsm3fub_e098_005941260_4_2.zip for task hadsm3fub_e098_005941260_4 absent
Sun 30 Mar 2008 07:04:54 PM MDT|climateprediction.net|Output file hadsm3fub_e098_005941260_4_3.zip for task hadsm3fub_e098_005941260_4 absent
Sun 30 Mar 2008 07:04:56 PM MDT|climateprediction.net|Computation for task hadsm3fub_e099_005941261_3 finished
Sun 30 Mar 2008 07:04:56 PM MDT|climateprediction.net|Output file hadsm3fub_e099_005941261_3_1.zip for task hadsm3fub_e099_005941261_3 absent
Sun 30 Mar 2008 07:04:56 PM MDT|climateprediction.net|Output file hadsm3fub_e099_005941261_3_2.zip for task hadsm3fub_e099_005941261_3 absent
Sun 30 Mar 2008 07:04:56 PM MDT|climateprediction.net|Output file hadsm3fub_e099_005941261_3_3.zip for task hadsm3fub_e099_005941261_3 absent
Sun 30 Mar 2008 07:04:58 PM MDT|climateprediction.net|Computation for task hadsm3fub_e100_005941262_0 finished
Sun 30 Mar 2008 07:04:58 PM MDT|climateprediction.net|Output file hadsm3fub_e100_005941262_0_1.zip for task hadsm3fub_e100_005941262_0 absent
Sun 30 Mar 2008 07:04:58 PM MDT|climateprediction.net|Output file hadsm3fub_e100_005941262_0_2.zip for task hadsm3fub_e100_005941262_0 absent
Sun 30 Mar 2008 07:04:58 PM MDT|climateprediction.net|Output file hadsm3fub_e100_005941262_0_3.zip for task hadsm3fub_e100_005941262_0 absent
Sun 30 Mar 2008 09:24:41 PM MDT|climateprediction.net|Resetting project
Sun 30 Mar 2008 09:24:47 PM MDT|climateprediction.net|Resetting project
Sun 30 Mar 2008 09:24:47 PM MDT|climateprediction.net|Detaching from project
Sun 30 Mar 2008 09:25:17 PM MDT||Fetching configuration file from http://climateprediction.net/get_project_config.php
Sun 30 Mar 2008 09:25:42 PM MDT|climateprediction.net|Master file download succeeded
Sun 30 Mar 2008 09:25:47 PM MDT|climateprediction.net|Sending scheduler request: Project initialization. Requesting 1 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 09:25:52 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 09:25:54 PM MDT|climateprediction.net|Started download of hadsm3_5.10_x86_64-pc-linux-gnu
Sun 30 Mar 2008 09:25:54 PM MDT|climateprediction.net|Started download of hadsm3_5.10_x86_64-pc-linux-gnu.so
Sun 30 Mar 2008 09:25:57 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 90720 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 09:26:03 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 09:26:09 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 60480 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 09:26:14 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 09:26:17 PM MDT|climateprediction.net|Finished download of hadsm3_5.10_x86_64-pc-linux-gnu
Sun 30 Mar 2008 09:26:17 PM MDT|climateprediction.net|Started download of hadsm3_data_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:26:19 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 30240 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 09:26:24 PM MDT|climateprediction.net|Scheduler request succeeded: got 1 new tasks
Sun 30 Mar 2008 09:26:32 PM MDT|climateprediction.net|Finished download of hadsm3_data_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:26:32 PM MDT|climateprediction.net|Started download of hadsm3_um_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:27:11 PM MDT|climateprediction.net|Finished download of hadsm3_um_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:27:11 PM MDT|climateprediction.net|Started download of hadsm3_se_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:27:40 PM MDT|climateprediction.net|Finished download of hadsm3_se_5.10_x86_64-pc-linux-gnu.zip
Sun 30 Mar 2008 09:27:40 PM MDT|climateprediction.net|Started download of hadsm3fub_f013_005941277.zip
Sun 30 Mar 2008 09:27:43 PM MDT|climateprediction.net|Finished download of hadsm3fub_f013_005941277.zip
Sun 30 Mar 2008 09:27:43 PM MDT|climateprediction.net|Started download of hadcm3_40.png
Sun 30 Mar 2008 09:27:44 PM MDT|climateprediction.net|Finished download of hadcm3_40.png
Sun 30 Mar 2008 09:27:44 PM MDT|climateprediction.net|Started download of hadcm3_banner_290.png
Sun 30 Mar 2008 09:27:50 PM MDT|climateprediction.net|Finished download of hadcm3_banner_290.png
Sun 30 Mar 2008 09:27:50 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 09:27:54 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 09:27:54 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 09:27:58 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 09:27:58 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 09:27:59 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 09:27:59 PM MDT|climateprediction.net|Started download of hadsm3fub_f012_005941276.zip
Sun 30 Mar 2008 09:28:03 PM MDT|climateprediction.net|Finished download of hadsm3fub_f012_005941276.zip
Sun 30 Mar 2008 09:28:03 PM MDT|climateprediction.net|Started download of hadsm3fub_f010_005941274.zip
Sun 30 Mar 2008 09:28:04 PM MDT|climateprediction.net|Finished download of hadsm3fub_f010_005941274.zip
Sun 30 Mar 2008 09:28:04 PM MDT|climateprediction.net|Started download of hadsm3fub_f016_005941280.zip
Sun 30 Mar 2008 09:28:05 PM MDT|climateprediction.net|Finished download of hadsm3fub_f016_005941280.zip
Sun 30 Mar 2008 09:28:16 PM MDT|climateprediction.net|Finished download of hadsm3_5.10_x86_64-pc-linux-gnu.so
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting hadsm3fub_f013_005941277_1
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting task hadsm3fub_f013_005941277_1 using hadsm3 version 510
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting hadsm3fub_f012_005941276_1
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting task hadsm3fub_f012_005941276_1 using hadsm3 version 510
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting hadsm3fub_f010_005941274_3
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting task hadsm3fub_f010_005941274_3 using hadsm3 version 510
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting hadsm3fub_f016_005941280_4
Sun 30 Mar 2008 09:28:17 PM MDT|climateprediction.net|Starting task hadsm3fub_f016_005941280_4 using hadsm3 version 510
Sun 30 Mar 2008 09:28:18 PM MDT|climateprediction.net|Computation for task hadsm3fub_f013_005941277_1 finished
Sun 30 Mar 2008 09:28:18 PM MDT|climateprediction.net|Output file hadsm3fub_f013_005941277_1_1.zip for task hadsm3fub_f013_005941277_1 absent
Sun 30 Mar 2008 09:28:18 PM MDT|climateprediction.net|Output file hadsm3fub_f013_005941277_1_2.zip for task hadsm3fub_f013_005941277_1 absent
Sun 30 Mar 2008 09:28:18 PM MDT|climateprediction.net|Output file hadsm3fub_f013_005941277_1_3.zip for task hadsm3fub_f013_005941277_1 absent
Sun 30 Mar 2008 09:28:19 PM MDT|climateprediction.net|Computation for task hadsm3fub_f012_005941276_1 finished
Sun 30 Mar 2008 09:28:19 PM MDT|climateprediction.net|Output file hadsm3fub_f012_005941276_1_1.zip for task hadsm3fub_f012_005941276_1 absent
Sun 30 Mar 2008 09:28:19 PM MDT|climateprediction.net|Output file hadsm3fub_f012_005941276_1_2.zip for task hadsm3fub_f012_005941276_1 absent
Sun 30 Mar 2008 09:28:19 PM MDT|climateprediction.net|Output file hadsm3fub_f012_005941276_1_3.zip for task hadsm3fub_f012_005941276_1 absent
Sun 30 Mar 2008 09:28:20 PM MDT|climateprediction.net|Computation for task hadsm3fub_f010_005941274_3 finished
Sun 30 Mar 2008 09:28:20 PM MDT|climateprediction.net|Output file hadsm3fub_f010_005941274_3_1.zip for task hadsm3fub_f010_005941274_3 absent
Sun 30 Mar 2008 09:28:20 PM MDT|climateprediction.net|Output file hadsm3fub_f010_005941274_3_2.zip for task hadsm3fub_f010_005941274_3 absent
Sun 30 Mar 2008 09:28:20 PM MDT|climateprediction.net|Output file hadsm3fub_f010_005941274_3_3.zip for task hadsm3fub_f010_005941274_3 absent
Sun 30 Mar 2008 09:28:21 PM MDT|climateprediction.net|Computation for task hadsm3fub_f016_005941280_4 finished
Sun 30 Mar 2008 09:28:21 PM MDT|climateprediction.net|Output file hadsm3fub_f016_005941280_4_1.zip for task hadsm3fub_f016_005941280_4 absent
Sun 30 Mar 2008 09:28:21 PM MDT|climateprediction.net|Output file hadsm3fub_f016_005941280_4_2.zip for task hadsm3fub_f016_005941280_4 absent
Sun 30 Mar 2008 09:28:21 PM MDT|climateprediction.net|Output file hadsm3fub_f016_005941280_4_3.zip for task hadsm3fub_f016_005941280_4 absent
Sun 30 Mar 2008 09:29:21 PM MDT|climateprediction.net|Sending scheduler request: To fetch work. Requesting 120960 seconds of work, reporting 4 completed tasks
Sun 30 Mar 2008 09:29:26 PM MDT|climateprediction.net|Scheduler request succeeded: got 0 new tasks
Sun 30 Mar 2008 09:29:26 PM MDT|climateprediction.net|Message from server: No work sent
Sun 30 Mar 2008 09:29:26 PM MDT|climateprediction.net|Message from server: (reached daily quota of 4 results)
Sun 30 Mar 2008 09:41:13 PM MDT|climateprediction.net|Resetting project
Sun 30 Mar 2008 09:41:19 PM MDT|climateprediction.net|Resetting project
Sun 30 Mar 2008 09:41:19 PM MDT|climateprediction.net|Detaching from project
Sun 30 Mar 2008 09:41:47 PM MDT||Fetching configuration file from http://climateprediction.net/get_project_config.php
Sun 30 Mar 2008 09:42:18 PM MDT|climateprediction.net|Master file download succeeded
Sun 30 Mar 2008 09:42:23 PM MDT|climateprediction.net|Sending scheduler request: Project initialization. Requesting 1 seconds of work, reporting 0 completed tasks
Sun 30 Mar 2008 09:42:28 PM MDT|climateprediction.net|Scheduler request succeeded: got 0 new tasks
Sun 30 Mar 2008 09:42:28 PM MDT|climateprediction.net|Message from server: No work sent
Sun 30 Mar 2008 09:42:28 PM MDT|climateprediction.net|Message from server: (reached daily quota of 4 results)
Sun 30 Mar 2008 09:42:31 PM MDT|climateprediction.net|Started download of hadcm3_40.png
Sun 30 Mar 2008 09:42:31 PM MDT|climateprediction.net|Started download of hadcm3_banner_290.png
Sun 30 Mar 2008 09:42:32 PM MDT|climateprediction.net|Finished download of hadcm3_40.png
Sun 30 Mar 2008 09:42:32 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 09:42:33 PM MDT|climateprediction.net|Finished download of hadcm3_banner_290.png
Sun 30 Mar 2008 09:42:33 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_1.png
Sun 30 Mar 2008 09:42:33 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 09:42:33 PM MDT|climateprediction.net|Started download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 09:42:35 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_3.png
Sun 30 Mar 2008 09:42:36 PM MDT|climateprediction.net|Finished download of hadcm3_ss_290_2.png
Sun 30 Mar 2008 09:43:05 PM MDT|climateprediction.net|Resetting project




©2024 climateprediction.net