|
| mps_check.array = line.split() |
|
int | mps_check.batchExited = 0 |
|
int | mps_check.batchSuccess = 0 |
|
int | mps_check.cfgerr = 0 |
|
int | mps_check.cmdNotFound = 0 |
|
| mps_check.columns = line.split() |
|
list | mps_check.command = ["ls", "-l", os.path.join(lib.mssDir, "binaries")] |
|
| mps_check.condor_log |
|
int | mps_check.copyerr = 0 |
|
float | mps_check.cpuFactor = 2.125 |
|
int | mps_check.cputime = -1 |
|
string | mps_check.disabled = ""; |
|
string | mps_check.eazeLog = 'jobData/'+lib.JOBDIR[i]+'/cmsRun.out' |
|
int | mps_check.emptyDatErr = 0 |
|
int | mps_check.emptyDatOnFarm = 0 |
|
int | mps_check.endofjob = 0 |
|
int | mps_check.eofile = 1 |
|
| mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT).decode().split('\n') |
|
int | mps_check.exceptionCaught = 0 |
|
string | mps_check.farmhost = ' ' |
|
int | mps_check.finished = 0 |
|
int | mps_check.fw8001 = 0 |
|
string | mps_check.guess = " (probably time exceeded)" if kill_reason is None else ":" |
|
int | mps_check.insuffPriv = 0 |
|
int | mps_check.ioprob = 0 |
|
int | mps_check.ispede = 0 |
|
| mps_check.kill_reason = None |
|
int | mps_check.killed = 0 |
|
| mps_check.lib = mpslib.jobdatabase() |
|
| mps_check.log_file = os.path.join("jobData", lib.JOBDIR[i], "HTCJOB") |
|
string | mps_check.logZipped = 'no' |
|
| mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line) |
|
| mps_check.mem = match.group(1) |
|
int | mps_check.memoryratio = usedPedeMem /(lib.pedeMem/1024.) |
|
string | mps_check.milleOut = 'milleBinary%03d.dat' % (i+1) |
|
int | mps_check.mOutSize = 0 |
|
tuple | mps_check.msg |
|
int | mps_check.nEvent = 0 |
|
string | mps_check.okStatus = 'OK' |
|
int | mps_check.pedeAbend = 0 |
|
int | mps_check.pedeLogErr = 0 |
|
string | mps_check.pedeLogErrStr = "" |
|
int | mps_check.pedeLogWrn = 0 |
|
string | mps_check.pedeLogWrnStr = "" |
|
int | mps_check.quota = 0 |
|
int | mps_check.quotaspace = 0 |
|
string | mps_check.remark = "" |
|
int | mps_check.rfioerr = 0 |
|
int | mps_check.segviol = 0 |
|
string | mps_check.stdOut = 'jobData/'+lib.JOBDIR[i]+'/STDOUT' |
|
int | mps_check.timel = 0 |
|
int | mps_check.timeout = 0 |
|
int | mps_check.tooManyTracks = 0 |
|
int | mps_check.usedPedeMem = 0. |
|