boinc
boinc copied to clipboard
Pausing Android Boinc (eg. screen on) makes it unsuccessfully start other tasks afterwards.
Describe the bug My Android phones are set to pause Boinc when the screen is on. If I turn the screen on, then off again, Boinc pauses, then starts new tasks instead of the halfway through ones. These new tasks fail.
Steps To Reproduce
- Run eg. Asteroids on all cores of the phone.
- Set it to pause on screen on.
- Turn on the screen, turn off the screen.
Expected behaviour The 8 (or how many cores you have) Asteroids tasks pause, then the same tasks resume.
Screenshots From Boinctasks:
1902 Fri, 20/10/2023 05:03:42 AM Suspending computation - computer is in use 1903 Fri, 20/10/2023 05:03:49 AM Resuming computation
These two started fresh: 1904 Asteroids@home Fri, 20/10/2023 05:03:49 AM Starting task ps_231009_input_4691_29_1 1905 Asteroids@home Fri, 20/10/2023 05:03:49 AM Starting task ps_231009_input_4963_132_2
Then immediately caused a computation error: 1907 Asteroids@home Fri, 20/10/2023 05:03:58 AM Computation for task ps_231009_input_4691_29_1 finished 1908 Asteroids@home Fri, 20/10/2023 05:03:59 AM Computation for task ps_231009_input_4963_132_2 finished 1909 Asteroids@home Fri, 20/10/2023 05:04:00 AM Started upload of ps_231009_input_4691_29_1_r1310374293_0 1910 Asteroids@home Fri, 20/10/2023 05:04:01 AM Finished upload of ps_231009_input_4691_29_1_r1310374293_0 (0 bytes) 1911 Asteroids@home Fri, 20/10/2023 05:04:01 AM Started upload of ps_231009_input_4963_132_2_r1888169529_0 1912 Asteroids@home Fri, 20/10/2023 05:04:02 AM Finished upload of ps_231009_input_4963_132_2_r1888169529_0 (0 bytes)
System Information
- OS: Android 11 and 12 (happens on two phones).
- BOINC Version: 7.24.1
Additional context This is the output from one of the failed tasks:
From https://asteroidsathome.net/boinc/result.php?resultid=410050079
P.S. I still can't get code pasting to work in here. I had to put three marks to make it start the code, but I can't make it finish it. I tried wrapping it 1, 2, 3, and 4 marks, but nothing works. Seems like a major Github fault. Works ok if I just wrap the word "test", but not the stuff below.
<![CDATA[
<message>
process exited with code 2 (0x2, -254)</message>
<stderr_txt>
stackdumps unavailable
Error: Number of lc points is greater than POINTS_MAX = 1000
</stderr_txt>
]]>
@hucker75, I suspect this is an issue of the particular application of Asteroids@home. Do you have similar issues with the any other Project?
Boinc shouldn't be starting fresh tasks when it was halfway through others. What made it decide to do this? It's not in panic mode, it has two days of work to do and the deadlines for all tasks are about 10 days.
But yes, perhaps another project wouldn't cause an error. I can't understand why it's doing it, why would it cause an error only when starting tasks when others are suspended? Asteroids uses very little RAM so it can't be that.
I've reported it to Asteroids here: https://asteroidsathome.net/boinc/forum_thread.php?id=977
There's not many other projects I can try. Universe is a bit flaky, the admin knows, and doesn't know why. Einstein needs a lot of RAM. LHC and Rosetta rarely have work. And World Community Grid has no end of problems. Not many other projects have work available for Android, especially the newer more security conscious Android versions which prevent a lot of projects running.
Do you have a suggestion of a project I could try? Something with low RAM, and tasks available, which runs on Android 11 and 12?
Boinc shouldn't be starting fresh tasks when it was halfway through others. What made it decide to do this? It's not in panic mode, it has two days of work to do and the deadlines for all tasks are about 10 days.
It's impossible to say without the full log. From my testing of other Projects, I have never seen the switch between applications of the same Project.
Do you have a suggestion of a project I could try?
I always use Einstein@home because they always have some tasks in queue. I don't know which Project is better to try, I'm sorry
I'll try Einstein fully on the phone with more RAM, and on the older phone with less tasks at once.
Would you like me to give you a log? If so which one or bit?
I'd like to see the log before starting from the pause and to the moment when any of the previously paused application fails.
It would be also great if you could enable beforehands cpu_sched_debug flag on your Android client.
Thank you in advance.
As per my other issue: https://github.com/BOINC/boinc/issues/5403 I cannot access the menus on the Boinc client on either of my phones, all I get is the logo. I can only control the phones remotely with Boinctasks. Is it possible to enable cpu_sched_debug either with Boinctasks or perhaps editing a file with the phone connected to USB? It's not rooted so I won't be able to edit files on the phone, but maybe Windows can get to them over USB.
Is it possible to enable cpu_sched_debug either with Boinctasks
I can't say about Boinctasks, but you can definitely do that using BOINC Manager
You can also set cpu_sched_debug by editing cc_config.xml
You can also set cpu_sched_debug by editing cc_config.xml
This file is not accessible on Android if the device is not rooted and/or application is not running under debugger
Thanks, I've got the debug setting done by editing cc_config with Boinctasks. I've done so on both phones and will get back to you when it happens again. I've turned both screens on and off several times, but there must be something else required to cause it to start new tasks, because it's refusing to do so just now. I spot it about once or twice a day when I see a computation error, then I'll get the log for the relevant time.
It didn't crash any tasks this time, but I think I caught it starting new tasks instead of resuming the suspended ones, lines 17538 and 17539 show two tasks starting when they didn't need to:
17489 Fri, 20/10/2023 03:37:51 PM Suspending computation - computer is in use
17490 Fri, 20/10/2023 03:37:52 PM [cpu_sched_debug] Request CPU reschedule: application exited
17491 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] Request CPU reschedule: Idle
17492 Fri, 20/10/2023 03:37:53 PM Resuming computation
17493 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] Request CPU reschedule: Resuming computation
17494 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] Request CPU reschedule: application exited
17495 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
17496 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] schedule_cpus(): start
17497 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_57_1 (CPU, FIFO) (prio -0.969293)
17498 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_95_0 (CPU, FIFO) (prio -0.974501)
17499 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_94_1 (CPU, FIFO) (prio -0.979710)
17500 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_42_1 (CPU, FIFO) (prio -0.984918)
17501 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_87_0 (CPU, FIFO) (prio -0.990126)
17502 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_63_1 (CPU, FIFO) (prio -0.995335)
17503 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6281_14_0 (CPU, FIFO) (prio -1.000543)
17504 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] add to run list: ps_231009_input_6281_10_0 (CPU, FIFO) (prio -1.005751)
17505 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] enforce_run_list(): start
17506 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] preliminary job list:
17507 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 0: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17508 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 1: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: no)
17509 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 2: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: no)
17510 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 3: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: no)
17511 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 4: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: no)
17512 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 5: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17513 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 6: ps_231009_input_6281_14_0 (1.00 CPU; MD: no; UTS: no)
17514 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 7: ps_231009_input_6281_10_0 (1.00 CPU; MD: no; UTS: no)
17515 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] final job list:
17516 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 0: ps_231009_input_6280_64_0 (1.00 CPU; MD: no; UTS: yes)
17517 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 1: ps_231009_input_6280_46_0 (1.00 CPU; MD: no; UTS: yes)
17518 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 2: ps_231009_input_6280_44_0 (1.00 CPU; MD: no; UTS: yes)
17519 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 3: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17520 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 4: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: no)
17521 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 5: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: no)
17522 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 6: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: no)
17523 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 7: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: no)
17524 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 8: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17525 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 9: ps_231009_input_6281_14_0 (1.00 CPU; MD: no; UTS: no)
17526 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] 10: ps_231009_input_6281_10_0 (1.00 CPU; MD: no; UTS: no)
17527 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_64_0
17528 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_46_0
17529 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_44_0
17530 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_5012_57_1
17531 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_5012_95_0
17532 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_94_1
17533 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_42_1
17534 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] scheduling ps_231009_input_6280_87_0
17535 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6280_63_1
17536 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6281_14_0
17537 Asteroids@home Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6281_10_0
17538 Asteroids@home Fri, 20/10/2023 03:37:53 PM Starting task ps_231009_input_6280_42_1
17539 Asteroids@home Fri, 20/10/2023 03:37:53 PM Starting task ps_231009_input_6280_87_0
17540 Fri, 20/10/2023 03:37:53 PM [cpu_sched_debug] enforce_run_list: end
17541 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] Request CPU reschedule: application exited
17542 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] schedule_cpus(): start
17543 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_57_1 (CPU, FIFO) (prio -0.969293)
17544 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_95_0 (CPU, FIFO) (prio -0.974501)
17545 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_94_1 (CPU, FIFO) (prio -0.979710)
17546 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_42_1 (CPU, FIFO) (prio -0.984918)
17547 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_87_0 (CPU, FIFO) (prio -0.990126)
17548 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_567_32_0 (CPU, FIFO) (prio -0.995335)
17549 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_63_1 (CPU, FIFO) (prio -1.000543)
17550 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] add to run list: ps_231009_input_6281_14_0 (CPU, FIFO) (prio -1.005751)
17551 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] enforce_run_list(): start
17552 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] preliminary job list:
17553 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 0: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17554 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 1: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: no)
17555 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 2: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: no)
17556 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 3: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: no)
17557 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 4: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: no)
17558 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 5: ps_231009_input_567_32_0 (1.00 CPU; MD: no; UTS: no)
17559 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 6: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17560 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 7: ps_231009_input_6281_14_0 (1.00 CPU; MD: no; UTS: no)
17561 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] final job list:
17562 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 0: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: yes)
17563 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 1: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: yes)
17564 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 2: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: yes)
17565 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 3: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: yes)
17566 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 4: ps_231009_input_6280_64_0 (1.00 CPU; MD: no; UTS: yes)
17567 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 5: ps_231009_input_6280_46_0 (1.00 CPU; MD: no; UTS: yes)
17568 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 6: ps_231009_input_6280_44_0 (1.00 CPU; MD: no; UTS: yes)
17569 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 7: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17570 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 8: ps_231009_input_567_32_0 (1.00 CPU; MD: no; UTS: no)
17571 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 9: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17572 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] 10: ps_231009_input_6281_14_0 (1.00 CPU; MD: no; UTS: no)
17573 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_5012_95_0
17574 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_94_1
17575 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_42_1
17576 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_87_0
17577 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_64_0
17578 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_46_0
17579 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_6280_44_0
17580 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] scheduling ps_231009_input_5012_57_1
17581 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_567_32_0
17582 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6280_63_1
17583 Asteroids@home Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6281_14_0
17584 Fri, 20/10/2023 03:37:54 PM [cpu_sched_debug] enforce_run_list: end
17585 Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] Request CPU reschedule: application exited
17586 Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] schedule_cpus(): start
17587 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_57_1 (CPU, FIFO) (prio -0.969293)
17588 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_5012_95_0 (CPU, FIFO) (prio -0.974502)
17589 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_94_1 (CPU, FIFO) (prio -0.979710)
17590 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_42_1 (CPU, FIFO) (prio -0.984918)
17591 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_87_0 (CPU, FIFO) (prio -0.990127)
17592 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_567_32_0 (CPU, FIFO) (prio -0.995335)
17593 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_5766_40_0 (CPU, FIFO) (prio -1.000543)
17594 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] add to run list: ps_231009_input_6280_63_1 (CPU, FIFO) (prio -1.005752)
17595 Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] enforce_run_list(): start
17596 Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] preliminary job list:
17597 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 0: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17598 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 1: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: yes)
17599 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 2: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: yes)
17600 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 3: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: yes)
17601 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 4: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: yes)
17602 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 5: ps_231009_input_567_32_0 (1.00 CPU; MD: no; UTS: no)
17603 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 6: ps_231009_input_5766_40_0 (1.00 CPU; MD: no; UTS: no)
17604 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 7: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17605 Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] final job list:
17606 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 0: ps_231009_input_5012_95_0 (1.00 CPU; MD: no; UTS: yes)
17607 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 1: ps_231009_input_6280_94_1 (1.00 CPU; MD: no; UTS: yes)
17608 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 2: ps_231009_input_6280_42_1 (1.00 CPU; MD: no; UTS: yes)
17609 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 3: ps_231009_input_6280_87_0 (1.00 CPU; MD: no; UTS: yes)
17610 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 4: ps_231009_input_6280_64_0 (1.00 CPU; MD: no; UTS: yes)
17611 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 5: ps_231009_input_6280_46_0 (1.00 CPU; MD: no; UTS: yes)
17612 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 6: ps_231009_input_6280_44_0 (1.00 CPU; MD: no; UTS: yes)
17613 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 7: ps_231009_input_5012_57_1 (1.00 CPU; MD: no; UTS: no)
17614 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 8: ps_231009_input_567_32_0 (1.00 CPU; MD: no; UTS: no)
17615 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 9: ps_231009_input_5766_40_0 (1.00 CPU; MD: no; UTS: no)
17616 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] 10: ps_231009_input_6280_63_1 (1.00 CPU; MD: no; UTS: no)
17617 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_5012_95_0
17618 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_94_1
17619 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_42_1
17620 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_87_0
17621 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_64_0
17622 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_46_0
17623 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_6280_44_0
17624 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] scheduling ps_231009_input_5012_57_1
17625 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_567_32_0
17626 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_5766_40_0
17627 Asteroids@home Fri, 20/10/2023 03:37:55 PM [cpu_sched_debug] all CPUs used (8.00 >= 8), skipping ps_231009_input_6280_63_1
I just spotted 6 computation errors, but they aren't showing up as far as I can see in the log. They occured at 5:56:47pm according to Boinctasks history. But the log around that time doesn't seem to show anything, although I'm probably just missing it:
20859 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20860 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20861 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20862 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20863 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20864 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20865 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20866 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 7: ps_231009_input_6286_119_1 (1.00 CPU; MD: no; UTS: no)
20867 Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] final job list:
20868 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20869 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20870 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20871 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20872 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20873 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20874 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20875 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] 7: ps_231009_input_6286_119_1 (1.00 CPU; MD: no; UTS: no)
20876 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
20877 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
20878 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
20879 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
20880 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
20881 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
20882 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
20883 Asteroids@home Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] scheduling ps_231009_input_6286_119_1
20884 Asteroids@home Fri, 20/10/2023 05:55:39 PM Starting task ps_231009_input_6286_119_1
20885 Fri, 20/10/2023 05:55:39 PM [cpu_sched_debug] enforce_run_list: end
20886 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] Request CPU reschedule: application exited
20887 Asteroids@home Fri, 20/10/2023 05:55:40 PM Finished upload of ps_231009_input_6127_92_0_r301014354_0 (0 bytes)
20888 Asteroids@home Fri, 20/10/2023 05:55:40 PM Started upload of ps_231009_input_6177_91_0_r1380607319_0
20889 Asteroids@home Fri, 20/10/2023 05:55:40 PM Computation for task ps_231009_input_6286_119_1 finished
20890 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
20891 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] schedule_cpus(): start
20892 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941292)
20893 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946500)
20894 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951708)
20895 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956917)
20896 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962125)
20897 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967333)
20898 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972542)
20899 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] add to run list: ps_231009_input_6314_93_0 (CPU, FIFO) (prio -0.977750)
20900 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] enforce_run_list(): start
20901 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] preliminary job list:
20902 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20903 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20904 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20905 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20906 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20907 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20908 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20909 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 7: ps_231009_input_6314_93_0 (1.00 CPU; MD: no; UTS: no)
20910 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] final job list:
20911 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20912 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20913 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20914 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20915 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20916 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20917 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20918 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] 7: ps_231009_input_6314_93_0 (1.00 CPU; MD: no; UTS: no)
20919 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
20920 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
20921 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
20922 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
20923 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
20924 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
20925 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
20926 Asteroids@home Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] scheduling ps_231009_input_6314_93_0
20927 Asteroids@home Fri, 20/10/2023 05:55:40 PM Starting task ps_231009_input_6314_93_0
20928 Fri, 20/10/2023 05:55:40 PM [cpu_sched_debug] enforce_run_list: end
20929 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] Request CPU reschedule: application exited
20930 Asteroids@home Fri, 20/10/2023 05:55:42 PM Finished upload of ps_231009_input_6177_91_0_r1380607319_0 (0 bytes)
20931 Asteroids@home Fri, 20/10/2023 05:55:42 PM Started upload of ps_231009_input_6286_118_0_r338979691_0
20932 Asteroids@home Fri, 20/10/2023 05:55:42 PM Computation for task ps_231009_input_6314_93_0 finished
20933 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] Request CPU reschedule: handle_finished_apps
20934 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] schedule_cpus(): start
20935 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941292)
20936 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946500)
20937 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951708)
20938 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956917)
20939 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962125)
20940 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967333)
20941 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972542)
20942 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5243_40_2 (CPU, FIFO) (prio -0.977750)
20943 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] enforce_run_list(): start
20944 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] preliminary job list:
20945 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20946 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20947 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20948 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20949 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20950 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20951 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20952 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: no)
20953 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] final job list:
20954 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20955 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20956 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20957 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20958 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20959 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20960 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20961 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: no)
20962 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
20963 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
20964 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
20965 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
20966 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
20967 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
20968 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
20969 Asteroids@home Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] scheduling ps_231009_input_5243_40_2
20970 Asteroids@home Fri, 20/10/2023 05:55:42 PM Starting task ps_231009_input_5243_40_2
20971 Fri, 20/10/2023 05:55:42 PM [cpu_sched_debug] enforce_run_list: end
20972 Asteroids@home Fri, 20/10/2023 05:55:43 PM Finished upload of ps_231009_input_6286_118_0_r338979691_0 (0 bytes)
20973 Asteroids@home Fri, 20/10/2023 05:55:43 PM Started upload of ps_231009_input_6286_119_1_r2128674344_0
20974 Asteroids@home Fri, 20/10/2023 05:55:44 PM Finished upload of ps_231009_input_6286_119_1_r2128674344_0 (0 bytes)
20975 Asteroids@home Fri, 20/10/2023 05:55:44 PM Started upload of ps_231009_input_6314_93_0_r2026053675_0
20976 Asteroids@home Fri, 20/10/2023 05:55:45 PM Finished upload of ps_231009_input_6314_93_0_r2026053675_0 (0 bytes)
20977 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
20978 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] schedule_cpus(): start
20979 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941296)
20980 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946504)
20981 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951712)
20982 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956921)
20983 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962129)
20984 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967337)
20985 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972546)
20986 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5243_40_2 (CPU, FIFO) (prio -0.977754)
20987 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] enforce_run_list(): start
20988 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] preliminary job list:
20989 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
20990 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
20991 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
20992 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
20993 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
20994 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
20995 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
20996 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: no)
20997 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] final job list:
20998 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 0: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
20999 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 1: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21000 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21001 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 3: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21002 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 4: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21003 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 5: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21004 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 6: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21005 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] 7: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21006 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_5243_40_2
21007 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
21008 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
21009 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
21010 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
21011 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
21012 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
21013 Asteroids@home Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
21014 Fri, 20/10/2023 05:56:42 PM [cpu_sched_debug] enforce_run_list: end
21015 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
21016 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] schedule_cpus(): start
21017 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941300)
21018 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946508)
21019 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951716)
21020 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956925)
21021 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962133)
21022 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967341)
21023 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972550)
21024 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5243_40_2 (CPU, FIFO) (prio -0.977758)
21025 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] enforce_run_list(): start
21026 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] preliminary job list:
21027 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21028 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21029 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21030 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21031 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21032 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21033 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21034 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21035 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] final job list:
21036 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 0: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21037 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 1: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21038 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21039 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 3: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21040 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 4: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21041 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 5: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21042 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 6: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21043 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] 7: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21044 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_5243_40_2
21045 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
21046 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
21047 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
21048 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
21049 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
21050 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
21051 Asteroids@home Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
21052 Fri, 20/10/2023 05:57:42 PM [cpu_sched_debug] enforce_run_list: end
21053 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
21054 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] schedule_cpus(): start
21055 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941304)
21056 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946512)
21057 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951720)
21058 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956929)
21059 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962137)
21060 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967345)
21061 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972554)
21062 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5243_40_2 (CPU, FIFO) (prio -0.977762)
21063 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] enforce_run_list(): start
21064 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] preliminary job list:
21065 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21066 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21067 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21068 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21069 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21070 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21071 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21072 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21073 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] final job list:
21074 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 0: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21075 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 1: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21076 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21077 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 3: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21078 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 4: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21079 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 5: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21080 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 6: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21081 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] 7: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21082 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_5243_40_2
21083 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
21084 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
21085 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
21086 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
21087 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
21088 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
21089 Asteroids@home Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0
21090 Fri, 20/10/2023 05:58:42 PM [cpu_sched_debug] enforce_run_list: end
21091 Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
21092 Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] schedule_cpus(): start
21093 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_230929_input_76410_35_2 (CPU, FIFO) (prio -0.941308)
21094 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_32_1 (CPU, FIFO) (prio -0.946516)
21095 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4335_16_1 (CPU, FIFO) (prio -0.951725)
21096 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4367_34_0 (CPU, FIFO) (prio -0.956933)
21097 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_4658_2_0 (CPU, FIFO) (prio -0.962141)
21098 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5087_80_1 (CPU, FIFO) (prio -0.967350)
21099 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5759_24_0 (CPU, FIFO) (prio -0.972558)
21100 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] add to run list: ps_231009_input_5243_40_2 (CPU, FIFO) (prio -0.977766)
21101 Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] enforce_run_list(): start
21102 Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] preliminary job list:
21103 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 0: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21104 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 1: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21105 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21106 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 3: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21107 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 4: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21108 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 5: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21109 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 6: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21110 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 7: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21111 Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] final job list:
21112 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 0: ps_231009_input_5243_40_2 (1.00 CPU; MD: no; UTS: yes)
21113 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 1: ps_230929_input_76410_35_2 (1.00 CPU; MD: no; UTS: no)
21114 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 2: ps_231009_input_4335_32_1 (1.00 CPU; MD: no; UTS: no)
21115 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 3: ps_231009_input_4335_16_1 (1.00 CPU; MD: no; UTS: no)
21116 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 4: ps_231009_input_4367_34_0 (1.00 CPU; MD: no; UTS: no)
21117 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 5: ps_231009_input_4658_2_0 (1.00 CPU; MD: no; UTS: no)
21118 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 6: ps_231009_input_5087_80_1 (1.00 CPU; MD: no; UTS: no)
21119 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] 7: ps_231009_input_5759_24_0 (1.00 CPU; MD: no; UTS: no)
21120 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_5243_40_2
21121 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_230929_input_76410_35_2
21122 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_32_1
21123 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_4335_16_1
21124 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_4367_34_0
21125 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_4658_2_0
21126 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_5087_80_1
21127 Asteroids@home Fri, 20/10/2023 05:59:42 PM [cpu_sched_debug] scheduling ps_231009_input_5759_24_0