I am running MIP optimization using CPLEX studio v12.9 on Ubuntu 18.09 using C++ programming language. My problem has about 6000 variables and about 22M constraints. The cluster on which i am running the program has 24 CPUs with 125GB of RAM. The problem does not run out of memory but crashes with 0x9 signal from the CPU. Optimization was working fine with correct results earlier when the problem had about 2k variables with roughly 2M constraints.
What could be the possible reason for this problem?
Thank you.