[Linux] {preferred|final} Deadline: {expires|timeout}

Moderators: Site Moderators, FAHC Science Team

Post Reply
Manfred.Knick
Posts: 36
Joined: Wed Mar 25, 2020 10:21 am
Hardware configuration: Multiple XEON + GTX
Location: Germany

[Linux] {preferred|final} Deadline: {expires|timeout}

Post by Manfred.Knick »

EDIT: Original topic "FAHCoreWrapper keywords?" was sub-optimal.

TL;DR: ff to viewtopic.php?f=18&t=34077#p323980

Where do I find any documentation upon FAHCoreWrapper keywords?
Esp.: What is the unit of "-lifeline xxx" ?
Last edited by Manfred.Knick on Sat Apr 11, 2020 1:41 pm, edited 6 times in total.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: FAHCoreWrapper keywords?

Post by bruce »

I'm not aware of any written documentation for FAHCoreWrapper. Nevertheless, a lifeline is used to verify that another task is (still) running. Typically, if a task is responsible for starting other tasks and one task is terminated, the related tasks should also be terminated. The number xxx is probably a specific task that is currently running in your OS.
Manfred.Knick
Posts: 36
Joined: Wed Mar 25, 2020 10:21 am
Hardware configuration: Multiple XEON + GTX
Location: Germany

Re: FAHCoreWrapper keywords?

Post by Manfred.Knick »

Thanks!
Sorry for wildly guessing wrongly from the following recent setup:
"...:Running FahCore: .../FahCore_22 ... -lifeline 21450 -checkpoint 3 ..."

Let me re-phrase the question:
... Where (Linux) do I find e.g. the EOL limitation of a WU?
... - in the "log.txt" ?
... - in ./work/* ?
The Windows client exposes
- Assigned
- Timeout
- Expiration
but "WEB CONTROL" does not give as detailed information.
Last edited by Manfred.Knick on Wed Apr 08, 2020 5:15 am, edited 1 time in total.
Manfred.Knick
Posts: 36
Joined: Wed Mar 25, 2020 10:21 am
Hardware configuration: Multiple XEON + GTX
Location: Germany

Re: FAHCoreWrapper keywords?

Post by Manfred.Knick »

In "Welcome To The F@H Support Forum" -> "9 - Importance Of Deadlines" :
viewtopic.php?p=261086&f=24#p261086 ,
PantherX uses the terms "Preferred Deadline" and "Final Deadline".
Manfred.Knick
Posts: 36
Joined: Wed Mar 25, 2020 10:21 am
Hardware configuration: Multiple XEON + GTX
Location: Germany

Re: FAHCoreWrapper keywords?

Post by Manfred.Knick »

Another (very unimportant) question, if you don't mind - just to learn and understand:
"WEB CONTROL" first advertises the so-long "Estimated Points" of (e.g.) > 78.800, then,
during an > 8.5 min upload, continuously runs them down to "Final credit estimate, 76663.00 points".
Why is that?
The client site is not responsible for the bandwidth limitation of the server side.
Last edited by Manfred.Knick on Wed Apr 08, 2020 5:16 am, edited 1 time in total.
Joe_H
Site Admin
Posts: 7870
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: FAHCoreWrapper keywords?

Post by Joe_H »

The points estimate is based on the WU download and upload times that the client has, it is not based on anything server side. Points are based on those times, not the start or finish time.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
semaphore
Posts: 15
Joined: Sun Apr 05, 2020 8:52 am
Location: Stockholm

Re: FAHCoreWrapper keywords?

Post by semaphore »

Joe_H wrote:The points estimate is based on the WU download and upload times that the client has, it is not based on anything server side. Points are based on those times, not the start or finish time.
This seem to be true
I had a WU that passed the timout.. .and was even close to getting to the "expiration date" (due to a Upload never find a server that could receive the result).

Anyway: I also had that points trickle down... and down... after 3 days it was expecting not to get more than the base points.
But today when server responded, and my upload went through, I got more than those "expected" points.
If it really is a leftover from slow connections (like from 2007), then it will always be wrong for me, due to having 700mbit upload speed :twisted:
The servers are so bogged down so I never got higher speeds than 15mbit/s. So even if there was code logging my highest speed, the Client has not seen my top speed yet (and it is not configurable as well)
Manfred.Knick
Posts: 36
Joined: Wed Mar 25, 2020 10:21 am
Hardware configuration: Multiple XEON + GTX
Location: Germany

Re: FAHCoreWrapper keywords?

Post by Manfred.Knick »

Manfred.Knick wrote: ... Where (Linux) do I find e.g. the EOL limitation of a WU?
WORKAROUND:
- install e.g. sqlitebrowser
- in ./work/client.db,
- - search table "Units"
- - - for values "Expires" and "Timeout"
- re-calculate the digits to human readable time format
- - with "date -d @xxxxxxxxxxx"
Post Reply