Originally posted by: healyp
I would like to simply terminate CPLEX after a fixed memory usage instead of it dying a death itself. Here are the parameters I have set:
CPXPARAM_Threads 1
CPXPARAM_MIP_Strategy_File 0
CPXPARAM_TimeLimit 5400
CPXPARAM_WorkMem 256
CPXPARAM_MIP_Limits_TreeMemory 8196
and I expected that once the tree size reached ~8GB that the run would terminate. However, before it died of memory exhaustion(?) here's one of the last log entries:
Elapsed time = 4019.83 sec. (5724101.48 ticks, tree = 14840.41 MB, solutions = 22)
307917 209273 901.6270 149 892.0000 911.6428 18234551 2.20%
Can anybody please explain what parameters I need to set?
Many thanks.
#CPLEXOptimizers#DecisionOptimization