Hello.
I've been trying to submit a task to Condor, but it remains idle and does not run.
Here is my submit script (file named "submit"):
Universe = vanilla
Executable = test.bash
Arguments = 4 10
Log = simple.log
Output = simple.out
Error = simple.error
Transfer_Input_Files = test.bash
should_transfer_files = YES
Queue
I submit it with the command "condor_submit submit".
Here is output of condor_q:
-- Submitter: ivan-VirtualBox : <
10.0.2.15:51485> : ivan-VirtualBox
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
27.0 ivan 4/7 16:09 0+00:00:00 I 0 0.0 test.bash 4 10
1 jobs; 0 completed, 0 removed, 1 idle, 0 running, 0 held, 0 suspended
Here is output of condor_status:
ivan@ivan-VirtualBox:~/condor$ condor_status
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
ivan-VirtualBox LINUX X86_64 Unclaimed Idle 0.370 1473 0+00:04:35
Total Owner Claimed Unclaimed Matched Preempting Backfill
X86_64/LINUX 1 0 0 1 0 0 0
Total 1 0 0 1 0 0 0
Here is a list of condor processes on my computer:
ps -aux | grep condor
Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html
condor 2243 0.0 0.3 94976 4668 ? Ss 16:05 0:00 /usr/sbin/condor_master -pidfile /var/run/condor/condor.pid
root 2244 0.0 0.2 21768 3220 ? S 16:05 0:00 condor_procd -A /var/run/condor/procd_pipe -L /var/log/condor/ProcLog -R 10000000 -S 60 -C 115
condor 2245 0.0 0.4 99328 6764 ? Ss 16:05 0:00 condor_collector -f
condor 2246 0.0 0.4 95108 6532 ? Ss 16:05 0:00 condor_negotiator -f
condor 2247 0.0 0.5 96756 7664 ? Ss 16:05 0:00 condor_schedd -f
condor 2248 0.0 0.4 95732 7024 ? Ss 16:05 0:00 condor_startd -f
ivan 2479 0.0 0.0 13596 928 pts/1 S+ 16:12 0:00 grep --color=auto condor