Page 1 of 1

Empty work assignements

Posted: Fri Jul 10, 2015 11:40 pm
by s3am1nkey
I am using my server for folding but i am not able to get to the work assignment server. I am able to websites for the servers but when I look into the logs I see an error.

Code: Select all

*********************** Log Started 2015-07-10T23:04:29Z ***********************
23:04:29:************************* Folding@home Client *************************
23:04:29:    Website: http://folding.stanford.edu/
23:04:29:  Copyright: (c) 2009-2014 Stanford University
23:04:29:     Author: Joseph Coffland <joseph@cauldrondevelopment.com>
23:04:29:       Args: --child --lifeline 3700 /etc/fahclient/config.xml --run-as
23:04:29:             fahclient --pid-file=/var/run/fahclient.pid --daemon
23:04:29:     Config: /etc/fahclient/config.xml
23:04:29:******************************** Build ********************************
23:04:29:    Version: 7.4.4
23:04:29:       Date: Mar 4 2014
23:04:29:       Time: 12:01:17
23:04:29:    SVN Rev: 4130
23:04:29:     Branch: fah/trunk/client
23:04:29:   Compiler: GNU 4.1.2 20080704 (Red Hat 4.1.2-46)
23:04:29:    Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math
23:04:29:             -fno-unsafe-math-optimizations -msse2
23:04:29:   Platform: linux2 2.6.18-164.11.1.el5
23:04:29:       Bits: 64
23:04:29:       Mode: Release
23:04:29:******************************* System ********************************
23:04:29:        CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor
23:04:29:     CPU ID: AuthenticAMD Family 16 Model 6 Stepping 3
23:04:29:       CPUs: 2
23:04:29:     Memory: 3.58GiB
23:04:29:Free Memory: 2.38GiB
23:04:29:    Threads: POSIX_THREADS
23:04:29: OS Version: 3.10
23:04:29:Has Battery: false
23:04:29: On Battery: false
23:04:29: UTC Offset: -5
23:04:29:        PID: 3702
23:04:29:        CWD: /var/lib/fahclient
23:04:29:         OS: Linux 3.10.0-229.7.2.el7.x86_64 x86_64
23:04:29:    OS Arch: AMD64
23:04:29:       GPUs: 1
23:04:29:      GPU 0: UNSUPPORTED: M880G [Mobility Radeon HD 4200]
23:04:29:       CUDA: Not detected
23:04:29:***********************************************************************
23:04:29:<config>
23:04:29:  <!-- Folding Slot Configuration -->
23:04:29:  <gpu v='false'/>
23:04:29:
23:04:29:  <!-- Slot Control -->
23:04:29:  <power v='MEDIUM'/>
23:04:29:
23:04:29:  <!-- User Information -->
23:04:29:  <passkey v='********************************'/>
23:04:29:  <user v='s3am1nkey'/>
23:04:29:
23:04:29:  <!-- Folding Slots -->
23:04:29:  <slot id='0' type='CPU'/>
23:04:29:</config>
23:04:29:Switching to user fahclient
23:04:29:Trying to access database...
23:04:29:Successfully acquired database lock
23:04:29:Enabled folding slot 00: READY cpu:1
23:04:30:WU00:FS00:Connecting to 171.67.108.200:8080
[93m23:04:31:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.200:8080': Empty work server assignment[0m
23:04:31:WU00:FS00:Connecting to 171.67.108.204:80
[93m23:04:32:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.204:80': Empty work server assignment[0m
[91m23:04:32:ERROR:WU00:FS00:Exception: Could not get an assignment[0m
23:04:33:WU00:FS00:Connecting to 171.67.108.200:8080
[93m23:04:34:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.200:8080': Empty work server assignment[0m
23:04:34:WU00:FS00:Connecting to 171.67.108.204:80
[93m23:04:35:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.204:80': Empty work server assignment[0m
[91m23:04:35:ERROR:WU00:FS00:Exception: Could not get an assignment[0m
23:04:52:15:127.0.0.1:New Web connection
23:05:33:WU00:FS00:Connecting to 171.67.108.200:8080
[93m23:05:34:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.200:8080': Empty work server assignment[0m
23:05:34:WU00:FS00:Connecting to 171.67.108.204:80
[93m23:05:34:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.204:80': Empty work server assignment[0m
[91m23:05:34:ERROR:WU00:FS00:Exception: Could not get an assignment[0m
23:07:10:WU00:FS00:Connecting to 171.67.108.200:8080
[93m23:07:11:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.200:8080': Empty work server assignment[0m
23:07:11:WU00:FS00:Connecting to 171.67.108.204:80
[93m23:07:11:WARNING:WU00:FS00:Failed to get assignment from '171.67.108.204:80': Empty work server assignment[0m
[91m23:07:11:ERROR:WU00:FS00:Exception: Could not get an assignment[0m

Re: Empty work assignements

Posted: Fri Jul 10, 2015 11:59 pm
by Joe_H
Welcome to the folding support forum.

The "Empty work server" messages are indications the Assignment Servers can not connect you with a Work Server with projects suitable for your configuration. In your case you have the folding set to the default of Medium, and are asking for work for a single CPU core. For the standard client, that type of work has been in short supply of most of the last year or so.

At a setting of Full your system would probably be able to get assignments for two CPU cores, that is the minimum for many of the currently running CPU projects.

An alternative if you do not want to use the folding client with both server cores is the NaCl client for Google Chrome. That runs smaller work units and can be run at a percentage of your total CPU availability. The announcement was posted in the blog - https://folding.stanford.edu/home/addin ... e-browser/.

Re: Empty work assignements

Posted: Sat Jul 11, 2015 12:12 am
by s3am1nkey
Thanks I will make the changes to see if that works thanks for the prompt response.

Re: Empty work assignements

Posted: Sat Jul 11, 2015 12:15 am
by s3am1nkey
That worked!

Re: Empty work assignements

Posted: Wed Jul 15, 2015 12:23 pm
by Joe_H
Update: A server with work assignable to single CPU settings was offline, and has been brought back into service. See this post - viewtopic.php?f=18&t=27854&start=15#p277626. You should be able to go back to the lower setting if you want.