Hi,
I am getting a log that I am not able to understand. The inputs of my model are a network represented as a graph and a request which is also a graph, I am kind of adapting the assignment problem.
The size of the graph is as follow : number of nodes of the graph is set to 1000 and the number of links is 744184. The request is composed of 4 nodes and 3 links with a linear topology i.e (V1-->V2-->V3-->V4).
I am getting this output :
Academic license - for non-commercial use only
Changed value of parameter MIPGap to 0.0
Prev: 0.0001 Min: 0.0 Max: 1e+100 Default: 0.0001
Optimize a model with 9683402 rows, 6709656 columns and 44695040 nonzeros
Variable types: 0 continuous, 6709656 integer (6709656 binary)
Coefficient statistics:
Matrix range [3e-02, 5e+02]
Objective range [1e-02, 3e+00]
Bounds range [1e+00, 1e+00]
RHS range [2e-01, 1e+04]
---------------------------------------------------------------------------
Multi-objectives: starting optimization with 3 objectives (1 combined) ...
---------------------------------------------------------------------------
---------------------------------------------------------------------------
Multi-objectives: optimize objective 1 (weighted) ...
---------------------------------------------------------------------------
Optimize a model with 9683402 rows, 6709656 columns and 44695040 nonzeros
Variable types: 0 continuous, 6709656 integer (6709656 binary)
Coefficient statistics:
Matrix range [3e-02, 5e+02]
Objective range [1e+00, 3e+00]
Bounds range [1e+00, 1e+00]
RHS range [2e-01, 1e+04]
Found heuristic solution: objective -26.5376
Presolve removed 0 rows and 0 columns (presolve time = 425s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 472s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 476s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 786s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 795s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 799s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 804s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 813s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 823s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 825s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 843s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 845s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 856s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 867s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 871s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 875s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 880s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 885s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 890s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 895s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 900s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 905s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 910s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 915s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 920s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 925s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 930s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 935s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 940s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 945s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 950s) ...
Presolve removed 746184 rows and 2236552 columns (presolve time = 955s) ...
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
Could anyone please explain me why this is happening and what is the way to look at it in order to fix this ?
Best,
Aziz