Error Message from vcluster

I got some error message from vcluster. Possible it is because of there are more than 40,000 columns and about 300 rows of input matrix. Thanks.

Here I list the error messages:

vcluster –clustfile 61.cocs.o2.direct.cluster_solution –rlabelfile 61.rlabel –rclassfile 61.rclass –clmethod direct –sim cos –zscore 61.cocs.o2 4 > 61.cocs.o2.direct.cluster_output
***Memory re-allocation failed for gk_getline: lineptr. Requested size: -2147483648 bytes
Aborted (core dumped)

vcluster –clustfile 78.cocs.o2.direct.cluster_solution –rlabelfile 78.rlabel –rclassfile 78.rclass –clmethod direct –sim cos –zscore 78.cocs.o2 5 > 78.cocs.o2.direct.cluster_output
***Memory re-allocation failed for gk_getline: lineptr. Requested size: 268435456 bytes
Aborted (core dumped)

vcluster –clustfile 10.cocs.o2.direct.cluster_solution –rlabelfile 10.rlabel –rclassfile 10.rclass –clmethod direct –sim cos –zscore 10.cocs.o2 6 > 10.cocs.o2.direct.cluster_output
Value could not be found for column! Row:3841, NNZ:338291312

Aborted (core dumped)

RE: I have a problem in starting

I have a problem in starting cluto.
An error occures when I run the Cluto: Column number is less than one.
With regards,
S. Ali Hosseini D.

RE: It seems that the file

It seems that the file contains some very long lines and/or your system does not have enough memory for the space that needs to be allocated to store a line of your input file.

RE: By the way, the version of

By the way, the version of the CLUTO is cluto-2.1.2

Thank you for your help!