Process killed

A

Ajay Todimala

Hi Folks,

I am running a C++ simulation on Redhat Linux 9.
It is computational and memory intensive.
After running for some time it gets killed.
It does not give any core dump.

The following are the user limits on the system:

core file size (blocks) 1000000
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 1024
pipe size (512 bytes) 8
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 8190
virtual memory (kbytes) unlimited

The debugger says;
Program terminated with signal SIGKILL, Killed.

I have no clue why this is happeniing.
Is it because of insufficient memory.
Does any body know how to get around.

Appreciate your help.

Ajay.
 
S

Sharad Kala

Ajay Todimala said:
Hi Folks,

I am running a C++ simulation on Redhat Linux 9.
It is computational and memory intensive.
After running for some time it gets killed.
It does not give any core dump.

The following are the user limits on the system:

core file size (blocks) 1000000
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 1024
pipe size (512 bytes) 8
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 8190
virtual memory (kbytes) unlimited

The debugger says;
Program terminated with signal SIGKILL, Killed.

I have no clue why this is happeniing.
Is it because of insufficient memory.
Does any body know how to get around.

Appreciate your help.

Hello Ajay,

It seems you are on a wrong newsgroup.
Try asking on some newsgroup dedicated to your platform.
People on this ng would be more kind to you if you atleast post your C++ code.

Best wishes,
Sharad
 
V

Victor Bazarov

Ajay Todimala said:
I am running a C++ simulation on Redhat Linux 9.
It is computational and memory intensive.
After running for some time it gets killed.
It does not give any core dump.

The following are the user limits on the system:

core file size (blocks) 1000000
data seg size (kbytes) unlimited
file size (blocks) unlimited
max locked memory (kbytes) unlimited
max memory size (kbytes) unlimited
open files 1024
pipe size (512 bytes) 8
stack size (kbytes) 8192
cpu time (seconds) unlimited
max user processes 8190
virtual memory (kbytes) unlimited

The debugger says;
Program terminated with signal SIGKILL, Killed.

I have no clue why this is happeniing.
Is it because of insufficient memory.
Does any body know how to get around.

The error is on the line 42.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top