Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Further error information in the clone logs!!!

  • 1.  Further error information in the clone logs!!!

    Posted 05/17/15 04:51 AM

    Originally posted by: ShirinG


    Hi,

     

    After almost 10 hours waiting for the result,  first received a system message to close the application to free up some memory and then I noticed although timer of my program is still running, it is not working any more.

    The message in the "Engine Log" tab is: There may be further errors in the clone logs. 

    I wonder how I can resolve this issue!

    Thanks,

    Shirin


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Further error information in the clone logs!!!

    Posted 05/17/15 05:17 AM

    Hi,

    have you tried with oplrun ?

    do you see important use of memory ?

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Further error information in the clone logs!!!

    Posted 05/17/15 05:29 AM

    Originally posted by: ShirinG


    Hi,

    How can I find out use of memory? I think it could be displayed in "Profiler" tab. But this tab is clear for me this time and does not display any thing

    I didn`t stop the program... Then it strated "free"ing nodes! 

    and these are the final messages:

    191000 nodes freed
    192000 nodes freed
    193000 nodes freed
    194000 nodes freed
    195000 nodes freed
    Warning: MIP starts not constructed because of out-of-memory status.
     
    Root node processing (before b&c):
      Real time             = 3098.83 sec. (4663.42 ticks)
    Parallel b&c, 12 threads:
      Real time             = 35006.36 sec. (13122645.59 ticks)
      Sync time (average)   = 1754.85 sec.
      Wait time (average)   =    1.33 sec.
                              ------------
    Total (root+branch&cut) = 38105.19 sec. (13127309.02 ticks)

    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: Further error information in the clone logs!!!

    Posted 05/17/15 12:39 PM

    Hi

    not constructed because of out-of-memory status.
     

    seems to say that you use a lot of memory

     

    Can you try with less threads ?

     

    cplex.threads=4; within an execute block

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer