I am trying to solve a MIP problem with 2520 rows, 1308 columns and 6512 nonzeros. And after 29139579 simplex iterations in 6681.71:
Solution count 5: 1.06839e+07
Pool objective bound 1.06892e+07
Solve interrupted (error code 10001)
Best objective 1.068391788000e+07, best bound 1.068915477238e+07, gap 0.0490%
Exception in thread "main" gurobi.GRBException: Out of memory
at gurobi.GRBModel.optimize(GRBModel.java:658)
at App.main(App.java:697)