[Cbc] Problem with a large ILP

Joachim Schauer joachim.schauer at uni-graz.at
Mon Dec 1 09:39:32 EST 2014


Hello!

We are trying to solve a "lagre" ILP (~2 million variables and 15000
constraints) and are using CBC (2.8.7) as a standalone solver in a
64-bit Linux with 4GB of RAM. However CBC quickly consumes all memory
and throws the following exception:

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

Is this normal for such an input size, or is there something strange
going on?

Thank you for your help!

Joachim

The input file in lp format can be found here and we are calling it
with: cbc Masterarbeit.lp

https://drive.google.com/file/d/0B8su2VUEnjd1ay1lRmxpVndCOGc/view?usp=sharing


More information about the Cbc mailing list