Originally posted by: Sothea
Dear John Cui,
Concerning the out of memory problem, i tried all the best to deal it. I tried to increase memory work to 1024MB and get options.mip.strategy.file =3 in order to use node file . nodefile was not created. I also increase memory by /fastdetect switch: /3GB. But i still cannot can fix the problem. Here is the last lines of cplex.log. The tree size is only 95.76 MB however workmem=1024MB. Can you explain me and how to fix it?
Elapsed real time = 3998.97 sec. (tree size = 95.76 MB, solutions = 10)
173044 94378 -1.8856 220 -1.7185 -1.9173 10305717 11.57%
There may be further error information in the clone logs.
Cover cuts applied: 1
Implied bound cuts applied: 110
Mixed integer rounding cuts applied: 26
Zero-half cuts applied: 14
Multi commodity flow cuts applied: 2
Gomory fractional cuts applied: 8
Root node processing (before b&c):
Real time = 2.03
Parallel b&c, 2 threads:
Real time = 4017.59
Sync time (average) = 0.08
Wait time (average) = 0.00
Total (root+branch&cut) = 4019.63 sec.
Warning: MIP starts not constructed because of out-of-memory status.
??? Error using ==> cplexmiqp at 335
CPLEX Error 1001: Out of memory.
Error in ==> gignac_miqp_m2010_2_0 at 851
x,obj,exitflag,output]=cplexmiqp(H,f,Aineq,bineq,Aeq,beq,[,
],[,lb,ub,ctype,[],options);
>> options
options =
advance: 1
barrier:
1x1 struct clocktype: 2
conflict:
1x1 struct dettimelimit: 1.0000e+075
emphasis:
1x1 struct feasopt:
1x1 struct lpmethod: 0
mip:
1x1 struct output:
1x1 struct parallel: 0
preprocessing:
1x1 struct qpmethod: 0
read:
1x1 struct sifting:
1x1 struct simplex:
1x1 struct solutiontarget: 0
threads: 0
timelimit: 1.0000e+075
tune:
1x1 struct workdir: 'H:\ESPACE_TRAVAIL\MATLAB-CPLEX\Gignac\simulation_paper'
workmem: 1024
diagnostics: 'on'
exportmodel: ''
Exportmodel: 'debug.lp'
>> options.mip.strategy
ans =
backtrack: 0.9999
bbinterval: 7
branch: 0
dive: 0
file: 3
fpheur: 0
heuristicfreq: 0
kappastats: 0
lbheur: 0
miqcpstrat: 0
nodeselect: 1
order: 1
presolvenode: 0
probe: 0
rinsheur: 0
search: 0
startalgorithm: 0
subalgorithm: 0
variableselect: 0
>>
Thanks
Sothea
#CPLEXOptimizers#DecisionOptimization