BOINC: Windows to Linux

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

ericlp

Diamond Member
Dec 24, 2000
6,133
219
106

I used this to connect win10 to a few raspberry pi clients I got setup. I don't have any "PC" linux boxes ... but I'm sure it would be pretty easy to remote into them from remote desktop. Works great. And you can remote into them from anywhere you have a network connection... best part about it.
 
  • Like
Reactions: crashtech

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Hey guys, is there any reason why I have to run boincmgr as sudo to get it to run now? It wasn't like that at first, but something I did indirectly caused tht to change.
 

biodoc

Diamond Member
Dec 29, 2005
6,261
2,238
136
Hey guys, is there any reason why I have to run boincmgr as sudo to get it to run now? It wasn't like that at first, but something I did indirectly caused tht to change.

No, all the boinc apps are in /usr/bin and all users can read and execute on my computer.

-rwxr-xr-x 1 root root 968920 May 22 2018 boinc
-rwxr-xr-x 1 root root 34904 May 22 2018 boinccmd
-rwxr-xr-x 1 root root 3001592 May 22 2018 boincmgr

If it has changed from the above, then 'sudo chmod 755 boincmgr' will do the trick.
 

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Well I think it was the "shortcut" that was broken. Not sure. I'm just not getting consistent results. It's all working fine this morning after a reboot. Thanks, @biodoc .

I used 'ls -l | grep boinc' while in /bin to get the list you posted, seems easy now, but did not know how to do it.
 

StefanR5R

Elite Member
Dec 10, 2016
5,494
7,780
136
How will I tell if I've successfully started a second BOINC instance,
ps auxf
shows all currently running processes;
needs to run on the same host as the client which you are looking after​

boinccmd --host hostname_or_ip_address:portnumber --client_version
attempts a basic remote status RPC (as opposed to a control RPC which changes client state and therefore would typically require the --passwd password argument);
may run on the same or a different host than the client which you are after, but running it on the localhost eliminates issues with routing or firewalls​

These two are more elemental than trying to use boincmgr to check whether a specific client is running. In addition, "ps auxf" shows you with which data directory path the client was started, and whether it is running science applications as child processes.
 
  • Like
Reactions: crashtech

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
I've been using :
'ps -A | grep boinc'
Seems to work okay. 'ps auxf | grep boinc' does give a lot more info, maybe more than I need most of the time.
 

biodoc

Diamond Member
Dec 29, 2005
6,261
2,238
136
Yesterday I searched for a linux app that was easier to use than nvidia-smi to monitor gpu activity on remote machines via an ssh terminal session. I found nvtop which is similar in appearance to htop (cpu/mem/process monitoring). Unfortunately nvtop is not available yet in the linux mint repositories so I had to build it from source. The instructions are at the link provided.

Open up a terminal window and by default you should be in your home directory.

sudo apt install build-essential <---installs the tools needed for building an app from source
sudo apt install cmake libncurses5-dev libncursesw5-dev git <-----installs dependencies
git clone https://github.com/Syllo/nvtop.git <----'gits" the source code
mkdir -p nvtop/build && cd nvtop/build
cmake .. <----make sure you include the periods

If it errors with "Could NOT find NVML (missing: NVML_INCLUDE_DIRS)" then try this:

cmake .. -DNVML_RETRIEVE_HEADER_ONLINE=True

make <-----compiles the source code
sudo make install <-----installs


To run it type 'nvtop' in a terminal window.

This is so cool! :)

nvtop.png
 

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Thanks, @biodoc ! Thant sounds like something I might be able to achieve. Question though, is there a different distro that would be superior to Mint for my purposes? I was introduced to Mint somewhere around the time we raced the Bronies in F@H, and I never actually did any research on it.
 

biodoc

Diamond Member
Dec 29, 2005
6,261
2,238
136
Question though, is there a different distro that would be superior to Mint for my purposes?

Perhaps I'm wrong, but I think Mint is probably easier to use than most other distros. Mint is derived from Ubuntu so both are Debian based. I used Arch for awhile and I must admit, they have excellent documentation. I also used openSUSE for awhile but that was many years ago. When I was working, we used Redhat on our workstations and clustr.
 
  • Like
Reactions: crashtech

Markfw

Moderator Emeritus, Elite Member
May 16, 2002
25,540
14,494
136
As a mint newbie, I have it running on about 12 systems now. Dor DC, its great ! I just install windows 10, use all the tools to make sure temps are good, then install mint on a dual-boot using mints option, so I don;t need to much in the way of monitoring.
 

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Running F@H in MInt on a 2060, driver 430:

mintfah.jpg

This is far short of expectations, should I be running a different driver?
 

Markfw

Moderator Emeritus, Elite Member
May 16, 2002
25,540
14,494
136
Running F@H in MInt on a 2060, driver 430:

