Originally posted by: DavidGravot
Hi
The target configuration is a Xeon with 8 cores (16 logical processors), with 30 GB of RAM, about 32 Go of disk space available to write node files
I know that if I run this process "in-memory" through Cplex Interactive optimizer and an even more powerfull machine (64 GB), I reach an out-of-memory (Cplex error 1001) after 3 hours
Here are the current settings I set to switch to an other strategy to run on the target machine
-
WorkMem 2048 MB
-
I set up TreLim to 15,000 Mo (15 Go)
-
Node file on disk and compressed (NodeFileInd=3)
What happens here is that after one hour of run, the CPLEX stops at 40% gap with the status CPLEX MemLimFeas ("Limit on tree memory has been reached, but an integer solution exists")
So it seems that my node file exceeded the 15 Go, right ?
How can I improve this setting ? My intuition would be to raise WorkMem as for instance 28 GB instead of 2048 MB, so I can use much of the in-memory available before writing on file. Is it a good idea ? Any other advice ?
By the way, is there a command in the interactive optimizer that shows memory usage ?
Thanks
David
#CPLEXOptimizers#DecisionOptimization