gurobi, no that's just an heads-up for developers
mosek has terminated with numerical problems and a significant gap. You will have to proceed with caution and see if the solution really is relevant for you.
Primal. obj: -8.0566850999e+05 nrm: 7e+04 Viol. con: 4e-01 var: 3e-02 cones: 0e+00
Dual. obj: -8.0524369316e+05 nrm: 4e+05 Viol. con: 0e+00 var: 3e-01 cones: 0e+00
Your model appears to be badly scaled. For instance, you have coefficients in your objective spanning something like 6 orders of magnitudes
>> fun
Quadratic scalar (real, 144 variables)
Current value: 805242.8415
Coeffiecient range: 0.0004 to 1353.0816
and you have constraints with silly small coefficients, i.e. you are adding/comparing things of enormously different scale
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> F(49)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| ID| Constraint| Coefficient range|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| #1| Equality constraint 24x1| 5.1901e-08 to 1|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++