Dan,
I am confused by the distinction between JobRunCount and
NumJobStarts.
Would you be willing to enumerate the circumstances when these two
numbers can
differ?
JobRunCount is deprecated in 6.9.5. As it was implemented in previous
versions, it is basically equivalent to the new NumShadowStarts
attribute, which is the number of times the schedd has started up a
submit-side shadow process for the job. Frequently, the number of
shadow starts and the number of times the job starts are equal, but
they
can differ. For example, if the power goes off on the submit node and
the schedd restarts before the job lease expires (default 20 minutes),
then the schedd can start up a new shadow to remotely watch over the
still running job. In this case, the number of shadow starts will be
greater than the number of job starts.
--Dan