This file is /cdf/run1/documents/development/cdfsga_batch.note Last update was November 27th, 2001 We are using the NQS batch system on cdfsga. This is the preferred method of running long jobs on cdfsga because some scheduling is provided. This scheduling is important to us, as we have found that the interactive response on cdfsga starts getting somewhat ragged once the number of hard running jobs exceeds 29. And so, the running of long jobs in batch keeps the interactive response on cdfsga "bouncy", which is an important goal for us. (To be precise, this version of NQS is called CONNECT:Queue and is from Sterling Software) 1. The queues ============= We have three queues: LPQ intended for long jobs, for example monte carlo generation. This queue has no time limit. The priority is b218. MPQ intended for medium jobs, for example stripping events from tape. This queue has a CPU time limit of 4 hours. The priority is b216. HPQ intended for short jobs, for example linking an executable. This queue has a CPU time limit of 5 minutes. The priority is b214. The LPQ is set to allow 22 jobs to run at one time during the daytime (7:30 AM to 5:30 PM) on weekdays, and to allow 25 jobs at once during nights and weekends. 2. Job submission ================= A typical command for submitting a batch job is > qsub -me -re -ro -q LPQ \ -o /spool/username/job.log \ -e /spool/username/job.err \