log in |
Message boards : Number crunching : Sierpinski / Riesel Base - long3 v0.27 - after 20hours and 90% back to 0 % ??
Author | Message |
---|---|
Hello, | |
ID: 8852 · Rating: 0 · rate: / Reply Quote | |
Hello, Can you pls check the stderr.txt from one WU and post the lines here? We can calculate the estimated runtime and check the last checkpoint. | |
ID: 8853 · Rating: 0 · rate: / Reply Quote | |
23:15:04 (1567192): wrapper (7.2.26012): starting | |
ID: 8854 · Rating: 0 · rate: / Reply Quote | |
23:15:04 (1567192): wrapper (7.2.26012): starting ah, linux, a new wrapper with more output is in work, 2 entries could be a restart, no infos about checkpoints but dont worry about the 0 time, if a checkpoint was reached it will restart from the last point. | |
ID: 8855 · Rating: 0 · rate: / Reply Quote | |
Thanks! | |
ID: 8856 · Rating: 0 · rate: / Reply Quote | |
Thanks! If the client contacting the server the percentage is based from the last results overall, I dont know if you can have more than 100% but in this case it could be restarted from the last savepoint. | |
ID: 8857 · Rating: 0 · rate: / Reply Quote | |
The WUs were running since additional 13 hours now. I dont see any hint of a checkpoint. | |
ID: 8858 · Rating: 0 · rate: / Reply Quote | |
The WUs were running since additional 13 hours now. I dont see any hint of a checkpoint. No, should be done in around 16h, maybe less, tested on my 3950x single core with only 2 lines on start, AVX2 should be faster, cache issues, some Gerbicz check failed errors or throttling? I recommend to run the long with app_config like -t6 or -t8 on ryzen, less heat and faster run. | |
ID: 8859 · Rating: 0 · rate: / Reply Quote | |
On Linux *buntu you could try this: 1907473 boinc 39 19 95932 63068 3604 R 96,0 0,8 32:32.78 llr2_64 e.g. your $PID is 1907473.Then sudo strace -e trace=write -s 128 -p 1907473 to attach your process and trace writes. Output: strace: Process 1907473 attached a few moments later...write(1, "74*1010^195186-1, bit: 145465 / 195186 [74.52%], 134178 checked", 63) = 63
write(1, ". Time per bit: ", 17) = 17
write(1, "13.266 ms.", 10) = 10
write(1, "\r", 1) = 1 And don't forget Ctrl+C to detach. Output: ^Cstrace: Process 1907473 detached | |
ID: 8863 · Rating: 0 · rate: / Reply Quote | |
Message boards :
Number crunching :
Sierpinski / Riesel Base - long3 v0.27 - after 20hours and 90% back to 0 % ??