Rosetta diskcheck space

Message boards : Number crunching : Rosetta diskcheck space

To post messages, you must log in.

AuthorMessage
Hank Barta

Send message
Joined: 6 Feb 11
Posts: 14
Credit: 3,943,460
RAC: 0
Message 79524 - Posted: 12 Feb 2016, 11:54:42 UTC

I'm currently not getting any Rosetta work units. I see a message in my logs that states:

Tue 09 Feb 2016 07:49:02 PM CST | rosetta@home | Rosetta Mini needs 233.78MB more disk space.  You currently have 719.89 MB available and it needs 953.67 MB.


And disk available in the /var/lib directory (where AFAIK Rosetta and other BOINC projects store data files)

hbarta@yggdrasil /var/lib/boinc-client $ df -H .
Filesystem                                              Size  Used Avail Use% Mounted on
/dev/disk/by-uuid/6a4d9d0c-ff6f-4cbe-8aa2-e2b126e87b4e   37G   15G   20G  43% /
hbarta@yggdrasil /var/lib/boinc-client $ 


With 20GB available I do not see where BOINC is getting it's disk space indication.

This is on Linux Mint and Boinc identifies itself as
Sun 31 Jan 2016 09:30:42 PM CST |  | Starting BOINC client version 7.2.42 for x86_64-pc-linux-gnu


Is this a Rosetta or a BOINC problem?

Thanks!
ID: 79524 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Mod.Sense
Volunteer moderator

Send message
Joined: 22 Aug 06
Posts: 4018
Credit: 0
RAC: 0
Message 79530 - Posted: 13 Feb 2016, 15:46:47 UTC

BOINC Manager has some settings which allow you to limit the amount of disk it consumes. So your description that space is available, and the error you are seeing makes me tend to believe you will need to change your BOINC settings.

You can set these on your host machine in the preferences. Not certain how it looks in Linux, but on Windows it is the Disk and Memory tab. Looks like if you do not see other methods to set it, you could do so by modifying the global preferences file as described here. See that there are several disk_max and disk_min settings that all must work together.
Rosetta Moderator: Mod.Sense
ID: 79530 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Hank Barta

Send message
Joined: 6 Feb 11
Posts: 14
Credit: 3,943,460
RAC: 0
Message 79534 - Posted: 14 Feb 2016, 14:16:56 UTC - in response to Message 79530.  

BOINC Manager has some settings which allow you to limit the amount of disk it consumes. So your description that space is available, and the error you are seeing makes me tend to believe you will need to change your BOINC settings.

Hi Mod.Sense,
Thanks for the reply and the pointer to the text config file. Here is the content of /etc/boinc-client/global_prefs_override.xml:

<global_preferences>
   <run_on_batteries>1</run_on_batteries>
   <run_if_user_active>1</run_if_user_active>
   <run_gpu_if_user_active>0</run_gpu_if_user_active>
   <idle_time_to_run>3.000000</idle_time_to_run>
   <suspend_cpu_usage>0.000000</suspend_cpu_usage>
   <start_hour>0.000000</start_hour>
   <end_hour>0.000000</end_hour>
   <net_start_hour>0.000000</net_start_hour>
   <net_end_hour>0.000000</net_end_hour>
   <leave_apps_in_memory>0</leave_apps_in_memory>
   <confirm_before_connecting>0</confirm_before_connecting>
   <hangup_if_dialed>0</hangup_if_dialed>
   <dont_verify_images>1</dont_verify_images>
   <work_buf_min_days>0.000000</work_buf_min_days>
   <work_buf_additional_days>3.000000</work_buf_additional_days>
   <max_ncpus_pct>100.000000</max_ncpus_pct>
   <cpu_scheduling_period_minutes>60.000000</cpu_scheduling_period_minutes>
[b]   <disk_interval>60.000000</disk_interval>
   <disk_max_used_gb>1.000000</disk_max_used_gb>
   <disk_max_used_pct>80.000000</disk_max_used_pct>
   <disk_min_free_gb>0.100000</disk_min_free_gb>[/b]
   <vm_max_used_pct>75.000000</vm_max_used_pct>
   <ram_max_used_busy_pct>55.000000</ram_max_used_busy_pct>
   <ram_max_used_idle_pct>100.000000</ram_max_used_idle_pct>
   <max_bytes_sec_up>30003.200000</max_bytes_sec_up>
   <max_bytes_sec_down>499998.720000</max_bytes_sec_down>
   <cpu_usage_limit>100.000000</cpu_usage_limit>
   <daily_xfer_limit_mb>0.000000</daily_xfer_limit_mb>
   <daily_xfer_period_days>0</daily_xfer_period_days>
</global_preferences>


The text settings match what I see in the GUI in Tools -> Computing preferences... -> disk and memory usage.

Is there something in my settings that causes this problem? I hadn't changed them before I noticed this (and they were probably at default values.) I think I have modified them since to see if that helped with this problem and it did not.

Thanks!
ID: 79534 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 115,950,729
RAC: 62,394
Message 79535 - Posted: 14 Feb 2016, 18:13:34 UTC

Hi

My guess would be that you have another project taking up some of the 1GB that BOINC is limited to in your settings:

<disk_max_used_gb>1.000000</disk_max_used_gb>

If that's the case, can you increase that to give Rosetta more room?

D
ID: 79535 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Mod.Sense
Volunteer moderator

Send message
Joined: 22 Aug 06
Posts: 4018
Credit: 0
RAC: 0
Message 79537 - Posted: 14 Feb 2016, 20:36:14 UTC

Yes, I agree. The line dcdc refers to appears to be the problem. I'd suggest 1GB plus 1GB per core. I believe the default here is zero, which means the amount of disk is only limited by the max %, and the min. remaining space settings.
Rosetta Moderator: Mod.Sense
ID: 79537 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Hank Barta

Send message
Joined: 6 Feb 11
Posts: 14
Credit: 3,943,460
RAC: 0
Message 79544 - Posted: 15 Feb 2016, 2:38:47 UTC

Yes that was it. I increased that parameter to 5.0 and am getting work units again.

Many thanks for your help.
ID: 79544 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote

Message boards : Number crunching : Rosetta diskcheck space



©2024 University of Washington
https://www.bakerlab.org