Grid engine batch job processing (qsub, qstat, …)
POSIX batch environment services specifies utilities for batch job processing:
qalter— alter a submitted jobqdel— cancel a submitted jobqhold— suspend a submitted jobqmove— move a job to a different queueqmsg— send a message to a batch job's outputqrerun— terminate a running job and queue a new instanceqrls— release jobs from their holdqselect— list submitted jobs matching certain criteriaqsig— send a signal to a running jobqstat— show the status of a job, queue or serverqsub— submit a job
Oracle Grid Engine is an open source implementation of this specification.