If you are using Globus to submit jobs, you may check your jobs’ status using “condor_q“:
condor_q my_username
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 37538.0 my_username 7/4 10:05 0+00:00:00 H 0 9.8 my_job_executable 37539.0 my_username 7/4 10:10 0+00:04:35 R 0 9.8 my_job_executable 37540.0 my_username 7/4 10:15 0+00:00:00 I 0 9.8 my_job_executable
This shows three jobs, the first of which is hung, the second has been running for just over four and a half minutes, and the third is waiting in the queue. You may then cancel any jobs by the listed job number by using “condor_rm“, such as the hung job above:
condor_rm 37538.0