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

Re: [Condor-users] Job terminated!!!!why?



On Tue, Jul 01, 2008 at 02:27:23PM +0800, zhang SunMoonStar wrote:
> after i submit the jobs ,i find it terminated. i try many times,but it turn
> out the same result asfollows:
> 
> ...
> 000 (028.000.000) 07/01 13:29:10 Job submitted from host: <10.61.0.219:35937
> >
> ...
> 001 (028.000.000) 07/01 13:44:12 Job executing on host: <10.61.0.219:35938>
> ...
> 005 (028.000.000) 07/01 13:44:12 Job terminated.
>         (1) Normal termination (return value 100)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

IMO, that's the job/executable itself, not Condor (99% confidence).
Check your code what exit(100) means.
As to why it happens: probably an environment problem (non-absolute path
values, permissions, etc. come to mind). 

S