100%

Message boards : Number crunching : 100%
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Profile adrianxw
Avatar

Send message
Joined: 4 Nov 20
Posts: 23
Credit: 2,768,459
RAC: 2,619
Message 1015 - Posted: 6 Jun 2021, 5:58:47 UTC

When tasks "complete" ie. show 100%, they continue in the running state for several minutes.
ID: 1015 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
TankbusterGames
Avatar

Send message
Joined: 22 May 21
Posts: 11
Credit: 3,021,798
RAC: 1,476
Message 1024 - Posted: 6 Jun 2021, 22:05:37 UTC - in response to Message 1015.  
Last modified: 6 Jun 2021, 22:06:10 UTC

I found out they go from 30% to 100% back down to 31% and so on... It happens multiple times per tasks.
I think it's a small bug, but the tasks will finish if you let them run :)
ID: 1024 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Rasputin42

Send message
Joined: 12 Jan 21
Posts: 13
Credit: 2,513,888
RAC: 0
Message 1031 - Posted: 7 Jun 2021, 20:08:50 UTC - in response to Message 1024.  

Same here;)
ID: 1031 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Vato
Avatar

Send message
Joined: 23 Oct 20
Posts: 5
Credit: 2,268,846
RAC: 4,856
Message 1032 - Posted: 8 Jun 2021, 19:38:32 UTC

Unfortunately this bug triggers the BOINC client to fetch work unnecessarily
(especially if you run with no cache on purpose)
Please fix this if possible
ID: 1032 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer

Send message
Joined: 11 Oct 20
Posts: 323
Credit: 23,123,137
RAC: 11,309
Message 1033 - Posted: 8 Jun 2021, 19:40:45 UTC

May be we catch the bug. :)
ID: 1033 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
floyd

Send message
Joined: 10 Jan 21
Posts: 8
Credit: 1,984,643
RAC: 0
Message 1035 - Posted: 12 Jun 2021, 17:17:14 UTC - in response to Message 1033.  

May be we catch the bug. :)
Are you talking about this commit? Well I'm no C++ programmer but to me that does not look like a proper fix. Has it been tested?
ID: 1035 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Greger

Send message
Joined: 20 Mar 21
Posts: 1
Credit: 71,339,700
RAC: 63,813
Message 1050 - Posted: 24 Jun 2021, 22:19:17 UTC

To hard to cache it ...
ID: 1050 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
sam6861

Send message
Joined: 28 Dec 20
Posts: 13
Credit: 8,957,185
RAC: 0
Message 1093 - Posted: 19 Jul 2021, 7:20:30 UTC - in response to Message 1015.  

Got the 100% bug on some tasks.
corona_Eprot_v1_run_2_nb3di_109561_4_1

On Linux, can look at BOINC slots files. Slot number may be different. Hex 0a is a new line.
while :
do
hexdump -C /var/lib/boinc-client/slots/2/docking_out.progress
sleep 30
done
00000000  30 2e 31 32 38 32 35 37 0a 0a 0a  |0.128257...|
00000000  30 2e 31 33 32 0a 35 37 0a 0a 0a  |0.132.57...|
00000000  30 2e 31 33 36 32 37 33 0a 0a 0a  |0.136273...|

Looks like CmDock seek to beginning of file and wrote 0.132 which is fewer characters. Then, I guess BOINC wrapper read the last line containing a number as 57, which is 5700% if BOINC didn't limit max number of 100%.

The extra new lines ( 0a 0a ) is when it lost 2 digits as the number went from 0.00999999 to 0.0111111, then to 0.111111.

For now, can temporary override the progress for some time, mostly just 1 minute then it goes back to showing actual progress.
printf "0.5\n" > /var/lib/boinc-client/slots/2/docking_out.progress

Would like to see a fix. Preferably can write the same number of characters "0.13200000". I guess a possibly easier fix is to add spaces to clear away extra digits "0.132 ".
ID: 1093 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ataraxy

Send message
Joined: 1 Jan 21
Posts: 20
Credit: 2,961,202
RAC: 4,089
Message 1094 - Posted: 23 Jul 2021, 7:23:09 UTC

Thanks sam6861!

Hopefully this helps SiDock fix this.
ID: 1094 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
bozz4science

Send message
Joined: 31 Oct 20
Posts: 32
Credit: 841,194
RAC: 0
Message 1104 - Posted: 8 Aug 2021, 10:06:59 UTC
Last modified: 8 Aug 2021, 10:07:16 UTC

