Hi Bob,
Would you please have a look at my problem explained in below.
I am just looking for a way to reduce the memory usage by AMPL or expand the solving time.
Many thanks for your time in advance!
CPLEX is giving me the memory error as follows.
0 MIP simplex iterations
0 branch-and-bound nodes
No basis.
I have put the command below.
ampl: model IntM-S.mod;
ampl: data IntM-S.dat;
ampl: options solver cplex;
ampl: option show_stats 1;
ampl: option cplex_options 'mipdisplay=2 nodefile=3';
ampl: solve;
and CPLEX gave the the presolve of:
Presolve eliminates 277 constraints and 955 variables.
Adjusted problem:
2695 variables:
2340 binary variables
25 integer variables
330 linear variables
902 constraints, all linear; 21926 nonzeros
385 equality constraints
517 inequality constraints
1 linear objective; 2180 nonzeros.
nodefile=3
MIP Presolve eliminated 228 rows and 180 columns.
MIP Presolve modified 445 coefficients.
Reduced MIP has 519 rows, 2360 columns, and 13704 nonzeros.
Reduced MIP has 2335 binaries, 13 generals, 0 SOSs, and 0 indicators.
Probing time = 0.03 sec. (3.30 ticks)
MIP Pre solved modified 30 coefficients.
Reduced MIP has 519 rows, 2360 columns, and 13704 nonzeros.
Reduced MIP has 2335 binaries, 13 generals, 0 SOSs, and 0 indicators.
Probing time = 0.03 sec. (3.20 ticks)
Clique table members: 8227.
MIP emphasis: balance optimality and feasibility.
MIP search method: dynamic search.
Parallel mode: deterministic, using up to 4 threads.
Root relaxation solution time = 0.08 sec. (17.02 ticks)
Any idea why do I still get this?!
There may be further error information in the clone logs.
GUB cover cuts applied: 13
Clique cuts applied: 48
Cover cuts applied: 256
Implied bound cuts applied: 3
Flow cuts applied: 2
Mixed integer rounding cuts applied: 111
Zero-half cuts applied: 26
Lift and project cuts applied: 3
Gomory fractional cuts applied: 13
Root node processing (before b&c):
Real time = 3.35 sec. (1476.59 ticks)
Parallel b&c, 4 threads:
Real time = 404.18 sec. (223642.10 ticks)
Sync time (average) = 36.63 sec.
Wait time (average) = 37.01 sec.
------------
Total (root+branch&cut) = 407.54 sec. (225118.69 ticks)
Freeing branch-and-bound tree with 252652 nodes
211000 nodes freed
223000 nodes freed
248000 nodes freed
0 MIP simplex iterations
0 branch-and-bound nodes
No basis.