I write my MIP model in GMAS, and the solver indicates that there are 1535272 rows, 3287490 columns, and 8425140 nonzeros in my model(I'm not sure if it is too big for GAMS). After 899677 iterations(1:26:36 running time), GAMS shows
RESOURCE USAGE, LIMIT 1084.469 1000.000 ITERATION COUNT, LIMIT 900026 2000000000
MIP status(108): time limit exceeded, no integer solution Cplex Time: 1002.13sec (det. 849920.06 ticks) CPLEX Error 1217: No solution exists. Resource limit exceeded, no integer solution found. My PC has i7-8700 CPU @ 3.2GHZ and 32 RAM(has not been used up when calculation stop). How can I deal with this problem, or is it too big for GAMS?