Originally posted by: FANS_Nader_Al_Theeb
Hello,
I have a model written in CPLEX - c++
my first question is how to print the computation or run time after I get the results?
other thing, my machine is linux with 8 processors and RAM 7.75 GB, swap 12.1 GiB
When I ran the program, only one of the processors usage is 98 - 100 % and others are not used, and RAM usage is more 95 %. This cause the machine very slow and I can't do anything else. After approximately 2 minutes, I got "KILLED" word.
is it possible to make all processors participate in solving the problem with capacity less than their full capacity; to save time. And is it possible to reduce the RAM usage?
Thanks
#CPLEXOptimizers#DecisionOptimization