Originally posted by: ShaCplex
Hi Alex/Daniel,
My QP model (Cplex-Java) sometimes hangs or getting stuck after the last line;
last part of the engine log is shared below;
Number of nonzeros in lower triangle of Q = 768874
Using Approximate Minimum Degree ordering
Total time for automatic ordering = 0.42 sec. (100.76 ticks)
Summary statistics for factor of Q:
Rows in Factor = 2207524
Integer space required = 2207524
Total non-zeros in factor = 2977178
Total FP ops to factor = 4518046
Tried aggregator 1 time.
QP Presolve eliminated 825246 rows and 822737 columns.
Aggregator did 2199712 substitutions.
Reduced QP has 1500248 rows, 3142556 columns, and 8775659 nonzeros.
Reduced QP objective Q matrix has 1431614 nonzeros.
Presolve time = 18.92 sec. (3869.35 ticks)
Parallel mode: using up to 6 threads for barrier.
Number of nonzeros in lower triangle of A*A' = 10271639
Using Approximate Minimum Degree ordering
Total time for automatic ordering = 26.40 sec. (19416.68 ticks)
Summary statistics for Cholesky factor:
Threads = 6
Rows in Factor = 1500248
Integer space required = 10646719
Total non-zeros in factor = 331908873
Total FP ops to factor = 4008117166877
after this line, its not proceeding and doesn't provide the solution. we then have to restart our CPLEX server. Could you please share your thoughts on this issue?
Thanks,
Shahul
#CPLEXOptimizers#DecisionOptimization