Gamma Ray Pulsar Tasks stuck

Jay Trang
Jay Trang
Joined: 21 Oct 24
Posts: 1
Credit: 276474
RAC: 9778
Topic 231677

Lately, all the tasks I am getting from gamma-ray pulsar searches keep getting stuck at 89.959% completion. What is going on?

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4964
Credit: 18717311053
RAC: 6395691

The are NOT stuck.  That is

The are NOT stuck.  That is exactly what they are supposed to do.  Just let them finish.

 

mikey
mikey
Joined: 22 Jan 05
Posts: 12682
Credit: 1839085599
RAC: 3852

Jay Trang wrote: Lately, all

Jay Trang wrote:

Lately, all the tasks I am getting from gamma-ray pulsar searches keep getting stuck at 89.959% completion. What is going on? 

As Keith said they are using the cpu to compile all the results, they do that at around 49.??% as well getting the data ready to send back to Einstein as a finished task. There's no way around this as it's part of the task design.

Scrooge McDuck
Scrooge McDuck
Joined: 2 May 07
Posts: 1052
Credit: 17889059
RAC: 11226

Jay Trang schrieb:Lately,

Jay Trang wrote:

Lately, all the tasks I am getting from gamma-ray pulsar searches keep getting stuck at 89.959% completion. What is going on?

Hello Jay Trang,

Welcome to the einstein@home forum!!!

The final ~10% are used to reevaluate a toplist of the ten most promising signal candidates. The science app doesn't update the progress meter during this final phase; don't know why...

If you urgently want to monitor progress during this final phase, you can still observe the stderr.txt logfile in BOINC's slots subdirectory ([..]/BOINC/slots/[slotID]/stderr.txt).

if you use Linux or some POSIX extension to Windows like "cygwin":  tail -n [..]/BOINC/tasks/[slotID]/stderr.txt

You will at least witness the checkpoints which are written after each finished candidate (10 checkpoints until 100% progress).

example:

[...]
% C 19 0
% C 20 0
% C 21 0
% C 22 0       --> regular progress up to 89.959% until this checkpoint
% C 23 2       --> 1st toplist candidate
% C 24 3       --> 2nd top...
% C 25 4       --> 3rd
% C 26 5       ...
% C 27 6
% C 28 7
% C 29 8
% C 30 9
% C 31 10
% C 32 11      --> 10th toplist candidate  --> finished 100%.
FPU status flags:  PRECISION
01:08:31 (7096): [normal]: done. calling boinc_finish(0).
01:08:31 (7096): called boinc_finish
Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3945
Credit: 46771182642
RAC: 64068279

mikey wrote: As Keith said

mikey wrote:

As Keith said they are using the cpu to compile all the results, they do that at around 49.??% as well getting the data ready to send back to Einstein as a finished task. There's no way around this as it's part of the task design.



you're confusing the O3AS tasks (GPU) with the gamma ray tasks (CPU) that the OP is talking about. he's asking about the FGRP5 CPU-only work. they do CPU computation 100% of the time, not only at that toplist section.

O3AS for apps v1.07 (OpenCL) and v1.08/1.15 (CUDA),"pauses" at 49.5% and 99.5% during this time calculations are being done on CPU.
O3AS for app 1.14 (CUDA) "pauses" at 37.5% and 87.5%, during this time calculations are being done on GPU

FGRP5 CPU work will "pause" at 89.99%, and jump to 100% when done. the old GPU app for FGRPB1G did the same thing.

in all of these cases, nothing is actually stopped or paused. calculations of some kind are still happening somewhere (depending on which app you're looking at), it's only BOINCs completion percentage reporting that's a little iffy.

_________________________________________________________________________

GWGeorge007
GWGeorge007
Joined: 8 Jan 18
Posts: 3061
Credit: 4965587686
RAC: 1413436

+1

+1

George

Proud member of the Old Farts Association

Scrooge McDuck
Scrooge McDuck
Joined: 2 May 07
Posts: 1052
Credit: 17889059
RAC: 11226

Ian&Steve C. schrieb: O3AS

Ian&Steve C. wrote:

O3AS for apps v1.07 (OpenCL) and v1.08/1.15 (CUDA),"pauses" at 49.5% and 99.5% during this time calculations are being done on CPU.

O3AS for app 1.14 (CUDA) "pauses" at 37.5% and 87.5%, during this time calculations are being done on GPU

FGRP5 CPU work will "pause" at 89.99%, and jump to 100% when done. the old GPU app for FGRPB1G did the same thing.

[off-topic:]

Seems like we could use a 'Wiki' here that collects all this useful information.   ;-)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.