Random fpops_est
Posted: Sat Jan 29, 2011 3:47 pm
The fpops_est (used to calculate the estimated runtime) seems to be quite random here :
This - together with the extremely short deadline - often forces BOINC into panic mode,
i.e. EDF / Earliest Deadline First.
24 hours is the critical lower deadline limit for the panic mode, 6 hours more and more
constant fpops_est values would avoid this "selfishness" of the eOn workunits.
Code: Select all
<rsc_fpops_est>369909759747.000000</rsc_fpops_est>
<rsc_fpops_est>369909759747.000000</rsc_fpops_est>
<rsc_fpops_est>156749973470.000000</rsc_fpops_est>
<rsc_fpops_est>151272401416.000000</rsc_fpops_est>
<rsc_fpops_est>369909759747.000000</rsc_fpops_est>
<rsc_fpops_est>369909759747.000000</rsc_fpops_est>
<rsc_fpops_est>161091959979.000000</rsc_fpops_est>
<rsc_fpops_est>1706232249440.000000</rsc_fpops_est>
i.e. EDF / Earliest Deadline First.
24 hours is the critical lower deadline limit for the panic mode, 6 hours more and more
constant fpops_est values would avoid this "selfishness" of the eOn workunits.