[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] which entry is the VirtualMemory?



hi ,everyone:

   when the job 314.0 finished, i want to know the VirtualMemory used by the job. so i excuted the conmmand line: 
condor_history -l 314.0
the result as follows:

 MyType = "Job"
TargetType = "Machine"
ClusterId = 314
QDate = 1225291852
Owner = "gos"
LocalUserCpu = 0.000000
LocalSysCpu = 0.000000
ExitStatus = 0
NumCkpts_RAW = 0
NumCkpts = 0
NumRestarts = 0
NumSystemHolds = 0
TotalSuspensions = 0
CumulativeSuspensionTime = 0
CondorVersion = "$CondorVersion: 7.0.1 Feb 26 2008 BuildID: 76180 $"
CondorPlatform = "$CondorPlatform: I386-LINUX_RHEL3 $"
RootDir = "/"
Iwd = "/home/gos/testpj/condortest"
JobUniverse = 5
Cmd = "/home/gos/testpj/condortest/testsh/te.origin"
MinHosts = 1
MaxHosts = 1
WantRemoteSyscalls = FALSE
WantCheckpoint = FALSE
JobPrio = 0
User = "gos@localdomain"
NiceUser = FALSE
Environment = ""
JobNotification = 2
WantRemoteIO = TRUE
UserLog = "/home/gos/testpj/condortest/job.log"
CoreSize = 0
KillSig = "SIGTERM"
Rank = 0.000000
In = "/dev/null"
TransferIn = FALSE
Out = "out.0"
StreamOut = FALSE
Err = "err.0"
StreamErr = FALSE
BufferSize = 524288
BufferBlockSize = 32768
ShouldTransferFiles = "YES"
WhenToTransferOutput = "ON_EXIT"
TransferFiles = "ONEXIT"
ExecutableSize_RAW = 1
ExecutableSize = 1
Requirements = (Arch == "INTEL") && (OpSys == "LINUX") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize) && (HasFileTransfer)
JobLeaseDuration = 1200
PeriodicHold = FALSE
PeriodicRelease = FALSE
PeriodicRemove = (currentTime - EnteredCurrentStatus) > 480
>>LeaveJobInQueue = FALSE
Arguments = ""
GlobalJobId = "cngrid219#1225291852#314.0"
ProcId = 0
WantMatchDiagnostics = TRUE
LastMatchTime = 1225291852
NumJobMatches = 1
OrigMaxHosts = 1
JobStartDate = 1225291854
JobCurrentStartDate = 1225291854
NumShadowStarts = 1
JobRunCount = 1
NumJobStarts = 1
DiskUsage_RAW = 1
DiskUsage = 1
LastJobLeaseRenewal = 1225292095
RemoteSysCpu = 0.000000
RemoteUserCpu = 0.000000
ImageSize_RAW = 2168
ImageSize = 2250
ExitBySignal = FALSE
ExitCode = 0
TerminationPending = TRUE
CommittedTime = 241
BytesSent = 20.000000
BytesRecvd = 39.000000
JobStatus = 4
EnteredCurrentStatus = 1225292095
LastSuspensionTime = 0
RemoteWallClockTime = 241.000000
LastRemoteHost = "slot1@cngrid219"
LastPublicClaimId = "<10.61.0.219:32775>#1224659721#188#..."
LastPublicClaimIds = ""
CurrentHosts = 0
CompletionDate = 1225292095
AutoClusterId = 0
AutoClusterAttrs = "JobUniverse,LastCheckpointPlatform,NumCkpts,DiskUsage,ImageSize,Requirements,NiceUser"
JobFinishedHookDone = 1225292095


ok!  1.   may you tell me  which entry is the VirtualMemory? i can not find it ,i just can see two entries about the memory:  ImageSize_RAW = 2168
ImageSize = 2250.
       2. and which entry  can i  use to compute the runtime of the job? 

Thank you  so much!
BestRegards