Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
  • 1.  CPLEX Error 1001: Out of Memory

    Posted Wed June 17, 2015 10:17 AM

    Originally posted by: Max518


    Hello, everyone

    I'm now solving my MIP formulation by CPLEX (IBM ILOG OPL IDE Version:6.3).

    When I implemented it on small-scale problem, it can work well and fast.

    However, for large-scale problem, the "out of memory" problem turns up.

     

     I changed some parameters in the settings:
    1.Node storage file switch->3, node file on disk and compressed
    2. MIP node selection strategy->2, best estimate search
    3. MIP variable selection strategy->3, strong banching
    4. Memory available for working storage: 8000
    5. Memory reduction switch->true

    However, the problem cannot be solved.

     

    Would you please give me some advice to solve this problem? Thank you very much.


     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: CPLEX Error 1001: Out of Memory

    Posted Wed June 17, 2015 03:26 PM

    Hi

    have you tried

    cplex.thread=1;

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: CPLEX Error 1001: Out of Memory

    Posted Thu June 18, 2015 09:00 AM

    Originally posted by: Max518


    Hi

    i have tried this method, but it did not work.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: CPLEX Error 1001: Out of Memory

    Posted Thu June 18, 2015 09:40 AM

    Hi,

    have you tried with 12.6.2 which is more recent than 6.3 ?

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 5.  Re: CPLEX Error 1001: Out of Memory

    Posted Thu June 18, 2015 10:27 AM

    Originally posted by: Max518


    Yes, i have tried the new version. The problem still exist.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 6.  Re: CPLEX Error 1001: Out of Memory

    Posted Thu June 18, 2015 10:54 AM

    Hi,

    have you checked that your model is a good model ?

    Maybe you should improve your model.

    What about a medium size problem that could help you tune your model ?

    regards

     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 7.  Re: CPLEX Error 1001: Out of Memory

    Posted Sun June 21, 2015 09:48 PM

    Originally posted by: Max518


    Hi,

    the CPLEX can program the medium size problem but failed to find the solution.

    could you give me some advices?

     

    best regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 8.  Re: CPLEX Error 1001: Out of Memory

    Posted Wed June 24, 2015 03:31 AM

    Hi,

    maybe you could have a look at the white paper Efficient modeling with the IBM ILOG CPLEX Optimization Studio that you may get over the internet

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 9.  Re: CPLEX Error 1001: Out of Memory

    Posted Thu June 25, 2015 05:59 AM

    Originally posted by: Max518


    Than you so much, Alex.Smile


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 10.  Re: CPLEX Error 1001: Out of Memory