This Cosmology stuff that needs the virtual box thingy is a real pain in the derrière.
I only had the standard boinc client, without virtual box, but have
downloaded the current version direct from the Oracle site (it's more updated than the embedded boinc version). Boinc says their version is the tried and tested one, but when I last used this a year ago it sucked taking over my PC making it unusable for anything else as the virtual box thing ran at too high a priority rather than background. Restart Boinc once the virtual box thing is added.
It seems that if you block the network communication for either of the virtual apps - camb docker or planck sims - then those will stop running. And, if you hold for too long, perhaps 24 hours, they risk timing out. So there is no point in bunkering these as far as I can see. I'd be pleased to be corrected.
You can decide what you get to do from the Cosmology website preferences. As far as I can tell, based on their site they want us to to planck > camb docker > legacy, with legacy being least useful and probably the least valuable in terms of points.
The app-config on Cosmology only refers to the camb docker thing, but there is also the planck stuff. I've no idea what the best ratio of cores to a WU is but working on the idea that most computing stuff seems to be in multiples of 2 and 4 this seems to at least work (planck seems to be lsplitsims):
app_config.xml
Code:
<app_config>
<app>
<name>camb_boinc2docker</name>
<max_concurrent>2</max_concurrent>
</app>
<app>
<name>lsplitsims</name>
<max_concurrent>2</max_concurrent>
</app>
<app_version>
<app_name>camb_boinc2docker</app_name>
<plan_class>vbox64_mt</plan_class>
<avg_ncpus>4</avg_ncpus>
</app_version>
<app_version>
<app_name>lsplitsims</app_name>
<plan_class>vbox64_mt</plan_class>
<avg_ncpus>4</avg_ncpus>
</app_version>
</app_config>
But I am also seeing that with the virtual box running, my CPU is not being fully utilised. on a i7 5820K - 12 cores, with 4 cores on Cosmology and the remaining 8 on something else, the overall system says it's using only 68% of the CPU
Edit: Looking in the VM, one of the Planck tasks suggested that it had all 12 cores available, but, only 4 were allocated by Boinc's app config. No doubt the app config had applied after the PC had started the WU at full tilt. Aborting that has restored CPU to full 100% use. Trouble is now with 3 Cosmology tasks running (2 plank ,one camb thingy) the PC is unresponsive. I can't even type this edit properly.