Message boards : BOINC client : Intel Mac shared memory issue
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
Now and then, I get a computation error on one or more of my projects and the message indicates that there is not enough shared memory to run a particular WU. There is apparently a workaround available that allows an Intel Mac user to use Mac OS to increase the amount of shared memory available to programs. However, this problem only seems to occur in BOINC. Is it posible to change BOINC to accommodate this shortage? It seems that other programs are somehow dealing with it. Thanks, Jim |
![]() Send message Joined: 29 Aug 05 Posts: 15640 ![]() |
Which BOINC version(s) is this possible in? Or is this a 3rd party program? Which BOINC version are you using? |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
Which BOINC version(s) is this possible in? Or is this a 3rd party program? |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
Which BOINC version(s) is this possible in? Or is this a 3rd party program? Version 5.8.17. It is apparently a quite well known issue. Jim |
Send message Joined: 17 Jul 06 Posts: 287 ![]() |
[Now and then, I get a computation error on one or more of my projects and the message indicates that there is not enough shared memory to run a particular WU. This is surprising, as BOINC uses only about 2K of shared memory to communicate with each running project application. Which projects give you this error? Exactly what is the error message you are seeing? Cheers, --Charlie Charlie Fenton BOINC / SETI@home Macintosh & Windows Programmer |
Send message Joined: 14 Feb 06 Posts: 139 ![]() |
This is the fix. Works like a charm. http://www.spy-hill.net/help/apple/SharedMemory.html Reno, NV Team: SETI.USA ![]() |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
This is the fix. Works like a charm. I have no doubt that this works. My question/issue is why is BOINC the only program that seems to have a problem? I NEVER see this from any other application. I will research my records to see if I can determine what apps this comes from. I think it is ABC finder and S@H, but I will monitor it more closely. Jim |
Send message Joined: 14 Feb 06 Posts: 139 ![]() |
I have no doubt that this works. My question/issue is why is BOINC the only program that seems to have a problem? I NEVER see this from any other application. I will research my records to see if I can determine what apps this comes from. I think it is ABC finder and S@H, but I will monitor it more closely. I've had the problem with SETI@home. Reno, NV Team: SETI.USA ![]() |
![]() Send message Joined: 12 Feb 06 Posts: 232 ![]() |
The reason you may see this problem with BOINC but not other programs is that BOINC uses a shared memory segment for each project it is running, so when you participate in several projects you can easily reach the maximum limit unless you raise the limit "by hand" by using the instructions mentioned above. Other programs you may use on a Mac do not make so much use of shared memory, so you are not likely to hit this limit that way. -- Eric Myers "Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats |
Send message Joined: 5 May 06 Posts: 50 ![]() |
Other programs you may use on a Mac do not make so much use of shared memory, so you are not likely to hit this limit that way. Just speculation, but I guess most apps that use shared memory only hang onto it for brief periods—or ‘recycle’ it frequently. ![]() |
Send message Joined: 17 Jul 06 Posts: 287 ![]() |
Just speculation, but I guess most apps that use shared memory only hang onto it for brief periods—or ‘recycle’ it frequently. And BOINC is supposed to do the same. The system can run out of shared memory in two different ways: either by exceeding the total amount of RAM available for shared memory, or by exceeding the number of separate shared memory segments available from the system. The workaround posted by Zombie67 increases both of these limits, so I can't tell which failure mode is happening from the posts to this thread so far. Note that the method mentioned in this post is a workaround that does not fix the basic problem with BOINC, if there is one. That is why I would really appreciate more details. If I can determine exactly what is happening, I can try to fix it in BOINC so others won't have this problem. My guess is that the number of segments is exceeding the limit of 8. BOINC should release each segment whenever a project application is removed from memory. Unless the computer has 8 processors, there should never be that many BOINC projects running at once. However, if you are attached to a large number of different projects, and have set your preferences to keep applications in memory when suspended / preempted, it might be possible to have a large number of BOINC project applications in memory at once. It's also possible that some BOINC projects have compound applications which are allocating an additional shared memory segment for their own communications. And of course applications other than BOINC may be using shared memory segments. So any details you can provide, including the exact error message you are seeing, what projects you are running / have in memory when it occurs, etc. will help solve this for others, even if the workaround has solved it for you. Perhaps you could temporarily set the parameters back to their previous values to reproduce the problem. Or better yet, try setting only the number of segments back to 8 (kern.sysv.shmseg=8) and see if the problem returns. Thanks in advance for helping us improve the BOINC experience for everyone. Cheers, --Charlie Charlie Fenton BOINC / SETI@home Macintosh & Windows Programmer |
Send message Joined: 14 Feb 06 Posts: 139 ![]() |
If it is a Mac specific problem (and it clearly is), perhaps asking in the apple support forums would help? Reno, NV Team: SETI.USA ![]() |
Send message Joined: 16 Apr 06 Posts: 386 ![]() |
Here's an example system from CPDN : http://climateapps2.oucs.ox.ac.uk/cpdnboinc/show_host_detail.php?hostid=650288 Note that it's an 8-processor box (one of the Xeon based Mac Pros, presumably), so the limit you mention of 8 will already have been reached. If it swaps between projects (with 'keep in memory') then it would exceed the limit immediately. There appear to be quite a lot of 8-core Mac boxes around now. <core_client_version>5.8.17</core_client_version> <![CDATA[ <message> process exited with code 6 (0x6) </message> <stderr_txt> shmget: No such file or directory shmget: Cannot allocate memory Could not create shared memory region 177450, 655060 Error in creating shared memory region! </stderr_txt> ]]> I run a dual-core Windows system, and there are invariably more than two Boinc tasks in memory at any moment in time (due to running more than one project) - as we speak there are 5 (3 of which are suspended but in memory). If we consider a quad-core mac box used for multiple projects, it seems perfectly possible that the limit of 8 in memory at one moment in time may be exceeded. With an octocore box, it seems virtually inevitable. How many shared memory segments does a compound application such as CPDN use? There's the one for boinc.exe to science app, but the science app is made up of a couple of processes too, so perhaps a second memory segment is taken up there. Perhaps the Mac variant of the Boinc daemon should try to limit the number of in-memory tasks (i.e., keep swapping between running tasks rather than starting a new task from a project owed time). Is there any way for the Boinc daemon to ask the O/S how many shared memory segments are unused, and use that to decide whether a new task can be started or not? Is it at all possible that future versions of Boinc / + science apps (perhaps V6) could share a single segment rather than using one segment per science app? (or would this introduce a common-point-of-failure?) In the future the number of cores per box will increase further (Intel Shanghai, to be released next year, will mean that twin-socket systems such as the Mac Pro will increase to 16 cores. Ditto with AMD and the Montreal chip, but since they're not used with Mac's Darwin that won't be a problem). |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
Just speculation, but I guess most apps that use shared memory only hang onto it for brief periods—or ‘recycle’ it frequently. Hi Charlie, Sorry it took me so long to get back. I have been mercifully away from my computer for a few days. The last time I saw the message "<core_client_version>5.8.17</core_client_version> <![CDATA[ <message> Can't create shared memory: system shmat" was in ABC@Home Beta. I have also seen it in the past with S@H. I have not made the system changes yet, nor have I seen the problem since late May. I have a 4-processor Intel Mac which I keep filled up with BOINC tasks. I do not leave apps in memory. During my last encounter with this message, I probably had 5-7 other programs running. I am more than happy to help you ferret out this issue. Just let me know what you want me to do. I am somewhat computer literate, but not in your league so you may have to be patient in explaining to me what to do. Thanks, Jim |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
Just speculation, but I guess most apps that use shared memory only hang onto it for brief periods—or ‘recycle’ it frequently. Charlie, Using BOINC 5.10.7 under OSX 10.4.10, I am now seeing this problem more often. Below is a listing the the messages that occurred leading up to the shared memory error. Only BOINC was running and up to 4 projects were running simultaneously. As you see, S@H Beta had problems about 3 hours into the run at around 21:04. THe next set of issues occurred about 9 hours later at around 06:28 with S@H and S@H Beta. The next night, which is not copied here, it was RCN with the problems and E@H, so it does not seem to be project specific. My system settings are the default settings. Let me know what settings you want altered or what debug to turn on. Thanks, Jim Wed Jun 27 19:04:03 2007||Starting BOINC client version 5.10.7 for i686-apple-darwin Wed Jun 27 19:04:03 2007||log flags: task, file_xfer, sched_ops Wed Jun 27 19:04:04 2007||Libraries: libcurl/7.16.1 OpenSSL/0.9.7l zlib/1.2.3 Wed Jun 27 19:04:04 2007||Data directory: /Library/Application Support/BOINC Data Wed Jun 27 19:04:09 2007||Processor: 4 GenuineIntel Intel(R) Xeon(R) CPU 5150 @ 2.66GHz [x86 Family 6 Model 15 Stepping 6] Wed Jun 27 19:04:09 2007||Processor features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM SSE3 MON DSCPL VMX EST TM2 MNI CX16 TPR Wed Jun 27 19:04:09 2007||Memory: 2.00 GB physical, 378.31 GB virtual Wed Jun 27 19:04:09 2007||Disk: 465.44 GB total, 378.06 GB free Wed Jun 27 19:04:09 2007|ABC@home beta|URL: http://abcbeta.math.leidenuniv.nl/; Computer ID: 3028; location: home; project prefs: home Wed Jun 27 19:04:09 2007|Rectilinear Crossing Numbers|URL: http://dist.ist.tugraz.at/cape5/; Computer ID: 11996; location: home; project prefs: default Wed Jun 27 19:04:09 2007|Einstein@Home|URL: http://einstein.phys.uwm.edu/; Computer ID: 712103; location: home; project prefs: default Wed Jun 27 19:04:09 2007|SETI@home|URL: http://setiathome.berkeley.edu/; Computer ID: 2469756; location: home; project prefs: default Wed Jun 27 19:04:09 2007|SETI@home Beta Test|URL: http://setiweb.ssl.berkeley.edu/beta/; Computer ID: 10712; location: home; project prefs: default Wed Jun 27 19:04:09 2007|SZTAKI Desktop Grid|URL: http://szdg.lpds.sztaki.hu/szdg/; Computer ID: 177962; location: home; project prefs: default Wed Jun 27 19:04:09 2007||No general preferences found - using BOINC defaults Wed Jun 27 19:04:09 2007||Reading preferences override file Wed Jun 27 19:04:09 2007||Preferences limit memory usage when active to 1843.20MB Wed Jun 27 19:04:09 2007||Preferences limit memory usage when idle to 1843.20MB Wed Jun 27 19:04:09 2007||Preferences limit disk usage to 9.31GB Wed Jun 27 19:04:09 2007|SETI@home|Restarting task 18my99aa.25790.6657.398558.3.151_0 using setiathome_enhanced version 518 Wed Jun 27 19:04:09 2007|Rectilinear Crossing Numbers|Restarting task W3_0096_0033_0022_0001_0 using tcape-crossing version 551 Wed Jun 27 19:04:09 2007|Rectilinear Crossing Numbers|Restarting task W3_0096_0033_0048_2001_0 using tcape-crossing version 551 Wed Jun 27 19:04:09 2007|SZTAKI Desktop Grid|Restarting task 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1 using search version 206 Wed Jun 27 19:04:09 2007|Rectilinear Crossing Numbers|Sending scheduler request: To report completed tasks Wed Jun 27 19:04:09 2007|Rectilinear Crossing Numbers|Reporting 1 tasks Wed Jun 27 19:04:19 2007|Rectilinear Crossing Numbers|Scheduler RPC succeeded [server version 504] Wed Jun 27 19:04:19 2007|Rectilinear Crossing Numbers|Deferring communication for 11 sec Wed Jun 27 19:04:19 2007|Rectilinear Crossing Numbers|Reason: requested by project Wed Jun 27 19:04:24 2007|SETI@home|Sending scheduler request: To report completed tasks Wed Jun 27 19:04:24 2007|SETI@home|Reporting 2 tasks Wed Jun 27 19:04:30 2007|SETI@home|Scheduler RPC succeeded [server version 509] Wed Jun 27 19:04:30 2007|SETI@home|Deferring communication for 11 sec Wed Jun 27 19:04:30 2007|SETI@home|Reason: requested by project Wed Jun 27 19:04:35 2007|SZTAKI Desktop Grid|Sending scheduler request: To report completed tasks Wed Jun 27 19:04:35 2007|SZTAKI Desktop Grid|Reporting 1 tasks Wed Jun 27 19:04:45 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 19:04:45 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 19:04:45 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 19:04:51 2007|ABC@home beta|Sending scheduler request: To fetch work Wed Jun 27 19:04:51 2007|ABC@home beta|Requesting 30002 seconds of new work Wed Jun 27 19:04:56 2007|ABC@home beta|Scheduler RPC succeeded Wed Jun 27 19:04:56 2007|ABC@home beta|Message from server: Project is temporarily shut down for maintenance Wed Jun 27 19:04:56 2007|ABC@home beta|Deferring communication for 1 hr 0 min 0 sec Wed Jun 27 19:04:56 2007|ABC@home beta|Reason: project is down Wed Jun 27 19:04:56 2007|ABC@home beta|Deferring communication for 1 min 0 sec Wed Jun 27 19:04:56 2007|ABC@home beta|Reason: project is down Wed Jun 27 19:05:57 2007|ABC@home beta|Fetching scheduler list Wed Jun 27 19:06:02 2007|ABC@home beta|Master file download succeeded Wed Jun 27 19:06:07 2007|ABC@home beta|Sending scheduler request: To fetch work Wed Jun 27 19:06:07 2007|ABC@home beta|Requesting 30006 seconds of new work Wed Jun 27 19:06:13 2007|ABC@home beta|Scheduler RPC succeeded Wed Jun 27 19:06:13 2007|ABC@home beta|Message from server: Project is temporarily shut down for maintenance Wed Jun 27 19:06:13 2007|ABC@home beta|Deferring communication for 1 hr 0 min 0 sec Wed Jun 27 19:06:13 2007|ABC@home beta|Reason: project is down Wed Jun 27 19:22:11 2007|SZTAKI Desktop Grid|Computation for task 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1 finished Wed Jun 27 19:22:11 2007|SETI@home|Restarting task 18my99aa.25790.6657.398558.3.65_2 using setiathome_enhanced version 518 Wed Jun 27 19:22:13 2007|SZTAKI Desktop Grid|[file_xfer] Started upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_0 Wed Jun 27 19:22:13 2007|SZTAKI Desktop Grid|[file_xfer] Started upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_1 Wed Jun 27 19:22:23 2007|SZTAKI Desktop Grid|[file_xfer] Finished upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_1 Wed Jun 27 19:22:23 2007|SZTAKI Desktop Grid|[file_xfer] Throughput 772 bytes/sec Wed Jun 27 19:22:23 2007|SZTAKI Desktop Grid|[file_xfer] Started upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_2 Wed Jun 27 19:22:25 2007|SZTAKI Desktop Grid|[file_xfer] Finished upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_0 Wed Jun 27 19:22:25 2007|SZTAKI Desktop Grid|[file_xfer] Throughput 279 bytes/sec Wed Jun 27 19:22:25 2007|SZTAKI Desktop Grid|[file_xfer] Started upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_3 Wed Jun 27 19:22:26 2007|SZTAKI Desktop Grid|[file_xfer] Finished upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_2 Wed Jun 27 19:22:26 2007|SZTAKI Desktop Grid|[file_xfer] Throughput 144 bytes/sec Wed Jun 27 19:22:26 2007|SZTAKI Desktop Grid|[file_xfer] Started upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_4 Wed Jun 27 19:22:33 2007|SZTAKI Desktop Grid|[file_xfer] Finished upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_3 Wed Jun 27 19:22:33 2007|SZTAKI Desktop Grid|[file_xfer] Throughput 250 bytes/sec Wed Jun 27 19:22:34 2007|SZTAKI Desktop Grid|[file_xfer] Finished upload of file 247cb2c2-8265-4b56-9ded-ee6616a47bed_43d339f1-a344-4045-a040-ffe7346556a2_290347_1_4 Wed Jun 27 19:22:34 2007|SZTAKI Desktop Grid|[file_xfer] Throughput 1308 bytes/sec Wed Jun 27 19:38:05 2007|SETI@home|Computation for task 18my99aa.25790.6657.398558.3.151_0 finished Wed Jun 27 19:38:05 2007|SETI@home|Starting 20jl99aa.25640.6001.779842.3.175_1 Wed Jun 27 19:38:05 2007|SETI@home|Starting task 20jl99aa.25640.6001.779842.3.175_1 using setiathome_enhanced version 518 Wed Jun 27 19:38:07 2007|SETI@home|[file_xfer] Started upload of file 18my99aa.25790.6657.398558.3.151_0_0 Wed Jun 27 19:38:17 2007|SETI@home|[file_xfer] Finished upload of file 18my99aa.25790.6657.398558.3.151_0_0 Wed Jun 27 19:38:17 2007|SETI@home|[file_xfer] Throughput 5029 bytes/sec Wed Jun 27 20:04:11 2007|SETI@home|Starting 20jl99aa.25640.6001.779842.3.178_0 Wed Jun 27 20:04:11 2007|SETI@home|Starting task 20jl99aa.25640.6001.779842.3.178_0 using setiathome_enhanced version 518 Wed Jun 27 20:05:13 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:05:13 2007|SZTAKI Desktop Grid|Requesting 28957 seconds of new work, and reporting 1 completed tasks Wed Jun 27 20:05:23 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:05:23 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:05:23 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:05:28 2007|SETI@home Beta Test|Sending scheduler request: To fetch work Wed Jun 27 20:05:28 2007|SETI@home Beta Test|Requesting 44555 seconds of new work Wed Jun 27 20:05:33 2007|SETI@home Beta Test|Scheduler RPC succeeded [server version 509] Wed Jun 27 20:05:33 2007|SETI@home Beta Test|Deferring communication for 7 sec Wed Jun 27 20:05:33 2007|SETI@home Beta Test|Reason: requested by project Wed Jun 27 20:05:35 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24861.20931.6.5.178 Wed Jun 27 20:05:35 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24859.20931.5.5.157 Wed Jun 27 20:05:49 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24861.20931.6.5.178 Wed Jun 27 20:05:49 2007|SETI@home Beta Test|[file_xfer] Throughput 28068 bytes/sec Wed Jun 27 20:05:49 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24859.20931.5.5.157 Wed Jun 27 20:05:49 2007|SETI@home Beta Test|[file_xfer] Throughput 27224 bytes/sec Wed Jun 27 20:05:49 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24861.20931.6.5.144 Wed Jun 27 20:05:59 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24861.20931.6.5.144 Wed Jun 27 20:05:59 2007|SETI@home Beta Test|[file_xfer] Throughput 41533 bytes/sec Wed Jun 27 20:06:13 2007|ABC@home beta|Sending scheduler request: To fetch work Wed Jun 27 20:06:13 2007|ABC@home beta|Requesting 31205 seconds of new work Wed Jun 27 20:06:19 2007|ABC@home beta|Scheduler RPC succeeded Wed Jun 27 20:06:19 2007|ABC@home beta|Message from server: Project is temporarily shut down for maintenance Wed Jun 27 20:06:19 2007|ABC@home beta|Deferring communication for 1 hr 0 min 0 sec Wed Jun 27 20:06:19 2007|ABC@home beta|Reason: project is down Wed Jun 27 20:18:30 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:18:30 2007|SZTAKI Desktop Grid|Requesting 29207 seconds of new work Wed Jun 27 20:18:35 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:18:35 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:18:35 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:19:40 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:19:40 2007|SZTAKI Desktop Grid|Requesting 29229 seconds of new work Wed Jun 27 20:19:50 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:19:50 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:19:50 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:20:56 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:20:56 2007|SZTAKI Desktop Grid|Requesting 29252 seconds of new work Wed Jun 27 20:21:01 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:21:01 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:21:01 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:22:06 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:22:06 2007|SZTAKI Desktop Grid|Requesting 29273 seconds of new work Wed Jun 27 20:22:16 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:22:16 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:22:16 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:22:16 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 51 sec Wed Jun 27 20:22:16 2007|SZTAKI Desktop Grid|Reason: no work from project Wed Jun 27 20:24:11 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:24:11 2007|SZTAKI Desktop Grid|Requesting 29312 seconds of new work Wed Jun 27 20:24:21 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:24:21 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:24:21 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:24:21 2007|SZTAKI Desktop Grid|Deferring communication for 5 min 38 sec Wed Jun 27 20:24:21 2007|SZTAKI Desktop Grid|Reason: no work from project Wed Jun 27 20:30:02 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:30:02 2007|SZTAKI Desktop Grid|Requesting 29420 seconds of new work Wed Jun 27 20:30:12 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:30:12 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:30:12 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:30:12 2007|SZTAKI Desktop Grid|Deferring communication for 9 min 33 sec Wed Jun 27 20:30:12 2007|SZTAKI Desktop Grid|Reason: no work from project Wed Jun 27 20:39:48 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:39:48 2007|SZTAKI Desktop Grid|Requesting 29595 seconds of new work Wed Jun 27 20:40:08 2007|SZTAKI Desktop Grid|Scheduler RPC succeeded [server version 506] Wed Jun 27 20:40:08 2007|SZTAKI Desktop Grid|Deferring communication for 1 min 1 sec Wed Jun 27 20:40:08 2007|SZTAKI Desktop Grid|Reason: requested by project Wed Jun 27 20:40:08 2007|SZTAKI Desktop Grid|Deferring communication for 18 min 48 sec Wed Jun 27 20:40:08 2007|SZTAKI Desktop Grid|Reason: no work from project Wed Jun 27 20:50:09 2007|SETI@home Beta Test|Sending scheduler request: To fetch work Wed Jun 27 20:50:09 2007|SETI@home Beta Test|Requesting 87387 seconds of new work Wed Jun 27 20:50:14 2007|SETI@home Beta Test|Scheduler RPC succeeded [server version 509] Wed Jun 27 20:50:14 2007|SETI@home Beta Test|Deferring communication for 7 sec Wed Jun 27 20:50:14 2007|SETI@home Beta Test|Reason: requested by project Wed Jun 27 20:50:16 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24861.20931.6.5.183 Wed Jun 27 20:50:16 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24861.20931.6.5.164 Wed Jun 27 20:50:28 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24861.20931.6.5.164 Wed Jun 27 20:50:28 2007|SETI@home Beta Test|[file_xfer] Throughput 32846 bytes/sec Wed Jun 27 20:50:28 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24856.20931.3.5.167 Wed Jun 27 20:50:30 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24861.20931.6.5.183 Wed Jun 27 20:50:30 2007|SETI@home Beta Test|[file_xfer] Throughput 27847 bytes/sec Wed Jun 27 20:50:30 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24856.20931.3.5.159 Wed Jun 27 20:50:38 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24856.20931.3.5.167 Wed Jun 27 20:50:38 2007|SETI@home Beta Test|[file_xfer] Throughput 39100 bytes/sec Wed Jun 27 20:50:38 2007|SETI@home Beta Test|[file_xfer] Started download of file 15fe07aa.24856.20931.3.5.171 Wed Jun 27 20:50:41 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24856.20931.3.5.159 Wed Jun 27 20:50:41 2007|SETI@home Beta Test|[file_xfer] Throughput 35907 bytes/sec Wed Jun 27 20:50:47 2007|SETI@home Beta Test|[file_xfer] Finished download of file 15fe07aa.24856.20931.3.5.171 Wed Jun 27 20:50:47 2007|SETI@home Beta Test|[file_xfer] Throughput 46305 bytes/sec Wed Jun 27 20:59:00 2007|SZTAKI Desktop Grid|Sending scheduler request: To fetch work Wed Jun 27 20:59:00 2007|SZTAKI Desktop Grid|Requesting 29927 seconds of new work Wed Jun 27 21:01:00 2007||Project communication failed: attempting access to reference site Wed Jun 27 21:01:00 2007|SZTAKI Desktop Grid|Scheduler request failed: server returned nothing (no headers, no data) Wed Jun 27 21:01:00 2007|SZTAKI Desktop Grid|Deferring communication for 5 min 59 sec Wed Jun 27 21:01:00 2007|SZTAKI Desktop Grid|Reason: scheduler request failed Wed Jun 27 21:01:03 2007||Access to reference site succeeded - project servers may be temporarily down. Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24861.20931.6.5.178_2 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting task 15fe07aa.24861.20931.6.5.178_2 using setiathome_enhanced version 518 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24859.20931.5.5.157_1 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting task 15fe07aa.24859.20931.5.5.157_1 using setiathome_enhanced version 518 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24861.20931.6.5.144_1 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting task 15fe07aa.24861.20931.6.5.144_1 using setiathome_enhanced version 518 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24861.20931.6.5.183_1 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.20931.6.5.183_1 (Can't create shared memory: system shmat) Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24861.20931.6.5.164_0 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.20931.6.5.164_0 (Can't create shared memory: system shmat) Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24856.20931.3.5.167_2 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24856.20931.3.5.167_2 (Can't create shared memory: system shmat) Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24856.20931.3.5.159_0 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24856.20931.3.5.159_0 (Can't create shared memory: system shmat) Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Starting 15fe07aa.24856.20931.3.5.171_2 Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Deferring communication for 1 min 13 sec Wed Jun 27 21:04:13 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24856.20931.3.5.171_2 (Can't create shared memory: system shmat) Wed Jun 27 21:04:13 2007|Rectilinear Crossing Numbers|Restarting task W3_0096_0033_0048_2001_0 using tcape-crossing version 551 Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.20931.6.5.183_1 finished Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Output file 15fe07aa.24861.20931.6.5.183_1_0 for task 15fe07aa.24861.20931.6.5.183_1 absent Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.20931.6.5.164_0 finished Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Output file 15fe07aa.24861.20931.6.5.164_0_0 for task 15fe07aa.24861.20931.6.5.164_0 absent Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.20931.3.5.167_2 finished Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Output file 15fe07aa.24856.20931.3.5.167_2_0 for task 15fe07aa.24856.20931.3.5.167_2 absent Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.20931.3.5.159_0 finished Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Output file 15fe07aa.24856.20931.3.5.159_0_0 for task 15fe07aa.24856.20931.3.5.159_0 absent Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.20931.3.5.171_2 finished Wed Jun 27 21:04:14 2007|SETI@home Beta Test|Output file 15fe07aa.24856.20931.3.5.171_2_0 for task 15fe07aa.24856.20931.3.5.171_2 absent Thu Jun 28 06:28:22 2007|SETI@home Beta Test|Starting 15fe07aa.24858.18886.4.5.145_1 Thu Jun 28 06:28:22 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:28:22 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24858.18886.4.5.145_1 (Can't create shared memory: system shmat) Thu Jun 28 06:28:22 2007|Rectilinear Crossing Numbers|Restarting task W3_0096_0033_2296_0001_0 using tcape-crossing version 551 Thu Jun 28 06:28:23 2007|SETI@home Beta Test|Computation for task 15fe07aa.24858.18886.4.5.145_1 finished Thu Jun 28 06:28:23 2007|SETI@home Beta Test|Output file 15fe07aa.24858.18886.4.5.145_1_0 for task 15fe07aa.24858.18886.4.5.145_1 absent Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24859.18886.5.5.139_1 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24859.18886.5.5.139_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.166_0 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.166_0 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24856.18886.3.5.149_2 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24856.18886.3.5.149_2 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24859.18886.5.5.141_0 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 1 min 2 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24859.18886.5.5.141_0 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24859.18886.5.5.142_2 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 1 min 4 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24859.18886.5.5.142_2 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24856.18886.3.5.150_1 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 2 min 31 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24856.18886.3.5.150_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24858.18886.4.5.143_1 Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Deferring communication for 24 min 44 sec Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24858.18886.4.5.143_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:09 2007|SETI@home Beta Test|Starting 15fe07aa.24856.18886.3.5.151_2 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.168_1 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Deferring communication for 3 hr 28 min 52 sec Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.168_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.170_0 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.170_0 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.160_1 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.160_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.171_0 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.171_0 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Starting 15fe07aa.24861.18886.6.5.161_2 Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Reason: Unrecoverable error for result 15fe07aa.24861.18886.6.5.161_2 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24859.18886.5.5.139_1 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24859.18886.5.5.139_1_0 for task 15fe07aa.24859.18886.5.5.139_1 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.166_0 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.166_0_0 for task 15fe07aa.24861.18886.6.5.166_0 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.18886.3.5.149_2 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24856.18886.3.5.149_2_0 for task 15fe07aa.24856.18886.3.5.149_2 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24859.18886.5.5.141_0 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24859.18886.5.5.141_0_0 for task 15fe07aa.24859.18886.5.5.141_0 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24859.18886.5.5.142_2 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24859.18886.5.5.142_2_0 for task 15fe07aa.24859.18886.5.5.142_2 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.18886.3.5.150_1 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24856.18886.3.5.150_1_0 for task 15fe07aa.24856.18886.3.5.150_1 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24858.18886.4.5.143_1 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24858.18886.4.5.143_1_0 for task 15fe07aa.24858.18886.4.5.143_1 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24856.18886.3.5.151_2 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24856.18886.3.5.151_2_0 for task 15fe07aa.24856.18886.3.5.151_2 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.168_1 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.168_1_0 for task 15fe07aa.24861.18886.6.5.168_1 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.170_0 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.170_0_0 for task 15fe07aa.24861.18886.6.5.170_0 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.160_1 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.160_1_0 for task 15fe07aa.24861.18886.6.5.160_1 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.171_0 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.171_0_0 for task 15fe07aa.24861.18886.6.5.171_0 absent Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Computation for task 15fe07aa.24861.18886.6.5.161_2 finished Thu Jun 28 06:29:10 2007|SETI@home Beta Test|Output file 15fe07aa.24861.18886.6.5.161_2_0 for task 15fe07aa.24861.18886.6.5.161_2 absent Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.143_1 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.143_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.140_0 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.140_0 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.150_2 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.150_2 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.121_1 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.121_1 (Can't create shared memory: system shmat) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.88_1 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 1 min 39 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.88_1 (Can't create shared memory: system shmget) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.112_1 Thu Jun 28 06:29:10 2007|SETI@home|Deferring communication for 2 min 17 sec Thu Jun 28 06:29:10 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.112_1 (Can't create shared memory: system shmget) Thu Jun 28 06:29:10 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.69_0 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 8 min 58 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.69_0 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.37_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 47 min 49 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.37_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.122_0 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 hr 0 min 1 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.122_0 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.198_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 hr 29 min 55 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.198_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.120_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.120_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.187_1 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.187_1 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.178_1 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.178_1 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.184_0 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 1 min 0 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.184_0 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.143_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.143_1_0 for task 13ap99aa.28524.27218.479830.3.143_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.140_0 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.140_0_0 for task 13ap99aa.28524.27218.479830.3.140_0 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.150_2 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.150_2_0 for task 13ap99aa.28524.27218.479830.3.150_2 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.121_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.121_1_0 for task 13ap99aa.28524.27218.479830.3.121_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.88_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.88_1_0 for task 13ap99aa.28524.27218.479830.3.88_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.112_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.112_1_0 for task 13ap99aa.28524.27218.479830.3.112_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.69_0 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.69_0_0 for task 13ap99aa.28524.27218.479830.3.69_0 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.37_2 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.37_2_0 for task 13ap99aa.28524.27218.479830.3.37_2 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.122_0 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.122_0_0 for task 13ap99aa.28524.27218.479830.3.122_0 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.198_2 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.198_2_0 for task 13ap99aa.28524.27218.479830.3.198_2 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.120_2 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.120_2_0 for task 13ap99aa.28524.27218.479830.3.120_2 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.187_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.187_1_0 for task 13ap99aa.28524.27218.479830.3.187_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.178_1 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.178_1_0 for task 13ap99aa.28524.27218.479830.3.178_1 absent Thu Jun 28 06:29:11 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.184_0 finished Thu Jun 28 06:29:11 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.184_0_0 for task 13ap99aa.28524.27218.479830.3.184_0 absent Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.176_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 2 min 7 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.176_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.146_0 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 6 min 8 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.146_0 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.142_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 15 min 10 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.142_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|SETI@home|Starting 13ap99aa.28524.27218.479830.3.106_2 Thu Jun 28 06:29:11 2007|SETI@home|Deferring communication for 19 min 36 sec Thu Jun 28 06:29:11 2007|SETI@home|Reason: Unrecoverable error for result 13ap99aa.28524.27218.479830.3.106_2 (Can't create shared memory: system shmget) Thu Jun 28 06:29:11 2007|Einstein@Home|Restarting task h1_0457.50_S5R2__141_S5R2c_0 using einstein_S5R2 version 419 Thu Jun 28 06:29:12 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.176_2 finished Thu Jun 28 06:29:12 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.176_2_0 for task 13ap99aa.28524.27218.479830.3.176_2 absent Thu Jun 28 06:29:12 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.146_0 finished Thu Jun 28 06:29:12 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.146_0_0 for task 13ap99aa.28524.27218.479830.3.146_0 absent Thu Jun 28 06:29:12 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.142_2 finished Thu Jun 28 06:29:12 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.142_2_0 for task 13ap99aa.28524.27218.479830.3.142_2 absent Thu Jun 28 06:29:12 2007|SETI@home|Computation for task 13ap99aa.28524.27218.479830.3.106_2 finished Thu Jun 28 06:29:12 2007|SETI@home|Output file 13ap99aa.28524.27218.479830.3.106_2_0 for task 13ap99aa.28524.27218.479830.3.106_2 absent |
Send message Joined: 17 Jul 06 Posts: 287 ![]() |
My system settings are the default settings. Let me know what settings you want altered or what debug to turn on. First, please do verify that your preferences are set to not leave applications in memory. Unfortunately, even with this option off, BOINC will still leave applications in memory if they have not checkpointed. On the basis of these reports, I've made major changes to the way that BOINC handles shared memory unavailability. It will no longer cause a computation error, and when all BOINC's available shared memory segments are in use, it will run only those applications which already have shared memory allocated (such as those left in memory because they haven't checkpointed.) I expect to release this to alpha testing as version 5.10.10 later tonight. Please get a copy from the "all versions" download page and see if it helps. Otherwise, you can try increasing the shared memory limits as described by Eric Myers at the URL Zombie67 posted earlier: http://www.spy-hill.net/help/apple/SharedMemory.html I will be on vacation for a week, so I won't see any further postings until after July 8. I hope this helps. Cheers, --Charlie Charlie Fenton BOINC / SETI@home Macintosh & Windows Programmer |
Send message Joined: 17 Jul 06 Posts: 287 ![]() |
On the basis of these reports, I've made major changes to the way that BOINC handles shared memory unavailability. I also discovered that BOINC was doing a poor job of cleaning up after itself when it quits, so it sometimes left orphaned shared memory segments in the system. While these did not count against the per-process limit (8 by default on the Mac) it did count against the system-wide limit (32 by default on the Mac.) So if you quit and restart BOINC a few times, and especially if BOINC crashed a few times, it might be good to restart the computer. The new version 5.10.10 does a much better job of cleaning up shared memory segments, even when being restarted after a crash. So this should not be a problem with 5.10.10. Charlie Fenton BOINC / SETI@home Macintosh & Windows Programmer |
Send message Joined: 11 Oct 06 Posts: 77 ![]() |
My system settings are the default settings. Let me know what settings you want altered or what debug to turn on. Charlie, New version works great. Absolutely no problems. Jim |
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.