Skip to content

OOM error while trying to solve LP #9

Description

@mingodad

Testing the online version with an lp converted by glpsol from https://github.com/mingodad/GLPK/blob/master/examples/life_goe.mod glpsol --check -m life_goe.mod --wlp life_goe.mod.lp (see attached) we get this error message:

Error: Error: Unable to solve the problem. HiGHS error RuntimeError: Aborted(OOM). Build with -s ASSERTIONS=1 for more info.

But with the command line we can solve it:

highs life_goe.mod.lp 
Running HiGHS 1.1.1 [date: 2021-12-17, git hash: 2da8f7d4]
Copyright (c) 2021 ERGO-Code under MIT licence terms
MIP  life_goe.mod has 350 rows; 388 cols; 1330 nonzeros; 248 integer variables

Presolving model
280 rows, 318 cols, 1190 nonzeros
280 rows, 318 cols, 1190 nonzeros
Objective function is integral with scale 600

Solving MIP model with:
   280 rows
   318 cols (178 binary, 0 integer, 0 implied int., 140 continuous)
   1190 nonzeros

( 0.0s) Starting symmetry detection
( 0.0s) No symmetry present

Solving root node LP relaxation

        Nodes      |    B&B Tree     |            Objective Bounds              |  Dynamic Constraints |       Work      
     Proc. InQueue |  Leaves   Expl. | BestBound       BestSol              Gap |   Cuts   InLp Confl. | LpIters     Time

         0       0         0   0.00%   0               inf                  inf        0      0      0       168     0.0s
 T    1044       0       429 100.00%   0               0                  0.00%     8100    238   2200     25476     2.7s

Solving report
  Status            Optimal
  Primal bound      0
  Dual bound        0
  Solution status   feasible
                    0 (objective)
                    0 (bound viol.)
                    0 (int. viol.)
                    0 (row viol.)
  Timing            2.67 (total)
                    0.00 (presolve)
                    0.00 (postsolve)
  Nodes             1046
  LP iterations     25480 (total)
                    0 (strong br.)
                    2269 (separation)
                    5724 (heuristics)
2.68user 0.02system 0:02.68elapsed 100%CPU (0avgtext+0avgdata 55320maxresident)k

life_goe.mod.lp.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions