Is it possible to disable applications in the app_config file?

Message boards : Questions and problems : Is it possible to disable applications in the app_config file?
Message board moderation

To post messages, you must log in.

AuthorMessage
Bill
Avatar

Send message
Joined: 13 Jun 17
Posts: 91
United States
Message 100532 - Posted: 1 Sep 2020, 2:47:11 UTC

I have several computers running Einstein@home. Conventional wisdom suggests that when you run this project to either choose the Gamma-ray or Gravitational Wave application, but not both. I know you can enable/disable running these projects in the project preferences for my account, but that only applies if the computer is classified as "home", "school", etc. All of my computers are designated for home (being factually correct). Although I could change the assignment of where they are located, that means I am following a (potentially) completely different set of parameters (CPU % usage, max ram usage, etc.) per computer.

I suppose what I'm getting at is hypothetically speaking, if I had 20 computers, each running different projects, is there a way to cherry-pick which applications I want each computer to use?
ID: 100532 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100534 - Posted: 1 Sep 2020, 7:15:45 UTC - in response to Message 100532.  

No, not that way. app_config.xml doesn't pass enough information back to the server about what work you can handle.

You could do it by going the whole way to Anonymous platform - using an app_info.xml file instead. If you have a compatible machine running the application you want, you'll already have all the files you need, and a suitable <app_version> segment in client_state.xml. You just have to connect them all together...

Be warned: writing app_info.xml files is a specialist skill, and you have to get everything exactly right - if you get anything wrong, BOINC will reject the file and delete everything that goes with it (tasks, files, ...). Assemble everything you need in a clean directory: when you think you're ready to copy it across the BOINC, let your cache drain to nothing and only allow minimal work fetch until you're sure it's working.
ID: 100534 · Report as offensive
Bryn Mawr
Help desk expert

Send message
Joined: 31 Dec 18
Posts: 284
United Kingdom
Message 100535 - Posted: 1 Sep 2020, 7:42:07 UTC - in response to Message 100534.  

No, not that way. app_config.xml doesn't pass enough information back to the server about what work you can handle.
.


As a matter of interest, why wouldn’t max_concurrent = 0 work?
ID: 100535 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100536 - Posted: 1 Sep 2020, 7:57:18 UTC - in response to Message 100535.  

No, not that way. app_config.xml doesn't pass enough information back to the server about what work you can handle..
As a matter of interest, why wouldn’t max_concurrent = 0 work?
Hmm. Hadn't thought of that :-)

My worry would be that BOINC downloads a task, but never runs it. Bill would be fetching tasks from Einstein as normal, with no control over what comes down the line - rather different from, say, 'resource share 0' for a backup project.

One of us should try it sometime ...
ID: 100536 · Report as offensive
Bryn Mawr
Help desk expert

Send message
Joined: 31 Dec 18
Posts: 284
United Kingdom
Message 100537 - Posted: 1 Sep 2020, 9:21:05 UTC - in response to Message 100536.  
Last modified: 1 Sep 2020, 9:22:13 UTC

No, not that way. app_config.xml doesn't pass enough information back to the server about what work you can handle..
As a matter of interest, why wouldn’t max_concurrent = 0 work?
Hmm. Hadn't thought of that :-)

My worry would be that BOINC downloads a task, but never runs it. Bill would be fetching tasks from Einstein as normal, with no control over what comes down the line - rather different from, say, 'resource share 0' for a backup project.

One of us should try it sometime ...


Surely the scheduler is smarter than that :-)
ID: 100537 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100538 - Posted: 1 Sep 2020, 9:40:01 UTC - in response to Message 100537.  

Surely the scheduler is smarter than that :-)
I shouldn't bet on it. Einstein doesn't use a standard scheduler, with all the multitude of twists and tweaks which have been added (individually, not holistically) over the years. And any (server) scheduler can only act on the information it's been given. In this case, the information will be: I have an app, and I want n seconds of work. Max_concurrent isn't included.
ID: 100538 · Report as offensive
Bill
Avatar

Send message
Joined: 13 Jun 17
Posts: 91
United States
Message 100541 - Posted: 1 Sep 2020, 12:32:50 UTC - in response to Message 100536.  

No, not that way. app_config.xml doesn't pass enough information back to the server about what work you can handle..
As a matter of interest, why wouldn’t max_concurrent = 0 work?
Hmm. Hadn't thought of that :-)

My worry would be that BOINC downloads a task, but never runs it. Bill would be fetching tasks from Einstein as normal, with no control over what comes down the line - rather different from, say, 'resource share 0' for a backup project.

One of us should try it sometime ...
My uneducated guess is that Richard is correct. However, I will give it a shot...once I troubleshoot a MIlkyway problem I am having.
ID: 100541 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100542 - Posted: 1 Sep 2020, 13:31:38 UTC
Last modified: 1 Sep 2020, 13:36:08 UTC

I tested it on Milkyway:

<app_config>
<app>
<name>milkyway</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>.5</gpu_usage>
<cpu_usage>.4</cpu_usage>
</gpu_versions>
</app>
</app_config>

Then told BOINC to reread these lines. Then allowed Milkyway to fetch work. Which it did.
And is now running 2 tasks...

01/09/2020 15:26:54 |  | Re-reading cc_config.xml
01/09/2020 15:26:54 | Milkyway@Home | Found app_config.xml
01/09/2020 15:27:05 | Milkyway@Home | work fetch resumed by user
01/09/2020 15:27:07 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 15:27:07 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 15:27:07 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 15:27:07 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 15:27:09 | Milkyway@Home | Scheduler request completed: got 4 new tasks
01/09/2020 15:27:09 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 15:27:09 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 15:27:09 | Milkyway@Home | [sched_op] estimated total CPU task duration: 0 seconds
01/09/2020 15:27:09 | Milkyway@Home | [sched_op] estimated total AMD/ATI GPU task duration: 73196 seconds
01/09/2020 15:27:09 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 15:27:09 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 15:27:12 | Milkyway@Home | Starting task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_20143257_1
01/09/2020 15:27:12 | Milkyway@Home | [cpu_sched] Starting task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_20143257_1 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 15:27:12 | Milkyway@Home | Starting task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20343128_0
01/09/2020 15:27:12 | Milkyway@Home | [cpu_sched] Starting task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20343128_0 using milkyway version 146 (opencl_ati_101) in slot 1

For completeness I then exited BOINC and restarted it.
During an apparent client crash (all screens were white, nothing happened for a minute) it got in two new MW tasks.
Exited and restarted BOINC again.

Still running two tasks. 6 in total in cache.
01/09/2020 15:29:47 | Milkyway@Home | [cpu_sched] Restarting task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_20143257_1 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 15:29:47 | Milkyway@Home | [cpu_sched] Restarting task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20343128_0 using milkyway version 146 (opencl_ati_101) in slot 1


Edit: but maybe it takes a while. It's now running the last two tasks and while it's asking for work it's not getting any.
ID: 100542 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100543 - Posted: 1 Sep 2020, 13:39:03 UTC - in response to Message 100542.  

And it's out of work. Requesting work but not getting any. I don't know the mysteries of the MW scheduler well enough if this is normal or not.

01/09/2020 15:34:04 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 15:34:04 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 15:34:04 | Milkyway@Home | Reporting 2 completed tasks
01/09/2020 15:34:04 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 15:34:04 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 15:34:04 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 18575.63 seconds; 0.00 devices
01/09/2020 15:34:06 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 15:34:06 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 15:34:06 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 15:35:42 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 15:35:42 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 15:35:42 | Milkyway@Home | Reporting 2 completed tasks
01/09/2020 15:35:42 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 15:35:42 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 15:35:42 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 26386.49 seconds; 0.00 devices
01/09/2020 15:35:43 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 15:35:43 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 15:35:43 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 15:37:54 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 15:37:54 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 15:37:54 | Milkyway@Home | Reporting 2 completed tasks
01/09/2020 15:37:54 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 15:37:54 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 15:37:54 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 1.00 devices
01/09/2020 15:37:55 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 15:37:55 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 15:37:55 | Milkyway@Home | Project requested delay of 91 seconds
ID: 100543 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100546 - Posted: 1 Sep 2020, 13:58:29 UTC - in response to Message 100543.  

Okay, had a 10 minute back-off and then:
01/09/2020 15:51:33 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 15:51:33 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 15:51:33 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 15:51:33 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 15:51:33 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 1.00 devices
01/09/2020 15:51:34 | Milkyway@Home | Scheduler request completed: got 4 new tasks
01/09/2020 15:51:34 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 15:51:34 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 15:51:34 | Milkyway@Home | [sched_op] estimated total CPU task duration: 0 seconds
01/09/2020 15:51:34 | Milkyway@Home | [sched_op] estimated total AMD/ATI GPU task duration: 59682 seconds
01/09/2020 15:51:34 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 15:51:34 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 15:51:36 | Milkyway@Home | [cpu_sched] Starting task de_modfit_84_bundle4_4s_south4s_bgset_3_1596028202_20090669_1 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 15:51:36 | Milkyway@Home | [cpu_sched] Starting task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20111038_1 using milkyway version 146 (opencl_ati_101) in slot 1

So <max_concurrent>0>/max_concurrent> doesn't help.

Perhaps if you also set <gpu> and <cpu> to 0?
Hmmm
<app_config>
<app>
<name>milkyway</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0</gpu_usage>
<cpu_usage>0</cpu_usage>
</gpu_versions>
</app>
</app_config>
gives
01/09/2020 15:54:55 | Milkyway@Home | Found app_config.xml
01/09/2020 15:54:55 | Milkyway@Home | gpu_usage must be positive in app_config.xml

Exiting BOINC.
Restarting: it runs 2 tasks as before.
01/09/2020 15:57:01 | Milkyway@Home | [cpu_sched] Restarting task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20090486_1 using milkyway version 146 (opencl_ati_101) in slot 1
01/09/2020 15:57:01 | Milkyway@Home | [cpu_sched] Restarting task de_modfit_81_bundle4_4s_south4s_bgset_3_1596028202_20276250_1 using milkyway version 146 (opencl_ati_101) in slot 0
So it just remembers what it did first here.
ID: 100546 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100547 - Posted: 1 Sep 2020, 14:36:39 UTC

What does <cpu_sched_debug> or <rr_simulation> have to say? (looking in code, max_concurrent seeks to be tested in rr_sim)
ID: 100547 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100548 - Posted: 1 Sep 2020, 14:46:22 UTC - in response to Message 100547.  
Last modified: 1 Sep 2020, 14:50:17 UTC

With just <max_concurrent>0</max_concurrent> and an empty queue?
I'll test that.

Edit:
01/09/2020 16:48:48 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:48:48 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:48:48 | Milkyway@Home | [rr_sim] 11184.54: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (41563.12G/3.72G)
01/09/2020 16:48:48 | Milkyway@Home | [rr_sim] 11185.45: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (41566.52G/3.72G)
01/09/2020 16:49:08 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:49:08 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:49:08 | Milkyway@Home | [rr_sim] 9955.56: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (36996.11G/3.72G)
01/09/2020 16:49:08 | Milkyway@Home | [rr_sim] 9965.23: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (37032.01G/3.72G)
01/09/2020 16:49:08 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 16:49:08 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 16:49:08 | Milkyway@Home | Reporting 2 completed tasks
01/09/2020 16:49:08 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 16:49:08 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 16:49:08 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 24599.61 seconds; 0.00 devices
01/09/2020 16:49:09 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 16:49:09 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 16:49:09 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 16:49:09 | Milkyway@Home | [sched_op] handle_scheduler_reply(): got ack for task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20200361_1
01/09/2020 16:49:09 | Milkyway@Home | [sched_op] handle_scheduler_reply(): got ack for task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20200357_1
01/09/2020 16:49:09 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 16:49:09 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 16:49:15 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:49:15 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:49:15 | Milkyway@Home | [rr_sim] 9539.27: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (35449.12G/3.72G)
01/09/2020 16:49:15 | Milkyway@Home | [rr_sim] 9548.90: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (35484.90G/3.72G)
01/09/2020 16:49:45 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:49:45 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:49:45 | Milkyway@Home | [rr_sim] 7413.53: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (27549.60G/3.72G)
01/09/2020 16:49:45 | Milkyway@Home | [rr_sim] 7458.42: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (27716.40G/3.72G)
ID: 100548 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100549 - Posted: 1 Sep 2020, 14:51:21 UTC - in response to Message 100548.  

And
01/09/2020 16:50:53 |  | [cpu_sched_debug] Request CPU reschedule: Core client configuration
01/09/2020 16:50:54 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:50:54 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:50:54 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:50:54 | Milkyway@Home | [rr_sim] 4287.16: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (15931.60G/3.72G)
01/09/2020 16:50:54 | Milkyway@Home | [rr_sim] 4287.16: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (15931.60G/3.72G)
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] reserving 0.500000 of coproc ATI
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] reserving 0.500000 of coproc ATI
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 (AMD/ATI GPU, FIFO) (prio -1.019634)
01/09/2020 16:50:54 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 16:50:54 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 (MD: no; UTS: yes)
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] 1: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 (MD: no; UTS: yes)
01/09/2020 16:50:54 |  | [cpu_sched_debug] final job list:
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 (MD: no; UTS: yes)
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] 1: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 (MD: no; UTS: yes)
01/09/2020 16:50:54 | Milkyway@Home | [coproc] ATI instance 0; 0.500000 pending for de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1
01/09/2020 16:50:54 | Milkyway@Home | [coproc] ATI instance 0; 0.500000 pending for de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2
01/09/2020 16:50:54 | Milkyway@Home | [coproc] ATI instance 0: confirming 0.500000 instance for de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1
01/09/2020 16:50:54 | Milkyway@Home | [coproc] ATI instance 0: confirming 0.500000 instance for de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1
01/09/2020 16:50:54 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2
01/09/2020 16:50:54 |  | [cpu_sched_debug] using 0.80 out of 11 CPUs
01/09/2020 16:50:54 |  | [cpu_sched_debug] enforce_run_list: end
ID: 100549 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100550 - Posted: 1 Sep 2020, 14:53:54 UTC
Last modified: 1 Sep 2020, 14:55:49 UTC

Wow, what a mess
01/09/2020 16:51:36 |  | [cpu_sched_debug] Request CPU reschedule: application exited
01/09/2020 16:51:36 | Milkyway@Home | Computation for task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20188681_1 finished
01/09/2020 16:51:36 |  | [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
01/09/2020 16:51:36 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:51:36 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:51:36 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:51:36 | Milkyway@Home | [rr_sim] 0.00: de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finishes (0.40 CPU + 0.50 AMD/ATI GPU) (0.00G/3.72G)
01/09/2020 16:51:36 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 16:51:36 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 16:51:36 | Milkyway@Home | Reporting 1 completed tasks
01/09/2020 16:51:36 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 16:51:36 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 16:51:36 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 0.50 devices
01/09/2020 16:51:37 |  | [cpu_sched_debug] Request CPU reschedule: application exited
01/09/2020 16:51:37 | Milkyway@Home | Computation for task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2 finished
01/09/2020 16:51:37 |  | [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
01/09/2020 16:51:37 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:51:37 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:51:37 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:51:38 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 16:51:38 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 16:51:38 | Milkyway@Home | Project requested delay of 91 seconds
Couldn't wait that 1 second eyh to report 2 finished tasks?

Anyway, queue is empty, am on a 3-10 minute back-off.
01/09/2020 16:52:38 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:52:38 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:53:13 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:53:13 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:53:37 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 16:53:37 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:53:37 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:53:37 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:53:37 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 16:53:37 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 16:53:37 |  | [cpu_sched_debug] final job list:
01/09/2020 16:53:37 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 16:53:37 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 16:53:38 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:53:38 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:54:37 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 16:54:37 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:54:37 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:54:37 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
01/09/2020 16:54:37 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 16:54:37 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 16:54:37 |  | [cpu_sched_debug] final job list:
01/09/2020 16:54:37 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 16:54:37 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 16:54:38 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:54:38 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.010 active_frac 0.989
ID: 100550 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100551 - Posted: 1 Sep 2020, 14:57:25 UTC - in response to Message 100550.  

Anyway, queue is empty, am on a 3-10 minute back-off.
That other than in properties of the project we don't say anywhere that we're doing that? Is this to obscurify BOINC further?
ID: 100551 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100552 - Posted: 1 Sep 2020, 15:01:44 UTC

LOL, doing
<app_config>
<app>
<name>milkyway</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.00000000000001</gpu_usage>
<cpu_usage>0</cpu_usage>
</gpu_versions>
</app>
</app_config>
Exit & Restart:
01/09/2020 16:58:26 | Milkyway@Home | Found app_config.xml

01/09/2020 16:58:26 |  | [cpu_sched_debug] Request CPU reschedule: Not idle
01/09/2020 16:58:26 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 16:58:26 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 16:58:26 |  | [rr_sim] doing sim: CPU sched
01/09/2020 16:58:26 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 16:58:26 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 16:58:26 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 16:58:26 |  | [cpu_sched_debug] final job list:
01/09/2020 16:58:26 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 16:58:26 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 16:58:26 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:58:26 |  | [rr_sim] already did at this time
01/09/2020 16:58:26 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 16:58:26 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 16:58:26 | Milkyway@Home | Reporting 1 completed tasks
01/09/2020 16:58:26 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 16:58:26 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 16:58:26 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 1.00 devices
01/09/2020 16:58:28 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 16:58:28 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 16:58:28 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 16:58:28 | Milkyway@Home | [sched_op] handle_scheduler_reply(): got ack for task de_modfit_82_bundle4_4s_south4s_bgset_3_1596028202_20331964_2
01/09/2020 16:58:28 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 16:58:28 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 16:58:33 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:58:33 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 16:59:33 |  | [rr_sim] doing sim: work fetch
01/09/2020 16:59:33 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:00:03 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:00:03 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
Waiting till end of renewed 3-10 minutes back-off.
ID: 100552 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100553 - Posted: 1 Sep 2020, 15:07:50 UTC
Last modified: 1 Sep 2020, 15:09:17 UTC

I'm not seeing any sign in either log to say that max_concurrent is intervening to say Oi! You can't run that!

Edit - until possibly that last log, while I was typing.
ID: 100553 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100554 - Posted: 1 Sep 2020, 15:11:06 UTC - in response to Message 100553.  

No, because it did get work again and ran that fine. It's now out of work yet again. But never what Bill was after, that it has the application, but doesn't ask for work for it:

01/09/2020 17:00:03 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:00:03 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:01:04 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:01:04 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:02:04 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:02:04 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:03:04 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:03:04 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:04:04 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:04:04 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:05:04 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:05:04 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:05:04 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 17:05:04 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 17:05:04 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 17:05:04 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 17:05:04 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 1.00 devices
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_name
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_id
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: position
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: parameters
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_name
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_id
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: position
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: parameters
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_name
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: search_id
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: position
01/09/2020 17:05:05 |  | [unparsed_xml] WORKUNIT::parse(): unrecognized: parameters
01/09/2020 17:05:05 | Milkyway@Home | Scheduler request completed: got 3 new tasks
01/09/2020 17:05:05 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 17:05:05 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 17:05:05 | Milkyway@Home | [sched_op] estimated total CPU task duration: 0 seconds
01/09/2020 17:05:05 | Milkyway@Home | [sched_op] estimated total AMD/ATI GPU task duration: 32340 seconds
01/09/2020 17:05:05 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 17:05:05 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 17:05:05 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 17:05:05 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:05:05 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:05:05 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:05:05 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:05:05 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:05:05 |  | [cpu_sched_debug] final job list:
01/09/2020 17:05:05 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 17:05:05 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:05:07 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:05:07 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:05:07 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:05:07 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:05:07 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:05:07 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:05:07 | Milkyway@Home | [rr_sim] 10779.30: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42130.80G/3.91G)
01/09/2020 17:05:07 | Milkyway@Home | [rr_sim] 21559.47: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.91G)
01/09/2020 17:05:07 | Milkyway@Home | [rr_sim] 32339.84: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.91G)
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:05:07 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:05:07 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (MD: no; UTS: no)
01/09/2020 17:05:07 |  | [cpu_sched_debug] final job list:
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (MD: no; UTS: no)
01/09/2020 17:05:07 | Milkyway@Home | [coproc] Assigning ATI instance 0 to de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:05:07 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:05:07 | Milkyway@Home | Starting task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:05:07 | Milkyway@Home | [cpu_sched] Starting task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 17:05:07 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:05:10 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:05:10 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:05:10 | Milkyway@Home | [rr_sim] 10627.94: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (41582.68G/3.91G)
01/09/2020 17:05:10 | Milkyway@Home | [rr_sim] 21396.84: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.91G)
01/09/2020 17:05:10 | Milkyway@Home | [rr_sim] 32165.94: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.91G)
01/09/2020 17:06:08 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 17:06:08 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:06:08 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:06:08 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:06:08 | Milkyway@Home | [rr_sim] 4050.69: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (15930.71G/3.93G)
01/09/2020 17:06:08 | Milkyway@Home | [rr_sim] 14764.11: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.93G)
01/09/2020 17:06:08 | Milkyway@Home | [rr_sim] 25477.73: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.93G)
01/09/2020 17:06:08 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:06:08 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:06:08 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:06:08 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:06:08 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (MD: no; UTS: no)
01/09/2020 17:06:08 |  | [cpu_sched_debug] final job list:
01/09/2020 17:06:08 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 (MD: no; UTS: yes)
01/09/2020 17:06:08 | Milkyway@Home | [coproc] ATI instance 0; 1.000000 pending for de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:06:08 | Milkyway@Home | [coproc] ATI instance 0: confirming 1.000000 instance for de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:06:08 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:06:08 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:06:08 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:06:11 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:06:11 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:06:11 | Milkyway@Home | [rr_sim] 3670.29: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (14449.55G/3.94G)
01/09/2020 17:06:11 | Milkyway@Home | [rr_sim] 14372.68: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.94G)
01/09/2020 17:06:11 | Milkyway@Home | [rr_sim] 25075.28: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.94G)
01/09/2020 17:06:41 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:06:41 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:06:41 | Milkyway@Home | [rr_sim] 0.00: de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (0.00G/3.95G)
01/09/2020 17:06:41 | Milkyway@Home | [rr_sim] 10669.41: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.95G)
01/09/2020 17:06:41 | Milkyway@Home | [rr_sim] 21339.02: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.95G)
01/09/2020 17:06:43 |  | [cpu_sched_debug] Request CPU reschedule: application exited
01/09/2020 17:06:43 | Milkyway@Home | Computation for task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0 finished
01/09/2020 17:06:43 |  | [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
01/09/2020 17:06:43 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:06:43 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:06:43 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:06:43 | Milkyway@Home | [rr_sim] 10669.41: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42134.20G/3.95G)
01/09/2020 17:06:43 | Milkyway@Home | [rr_sim] 21339.02: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.95G)
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:06:43 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:06:43 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (MD: no; UTS: no)
01/09/2020 17:06:43 |  | [cpu_sched_debug] final job list:
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (MD: no; UTS: no)
01/09/2020 17:06:43 | Milkyway@Home | [coproc] Assigning ATI instance 0 to de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:06:43 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:06:43 | Milkyway@Home | Starting task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:06:43 | Milkyway@Home | [cpu_sched] Starting task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 17:06:43 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:06:46 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:06:46 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:06:46 | Milkyway@Home | [rr_sim] 10531.23: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (41588.52G/3.95G)
01/09/2020 17:06:46 | Milkyway@Home | [rr_sim] 21200.84: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.95G)
01/09/2020 17:07:43 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 17:07:43 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:07:43 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:07:43 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:07:43 | Milkyway@Home | [rr_sim] 3918.53: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (15569.90G/3.97G)
01/09/2020 17:07:43 | Milkyway@Home | [rr_sim] 14522.79: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.97G)
01/09/2020 17:07:43 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:07:43 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:07:43 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:07:43 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:07:43 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (MD: no; UTS: no)
01/09/2020 17:07:43 |  | [cpu_sched_debug] final job list:
01/09/2020 17:07:43 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 (MD: no; UTS: yes)
01/09/2020 17:07:43 | Milkyway@Home | [coproc] ATI instance 0; 1.000000 pending for de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:07:43 | Milkyway@Home | [coproc] ATI instance 0: confirming 1.000000 instance for de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:07:43 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:07:43 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:07:43 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:07:46 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:07:46 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:07:46 | Milkyway@Home | [rr_sim] 3537.45: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (14055.71G/3.97G)
01/09/2020 17:07:46 | Milkyway@Home | [rr_sim] 14141.71: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.97G)
01/09/2020 17:07:46 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 17:07:46 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 17:07:46 | Milkyway@Home | Reporting 1 completed tasks
01/09/2020 17:07:46 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 17:07:46 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 17:07:46 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 20418.29 seconds; 0.00 devices
01/09/2020 17:07:48 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 17:07:48 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 17:07:48 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 17:07:48 | Milkyway@Home | [sched_op] handle_scheduler_reply(): got ack for task de_modfit_80_bundle4_4s_south4s_bgset_3_1596028202_20384419_0
01/09/2020 17:07:48 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 17:07:48 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 17:07:54 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:07:54 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:07:54 | Milkyway@Home | [rr_sim] 2648.29: de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (10533.55G/3.98G)
01/09/2020 17:07:54 | Milkyway@Home | [rr_sim] 13241.63: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.98G)
01/09/2020 17:08:19 |  | [cpu_sched_debug] Request CPU reschedule: application exited
01/09/2020 17:08:19 | Milkyway@Home | Computation for task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1 finished
01/09/2020 17:08:19 |  | [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
01/09/2020 17:08:19 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:08:19 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:08:19 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:08:19 | Milkyway@Home | [rr_sim] 10571.80: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/3.99G)
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:08:19 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:08:19 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (MD: no; UTS: no)
01/09/2020 17:08:19 |  | [cpu_sched_debug] final job list:
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (MD: no; UTS: no)
01/09/2020 17:08:19 | Milkyway@Home | [coproc] Assigning ATI instance 0 to de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:08:19 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:08:19 | Milkyway@Home | Starting task de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:08:19 | Milkyway@Home | [cpu_sched] Starting task de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 17:08:19 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:08:19 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:08:19 |  | [rr_sim] already did at this time
01/09/2020 17:09:19 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 17:09:19 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:09:19 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:09:19 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:09:19 | Milkyway@Home | [rr_sim] 4088.14: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (16393.15G/4.01G)
01/09/2020 17:09:19 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:09:19 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:09:19 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:09:19 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:09:19 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (MD: no; UTS: no)
01/09/2020 17:09:19 |  | [cpu_sched_debug] final job list:
01/09/2020 17:09:19 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 (MD: no; UTS: yes)
01/09/2020 17:09:19 | Milkyway@Home | [coproc] ATI instance 0; 1.000000 pending for de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:09:19 | Milkyway@Home | [coproc] ATI instance 0: confirming 1.000000 instance for de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:09:19 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1
01/09/2020 17:09:19 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:09:19 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:09:19 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:09:19 |  | [rr_sim] already did at this time
01/09/2020 17:09:24 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:09:24 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:09:24 | Milkyway@Home | [rr_sim] 3460.75: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (13891.38G/4.01G)
01/09/2020 17:09:24 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 17:09:24 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 17:09:24 | Milkyway@Home | Reporting 1 completed tasks
01/09/2020 17:09:24 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 17:09:24 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 17:09:24 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 31099.25 seconds; 0.00 devices
01/09/2020 17:09:25 | Milkyway@Home | Scheduler request completed: got 0 new tasks
01/09/2020 17:09:25 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 17:09:25 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 17:09:25 | Milkyway@Home | [sched_op] handle_scheduler_reply(): got ack for task de_modfit_83_bundle4_4s_south4s_bgset_3_1596028202_18565772_1
01/09/2020 17:09:25 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 17:09:25 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 17:09:30 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:09:30 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:09:30 | Milkyway@Home | [rr_sim] 2711.68: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (10895.85G/4.02G)
01/09/2020 17:09:58 |  | [cpu_sched_debug] Request CPU reschedule: application exited
01/09/2020 17:09:58 | Milkyway@Home | Computation for task de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_18287751_1 finished
01/09/2020 17:09:58 |  | [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
01/09/2020 17:09:58 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:09:58 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:09:58 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
01/09/2020 17:09:58 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:09:58 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:09:58 |  | [cpu_sched_debug] final job list:
01/09/2020 17:09:58 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 17:09:58 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:10:01 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:10:01 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.011 active_frac 0.989
ID: 100554 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 100555 - Posted: 1 Sep 2020, 15:16:12 UTC

I think we're back to app_info, then. We know that works, because of many years' experience at SETI.
ID: 100555 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 100556 - Posted: 1 Sep 2020, 15:17:26 UTC - in response to Message 100554.  

Wait, what?
01/09/2020 17:06:08 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
Where, when?
app_config.xml is still
<app_config>
<app>
<name>milkyway</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.00000000000001</gpu_usage>
<cpu_usage>0</cpu_usage>
</gpu_versions>
</app>
</app_config>

So how is it using 0.95 out of 11 CPUs?

Now setting:
<app_config>
<app>
<name>milkyway</name>
<max_concurrent>0</max_concurrent>
<gpu_versions>
<gpu_usage>0.000000000000000000000000000000000001</gpu_usage>
<cpu_usage>0</cpu_usage>
</gpu_versions>
</app>
</app_config>

01/09/2020 17:14:32 |  | [rr_sim] doing sim: work fetch
01/09/2020 17:14:32 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.012 active_frac 0.989
01/09/2020 17:14:32 | Milkyway@Home | [sched_op] Starting scheduler request
01/09/2020 17:14:32 | Milkyway@Home | Sending scheduler request: To fetch work.
01/09/2020 17:14:32 | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
01/09/2020 17:14:32 | Milkyway@Home | [sched_op] CPU work request: 0.00 seconds; 0.00 devices
01/09/2020 17:14:32 | Milkyway@Home | [sched_op] AMD/ATI GPU work request: 34560.00 seconds; 1.00 devices
01/09/2020 17:14:33 | Milkyway@Home | Scheduler request completed: got 3 new tasks
01/09/2020 17:14:33 | Milkyway@Home | [sched_op] Server version 713
01/09/2020 17:14:33 | Milkyway@Home | Project requested delay of 91 seconds
01/09/2020 17:14:33 | Milkyway@Home | [sched_op] estimated total CPU task duration: 0 seconds
01/09/2020 17:14:33 | Milkyway@Home | [sched_op] estimated total AMD/ATI GPU task duration: 30462 seconds
01/09/2020 17:14:33 | Milkyway@Home | [sched_op] Deferring communication for 00:01:31
01/09/2020 17:14:33 | Milkyway@Home | [sched_op] Reason: requested by project
01/09/2020 17:14:33 |  | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
01/09/2020 17:14:33 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:14:33 |  | [rr_sim] doing sim: CPU sched

01/09/2020 17:14:33 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.012 active_frac 0.989
01/09/2020 17:14:33 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:14:33 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:14:33 |  | [cpu_sched_debug] final job list:
---> 01/09/2020 17:14:33 |  | [cpu_sched_debug] using 0.00 out of 11 CPUs
01/09/2020 17:14:33 |  | [cpu_sched_debug] enforce_run_list: end
01/09/2020 17:14:35 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:14:35 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:14:35 |  | [cpu_sched_debug] Request CPU reschedule: files downloaded
01/09/2020 17:14:35 |  | [cpu_sched_debug] schedule_cpus(): start
01/09/2020 17:14:35 |  | [rr_sim] doing sim: CPU sched
01/09/2020 17:14:35 |  | [rr_sim] start: work_buf min 17280 additional 17280 total 34560 on_frac 0.012 active_frac 0.989
01/09/2020 17:14:35 | Milkyway@Home | [rr_sim] 10153.88: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/4.15G)
01/09/2020 17:14:35 | Milkyway@Home | [rr_sim] 20307.76: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20388692_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/4.15G)
01/09/2020 17:14:35 | Milkyway@Home | [rr_sim] 30461.63: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389150_0 finishes (0.95 CPU + 1.00 AMD/ATI GPU) (42135.00G/4.15G)
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc ATI
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0 (AMD/ATI GPU, FIFO) (prio -1.000000)
01/09/2020 17:14:35 |  | [cpu_sched_debug] enforce_run_list(): start
01/09/2020 17:14:35 |  | [cpu_sched_debug] preliminary job list:
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0 (MD: no; UTS: no)
01/09/2020 17:14:35 |  | [cpu_sched_debug] final job list:
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0 (MD: no; UTS: no)
01/09/2020 17:14:35 | Milkyway@Home | [coproc] Assigning ATI instance 0 to de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0
---> 01/09/2020 17:14:35 |  | [cpu_sched_debug] using 0.95 out of 11 CPUs
01/09/2020 17:14:35 | Milkyway@Home | Starting task de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0
01/09/2020 17:14:35 | Milkyway@Home | [cpu_sched] Starting task de_modfit_86_bundle4_4s_south4s_bgset_3_1596028202_20389151_0 using milkyway version 146 (opencl_ati_101) in slot 0
01/09/2020 17:14:35 |  | [cpu_sched_debug] enforce_run_list: end

So it's ignoring about everything in the app_config.xml now.
ID: 100556 · Report as offensive

Message boards : Questions and problems : Is it possible to disable applications in the app_config file?

Copyright © 2024 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.