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

[condor-users] Normal termination (return value 128)



I would appreciate any ideas why the following test program failed.
The job was submitted on an XP personal condor.

Guy Tel-Zur

Program submit file:

executable = c:\program files\root\bin\root.exe
arguments = -q -b hsimple.C
output = hsimple.out
log = hsimple.log
error = hsimple.err
universe = vanilla
queue

The error file was empty!

Program logfile:

000 (036.000.000) 10/29 20:48:13 Job submitted from host: <127.0.0.1:1028>
...
001 (036.000.000) 10/29 20:48:18 Job executing on host: <127.0.0.1:1027>
...
005 (036.000.000) 10/29 20:48:19 Job terminated.
        (1) Normal termination (return value 128)
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Local Usage
        0  -  Run Bytes Sent By Job
        5120  -  Run Bytes Received By Job
        0  -  Total Bytes Sent By Job
        5120  -  Total Bytes Received By Job
...



StarterLog:

10/29 20:39:17 ******************************************************
10/29 20:39:17 ** condor_starter (CONDOR_STARTER) STARTING UP
10/29 20:39:17 ** $CondorVersion: 6.4.7 Jan 27 2003 $
10/29 20:39:17 ** $CondorPlatform: INTEL-WINNT40 $
10/29 20:39:17 ** PID = 3640
10/29 20:39:17 ******************************************************
10/29 20:39:17 DaemonCore: Command Socket at <127.0.0.1:1202>
10/29 20:39:17 WARNING: Condor is running on the loopback address (127.0.0.1)
10/29 20:39:17 of this machine, and is not visible to other hosts!
10/29 20:39:17 This may be due to a misconfigured /etc/hosts file.
10/29 20:39:17 Please make sure your hostname is not listed on the
10/29 20:39:17 same line as localhost in /etc/hosts.
10/29 20:39:17 Submitting machine is "localhost"
10/29 20:39:17 entering init_user_ids()...watch out.
10/29 20:39:17 File transfer completed successfully.
10/29 20:39:18 Starting a VANILLA universe job.
10/29 20:39:18 Output file: C:\Condor/execute\dir_3640\hsimple.out
10/29 20:39:18 Error file: C:\Condor/execute\dir_3640\hsimple.err
10/29 20:39:18 About to exec C:\Condor/execute\dir_3640\condor_exec.exe -q -b hsimple.C
10/29 20:39:18 Create_Process succeeded, pid=3892
10/29 20:39:18 Job exited, pid=3892, status=128
10/29 20:39:18 Got SIGQUIT. Performing fast shutdown.
10/29 20:39:18 ShutdownFast all jobs.
10/29 20:39:18 **** condor_starter (condor_STARTER) EXITING WITH STATUS 0




StartLog:

0/29 20:39:13 DaemonCore: Command received via UDP from host <127.0.0.1:1196>
10/29 20:39:13 DaemonCore: received command 440 (MATCH_INFO), calling handler (command_match_info)
10/29 20:39:13 match_info called
10/29 20:39:13 Received match <127.0.0.1:1027>#3863112812
10/29 20:39:13 State change: match notification protocol successful
10/29 20:39:13 Changing state: Unclaimed -> Matched
10/29 20:39:13 DaemonCore: Command received via TCP from host <127.0.0.1:1197>
10/29 20:39:13 DaemonCore: received command 442 (REQUEST_CLAIM), calling handler (command_request_claim)
10/29 20:39:13 Request accepted.
10/29 20:39:13 Remote owner is Guy@tlz
10/29 20:39:13 State change: claiming protocol successful
10/29 20:39:13 Changing state: Matched -> Claimed
10/29 20:39:16 DaemonCore: Command received via TCP from host <127.0.0.1:1201>
10/29 20:39:16 DaemonCore: received command 444 (ACTIVATE_CLAIM), calling handler (command_activate_claim)
10/29 20:39:16 Got activate_claim request from shadow (<127.0.0.1:1201>)
10/29 20:39:17 Remote job ID is 35.0
10/29 20:39:17 Got universe (5) from request classad
10/29 20:39:17 Startd using *_VANILLA control expressions.
10/29 20:39:17 State change: claim-activation protocol successful
10/29 20:39:17 Changing activity: Idle -> Busy
10/29 20:39:18 DaemonCore: Command received via TCP from host <127.0.0.1:1212>
10/29 20:39:18 DaemonCore: received command 404 (DEACTIVATE_CLAIM_FORCIBLY), calling handler (command_handler)
10/29 20:39:18 Called deactivate_claim_forcibly()
10/29 20:39:18 DaemonCore: Command received via UDP from host <127.0.0.1:1214>
10/29 20:39:18 DaemonCore: received command 60001 (DC_PROCESSEXIT), calling handler (HandleProcessExitCommand())
10/29 20:39:18 Starter pid 3640 exited with status 0
10/29 20:39:18 dynuser: LsaRemoveAccountRights Failed winerr=87l
10/29 20:39:18 State change: starter exited
10/29 20:39:18 Changing activity: Busy -> Idle
10/29 20:39:19 DaemonCore: Command received via UDP from host <127.0.0.1:1218>
10/29 20:39:19 DaemonCore: received command 443 (RELEASE_CLAIM), calling handler (command_handler)
10/29 20:39:19 State change: received RELEASE_CLAIM command
10/29 20:39:19 Changing state and activity: Claimed/Idle -> Preempting/Vacating
10/29 20:39:19 State change: No preempting match, returning to owner
10/29 20:39:19 Changing state and activity: Preempting/Vacating -> Owner/Idle
10/29 20:39:19 State change: IS_OWNER is false
10/29 20:39:19 Changing state: Owner -> Unclaimed
10/29 20:39:19 DaemonCore: Command received via UDP from host <127.0.0.1:1219>
10/29 20:39:19 DaemonCore: received command 443 (RELEASE_CLAIM), calling handler (command_handler)
10/29 20:39:19 Error: can't find resource with capability (<127.0.0.1:1027>#3863112812)
10/29 20:39:22 GetCursorPos failed



ShadowLog:


0/29 20:39:15 ******************************************************
10/29 20:39:15 ** condor_shadow (CONDOR_SHADOW) STARTING UP
10/29 20:39:15 ** $CondorVersion: 6.4.7 Jan 27 2003 $
10/29 20:39:15 ** $CondorPlatform: INTEL-WINNT40 $
10/29 20:39:15 ** PID = 3568
10/29 20:39:15 ******************************************************
10/29 20:39:15 DaemonCore: Command Socket at <127.0.0.1:1198>
10/29 20:39:15 WARNING: Condor is running on the loopback address (127.0.0.1)
10/29 20:39:15 of this machine, and is not visible to other hosts!
10/29 20:39:15 This may be due to a misconfigured /etc/hosts file.
10/29 20:39:15 Please make sure your hostname is not listed on the
10/29 20:39:15 same line as localhost in /etc/hosts.
10/29 20:39:16 Initializing a VANILLA shadow
10/29 20:39:16 (35.0) (3568): entering init_user_ids()...watch out.
10/29 20:39:16 (35.0) (3568): entering init_user_ids()...watch out.
10/29 20:39:17 (35.0) (3568): Request to run on <127.0.0.1:1027> was ACCEPTED
10/29 20:39:19 (35.0) (3568): **** condor_shadow (condor_SHADOW) EXITING WITH STATUS 100


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>