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

[Condor-users] Core files possible from scheduler universe?



Hello All,

This is a (potentially strange) question in two versions:


Short version:
Is it possible to get jobs submit to the scheduler universe to create
and dump core files?


Long version:
The following monument to my coding ability:

----------
#include "assert.h"

int 
main(int argc, char *argv[])
{
  assert(0);
}
------------

submit to condor 
$CondorVersion: 6.8.2 Oct 12 2006 $
$CondorPlatform: I386-LINUX_RHEL3 $

with the submit file

--------------
universe = vanilla
getenv = true
executable = a.out
log = condor.log
queue
---------------

Produces a nice, tasty, core file.


However, when I try
universe = scheduler

there is no core.

Here is more proof from the (user) Condor log
000 (1480.000.000) 03/28 09:29:41 Job submitted from host:
<192.168.1.1:39392>
...
001 (1480.000.000) 03/28 09:30:27 Job executing on host:
<192.168.1.1:39391>
...
005 (1480.000.000) 03/28 09:30:27 Job terminated.
        (0) Abnormal termination (signal 6)
        (1) Corefile in: /home/jtl3/tmp/core.1480.0
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Local Usage
        0  -  Run Bytes Sent By Job
        0  -  Run Bytes Received By Job
        0  -  Total Bytes Sent By Job
        0  -  Total Bytes Received By Job
...
000 (1481.000.000) 03/28 09:30:59 Job submitted from host:
<192.168.1.1:39392>
...
001 (1481.000.000) 03/28 09:30:59 Job executing on host:
<192.168.1.1:39392>
...
005 (1481.000.000) 03/28 09:30:59 Job terminated.
        (0) Abnormal termination (signal 6)
        (0) No core file
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Total Local Usage
        0  -  Run Bytes Sent By Job
        0  -  Run Bytes Received By Job
        0  -  Total Bytes Sent By Job
        0  -  Total Bytes Received By Job



Is it possible for me to get the core?

Thanks for any pointers!

Cheers,
-Jeff
-- 
------------------------------------------------------------
Jeff Linderoth                               O: 610-758-4879
Asst. Professor                              
Industrial and Systems Engineering           jtl3@xxxxxxxxxx
Lehigh University                       www.lehigh.edu/~jtl3