Originally posted by: MeirLev
I have an Integer Programming model with ~1,300 variables and ~7,800 constraints, which I am running from the ILOG CPLEX Optimization Studio (version 12.6.2 under Ubuntu 14.04) with the Engine tab open.
After 47 seconds, the following stats are shown:
Clique cuts applied: 14
Implied bound cuts applied: 518
Flow cuts applied: 176
Mixed integer rounding cuts applied: 178
Zero-half cuts applied: 25
Lift and project cuts applied: 5
Gomory fractional cuts applied: 2
Root node processing (before b&c):
Real time = 3.19 sec. (2433.05 ticks)
Parallel b&c, 4 threads:
Real time = 12.97 sec. (15760.99 ticks)
Sync time (average) = 1.11 sec.
Wait time (average) = 1.16 sec.
------------
Total (root+branch&cut) = 16.17 sec. (18194.04 ticks)
Following this, the Studio's window becomes grey and it does not react to anything. Nothing new is displayed in the Engine window. After at least 15-20 minutes, the window wakes up and the solution is shown.
What is the freezing behavior that I am observing and how can I get rid of this seemingly wasted time at the end?
EDIT: When I run the same model from the command line using oplrun, the model is solved in 47 seconds...
#DecisionOptimization#OPLusingCPLEXOptimizer