mintfah.jpg

This is far short of expectations, should I be running a different driver?
Did you put in the passkey ? Also, there is a problem with F@H. The servers are all messed up. If you use the folding points calculator, thats actually getting 936,792 ppd.

Hard to explain, just know its actually doing fine. Here: http://www.linuxforge.net/bonuscalc2.php

Project 11714, frame 1 : 52 is the points I posted. Too tired to find the link, but trust me its their servers.You WILL get the right points.

Edit: to verify what I said, look at the log file after it completes. Look for a section like the below:

03:40:12:WU01:FS01:Upload complete
03:40:12:WU01:FS01:Server responded WORK_ACK (400)
03:40:12:WU01:FS01:Final credit estimate, 46115.00 points
03:40:12:WU01:FS01:Cleaning up

This was for one of my 2060's 02:34:55:WU01:FS01:0x21:project: 14184 (Run 5, Clone 92, Gen 6)

And my 2 2060's in mint are getting 868k and 1085k, and you are right in the middle, so all is good.
 
Last edited:

Markfw

Moderator Emeritus, Elite Member
May 16, 2002
25,540
14,494
136
There was another problem 2 days ago. I had to reboot all my servers. They would not acknowledge there was a problem, but there was.

Anyway, verify your results by looking here: https://folding.extremeoverclocking.com/user_summary.php?s=&u=93494 (those are mine, but you get the idea.)
Check all your boxes, add up what should be the real ppd for every box, and 10 pm pst to 10 pm pst it should be close.
 

StefanR5R

Elite Member
Dec 10, 2016
5,494
7,780
136
foldingathome.org says: "The bonus is applied for users who use a passkey, have successfully returned at least 10 bonus-eligible WUs, have successfully returned 80% or more of assigned WUs, and returned the unit before its Timeout (formerly Preferred Deadline). Bonus points do not apply to partial returns."

Are these 10 initial results counted per user, or per computer of the user?

(I found this post from Tony during the last F@H race: He "searched for answers and found more questions instead".)
 
Last edited:

biodoc

Diamond Member
Dec 29, 2005
6,261
2,238
136
Are these 10 initial results counted per user, or per computer of the user?

It's definitely per user. I folded for a couple of weeks on my latest 3700X build with a new RTX 2070 which never had F@H installed and I got bonus point right out of the gate. However FAHControl did not read out PPD using bonus points. I thought this issue was resolved.

https://foldingforum.org/viewtopic.php?f=106&t=31758
 
  • Like
Reactions: StefanR5R

StefanR5R

Elite Member
Dec 10, 2016
5,494
7,780
136
However FAHControl did not read out PPD using bonus points. I thought this issue was resolved.

https://foldingforum.org/viewtopic.php?f=106&t=31758
To summarize the thread: Rather than fixing the issue in the client, they want to fix it at the servers, and already have so on several but not all, yet. It's only a display issue; bonus gets applied nevertheless, and stats like EOC's should reflect it.
 
  • Like
Reactions: biodoc

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Thanks for the assistance, guys. I don't recall how to tell if my passkey was entered properly or not, there don't seem to be any error messages. But if I understand what's being said, I should just ignore the ppd estimate for now.
 

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
It displays the passkey I entered, yes. I am not sure how to verify that it was accepted as valid.
 

Markfw

Moderator Emeritus, Elite Member
May 16, 2002
25,540
14,494
136
From the folding forum on Aug 10th

"

This is not the only server affected by a change in the API's that has occurred over the last couple months. The AS and WS software is in the process of being upgraded on all F@h servers, some responses on this are in other related topics reporting the issues.

The fixes are getting put in place - Bruce has posted on that elsewhere, some servers are done and WU's assigned and returned to the servers going forward will get bonus points.

A manual crediting of past WU's from projects on several servers will be done at some point in the future after all servers are updated. That crediting will be for the missing bonus points. "
 
  • Like
Reactions: crashtech

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Today, I remoted into the Linux box to find that F@H was just sitting there saying "ready," even though I never asked it to "finish" or anything like that. Clicking the "Fold" button had no effect, so I just rebooted it and it started working again. Any idea what causes this?
 

crashtech

Lifer
Jan 4, 2013
10,523
2,111
146
Well, F@H decided to take a break again. There do seem to be a couple errors in the log but I don't know what to make of them. It works fine then gives up on downloading.

Code:
00:43:12:WU00:FS00:0x21:*********************** Log Started 2019-10-05T00:43:12Z ***********************
00:43:12:WU00:FS00:0x21:Project: 14229 (Run 882, Clone 0, Gen 93)
00:43:12:WU00:FS00:0x21:Unit: 0x0000008480fccb0a5d6553da483842cc
00:43:12:WU00:FS00:0x21:CPU: 0x00000000000000000000000000000000
00:43:12:WU00:FS00:0x21:Machine: 0
00:43:12:WU00:FS00:0x21:Reading tar file core.xml
00:43:12:WU00:FS00:0x21:Reading tar file integrator.xml
00:43:12:WU00:FS00:0x21:Reading tar file state.xml
00:43:12:WU00:FS00:0x21:Reading tar file system.xml
00:43:13:WU00:FS00:0x21:Digital signatures verified
00:43:13:WU00:FS00:0x21:Folding@home GPU Core21 Folding@home Core
00:43:13:WU00:FS00:0x21:Version 0.0.20
00:43:18:WU01:FS00:Upload 7.17%
00:43:24:WU01:FS00:Upload 14.69%
00:43:30:WU01:FS00:Upload 22.00%
00:43:36:WU01:FS00:Upload 29.51%
00:43:42:WU01:FS00:Upload 36.75%
00:43:48:WU01:FS00:Upload 44.27%
00:43:51:WU00:FS00:0x21:Completed 0 out of 500000 steps (0%)
00:43:51:WU00:FS00:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
00:43:54:WU01:FS00:Upload 51.92%
00:44:00:WU01:FS00:Upload 59.37%
00:44:06:WU01:FS00:Upload 66.88%
00:44:12:WU01:FS00:Upload 73.10%
00:44:18:WU01:FS00:Upload 80.61%
00:44:24:WU01:FS00:Upload 88.06%
00:44:30:WU01:FS00:Upload 95.64%
00:44:32:WU00:FS00:0x21:Completed 5000 out of 500000 steps (1%)
00:44:35:WU01:FS00:Upload complete
00:44:35:WU01:FS00:Server responded WORK_ACK (400)
00:44:35:WU01:FS00:Final credit estimate, 166087.00 points
00:44:35:WU01:FS00:Cleaning up
00:45:11:WU00:FS00:0x21:Completed 10000 out of 500000 steps (2%)
00:45:50:WU00:FS00:0x21:Completed 15000 out of 500000 steps (3%)
00:46:30:WU00:FS00:0x21:Completed 20000 out of 500000 steps (4%)
00:47:20:WU00:FS00:0x21:Completed 25000 out of 500000 steps (5%)
00:47:59:WU00:FS00:0x21:Completed 30000 out of 500000 steps (6%)
00:48:38:WU00:FS00:0x21:Completed 35000 out of 500000 steps (7%)
00:49:17:WU00:FS00:0x21:Completed 40000 out of 500000 steps (8%)
00:50:07:WU00:FS00:0x21:Completed 45000 out of 500000 steps (9%)
00:50:47:WU00:FS00:0x21:Completed 50000 out of 500000 steps (10%)
00:51:25:WU00:FS00:0x21:Completed 55000 out of 500000 steps (11%)
00:52:04:WU00:FS00:0x21:Completed 60000 out of 500000 steps (12%)
00:52:56:WU00:FS00:0x21:Completed 65000 out of 500000 steps (13%)
00:53:35:WU00:FS00:0x21:Completed 70000 out of 500000 steps (14%)
00:54:14:WU00:FS00:0x21:Completed 75000 out of 500000 steps (15%)
00:54:53:WU00:FS00:0x21:Completed 80000 out of 500000 steps (16%)
00:55:44:WU00:FS00:0x21:Completed 85000 out of 500000 steps (17%)
00:56:23:WU00:FS00:0x21:Completed 90000 out of 500000 steps (18%)
00:57:02:WU00:FS00:0x21:Completed 95000 out of 500000 steps (19%)
00:57:41:WU00:FS00:0x21:Completed 100000 out of 500000 steps (20%)
00:58:31:WU00:FS00:0x21:Completed 105000 out of 500000 steps (21%)
00:59:10:WU00:FS00:0x21:Completed 110000 out of 500000 steps (22%)
00:59:49:WU00:FS00:0x21:Completed 115000 out of 500000 steps (23%)
01:00:28:WU00:FS00:0x21:Completed 120000 out of 500000 steps (24%)
01:01:19:WU00:FS00:0x21:Completed 125000 out of 500000 steps (25%)
01:01:58:WU00:FS00:0x21:Completed 130000 out of 500000 steps (26%)
01:02:37:WU00:FS00:0x21:Completed 135000 out of 500000 steps (27%)
01:03:16:WU00:FS00:0x21:Completed 140000 out of 500000 steps (28%)
01:04:05:WU00:FS00:0x21:Completed 145000 out of 500000 steps (29%)
01:04:44:WU00:FS00:0x21:Completed 150000 out of 500000 steps (30%)
01:05:23:WU00:FS00:0x21:Completed 155000 out of 500000 steps (31%)
01:06:02:WU00:FS00:0x21:Completed 160000 out of 500000 steps (32%)
01:06:53:WU00:FS00:0x21:Completed 165000 out of 500000 steps (33%)
01:07:32:WU00:FS00:0x21:Completed 170000 out of 500000 steps (34%)
01:08:10:WU00:FS00:0x21:Completed 175000 out of 500000 steps (35%)
01:08:50:WU00:FS00:0x21:Completed 180000 out of 500000 steps (36%)
01:09:40:WU00:FS00:0x21:Completed 185000 out of 500000 steps (37%)
01:10:20:WU00:FS00:0x21:Completed 190000 out of 500000 steps (38%)
01:10:59:WU00:FS00:0x21:Completed 195000 out of 500000 steps (39%)
01:11:38:WU00:FS00:0x21:Completed 200000 out of 500000 steps (40%)
01:12:28:WU00:FS00:0x21:Completed 205000 out of 500000 steps (41%)
01:13:07:WU00:FS00:0x21:Completed 210000 out of 500000 steps (42%)
01:13:46:WU00:FS00:0x21:Completed 215000 out of 500000 steps (43%)
01:14:25:WU00:FS00:0x21:Completed 220000 out of 500000 steps (44%)
01:15:14:WU00:FS00:0x21:Completed 225000 out of 500000 steps (45%)
01:15:53:WU00:FS00:0x21:Completed 230000 out of 500000 steps (46%)
01:16:32:WU00:FS00:0x21:Completed 235000 out of 500000 steps (47%)
01:17:11:WU00:FS00:0x21:Completed 240000 out of 500000 steps (48%)
01:18:01:WU00:FS00:0x21:Completed 245000 out of 500000 steps (49%)
01:18:39:WU00:FS00:0x21:Completed 250000 out of 500000 steps (50%)
01:19:18:WU00:FS00:0x21:Completed 255000 out of 500000 steps (51%)
01:19:57:WU00:FS00:0x21:Completed 260000 out of 500000 steps (52%)
01:20:48:WU00:FS00:0x21:Completed 265000 out of 500000 steps (53%)
01:21:27:WU00:FS00:0x21:Completed 270000 out of 500000 steps (54%)
01:22:06:WU00:FS00:0x21:Completed 275000 out of 500000 steps (55%)
01:22:45:WU00:FS00:0x21:Completed 280000 out of 500000 steps (56%)
01:23:35:WU00:FS00:0x21:Completed 285000 out of 500000 steps (57%)
01:24:14:WU00:FS00:0x21:Completed 290000 out of 500000 steps (58%)
01:24:53:WU00:FS00:0x21:Completed 295000 out of 500000 steps (59%)
01:25:32:WU00:FS00:0x21:Completed 300000 out of 500000 steps (60%)
01:26:23:WU00:FS00:0x21:Completed 305000 out of 500000 steps (61%)
01:27:02:WU00:FS00:0x21:Completed 310000 out of 500000 steps (62%)
01:27:40:WU00:FS00:0x21:Completed 315000 out of 500000 steps (63%)
01:28:20:WU00:FS00:0x21:Completed 320000 out of 500000 steps (64%)
01:29:10:WU00:FS00:0x21:Completed 325000 out of 500000 steps (65%)
01:29:49:WU00:FS00:0x21:Completed 330000 out of 500000 steps (66%)
01:30:28:WU00:FS00:0x21:Completed 335000 out of 500000 steps (67%)
01:31:07:WU00:FS00:0x21:Completed 340000 out of 500000 steps (68%)
01:31:56:WU00:FS00:0x21:Completed 345000 out of 500000 steps (69%)
01:32:35:WU00:FS00:0x21:Completed 350000 out of 500000 steps (70%)
01:33:14:WU00:FS00:0x21:Completed 355000 out of 500000 steps (71%)
01:33:53:WU00:FS00:0x21:Completed 360000 out of 500000 steps (72%)
01:34:44:WU00:FS00:0x21:Completed 365000 out of 500000 steps (73%)
01:35:23:WU00:FS00:0x21:Completed 370000 out of 500000 steps (74%)
01:36:02:WU00:FS00:0x21:Completed 375000 out of 500000 steps (75%)
01:36:40:WU00:FS00:0x21:Completed 380000 out of 500000 steps (76%)
01:37:30:WU00:FS00:0x21:Completed 385000 out of 500000 steps (77%)
01:38:09:WU00:FS00:0x21:Completed 390000 out of 500000 steps (78%)
01:38:48:WU00:FS00:0x21:Completed 395000 out of 500000 steps (79%)
01:39:27:WU00:FS00:0x21:Completed 400000 out of 500000 steps (80%)
01:40:17:WU00:FS00:0x21:Completed 405000 out of 500000 steps (81%)
01:40:56:WU00:FS00:0x21:Completed 410000 out of 500000 steps (82%)
01:41:35:WU00:FS00:0x21:Completed 415000 out of 500000 steps (83%)
01:42:14:WU00:FS00:0x21:Completed 420000 out of 500000 steps (84%)
01:43:03:WU00:FS00:0x21:Completed 425000 out of 500000 steps (85%)
01:43:42:WU00:FS00:0x21:Completed 430000 out of 500000 steps (86%)
01:44:21:WU00:FS00:0x21:Completed 435000 out of 500000 steps (87%)
01:45:00:WU00:FS00:0x21:Completed 440000 out of 500000 steps (88%)
01:45:51:WU00:FS00:0x21:Completed 445000 out of 500000 steps (89%)
01:46:30:WU00:FS00:0x21:Completed 450000 out of 500000 steps (90%)
01:47:09:WU00:FS00:0x21:Completed 455000 out of 500000 steps (91%)
01:47:48:WU00:FS00:0x21:Completed 460000 out of 500000 steps (92%)
01:48:38:WU00:FS00:0x21:Completed 465000 out of 500000 steps (93%)
01:49:17:WU00:FS00:0x21:Completed 470000 out of 500000 steps (94%)
01:49:56:WU00:FS00:0x21:Completed 475000 out of 500000 steps (95%)
01:50:35:WU00:FS00:0x21:Completed 480000 out of 500000 steps (96%)
01:51:26:WU00:FS00:0x21:Completed 485000 out of 500000 steps (97%)
01:52:05:WU00:FS00:0x21:Completed 490000 out of 500000 steps (98%)
01:52:44:WU00:FS00:0x21:Completed 495000 out of 500000 steps (99%)
01:52:44:WU01:FS00:Connecting to 65.254.110.245:8080
01:52:44:WU01:FS00:Assigned to work server 155.247.166.220
01:52:44:WU01:FS00:Requesting new work unit for slot 00: RUNNING gpu:0:TU106 [Geforce RTX 2060] from 155.247.166.220
01:52:44:WU01:FS00:Connecting to 155.247.166.220:8080
01:52:45:WU01:FS00:Downloading 2.33MiB
01:53:23:WU00:FS00:0x21:Completed 500000 out of 500000 steps (100%)
01:53:34:WU00:FS00:0x21:Saving result file logfile_01.txt
01:53:34:WU00:FS00:0x21:Saving result file checkpointState.xml
01:53:35:WU00:FS00:0x21:Saving result file checkpt.crc
01:53:35:WU00:FS00:0x21:Saving result file log.txt
01:53:35:WU00:FS00:0x21:Saving result file positions.xtc
01:53:35:WU00:FS00:0x21:Folding@home Core Shutdown: FINISHED_UNIT
01:53:35:WU00:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
01:53:35:WU00:FS00:Sending unit results: id:00 state:SEND error:NO_ERROR project:14229 run:882 clone:0 gen:93 core:0x21 unit:0x0000008480fccb0a5d6553da483842cc
01:53:35:WU00:FS00:Uploading 51.53MiB to 128.252.203.10
01:53:35:WU00:FS00:Connecting to 128.252.203.10:8080
01:53:41:WU00:FS00:Upload 5.82%
01:53:47:WU00:FS00:Upload 18.19%
01:53:53:WU00:FS00:Upload 31.65%
01:53:59:WU00:FS00:Upload 45.36%
01:54:00:WU01:FS00:Download 2.68%
01:54:00:ERROR:WU01:FS00:Exception: Transfer failed
01:54:01:WU01:FS00:Connecting to 65.254.110.245:8080
01:54:01:WU01:FS00:Assigned to work server 128.252.203.10
01:54:01:WU01:FS00:Requesting new work unit for slot 00: READY gpu:0:TU106 [Geforce RTX 2060] from 128.252.203.10
01:54:01:WU01:FS00:Connecting to 128.252.203.10:8080
01:54:02:WU01:FS00:Downloading 65.85MiB
01:54:05:WU00:FS00:Upload 58.33%
01:54:08:WU01:FS00:Download 25.91%
01:54:11:WU00:FS00:Upload 59.43%
01:54:14:WU01:FS00:Download 61.79%
01:54:18:WU01:FS00:Download complete
01:54:18:WU01:FS00:Received Unit: id:01 state:DOWNLOAD error:NO_ERROR project:14225 run:146 clone:0 gen:33 core:0x21 unit:0x0000002e80fccb0a5d6545dc2d48aee2
01:54:18:WU01:FS00:Starting
01:54:18:WU01:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/Linux/AMD64/NVIDIA/Fermi/Core_21.fah/FahCore_21 -dir 01 -suffix 01 -version 705 -lifeline 2075 -checkpoint 15 -gpu-vendor nvidia -opencl-platform 0 -opencl-device 0 -cuda-device 0 -gpu 0
01:54:18:WU01:FS00:Started FahCore on PID 15282
01:54:18:WU01:FS00:Core PID:15286
01:54:18:WU01:FS00:FahCore 0x21 started
01:54:19:WU01:FS00:0x21:*********************** Log Started 2019-10-05T01:54:18Z ***********************
01:54:19:WU01:FS00:0x21:Project: 14225 (Run 146, Clone 0, Gen 33)
01:54:19:WU01:FS00:0x21:Unit: 0x0000002e80fccb0a5d6545dc2d48aee2
01:54:19:WU01:FS00:0x21:CPU: 0x00000000000000000000000000000000
01:54:19:WU01:FS00:0x21:Machine: 0
01:54:19:WU01:FS00:0x21:Reading tar file core.xml
01:54:19:WU01:FS00:0x21:Reading tar file integrator.xml
01:54:19:WU01:FS00:0x21:Reading tar file state.xml
01:54:19:WU01:FS00:0x21:Reading tar file system.xml
01:54:19:WU00:FS00:Upload 60.27%
01:54:19:WU01:FS00:0x21:Digital signatures verified
01:54:19:WU01:FS00:0x21:Folding@home GPU Core21 Folding@home Core
01:54:19:WU01:FS00:0x21:Version 0.0.20
01:54:25:WU00:FS00:Upload 65.85%
01:54:31:WU00:FS00:Upload 72.89%
01:54:37:WU00:FS00:Upload 85.86%
01:54:43:WU00:FS00:Upload 99.57%
01:54:44:WU00:FS00:Upload complete
01:54:44:WU00:FS00:Server responded WORK_ACK (400)
01:54:44:WU00:FS00:Final credit estimate, 42045.00 points
01:54:44:WU00:FS00:Cleaning up
01:54:56:WU01:FS00:0x21:Completed 0 out of 2000000 steps (0%)
01:54:56:WU01:FS00:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
01:57:27:WU01:FS00:0x21:Completed 20000 out of 2000000 steps (1%)
02:00:07:WU01:FS00:0x21:Completed 40000 out of 2000000 steps (2%)
02:02:48:WU01:FS00:0x21:Completed 60000 out of 2000000 steps (3%)
02:05:30:WU01:FS00:0x21:Completed 80000 out of 2000000 steps (4%)
02:08:11:WU01:FS00:0x21:Completed 100000 out of 2000000 steps (5%)
02:10:52:WU01:FS00:0x21:Completed 120000 out of 2000000 steps (6%)
******************************* Date: 2019-10-05 *******************************
02:13:33:WU01:FS00:0x21:Completed 140000 out of 2000000 steps (7%)
02:16:14:WU01:FS00:0x21:Completed 160000 out of 2000000 steps (8%)
02:18:54:WU01:FS00:0x21:Completed 180000 out of 2000000 steps (9%)
02:21:35:WU01:FS00:0x21:Completed 200000 out of 2000000 steps (10%)
02:24:16:WU01:FS00:0x21:Completed 220000 out of 2000000 steps (11%)
02:26:58:WU01:FS00:0x21:Completed 240000 out of 2000000 steps (12%)
02:29:39:WU01:FS00:0x21:Completed 260000 out of 2000000 steps (13%)
02:32:20:WU01:FS00:0x21:Completed 280000 out of 2000000 steps (14%)
02:35:02:WU01:FS00:0x21:Completed 300000 out of 2000000 steps (15%)
02:37:42:WU01:FS00:0x21:Completed 320000 out of 2000000 steps (16%)
02:40:23:WU01:FS00:0x21:Completed 340000 out of 2000000 steps (17%)
02:43:03:WU01:FS00:0x21:Completed 360000 out of 2000000 steps (18%)
02:45:44:WU01:FS00:0x21:Completed 380000 out of 2000000 steps (19%)
02:48:25:WU01:FS00:0x21:Completed 400000 out of 2000000 steps (20%)
02:51:06:WU01:FS00:0x21:Completed 420000 out of 2000000 steps (21%)
02:53:47:WU01:FS00:0x21:Completed 440000 out of 2000000 steps (22%)
02:56:27:WU01:FS00:0x21:Completed 460000 out of 2000000 steps (23%)
02:59:09:WU01:FS00:0x21:Completed 480000 out of 2000000 steps (24%)
03:01:50:WU01:FS00:0x21:Completed 500000 out of 2000000 steps (25%)
03:04:32:WU01:FS00:0x21:Completed 520000 out of 2000000 steps (26%)
03:07:13:WU01:FS00:0x21:Completed 540000 out of 2000000 steps (27%)
03:09:54:WU01:FS00:0x21:Completed 560000 out of 2000000 steps (28%)
03:12:35:WU01:FS00:0x21:Completed 580000 out of 2000000 steps (29%)
03:15:16:WU01:FS00:0x21:Completed 600000 out of 2000000 steps (30%)
03:17:56:WU01:FS00:0x21:Completed 620000 out of 2000000 steps (31%)
03:20:37:WU01:FS00:0x21:Completed 640000 out of 2000000 steps (32%)
03:23:18:WU01:FS00:0x21:Completed 660000 out of 2000000 steps (33%)
03:25:59:WU01:FS00:0x21:Completed 680000 out of 2000000 steps (34%)
03:28:39:WU01:FS00:0x21:Completed 700000 out of 2000000 steps (35%)
03:31:20:WU01:FS00:0x21:Completed 720000 out of 2000000 steps (36%)
03:34:00:WU01:FS00:0x21:Completed 740000 out of 2000000 steps (37%)
03:36:40:WU01:FS00:0x21:Completed 760000 out of 2000000 steps (38%)
03:39:21:WU01:FS00:0x21:Completed 780000 out of 2000000 steps (39%)
03:42:01:WU01:FS00:0x21:Completed 800000 out of 2000000 steps (40%)
03:44:41:WU01:FS00:0x21:Completed 820000 out of 2000000 steps (41%)
03:47:23:WU01:FS00:0x21:Completed 840000 out of 2000000 steps (42%)
03:50:03:WU01:FS00:0x21:Completed 860000 out of 2000000 steps (43%)
03:52:43:WU01:FS00:0x21:Completed 880000 out of 2000000 steps (44%)
03:55:24:WU01:FS00:0x21:Completed 900000 out of 2000000 steps (45%)
03:58:04:WU01:FS00:0x21:Completed 920000 out of 2000000 steps (46%)
04:00:45:WU01:FS00:0x21:Completed 940000 out of 2000000 steps (47%)
04:03:25:WU01:FS00:0x21:Completed 960000 out of 2000000 steps (48%)
04:06:05:WU01:FS00:0x21:Completed 980000 out of 2000000 steps (49%)
04:08:46:WU01:FS00:0x21:Completed 1000000 out of 2000000 steps (50%)
04:11:26:WU01:FS00:0x21:Completed 1020000 out of 2000000 steps (51%)
04:14:06:WU01:FS00:0x21:Completed 1040000 out of 2000000 steps (52%)
04:16:47:WU01:FS00:0x21:Completed 1060000 out of 2000000 steps (53%)
04:19:28:WU01:FS00:0x21:Completed 1080000 out of 2000000 steps (54%)
04:22:08:WU01:FS00:0x21:Completed 1100000 out of 2000000 steps (55%)
04:24:49:WU01:FS00:0x21:Completed 1120000 out of 2000000 steps (56%)
04:27:29:WU01:FS00:0x21:Completed 1140000 out of 2000000 steps (57%)
04:30:10:WU01:FS00:0x21:Completed 1160000 out of 2000000 steps (58%)
04:32:50:WU01:FS00:0x21:Completed 1180000 out of 2000000 steps (59%)
04:35:30:WU01:FS00:0x21:Completed 1200000 out of 2000000 steps (60%)
04:38:11:WU01:FS00:0x21:Completed 1220000 out of 2000000 steps (61%)
04:40:50:WU01:FS00:0x21:Completed 1240000 out of 2000000 steps (62%)
04:43:30:WU01:FS00:0x21:Completed 1260000 out of 2000000 steps (63%)
04:46:10:WU01:FS00:0x21:Completed 1280000 out of 2000000 steps (64%)
04:48:51:WU01:FS00:0x21:Completed 1300000 out of 2000000 steps (65%)
04:51:31:WU01:FS00:0x21:Completed 1320000 out of 2000000 steps (66%)
04:54:12:WU01:FS00:0x21:Completed 1340000 out of 2000000 steps (67%)
04:56:52:WU01:FS00:0x21:Completed 1360000 out of 2000000 steps (68%)
04:59:32:WU01:FS00:0x21:Completed 1380000 out of 2000000 steps (69%)
05:02:12:WU01:FS00:0x21:Completed 1400000 out of 2000000 steps (70%)
05:04:51:WU01:FS00:0x21:Completed 1420000 out of 2000000 steps (71%)
05:07:31:WU01:FS00:0x21:Completed 1440000 out of 2000000 steps (72%)
05:10:12:WU01:FS00:0x21:Completed 1460000 out of 2000000 steps (73%)
05:12:53:WU01:FS00:0x21:Completed 1480000 out of 2000000 steps (74%)
05:15:33:WU01:FS00:0x21:Completed 1500000 out of 2000000 steps (75%)
05:18:14:WU01:FS00:0x21:Completed 1520000 out of 2000000 steps (76%)
05:20:55:WU01:FS00:0x21:Completed 1540000 out of 2000000 steps (77%)
05:23:36:WU01:FS00:0x21:Completed 1560000 out of 2000000 steps (78%)
05:26:17:WU01:FS00:0x21:Completed 1580000 out of 2000000 steps (79%)
05:28:58:WU01:FS00:0x21:Completed 1600000 out of 2000000 steps (80%)
05:31:38:WU01:FS00:0x21:Completed 1620000 out of 2000000 steps (81%)
05:34:19:WU01:FS00:0x21:Completed 1640000 out of 2000000 steps (82%)
05:36:59:WU01:FS00:0x21:Completed 1660000 out of 2000000 steps (83%)
05:39:40:WU01:FS00:0x21:Completed 1680000 out of 2000000 steps (84%)
05:42:21:WU01:FS00:0x21:Completed 1700000 out of 2000000 steps (85%)
05:45:01:WU01:FS00:0x21:Completed 1720000 out of 2000000 steps (86%)
05:47:42:WU01:FS00:0x21:Completed 1740000 out of 2000000 steps (87%)
05:50:22:WU01:FS00:0x21:Completed 1760000 out of 2000000 steps (88%)
05:53:02:WU01:FS00:0x21:Completed 1780000 out of 2000000 steps (89%)
05:55:43:WU01:FS00:0x21:Completed 1800000 out of 2000000 steps (90%)
05:58:23:WU01:FS00:0x21:Completed 1820000 out of 2000000 steps (91%)
06:01:04:WU01:FS00:0x21:Completed 1840000 out of 2000000 steps (92%)
06:03:44:WU01:FS00:0x21:Completed 1860000 out of 2000000 steps (93%)
06:06:24:WU01:FS00:0x21:Completed 1880000 out of 2000000 steps (94%)
06:09:05:WU01:FS00:0x21:Completed 1900000 out of 2000000 steps (95%)
06:11:45:WU01:FS00:0x21:Completed 1920000 out of 2000000 steps (96%)
06:14:27:WU01:FS00:0x21:Completed 1940000 out of 2000000 steps (97%)
06:17:07:WU01:FS00:0x21:Completed 1960000 out of 2000000 steps (98%)
06:19:48:WU01:FS00:0x21:Completed 1980000 out of 2000000 steps (99%)
06:19:49:WU00:FS00:Connecting to 65.254.110.245:8080
06:19:49:WU00:FS00:Assigned to work server 155.247.166.220
06:19:49:WU00:FS00:Requesting new work unit for slot 00: RUNNING gpu:0:TU106 [Geforce RTX 2060] from 155.247.166.220
06:19:49:WU00:FS00:Connecting to 155.247.166.220:8080
06:19:50:WU00:FS00:Downloading 2.34MiB
06:20:01:WU00:FS00:Download 8.00%
06:22:28:WU01:FS00:0x21:Completed 2000000 out of 2000000 steps (100%)
06:22:39:WU01:FS00:0x21:Saving result file logfile_01.txt
06:22:39:WU01:FS00:0x21:Saving result file checkpointState.xml
06:22:39:WU01:FS00:0x21:Saving result file checkpt.crc
06:22:39:WU01:FS00:0x21:Saving result file log.txt
06:22:40:WU01:FS00:0x21:Saving result file positions.xtc
06:22:40:WU01:FS00:0x21:Folding@home Core Shutdown: FINISHED_UNIT
06:22:41:WU01:FS00:FahCore returned: FINISHED_UNIT (100 = 0x64)
06:22:41:WU01:FS00:Sending unit results: id:01 state:SEND error:NO_ERROR project:14225 run:146 clone:0 gen:33 core:0x21 unit:0x0000002e80fccb0a5d6545dc2d48aee2
06:22:41:WU01:FS00:Uploading 90.52MiB to 128.252.203.10
06:22:41:WU01:FS00:Connecting to 128.252.203.10:8080
06:22:47:WU01:FS00:Upload 6.15%
06:22:53:WU01:FS00:Upload 13.05%
06:22:59:WU01:FS00:Upload 18.78%
06:23:05:WU01:FS00:Upload 25.68%
06:23:11:WU01:FS00:Upload 32.66%
06:23:17:WU01:FS00:Upload 39.77%
06:23:23:WU01:FS00:Upload 46.61%
06:23:29:WU01:FS00:Upload 53.79%
06:23:35:WU01:FS00:Upload 60.90%
06:23:41:WU01:FS00:Upload 67.66%
06:23:47:WU01:FS00:Upload 74.57%
06:23:53:WU01:FS00:Upload 81.20%
06:23:59:WU01:FS00:Upload 87.96%
06:24:05:WU01:FS00:Upload 95.01%
06:24:10:WU01:FS00:Upload complete
06:24:10:WU01:FS00:Server responded WORK_ACK (400)
06:24:10:WU01:FS00:Final credit estimate, 167694.00 points
06:24:10:WU01:FS00:Cleaning up