CMS 3D CMS Logo

Variables
mps_check Namespace Reference

Variables

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

Variable Documentation

◆ array

mps_check.array = line.split()

◆ batchExited

int mps_check.batchExited = 0

Definition at line 35 of file mps_check.py.

◆ batchSuccess

int mps_check.batchSuccess = 0

Definition at line 34 of file mps_check.py.

◆ cfgerr

int mps_check.cfgerr = 0

Definition at line 54 of file mps_check.py.

◆ cmdNotFound

int mps_check.cmdNotFound = 0

Definition at line 57 of file mps_check.py.

◆ columns

mps_check.columns = line.split()

◆ command

list mps_check.command = ["ls", "-l", os.path.join(lib.mssDir, "binaries")]

◆ condor_log

mps_check.condor_log
Initial value:
1 = subprocess.check_output(["condor_q", lib.JOBID[i],
2  "-userlog", log_file,
3  "-af",
4  "RemoteSysCpu",
5  "JobStatus",
6  "RemoveReason"],
7  stderr = subprocess.STDOUT)

Definition at line 133 of file mps_check.py.

◆ copyerr

int mps_check.copyerr = 0

Definition at line 60 of file mps_check.py.

◆ cpuFactor

float mps_check.cpuFactor = 2.125

Definition at line 118 of file mps_check.py.

◆ cputime

mps_check.cputime = -1

Definition at line 48 of file mps_check.py.

◆ disabled

string mps_check.disabled = "";

◆ eazeLog

string mps_check.eazeLog = 'jobData/'+lib.JOBDIR[i]+'/cmsRun.out'

Definition at line 153 of file mps_check.py.

◆ emptyDatErr

int mps_check.emptyDatErr = 0

Definition at line 55 of file mps_check.py.

◆ emptyDatOnFarm

int mps_check.emptyDatOnFarm = 0

Definition at line 56 of file mps_check.py.

◆ endofjob

int mps_check.endofjob = 0

Definition at line 37 of file mps_check.py.

◆ eofile

int mps_check.eofile = 1

Definition at line 38 of file mps_check.py.

◆ eoslsoutput

string mps_check.eoslsoutput = subprocess.check_output(command, stderr=subprocess.STDOUT).split('\n')

Definition at line 27 of file mps_check.py.

◆ exceptionCaught

int mps_check.exceptionCaught = 0

Definition at line 52 of file mps_check.py.

◆ farmhost

string mps_check.farmhost = ' '

Definition at line 369 of file mps_check.py.

◆ finished

int mps_check.finished = 0

Definition at line 36 of file mps_check.py.

◆ fw8001

int mps_check.fw8001 = 0

Definition at line 42 of file mps_check.py.

◆ guess

string mps_check.guess = " (probably time exceeded)" if kill_reason is None else ":"

Definition at line 394 of file mps_check.py.

Referenced by LA_Filler_Fitter.make_and_fit_symmchi2().

◆ insuffPriv

int mps_check.insuffPriv = 0

Definition at line 58 of file mps_check.py.

◆ ioprob

int mps_check.ioprob = 0

Definition at line 41 of file mps_check.py.

◆ ispede

int mps_check.ispede = 0

Definition at line 61 of file mps_check.py.

◆ kill_reason

string mps_check.kill_reason = None

Definition at line 63 of file mps_check.py.

◆ killed

int mps_check.killed = 0

◆ lib

mps_check.lib = mpslib.jobdatabase()

◆ log_file

mps_check.log_file = os.path.join("jobData", lib.JOBDIR[i], "HTCJOB")

Definition at line 132 of file mps_check.py.

◆ logZipped

string mps_check.logZipped = 'no'

Definition at line 179 of file mps_check.py.

◆ match

mps_check.match = re.search(re.compile('This process used .+?(\d+) KSI2K seconds',re.M|re.I), line)

Definition at line 116 of file mps_check.py.

◆ mem

mps_check.mem = match.group(1)

Definition at line 270 of file mps_check.py.

◆ memoryratio

int mps_check.memoryratio = usedPedeMem /(lib.pedeMem/1024.)

Definition at line 281 of file mps_check.py.

◆ milleOut

string mps_check.milleOut = 'milleBinary%03d.dat' % (i+1)

Definition at line 236 of file mps_check.py.

◆ mOutSize

mps_check.mOutSize = 0

Definition at line 241 of file mps_check.py.

◆ msg

tuple mps_check.msg
Initial value:
1 = ("Warning: {0:.2f} GB of memory for Pede "
2  "requested, but only {1:.1f}% of it has been "
3  "used! Consider to request less memory in order "
4  "to save resources.")

Definition at line 285 of file mps_check.py.

Referenced by FWGUIEventDataAdder.addNewItem(), DDXMLElement.appendText(), MuonGeometryConstantsBuild.build(), dqmstorepb::ROOTFilePB.ByteSizeLong(), edm::service::ELdestination.changeFile(), edm::PrintEventSetupDataRetrieval.check(), dqm::DQMFileSaverOnline.checkError(), BPHPlusMinusVertex.chkName(), BPHPlusMinusVertex.chkSize(), cmdline::CmdLineError.CmdLineError(), dqmservices::DQMFileIterator.collect(), BPHPlusMinusCandidate.composite(), BPHPlusMinusVertex.computeApp(), cond::auth::DecodingKey.createFromInputFile(), DDI::Specific.createPartSelections(), cond::RelationalAuthenticationService::RelationalAuthenticationService.credentials(), Logger.debug(), RawEventFileWriterForBU.doOutputEvent(), edm::StreamerOutputModule< Consumer >.doOutputEvent(), evf::EvFOutputEventWriter.doOutputEvent(), edm::StreamerFileWriter.doOutputEvent(), evf::RecoEventWriterForFU.doOutputEvent(), evf::RecoEventOutputModuleForFU< Consumer >.doOutputEvent(), Logger.dqmthrow(), ALIUtils.dump3v(), edm::JobReport.dumpFiles(), ALIUtils.dumprm(), ALIUtils.dumpVS(), HLTScalersClient.endLuminosityBlock(), Rivet::HiggsTemplateCrossSections.error(), DDLMap.errorOut(), RPCConst.etaFromTowerNum(), edm::reftobase::RefHolder< REF >.fillRefIfMyTypeMatches(), edm::reftobase::Holder< T, REF >.fillRefIfMyTypeMatches(), edm::reftobase::IndirectHolder< T >.fillRefIfMyTypeMatches(), CondDBESSource.fillTagCollectionFromDB(), cond::auth::DecodingKey.flush(), cond::persistency::RunInfoEditor.flush(), cond::persistency::IOVEditor.flush(), edm::service::ELdestination.flush(), DDXMLElement.get(), DDXMLElement.getDDName(), EcalCondDBInterface.getEcalLogicID(), dqmservices::DQMStreamerReader.getEventMsg(), cond.getLoginName(), evf::EvFDaqDirector.getStreamDestinations(), DDXMLElement.getText(), dqm::RamdiskMonitor.globalBeginLuminosityBlock(), HERE(), cond::CredentialStore.importForPrincipal(), DCCTBBlockPrototype.increment(), Logger.info(), triggerExpression::PathReader.init(), cond::auth::DecodingKey.init(), edm::InputFile.InputFile(), RPCConst.iptFromPt(), BPHPlusMinusCandidate.isCowboy(), BPHPlusMinusCandidate.isSailor(), edm::service::ELoutput.log(), edm::service::ELstatistics.log(), edm::service::ELadministrator.log(), lhef.logFileAction(), edm::InputFile.logFileAction(), edm::StreamerInputFile.logFileAction(), dqm::DQMFileSaverBase.logFileAction(), dqmservices::DQMFileIterator.logFileAction(), DQMRootSource.logFileAction(), dqmservices::DQMFileIterator.logLumiState(), MuonDDDConstants.MuonDDDConstants(), DQMNet.onMessage(), DQMNet.onPeerData(), FWFileEntry.openFile(), Accessor.operator()(), pat::PATLostTracks.PATLostTracks(), QualityTester.performTests(), edm::service::StallMonitor.postEvent(), edm::service::StallMonitor.postEventReadFromSource(), edm::service::StallMonitor.postModuleEvent(), edm::service::StallMonitor.postModuleEventAcquire(), edm::service::StallMonitor.postModuleEventPrefetching(), edm::service::StallMonitor.postModuleGlobalTransition(), edm::service::StallMonitor.postModuleStreamTransition(), edm::service::StallMonitor.postSourceEvent(), sistrip.preconstructCheckFEDBuffer(), edm::service::StallMonitor.preEvent(), edm::service::StallMonitor.preEventReadFromSource(), NVProfilerService.preModuleBeginJob(), NVProfilerService.preModuleBeginStream(), NVProfilerService.preModuleConstruction(), NVProfilerService.preModuleEndJob(), NVProfilerService.preModuleEndStream(), edm::service::StallMonitor.preModuleEvent(), edm::service::StallMonitor.preModuleEventAcquire(), NVProfilerService.preModuleEventAcquire(), NVProfilerService.preModuleEventPrefetching(), NVProfilerService.preModuleGlobalBeginLumi(), NVProfilerService.preModuleGlobalBeginRun(), NVProfilerService.preModuleGlobalEndLumi(), NVProfilerService.preModuleGlobalEndRun(), edm::service::StallMonitor.preModuleGlobalTransition(), NVProfilerService.preModuleStreamBeginLumi(), NVProfilerService.preModuleStreamBeginRun(), NVProfilerService.preModuleStreamEndLumi(), NVProfilerService.preModuleStreamEndRun(), edm::service::StallMonitor.preModuleStreamTransition(), NVProfilerService.preSourceConstruction(), edm::service::StallMonitor.preSourceEvent(), edm::PrintEventSetupContent.print(), QcdLowPtDQM.print(), egHLT::TrigCodes.printCodes(), DDLPgonGenerator.processElement(), DDLTubs.processElement(), DDLTrapezoid.processElement(), DDLPolyGenerator.processElement(), DDLRotationAndReflection.processElement(), DDLVector.processElement(), DDLCompositeMaterial.processElement(), FWGUIValidatingTextEntry.ProcessMessage(), FWTableWidget.ProcessMessage(), DDLRotationByAxis.processOne(), RPCConst.ptFromIpt(), cond::FileReader.read(), readRemote(), QcdLowPtDQM.reallyPrint(), RecoProducerFP420.RecoProducerFP420(), DQMNet.releaseFromWait(), CmsShowMainBase.reloadConfiguration(), cond::CredentialStore.removeConnection(), cond::CredentialStore.removePrincipal(), cond::persistency::CoralMsgReporter.report(), edm::JobReport.reportAnalysisFile(), edm::JobReport.reportError(), edm::JobReport.reportFallbackAttempt(), edm::JobReport.reportMemoryInfo(), edm::JobReport.reportMessageInfo(), edm::JobReport.reportPerformanceForModule(), edm::JobReport.reportPerformanceSummary(), edm::JobReport.reportRandomStateFile(), edm::JobReport.reportSkippedEvent(), edm::JobReport.reportSkippedFile(), DQMNet.requestObjectData(), cond::CredentialStore.resetAdmin(), HGCFEElectronics< DFr >.runShaperWithToT(), HGCFEElectronics< DFr >.runSimpleShaper(), ETLElectronicsSim.runTrivialShaper(), BTLElectronicsSim.runTrivialShaper(), HGCFEElectronics< DFr >.runTrivialShaper(), DCCTBBlockPrototype.seeIfIsPossibleToIncrement(), DQMImplNet< DQMNet::Object >.sendObjectListToPeer(), DQMImplNet< DQMNet::Object >.sendObjectListToPeers(), DQMNet.sendObjectToPeer(), CmsShowMainBase.sendVersionInfo(), edm::StreamerOutputModuleCommon.serializeEvent(), cond::CredentialStore.setPermission(), Tm.setToString(), cond::CredentialStore.setUpForService(), TrackingRecHit.sharesInput(), DDXMLElement.throwError(), TrigObjTnPHistColl::TrigObjVarF.TrigObjVarF(), cond::CredentialStore.unsetPermission(), dqmservices::DQMFileIterator.update_state(), Logger.warn(), edm::ThreadSafeOutputFileStream.write(), edm::StreamerOutputModuleBase.write(), RawEventOutputModuleForBU< Consumer >.write(), and evf::EvFOutputModule.write().

