Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] core file from job
- Date: Wed, 19 Dec 2007 11:22:06 -0500
- From: Ashutosh Mahajan <asm4@xxxxxxxxxx>
- Subject: Re: [Condor-users] core file from job
hi Dan,
i see a limit of 135472 even when coresize is specified to be 0.
[asm4@clownfish condor]$ cat pwd.submit
universe = vanilla
initial_dir = /home/asm4/tmp/condor
executable = /bin/bash
arguments = pwd.sh
coresize = 0
log = log.pwd
output = out.$(PROCESS)
error = err.$(PROCESS)
should_transfer_files = TRUE
when_to_transfer_output = ON_EXIT
transfer_input_files = pwd.sh
queue 1
[asm4@clownfish condor]$ cat out.0
limit = 1354742
[asm4@clownfish condor]$ cat pwd.sh
#!/bin/sh
echo "limit = " `ulimit -c`
[asm4@clownfish condor]$ condor_version
$CondorVersion: 6.8.6 Sep 10 2007 PRE-RELEASE-UWCS $
$CondorPlatform: I386-LINUX_RHEL3 $
we are running this on a debian cluster. on another cluster we are running on
centos-4 with condor version 6.8.2. its also showing the same behaviour. we
are planning to upgrade to 6.8.8 this week. will that help? thanks.
--
regards
Ashutosh Mahajan
http://www.lehigh.edu/~asm4
On Wed, 19 Dec 2007, Dan Bradley wrote:
> Hi Ashutosh,
>
> If you submit a job that is just a shell script like the following, what
> do you see?
>
> #!/bin/sh
> ulimit -c
>
> In my tests, which are admittedly in 6.9.5, the core_size specified in
> the submit file correctly sets the core limit of the job.
>
> --Dan
>
> Ashutosh Mahajan wrote:
>
> >hi all,
> > i am seeing this problem in both condor version 6.8.2 and 6.8.6, vanilla
> > universe. i have a job that crashes often and creates a huge core dump. i
> > dont want the core. its too big. but condor creates it for me even when i
> > specify coresize = 0 in my submit file. if i look at the condor_history of
> > that job:
> >
> > [asm4@clownfish condor]$ condor_history -l 5.0 | grep -i core
> > CoreSize = 0
> > JobCoreDumped = TRUE
> > JobCoreFileName = "/home/asm4/tmp/condor/core.5.0"
> > [asm4@clownfish condor]$ ulimit -S -c
> > 0
> > [asm4@clownfish condor]$ ulimit -H -c
> > 0
> >
> >do i need to specify anything else or change condor configuration, so that
> >condor does not give me a core file? thanks
> >
> >--
> >regards
> >Ashutosh Mahajan
> >http://www.lehigh.edu/~asm4
> >
> >_______________________________________________
> >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:
> >https://lists.cs.wisc.edu/archive/condor-users/
> >
> >
> _______________________________________________
> 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:
> https://lists.cs.wisc.edu/archive/condor-users/