Aborting result '(result)': exceeded disk limit: '(disk-limit)' greater-than '(max-disk)'
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Warning Message
This Message means that the BOINC Client Software, while running a Science Application for a particular BOINC Powered Project encountered an error where the Result exceed the amount of disk space that was specified by the Project.
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Unrecoverable Error For Result - Maximum Disk Usage Exceeded
2005-06-22 22:23:59 [crashcollection] Resuming computation for result
crash_collection_20050509065502_262 using minidumps version 4.65
-+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
2005-06-24 06:26:43 [crashcollection] Aborting result crash_collection_20050509065502_262:
exceeded disk limit: 102119351.000000 > 100000000.000000
2005-06-24 06:26:43 [crashcollection] Unrecoverable error for result
crash_collection_20050509065502_262
(Maximum disk usage exceeded)
2005-06-24 06:26:43 [crashcollection] Deferring communication with project for 1 minutes
and 0 seconds
2005-06-24 06:26:44 [---] request_reschedule_cpus: process exited
2005-06-24 06:26:44 [crashcollection] Computation for result crash_collection_20050509065502_262
finished
-+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
2005-06-24 06:28:50 [crashcollection] Sending scheduler request to
http://winerror.cs.berkeley.edu/crashcollection_cgi/cgi
2005-06-24 06:28:50 [crashcollection] Requesting 172800 seconds of work, returning 1 results
-+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
2005-06-24 06:29:36 [crashcollection] Scheduler request to
http://winerror.cs.berkeley.edu/crashcollection_cgi/cgi succeeded
-+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
2005-06-24 06:29:37 [crashcollection] Starting result crash_collection_20050623074003_92
using minidumps version 4.65
Line-By-Line Explanation
- The Result is started again.
- Some 2 days later ...
- Aborting result '(result)': exceeded disk limit: '(disk-limit)' greater-than '(max-disk)'
- The Result is aborted because it exceeded an allowable limit, in this case, disk space.
- The Result cannot be recovered or restarted because of the violation.
- An attempt to contact the Project's Data Server failed so we use the Exponential Back-Off Mechanism to defer communication.
- The Science Application for this Result ended, so lets reschedule the CPU(s).
- The Result is finished.
- Initiating the communication session with the Project's Scheduler.
- Within the Scheduler Request Message we are asking for work to the tune of 'x' seconds, and also returning 'count' Results to the Project. In this case, there was a need a small amount of additional work, so the time was set to 1 seconds worth of work needed; and there are no Results to "report".
- And we had success contacthing the Scheduler!
- With another Result, we start up the Science Application.
[edit] Other Related Messages
- None.

