Message boards :
ATLAS application :
Set process priority of VBoxHeadless process
Message board moderation
Author | Message |
---|---|
Send message Joined: 20 Mar 15 Posts: 7 Credit: 1,137,208,630 RAC: 267,770 |
Hi, since we also have htcondor jobs by local users on our pool we would like the boinc jobs to suspend when htcondor jobs start. In order for this to work we must make sure that "nice" value of the boinc job (VBoxHeadless) is larger than the "nice" value of the condor jobs. We currently observe that boinc runs VBoxHeadless with nice P=35, but have no way of controlling (.i.e. setting a different value) that through ATLAS@home or boinc configs. Now vbox has https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vboxmanage-controlvm.html ... vm-process-priority default|flat|low|normal|high: Changes the priority scheme of the VM process. See Section 7.12, “VBoxManage startvmâ€. ... So something like VBoxManage controlvm <vm-name> vm-process-priority low could be added to the vboxwrapper on request from a config? Cheers, Stefan |
Send message Joined: 15 Jun 08 Posts: 2490 Credit: 247,694,850 RAC: 123,428 |
BOINC can check whether distinct processes are running and pause it's own tasks. Global BOINC niceness can be set via the systemd service options https://www.freedesktop.org/software/systemd/man/systemd.exec.html Some BOINC priority options can be influenced via cc_config.xml https://boinc.berkeley.edu/wiki/Client_configuration Vboxwrapper can't be configured. It's options are hardwired. |
Send message Joined: 20 Mar 15 Posts: 7 Credit: 1,137,208,630 RAC: 267,770 |
BOINC can check whether distinct processes are running and pause it's own tasks. yes, but boinc only counts processes with niceness < boinc job niceness, i.e. processes with higher priority. We want to use this boinc feature, but we have to make sure that boinc jobs run with niceness > htcondor jobs niceness. We want to give our local users htcondor jobs priority over boinc jobs. Global BOINC niceness can be set via the systemd service options Yes, but this does not determine the boinc jobs niceness, in particular if they are run in vbox VMs. In this case vbox starts the VM with some niceness according to vbox configs. For us the boinc jobs run with niceness = 35. But since we don't know who and where this number is set we worry that with some change in boinc or the ATLAS@home job wrapper this could change, our local users htcondor jobs don't run and we get grilled for it. Some BOINC priority options can be influenced via cc_config.xml Yes, but they are already by default at "lowest priority", so no need to change them. Vboxwrapper can't be configured. It's options are hardwired. skluth@atlas246:~/boinc$ less /local/scratch/boinc/slots/0/vbox_replay.txt ... VBoxManage -q controlvm "boinc_50e1e3a46f263637" cpuexecutioncap 75 ... And that line is only there when I set in my account settings 75% CPU load. So this propagates to the vboxwrapper somehow. vbox can do this: VBoxManage controlvm vm-process-priority default|flat|low|normal|high so we could possibly use that to control what vbox is doing with the niceness. But that would need work on the vboxwrapper so its not an option now. Our solution now is to set the htcondor jobs niceness < boinc niceness to make sure htcondor jobs push boinc jobs away. htcondor has a config parameter for that. |
©2024 CERN