Some commonly-used condor comments

ssh cvssp-condor-master

condor_submit submitfile

condor_rm username #### kill all the processes submitted by user

condor_rm 12345 #### kill the process 12345

condor_q

condor_status

condor_q -af holdreason #### If process on hold, check the error

condor_ssh_to_job 12345 #### go to the server where process 12345 was ran

ls

tail -f _condor_stdout ### monitor the print message

Ctrl+C #### quit monitoring

exit #### exit that server

A vanilla submit file example: