Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Stata job running all the time
- Date: Wed, 29 Jul 2009 15:37:54 -0400
- From: ttarefe@xxxxxxxxxx
- Subject: [Condor-users] Stata job running all the time
hello,all
when I submit stata,Matlab and Sas jobs on condor(window),the jobs stay in the
state "running" all the time.
Here is my submit file for stata:
Universe = vanilla
Requirements = OpSys == "WINNT51"
Executable = stata.bat
#Arguments = example.do
Log =stata.log
Output = stata.out
Error = stata.err
Rank=machine=="phd_universal1.mgmt.purdue.edu"
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
transfer_input_files = example.do
transfer_output_files = example.log
Queue
batch file
start /w "c:\program files\Stata10\wsestata.exe" -b do example
stata.log
000 (057.000.000) 07/24 08:27:10 Job submitted from host: <128.210.131.151:1071>
..
001 (057.000.000) 07/24 08:27:28 Job executing on host: <128.210.131.162:3442>
..
006 (057.000.000) 07/24 08:32:36 Image size of job updated: 152772
..
006 (057.000.000) 07/24 08:42:36 Image size of job updated: 153164
..
006 (057.000.000) 07/24 08:47:36 Image size of job updated: 153176
..
006 (057.000.000) 07/24 09:07:36 Image size of job updated: 153336
..
006 (057.000.000) 07/24 09:12:36 Image size of job updated: 153488
so I want to know the reason for it
Any help will be appraciated.
Best Regards,
Teme