Decision Optimization

Decision Optimization

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

 View Only
  • 1.  cplex process sleeping during MIP optimization

    Posted Tue August 23, 2011 04:56 AM

    Originally posted by: SystemAdmin


    Hey Guys! First: as I'm a new user of cplex, i'm also new to this forum. Please be kind ;)

    Here's my problem:

    I have a relatively large lp file (have a look at the attachment :) containing an MIP problem i wish to optimize.
    Unfortunately i can't figure out, how to achieve this. When i start the optimization, the cplex binary forks into some threads using all available kernels, does a lot of workload and finally falls asleep.

    htop shows a number of cplex processes with no cpu load, stating sleep mode (S) for those processes.

    here's the commands i use to start cplex:

    #>cplex
    set logfile problem.log
    set workmem 512
    read <nameoftask>.lp
    optimize

    of course, <nameoftask> is replaced by the correct filename.

    i also tried to alternate parameters like "set mip cuts all 2", "set mip cuts covers 3" and "set mip cuts disjunctive 3", but none of this helps.

    any clues?

    i'm running cplex under Debian 4.4.4-7 on different 64bit machines with up to eight kernels.

    cheers,
    0perat0r
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: cplex process sleeping during MIP optimization

    Posted Tue August 23, 2011 05:06 AM

    Originally posted by: SystemAdmin


    i forgot to say: i'm running IBM(R) ILOG(R) CPLEX(R) Interactive Optimizer 12.2.0.0.
    Attached you find the log file related to the problem file above...
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: cplex process sleeping during MIP optimization

    Posted Sat August 27, 2011 03:19 PM

    Originally posted by: SystemAdmin


    Are you saying that you have repeatedly seen CPLEX going into a deadlock for this model with different parameter settings? This is very strange. Maybe you should first try the most recent CPLEX version, which is 12.3.

    Tobias
    #CPLEXOptimizers
    #DecisionOptimization