When will this issue be addressed? The pb is pointless if it is stuck at 100% for the majority of its runtime. If the bug pointed out below will already solve this issue, could you please implement it? Thanks
ID: 1104 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer

Send message
Joined: 11 Oct 20
Posts: 323
Credit: 23,123,137
RAC: 11,309
Message 1105 - Posted: 8 Aug 2021, 21:13:17 UTC - in response to Message 1104.  

Hello! :)

When will this issue be addressed? The pb is pointless if it is stuck at 100% for the majority of its runtime. If the bug pointed out below will already solve this issue, could you please implement it? Thanks

We reported about problem and offer solution (slightly different, but for this case).
ID: 1105 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
bozz4science

Send message
Joined: 31 Oct 20
Posts: 32
Credit: 841,194
RAC: 0
Message 1110 - Posted: 16 Aug 2021, 16:36:02 UTC - in response to Message 1105.  
Last modified: 16 Aug 2021, 16:36:45 UTC

Is this solution you are talking about already implemented in the latest app version or do I need to act on the client side? I do still have this issue on my Win10 host regularly.
ID: 1110 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer

Send message
Joined: 11 Oct 20
Posts: 323
Credit: 23,123,137
RAC: 11,309
Message 1112 - Posted: 18 Aug 2021, 8:16:27 UTC

Hello folks! The new version of the application should be released in the next two or three weeks.
ID: 1112 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
bozz4science

Send message
Joined: 31 Oct 20
Posts: 32
Credit: 841,194
RAC: 0
Message 1113 - Posted: 18 Aug 2021, 12:50:28 UTC

Great! Thanks for the update :)
ID: 1113 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ataraxy

Send message
Joined: 1 Jan 21
Posts: 20
Credit: 2,961,202
RAC: 4,089
Message 1114 - Posted: 20 Aug 2021, 8:38:20 UTC - in response to Message 1112.  

Hello folks! The new version of the application should be released in the next two or three weeks.


Thanks!
ID: 1114 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Bryn Mawr

Send message
Joined: 16 Aug 21
Posts: 36
Credit: 13,811,760
RAC: 18,739
Message 1136 - Posted: 7 Sep 2021, 12:45:52 UTC - in response to Message 1112.  

Hello folks! The new version of the application should be released in the next two or three weeks.


Any news on this?
ID: 1136 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Crtomir
Volunteer moderator
Project developer
Project scientist

Send message
Joined: 11 Nov 20
Posts: 47
Credit: 83,493
RAC: 0
Message 1139 - Posted: 9 Sep 2021, 11:42:14 UTC - in response to Message 1136.  

Dear colleagues,

we are working constantly on future relleases of the software to be more effective and user friendly. To release the official version for MacOS we need developer with license to sign
the release.

All the best,

Crtomir
ID: 1139 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ataraxy

Send message
Joined: 1 Jan 21
Posts: 20
Credit: 2,961,202
RAC: 4,089
Message 1233 - Posted: 27 Sep 2021, 9:40:34 UTC
Last modified: 27 Sep 2021, 9:46:09 UTC

Any progress with this?

Since there's not currently a Mac OS version of the CurieMarieDock on BOINC + zipped input, checkpoints and progress bar application https://www.sidock.si/sidock/apps.php is it essential to wait for the Mac OS version?

Thanks!
ID: 1233 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
bozz4science

Send message
Joined: 31 Oct 20
Posts: 32
Credit: 841,194
RAC: 0
Message 1234 - Posted: 27 Sep 2021, 13:56:06 UTC - in response to Message 1139.  
Last modified: 27 Sep 2021, 13:56:38 UTC

Just wanted to report that I do still experience this issue with the latest Windows app.
ID: 1234 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
bozz4science

Send message
Joined: 31 Oct 20
Posts: 32
Credit: 841,194
RAC: 0
Message 1262 - Posted: 1 Oct 2021, 13:25:36 UTC

However, it seems that I didn't look closely enough. During the task, the progress bar might suddenly jump to a 100% and stay there for several seconds up to a few minutes and then usually reverts back to the normal progress. This can happen several times per task but now with this behavior, the progress bar issue seems somewhat alleviated. Any way to bring the progress bar behavior all the way back to its normal behavior? Thx anyway in the meantime for the current solution.
ID: 1262 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
1 · 2 · Next

Message boards : Number crunching : 100%

©2024 SiDock@home Team