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

Re: [Condor-users] java jobs in condor



Dear Srinivasan...,

Thanx a ton for your help buddy... and also to Senthil ... but i guess... problem is some where i am not able to diagnoze.... hey i am sending the condor_config file ... this is what i did...
##--------------------------------------------------------------------
##  Java parameters:
##--------------------------------------------------------------------
##  If you would like this machine to be able to run Java jobs,
##  then set JAVA to the path of your JVM binary.  If you are not
##  interested in Java, there is no harm in leaving this entry
##  empty or incorrect.
                                                                               
JAVA    = /usr/bin/java
                                                                               
-----------------------------------

then checked using
$ condor_status -java
Name          JavaVendor  Ver    State      Activity   LoadAv Mem   ActvtyTime
 
vm1@kanchan-w Sun Microsy 1.5.0_ Matched    Idle       0.000   128  0+00:00:36
vm2@kanchan-w Sun Microsy 1.5.0_ Unclaimed  Idle       0.230   128  0+00:20:05
 
                     Total Owner Claimed Unclaimed Matched Preempting Backfill
 
         INTEL/LINUX     2     0       0         1       1          0        0
 
               Total     2     0       0         1       1          0        0

i.e. it isnt showing my machine which i guess now java enabled... ofcourse java is running well on my machine...

$condor_q -analyze 21.0
-- Submitter: pal-w2p.corp.cdac.in : <192.168.7.131:32834> : pal-w2p.corp.cdac.in
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
---
021.000:  Run analysis summary.  Of 5 machines,
      3 are rejected by your job's requirements
      2 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 match but reject the job for unknown reasons
      0 match but will not currently preempt their existing job
      0 are available to run your job
        Last successful match: Fri Aug 11 12:20:07 2006

there is a funny thing... sometimes it shows '2 reject your job because of their own requirements' and sometimes '2 match but reject the job for unknown reasons'

any clue why...
Pranav

On 8/10/06, Srinivasan Manikantan <srinivasan.manikantan@xxxxxxxxxxxx > wrote:
Hi,
I dont know how this is being attached to your job descriptor
(TARGET.FileSystemDomain == MY.FileSystemDomain)
check your condor_config auto appending parameters.
Adding this, the job would match for submitter machine itself which
inturn is excluded by (HasJava)
as of your condor_status -java

Srinivasan.
GEMPLISS SRL
Tel. 0039 0362 308854
Fax. 0039 0362 1790046
http://www.gempliss.com/solutions/

Pranav Aggarwal wrote:
> Hi,
>
> I am trying to submit java jobs at condor pool
>
> $ cat submit_simple1java
>
> Universe   = java
> Executable = simple1.class
> Arguments  = 4 10
> Log        = simple1java.log
> Output     = simple1java.out
> Error      = simple1java.err
> Queue
>
> the java files takes 2 inputs, in this case '4' and '10' ... it waits
> for 4 seconds and multplies 10 * 2...
> when i do
>
> $condor_status -java
> Name          JavaVendor  Ver    State      Activity   LoadAv Mem
> ActvtyTime
>
> vm1@kanchan-w Sun Microsy 1.5.0_ Unclaimed  Idle       0.000    128
> 0+00:30:08
> vm2@kanchan-w Sun Microsy 1.5.0_ Unclaimed  Idle       0.000   128
> 0+00:15:05
>
>                      Total Owner Claimed Unclaimed Matched Preempting
> Backfill
>
>          INTEL/LINUX     2     0       0         2       0
> 0        0
>
>                Total     2     0       0         2       0
> 0        0
>
> which i guess means that there is a machine which can handle java
> jobs... if submitted...
>
> and
> $condor_q -analyze 6.0      (6.0 is the name of the job id.. which i
> submitted using
>
> $condor_submit  submit_simple1java )
>
> which says...
>
> -- Submitter: pal-w2p.corp.cdac.in <http://pal-w2p.corp.cdac.in> :
> < 192.168.7.131:32803 <http://192.168.7.131:32803>> :
> pal-w2p.corp.cdac.in <http://pal-w2p.corp.cdac.in >
>  ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
> ---
> 018.000:  Run analysis summary.  Of 4 machines,
>       4 are rejected by your job's requirements
>       0 reject your job because of their own requirements
>       0 match but are serving users with a better priority in the pool
>       0 match but reject the job for unknown reasons
>       0 match but will not currently preempt their existing job
>       0 are available to run your job
>         No successful match recorded.
>         Last failed match: Thu Aug 10 17:42:21 2006
>         Reason for last match failure: no match found
>
> WARNING:  Be advised:
>    No resources matched request's constraints
>    Check the Requirements _expression_ below:
>
> Requirements = (HasJava) && (Disk >= DiskUsage) && ((Memory * 1024) >=
> ImageSize) && (TARGET.FileSystemDomain == MY.FileSystemDomain )
>
> i guess the requirement is not being met... any cure for this problem...
>
> thanx,
> Pranav.......
> ------------------------------------------------------------------------
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at either
> https://lists.cs.wisc.edu/archive/condor-users/
> http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR