[url=http://boinc-doc.net/site-common/glossary/letter-c.php' target='_blank]http://boinc-doc.net/site-common/glossary/letter-c.php[/url]
I hope Willy doent mind....
Claimed Credit
Credit is "Claimed" upon completion of a specific Work Unit. When that Work Unit's results are returned to the Data Server the BOINC Software submits a claim for the amount of credit you should be granted when confirming results are returned by another participant in that project who also processed that same Work Unit.
In the interim period between your claiming credit and the Quorum of Results is established your claimed credit is added to your pending credit list.
In the instance where you are returning a result that confirms another result already returned; some, or all, of your claimed credit will be quickly turned into Total Credit. This does not happen immediately because of the time it takes the back-end systems to perform all of its tasks.
The basic formula for calculating Claimed Credit is:
claimed credit = ([whetstone]+[dhrystone]) * wu_cpu_time_in_sec / 1728000
With my computer EQ-1, I have, for example:
Measured floating point speed 1394.01 million ops/sec
Measured integer speed 2630.73 million ops/sec
-------
Total: 4024.74
Result - "Claimed Credit" Example Einstein@Home
Einstein@Home Result Example
With an Einstein@Home Result having a run time of 37,698.16 seconds (as shown in the example image) we have:
37,698.15625
* 4,024.74000
-----------------
151,725,277.38562
÷ 1,728,000
-----------------
87.80397
Which, when rounded gives the displayed Claimed Credit value 87.80 as expected. Note that there is a more precise value shown on the Result page (in this case it was: 87.8039391846125 for what that is worth).
Result - "Claimed Credit" Example Predictor@Home
Predictor@Home Result Example
With a Predictor@Home Result having a run time of 6,354.078125 seconds (as shown in the example image) we have:
6,354.078125
* 4,024.740000
------------------
25,573,512.372689
÷ 1,728,000
------------------
14.799486
Which, once again, when rounded gives the displayed Claimed Credit value 14.80 as expected. Note that there is a more precise value shown on the Result page (in this case it was: 14.799486326788 again, for what that is worth).
For whatever reason, the two examples came up with a value of "X.80" and that is just an artifact. So, don't read anything into that!
Note:
There is an additional refinement in that the Project can determine and specify the ratio of Floating Point to Integer mathmatics with a fraction that is used to scale the benchmark multipliers, with the variable "a" representing the scaling fraction, gives us:
claimed credit = ( a * whetstone + (1 - a) * dhrystone) * wu_cpu_time_in_sec / 1728000
Granted Credit
This is the amount of credit that will be granted all of the participants that are members of the Quorum of Results created by all of the returned results. Remember, though, that the amount of credit granted is determined by the project policies and therefore the amount of credit that you will be granted may not be the amount that was claimed.
Common rules for determining the amount of credit that is to be granted are:
1. The least of the claimed credit amounts submitted by all of the participants in the Quorum of Results (always true when the quorum is 2 or less).
2. Use the mean (average) of all of the amounts of credit claimed by all of the participants in the Quorum of Results.
3. Remove the highest and lowest values and take the average of the claimed credit values of the remaining results.
Quite simply put, your claimed credit is not the same as the granted credit.
I hope that works for you?