◆ nEvent

mps_check.nEvent = 0

Definition at line 47 of file mps_check.py.

◆ okStatus

string mps_check.okStatus = 'OK'

Definition at line 371 of file mps_check.py.

◆ pedeAbend

int mps_check.pedeAbend = 0

Definition at line 49 of file mps_check.py.

◆ pedeLogErr

int mps_check.pedeLogErr = 0

Definition at line 50 of file mps_check.py.

◆ pedeLogErrStr

string mps_check.pedeLogErrStr = ""

Definition at line 64 of file mps_check.py.

◆ pedeLogWrn

int mps_check.pedeLogWrn = 0

Definition at line 51 of file mps_check.py.

◆ pedeLogWrnStr

string mps_check.pedeLogWrnStr = ""

Definition at line 65 of file mps_check.py.

◆ quota

int mps_check.quota = 0

Definition at line 46 of file mps_check.py.

◆ quotaspace

int mps_check.quotaspace = 0

Definition at line 59 of file mps_check.py.

◆ remark

string mps_check.remark = ""

Definition at line 66 of file mps_check.py.

◆ rfioerr

int mps_check.rfioerr = 0

Definition at line 45 of file mps_check.py.

◆ segviol

int mps_check.segviol = 0

Definition at line 44 of file mps_check.py.

◆ stdOut

string mps_check.stdOut = 'jobData/'+lib.JOBDIR[i]+'/STDOUT'

Definition at line 75 of file mps_check.py.

◆ timel

int mps_check.timel = 0

Definition at line 39 of file mps_check.py.

◆ timeout

int mps_check.timeout = 0

◆ tooManyTracks

int mps_check.tooManyTracks = 0

Definition at line 43 of file mps_check.py.

◆ usedPedeMem

mps_check.usedPedeMem = 0.

Definition at line 262 of file mps_check.py.