ParMETIS_V3_PartKway carsh

Hello

I am a new user of ParMETIS. I am trying to use ParMETIS_V3_PartKway from ParMETIS 3.1.1 to partition my large graph (sparse matrix), but it crashed and I got the following error message:

[cluster:29557] *** Process received signal ***
[cluster:29557] Signal: Aborted (6)
[cluster:29557] Signal code: (-6)
Error! ***Memory allocation failed for SetUp: sendind. Requested size: -1175656032 bytes[cluster:29557] [ 0] /lib64/libc.so.6 [0x2aaaae4912d0]
[cluster:29557] [ 1] /lib64/libc.so.6(gsignal+0x35) [0x2aaaae491265]
[cluster:29557] [ 2] /lib64/libc.so.6(abort+0x110) [0x2aaaae492d10]
[cluster:29557] [ 3] ./test_1 [0x422214]
[cluster:29557] [ 4] ./test_1 [0x4227df]
[cluster:29557] [ 5] ./test_1 [0x4230cf]
[cluster:29557] [ 6] ./test_1 [0x4264aa]
[cluster:29557] [ 7] ./test_1 [0x41db97]
[cluster:29557] [ 8] ./test_1 [0x40ecf5]
[cluster:29557] [ 9] /lib64/libc.so.6(__libc_start_main+0xf4) [0x2aaaae47e994]
[cluster:29557] [10] ./test_1(__gxx_personality_v0+0x151) [0x4050e9]
[cluster:29557] *** End of error message ***
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 29557 on node cluster exited on signal 6 (Aborted).
--------------------------------------------------------------------------

I am using a linux cluster system.