Parallel jobs - SIGKILL issues

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Rajesh_kr82
Participant
Posts: 24
Joined: Sat Oct 15, 2005 1:09 pm

Parallel jobs - SIGKILL issues

Post by Rajesh_kr82 »

I was wondering if anyone knows about this error I get while running scheduled parallel jobs, the error is not descriptive it says
"node_node1: Player 2 terminated unexpectedly." the next error is
main_program: Unexpected termination by Unix signal 9(SIGKILL)

I am running the same parallel job with multiple instances. At one time only on instance runs. Each instance is supplied with different input files. Amout of data is not very big. Job get killed like once in 20 runs. Also i am using only one node.

I am not sure what exactly is the casue. I have seen other posts on this but didnt get any satisfactory answer. Please me know if some one was able to successfully over come this problem.

Rajesh
Regards,
Rajesh
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

Your jobs are being killed in the server. So maybe you can ask your unix admin about it.

My guess is probably you are exceeding the number of jobs which are allowed to run on the server. thats one one of it gets killed.
Post Reply