[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] [newbie-question] Submitted task is idle




Hello Brian.

Thank you for your reply.


Two things to try:

1) Use "condor_q -better-analyze" to see if the job matches to the existing slot.
2) Look at the ScheddLog, StartLog and the StarterLog* to see if there's any security configuration issues which prevents the components from talking to each other.

It seems to be fine fine.
I also noticed that my task was executed after some time of inactivity of the machine where I run Condor. Can it be the case that in current configuration Condor runs tasks only if my machine is idle for some time? If yes, how can I fix it? (I didn't find the solution in the documentation)

Best regards,
Ivan.
 

Brian

On Apr 7, 2014, at 6:14 AM, Ivan Mushketyk <ivan.mushketik@xxxxxxxxx> wrote:

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


I am using Condor 8.06 on Ubuntu 12.04 under VirtualBox installed from


What am I doing wrong?

Best regards,
Ivan
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/