Skip to content
Failed

Console Output

Skipping 19 KB.. Full Log
gpfit 0.1 requires gpkit, which is not installed.

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>SET GPKITBUILD=C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek\build_gpkit 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>if mosek == cvxopt (
pip install --upgrade cvxopt   || exit /b 666  
 set GPKITSOLVERS=cvxopt 
) 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>if mosek == mosek (
msktestlic   || exit /b 666  
 python -c "__import__('mosek').Env()"   || exit /b 666  
 set GPKITSOLVERS=mosek, mosek_cli 
) 
Problem
  Name                   :                 
  Objective sense        : min             
  Type                   : LO (linear optimization problem)
  Constraints            : 1               
  Cones                  : 0               
  Scalar variables       : 5000            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Mosek license manager: License path: C:\Users\jenkins\mosek\mosek.lic
Mosek license manager:  Checkout license feature 'PTS' from flexlm.
Mosek license manager:  Checkout time 0.01. r: 0 status: 0
Interior-point optimizer started.
Presolve started.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 1                 time                   : 0.00            
Lin. dep.  - tries                  : 0                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.00    
Interior-point optimizer terminated. Time: 0.00. 

Optimizer terminated. Time: 0.30    
************************************
A license was checked out correctly.
************************************

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>dir C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek\build_gpkit 
 Volume in drive C has no label.
 Volume Serial Number is C4C9-8F11

 Directory of C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek

File Not Found

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>python -c "import scipy; print scipy.__version__"   || exit /b 666 
1.0.1

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>python -c "import numpy; print numpy.__version__"   || exit /b 666 
1.14.2

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>python -c "import pint; print pint.__version__"   || exit /b 666 
0.8.1

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>REM Install gpkit to run the documentation examples 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>git clone --depth 1 https://github.com/convexengineering/gpkit.git   || exit /b 666 
Cloning into 'gpkit'...

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>pip install -e C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek\gpkit   || exit /b 666 
Obtaining file:///C:/Users/jenkins/workspace/gplibrary_PR_Models/mosek/gpkit
Requirement already satisfied: numpy>=1.12.1 in c:\anaconda2\lib\site-packages (from gpkit==0.7.0.0) (1.14.2)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit==0.7.0.0) (0.8.1)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpkit==0.7.0.0) (1.0.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit==0.7.0.0) (1.3.2)
solar 0.0.0.0 requires gpkitmodels, which is not installed.
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: gpkit
  Running setup.py develop for gpkit
Successfully installed gpkit

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>pip install -e C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek   || exit /b 666 
Obtaining file:///C:/Users/jenkins/workspace/gplibrary_PR_Models/mosek
Requirement already satisfied: numpy>=1.12 in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (1.0.1)
Requirement already satisfied: pint in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (0.8.1)
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: gpkitmodels
  Running setup.py develop for gpkitmodels
Successfully installed gpkitmodels

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>REM Show the settings file 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>type C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek\gpkit\gpkit\env\settings 
installed_solvers : mosek, mosek_cli
mosek_bin_dir : C:\Program Files\Mosek\8\tools\platform\win64x86\bin


(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>REM Limit number of threads that be can used 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>set MSK_IPAR_NUM_THREADS=2 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>set MKL_NUM_THREADS=2 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>set NUMEXPR_NUM_THREADS=2 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>set OPENBLAS_NUM_THREADS=2 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>set OMP_NUM_THREADS=2 

(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>python -c "from gpkit.tests.test_repo import test_repos; test_repos(xmloutput=True, ingpkitmodels=True)" 
Obtaining file:///C:/Users/jenkins/workspace/gplibrary_PR_Models/mosek
Installing collected packages: gpkitmodels
  Found existing installation: gpkitmodels 0.0.0.0
    Uninstalling gpkitmodels-0.0.0.0:
      Successfully uninstalled gpkitmodels-0.0.0.0
  Running setup.py develop for gpkitmodels
Successfully installed gpkitmodels
Cloning into 'shopping'...
adding test for 'test.py'
Using solver 'mosek'
Solving for 25 variables.
Solving took 0.343 seconds.
Using solver 'mosek'
Solving for 25 variables.
Solving took 0.235 seconds.
Using solver 'mosek_cli'
Solving for 25 variables.
Solving took 0.11 seconds.

Running tests...
----------------------------------------------------------------------
...
----------------------------------------------------------------------
Ran 3 tests in 1.297s

OK

Generating XML reports...
Cloning into 'gassolar'...
Checking out files:  33% (704/2110)   
Checking out files:  34% (718/2110)   
Checking out files:  35% (739/2110)   
Checking out files:  36% (760/2110)   
Checking out files:  37% (781/2110)   
Checking out files:  38% (802/2110)   
Checking out files:  39% (823/2110)   
Checking out files:  40% (844/2110)   
Checking out files:  41% (866/2110)   
Checking out files:  42% (887/2110)   
Checking out files:  43% (908/2110)   
Checking out files:  44% (929/2110)   
Checking out files:  45% (950/2110)   
Checking out files:  46% (971/2110)   
Checking out files:  47% (992/2110)   
Checking out files:  48% (1013/2110)   
Checking out files:  49% (1034/2110)   
Checking out files:  50% (1055/2110)   
Checking out files:  51% (1077/2110)   
Checking out files:  52% (1098/2110)   
Checking out files:  53% (1119/2110)   
Checking out files:  54% (1140/2110)   
Checking out files:  55% (1161/2110)   
Checking out files:  56% (1182/2110)   
Checking out files:  57% (1203/2110)   
Checking out files:  58% (1224/2110)   
Checking out files:  59% (1245/2110)   
Checking out files:  60% (1266/2110)   
Checking out files:  61% (1288/2110)   
Checking out files:  62% (1309/2110)   
Checking out files:  63% (1330/2110)   
Checking out files:  64% (1351/2110)   
Checking out files:  64% (1365/2110)   
Checking out files:  65% (1372/2110)   
Checking out files:  66% (1393/2110)   
Checking out files:  67% (1414/2110)   
Checking out files:  68% (1435/2110)   
Checking out files:  69% (1456/2110)   
Checking out files:  70% (1477/2110)   
Checking out files:  71% (1499/2110)   
Checking out files:  72% (1520/2110)   
Checking out files:  73% (1541/2110)   
Checking out files:  74% (1562/2110)   
Checking out files:  75% (1583/2110)   
Checking out files:  76% (1604/2110)   
Checking out files:  77% (1625/2110)   
Checking out files:  78% (1646/2110)   
Checking out files:  79% (1667/2110)   
Checking out files:  80% (1688/2110)   
Checking out files:  81% (1710/2110)   
Checking out files:  82% (1731/2110)   
Checking out files:  83% (1752/2110)   
Checking out files:  84% (1773/2110)   
Checking out files:  85% (1794/2110)   
Checking out files:  86% (1815/2110)   
Checking out files:  87% (1836/2110)   
Checking out files:  88% (1857/2110)   
Checking out files:  89% (1878/2110)   
Checking out files:  90% (1899/2110)   
Checking out files:  91% (1921/2110)   
Checking out files:  92% (1942/2110)   
Checking out files:  93% (1963/2110)   
Checking out files:  94% (1984/2110)   
Checking out files:  95% (2005/2110)   
Checking out files:  95% (2024/2110)   
Checking out files:  96% (2026/2110)   
Checking out files:  97% (2047/2110)   
Checking out files:  98% (2068/2110)   
Checking out files:  99% (2089/2110)   
Checking out files: 100% (2110/2110)   
Checking out files: 100% (2110/2110), done.
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (0.22.0)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas) (2017.3)
Requirement already satisfied: numpy>=1.9.0 in c:\anaconda2\lib\site-packages (from pandas) (1.14.2)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas) (1.11.0)
grin 1.2.1 requires argparse>=1.1, which is not installed.
Collecting git+https://github.com/hoburg/gpfit.git
  Cloning https://github.com/hoburg/gpfit.git to c:\users\jenkins\appdata\local\temp\pip-req-build-yd9rlq
Requirement already satisfied (use --upgrade to upgrade): gpfit==0.1 from git+https://github.com/hoburg/gpfit.git in c:\anaconda2\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gpfit==0.1) (0.7.0.0)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (1.3.2)
Building wheels for collected packages: gpfit
  Running setup.py bdist_wheel for gpfit: started
  Running setup.py bdist_wheel for gpfit: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-w11ncl\wheels\4d\4b\2e\9480645acbe8d32004b09b3732f616bbb2a9ee75e4526f058f
Successfully built gpfit
grin 1.2.1 requires argparse>=1.1, which is not installed.
Processing c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gassolar
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gassolar==0.0.0.0) (0.7.0.0)
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (0.22.0)
Requirement already satisfied: gpfit in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (0.1)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gassolar==0.0.0.0) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gassolar==0.0.0.0) (1.3.2)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas->gassolar==0.0.0.0) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas->gassolar==0.0.0.0) (2017.3)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas->gassolar==0.0.0.0) (1.11.0)
Building wheels for collected packages: gassolar
  Running setup.py bdist_wheel for gassolar: started
  Running setup.py bdist_wheel for gassolar: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-wtezka\wheels\5c\45\ee\a8ea86f24e24acb4b8a5b5ef8c1a921fb70526d25cb0d4c0da
Successfully built gassolar
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: gassolar
  Found existing installation: gassolar 0.0.0.0
    Not uninstalling gassolar at c:\anaconda2\lib\site-packages, outside environment c:\users\jenkins\workspace\gplibrary_pr_models\mosek\venv2_gpkit
    Can't uninstall 'gassolar'. No files were found to uninstall.
Successfully installed gassolar-0.0.0.0
adding test for 'gassolar/gas/gas.py'
adding test for 'gassolar/solar/solar.py'

Running tests...
----------------------------------------------------------------------
EEEE
======================================================================
ERROR [1.125s]: test_gassolar_gas_gas_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "gas.py", line 12, in <module>
  File "flight_segment.py", line 5, in <module>
  File "flight_state.py", line 3, in <module>
ImportError: No module named environment.wind_speeds

======================================================================
ERROR [0.000s]: test_gassolar_gas_gas_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "gas.py", line 12, in <module>
  File "flight_segment.py", line 5, in <module>
  File "flight_state.py", line 3, in <module>
ImportError: No module named environment.wind_speeds

======================================================================
ERROR [0.015s]: test_gassolar_solar_solar_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "solar.py", line 8, in <module>
ImportError: No module named environment.solar_irradiance

======================================================================
ERROR [0.000s]: test_gassolar_solar_solar_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "solar.py", line 8, in <module>
ImportError: No module named environment.solar_irradiance

----------------------------------------------------------------------
Ran 4 tests in 1.140s

FAILED (errors=4)

Generating XML reports...
Cloning into 'jho'...
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (0.22.0)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas) (2017.3)
Requirement already satisfied: numpy>=1.9.0 in c:\anaconda2\lib\site-packages (from pandas) (1.14.2)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas) (1.11.0)
grin 1.2.1 requires argparse>=1.1, which is not installed.
Collecting git+https://github.com/hoburg/gpfit.git
  Cloning https://github.com/hoburg/gpfit.git to c:\users\jenkins\appdata\local\temp\pip-req-build-izqtgo
Requirement already satisfied (use --upgrade to upgrade): gpfit==0.1 from git+https://github.com/hoburg/gpfit.git in c:\anaconda2\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gpfit==0.1) (0.7.0.0)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (1.3.2)
Building wheels for collected packages: gpfit
  Running setup.py bdist_wheel for gpfit: started
  Running setup.py bdist_wheel for gpfit: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-cp9exc\wheels\4d\4b\2e\9480645acbe8d32004b09b3732f616bbb2a9ee75e4526f058f
Successfully built gpfit
grin 1.2.1 requires argparse>=1.1, which is not installed.
adding test for 'model/jho.py'
adding test for 'model/print_perf.py'
Beginning signomial solve.
Allowing negative dual variable(s) as small as -1.4556086370964838e-13.
Allowing negative dual variable(s) as small as -8.073262110913637e-14.
Allowing negative dual variable(s) as small as -1.318112285986217e-13.
Allowing negative dual variable(s) as small as -1.3076063669348326e-13.
Solving took 4 GP solves and 7.17 seconds.
Beginning signomial solve.
Allowing negative dual variable(s) as small as -7.649100536993858e-14.
Allowing negative dual variable(s) as small as -7.327038281657039e-14.
Allowing negative dual variable(s) as small as -1.3151253090010195e-13.
Allowing negative dual variable(s) as small as -1.3077830918889477e-13.
Solving took 4 GP solves and 5.19 seconds.
Allowing negative dual variable(s) as small as -5.842600708794166e-13.
Allowing negative dual variable(s) as small as -3.386219256384937e-13.
Allowing negative dual variable(s) as small as -1.0219676667422295e-12.
Allowing negative dual variable(s) as small as -1.0236776704086736e-12.
Allowing negative dual variable(s) as small as -2.823683127595178e-13.
Allowing negative dual variable(s) as small as -1.1539772772333617e-12.
Allowing negative dual variable(s) as small as -1.116975246020016e-12.
Allowing negative dual variable(s) as small as -1.1169847598940796e-12.
MTOW [lbs] = 141.77
Zero fuel weight [lbs] = 53.80
Wing span [ft] = 24.00
Aicraft length [ft] = 12.90
Aspect ratio = 25.60
mean aerodynamic chord [ft] = 0.9722
root chord [ft] = 1.250
speed for best rate of climb [m/s]: Vy = 21.829
speed at top of climb [m/s] = 26.622
design loiter speed [m/s] = 25.070
rotation speed at 55 lbs [m/s] = 18.185
rotation speed at 150 lbs [m/s] = 28.236
Allowing negative dual variable(s) as small as -1.209527107377123e-12.
optimum loiter speed for min power, start of loiter [m/s] = 25.279
optimum loiter speed for min power, end of loiter [m/s] = 17.233
optimum cruise speed, inbound [m/s] = 36.269
optimum cruise speed, outbound [m/s] = 25.637
Beginning signomial solve.
Allowing negative dual variable(s) as small as -6.145433836689393e-11.
Allowing negative dual variable(s) as small as -1.4548110008475472e-12.
Allowing negative dual variable(s) as small as -6.463252076785612e-12.
Allowing negative dual variable(s) as small as -6.468785751063602e-12.
Solving took 4 GP solves and 5.78 seconds.
Max Speed [m/s]: 74.76
Beginning signomial solve.
Solving took 4 GP solves and 3.72 seconds.
Max payload weight [lbf] = 28.083
Max take off weight [lbf] = 166.417
Allowing negative dual variable(s) as small as -5.826940492614785e-13.
Allowing negative dual variable(s) as small as -3.405587443994218e-13.
Allowing negative dual variable(s) as small as -1.0224186948459835e-12.
Allowing negative dual variable(s) as small as -1.023048833148632e-12.
Allowing negative dual variable(s) as small as -2.768075482370569e-13.
Allowing negative dual variable(s) as small as -1.1536421774469008e-12.
Allowing negative dual variable(s) as small as -1.1162308057033332e-12.
Allowing negative dual variable(s) as small as -1.1161377540518796e-12.
MTOW [lbs] = 141.77
Zero fuel weight [lbs] = 53.80
Wing span [ft] = 24.00
Aicraft length [ft] = 12.90
Aspect ratio = 25.60
mean aerodynamic chord [ft] = 0.9722
root chord [ft] = 1.250
speed for best rate of climb [m/s]: Vy = 21.829
speed at top of climb [m/s] = 26.622
design loiter speed [m/s] = 25.070
rotation speed at 55 lbs [m/s] = 18.185
rotation speed at 150 lbs [m/s] = 28.236
Allowing negative dual variable(s) as small as -1.2091560933936985e-12.
optimum loiter speed for min power, start of loiter [m/s] = 25.279
optimum loiter speed for min power, end of loiter [m/s] = 17.233
optimum cruise speed, inbound [m/s] = 36.269
optimum cruise speed, outbound [m/s] = 25.637
Beginning signomial solve.
Allowing negative dual variable(s) as small as -6.145438394118402e-11.
Allowing negative dual variable(s) as small as -1.4547879423078521e-12.
Allowing negative dual variable(s) as small as -6.463147376578249e-12.
Allowing negative dual variable(s) as small as -6.46884022740527e-12.
Solving took 4 GP solves and 6.89 seconds.
Max Speed [m/s]: 74.76
Beginning signomial solve.
Solving took 4 GP solves and 4.28 seconds.
Max payload weight [lbf] = 28.083
Max take off weight [lbf] = 166.417

Running tests...
----------------------------------------------------------------------
....
----------------------------------------------------------------------
Ran 4 tests in 95.579s

OK

Generating XML reports...
Cloning into 'turbofan'...
Processing c:\users\jenkins\workspace\gplibrary_pr_models\mosek\turbofan
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (1.0.1)
Requirement already satisfied: pint in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (0.8.1)
Building wheels for collected packages: turbofan
  Running setup.py bdist_wheel for turbofan: started
  Running setup.py bdist_wheel for turbofan: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-drc8ct\wheels\3a\4a\df\1e137b486523078491de3a0319a07f314f5e9aa745dfaf6fd5
Successfully built turbofan
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: turbofan
Successfully installed turbofan-0.0.0.0
adding test for 'turbofan/engine_validation.py'
Warning: Constraint [F_{6}_Engine/EnginePerformance/ThrustPerformance_(0,) + F_{8}_Engine/EnginePerformance/ThrustPerform... >= F_Engine/EnginePerformance/ThrustPerformance_(0,) [N]...] is not tight because the left hand side evaluated to 24184.7528321 newton but the right hand side evaluated to 24184.16 newton (Allowable error: 0.0001%, Actual error: 0.0025%)

Warning: Constraint [F_{6}_Engine/EnginePerformance/ThrustPerformance_(1,) + F_{8}_Engine/EnginePerformance/ThrustPerform... >= F_Engine/EnginePerformance/ThrustPerformance_(1,) [N]...] is not tight because the left hand side evaluated to 26232.8485062 newton but the right hand side evaluated to 26232.36 newton (Allowable error: 0.0001%, Actual error: 0.0019%)


Running tests...
----------------------------------------------------------------------
.
----------------------------------------------------------------------
Ran 1 test in 2.891s

OK

Generating XML reports...
Cloning into 'SPaircraft'...
Checking out files:  23% (797/3413)   
Checking out files:  24% (820/3413)   
Checking out files:  25% (854/3413)   
Checking out files:  26% (888/3413)   
Checking out files:  27% (922/3413)   
Checking out files:  28% (956/3413)   
Checking out files:  29% (990/3413)   
Checking out files:  30% (1024/3413)   
Checking out files:  31% (1059/3413)   
Checking out files:  32% (1093/3413)   
Checking out files:  33% (1127/3413)   
Checking out files:  34% (1161/3413)   
Checking out files:  35% (1195/3413)   
Checking out files:  36% (1229/3413)   
Checking out files:  37% (1263/3413)   
Checking out files:  38% (1297/3413)   
Checking out files:  39% (1332/3413)   
Checking out files:  40% (1366/3413)   
Checking out files:  41% (1400/3413)   
Checking out files:  42% (1434/3413)   
Checking out files:  43% (1468/3413)   
Checking out files:  44% (1502/3413)   
Checking out files:  45% (1536/3413)   
Checking out files:  45% (1565/3413)   
Checking out files:  46% (1570/3413)   
Checking out files:  47% (1605/3413)   
Checking out files:  48% (1639/3413)   
Checking out files:  49% (1673/3413)   
Checking out files:  50% (1707/3413)   
Checking out files:  51% (1741/3413)   
Checking out files:  52% (1775/3413)   
Checking out files:  53% (1809/3413)   
Checking out files:  54% (1844/3413)   
Checking out files:  55% (1878/3413)   
Checking out files:  56% (1912/3413)   
Checking out files:  57% (1946/3413)   
Checking out files:  58% (1980/3413)   
Checking out files:  59% (2014/3413)   
Checking out files:  60% (2048/3413)   
Checking out files:  61% (2082/3413)   
Checking out files:  62% (2117/3413)   
Checking out files:  63% (2151/3413)   
Checking out files:  64% (2185/3413)   
Checking out files:  65% (2219/3413)   
Checking out files:  66% (2253/3413)   
Checking out files:  67% (2287/3413)   
Checking out files:  68% (2321/3413)   
Checking out files:  69% (2355/3413)   
Checking out files:  69% (2371/3413)   
Checking out files:  70% (2390/3413)   
Checking out files:  71% (2424/3413)   
Checking out files:  72% (2458/3413)   
Checking out files:  73% (2492/3413)   
Checking out files:  74% (2526/3413)   
Checking out files:  75% (2560/3413)   
Checking out files:  76% (2594/3413)   
Checking out files:  77% (2629/3413)   
Checking out files:  78% (2663/3413)   
Checking out files:  79% (2697/3413)   
Checking out files:  80% (2731/3413)   
Checking out files:  81% (2765/3413)   
Checking out files:  82% (2799/3413)   
Checking out files:  83% (2833/3413)   
Checking out files:  84% (2867/3413)   
Checking out files:  85% (2902/3413)   
Checking out files:  86% (2936/3413)   
Checking out files:  87% (2970/3413)   
Checking out files:  88% (3004/3413)   
Checking out files:  89% (3038/3413)   
Checking out files:  90% (3072/3413)   
Checking out files:  91% (3106/3413)   
Checking out files:  91% (3119/3413)   
Checking out files:  92% (3140/3413)   
Checking out files:  93% (3175/3413)   
Checking out files:  94% (3209/3413)   
Checking out files:  95% (3243/3413)   
Checking out files:  96% (3277/3413)   
Checking out files:  97% (3311/3413)   
Checking out files:  98% (3345/3413)   
Checking out files:  99% (3379/3413)   
Checking out files: 100% (3413/3413)   
Checking out files: 100% (3413/3413), done.
Collecting git+https://github.com/hoburg/turbofan.git
  Cloning https://github.com/hoburg/turbofan.git to c:\users\jenkins\appdata\local\temp\pip-req-build-xeq4cm
Requirement already satisfied (use --upgrade to upgrade): turbofan==0.0.0.0 from git+https://github.com/hoburg/turbofan.git in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\venv2_gpkit\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (1.0.1)
Requirement already satisfied: pint in c:\anaconda2\lib\site-packages (from turbofan==0.0.0.0) (0.8.1)
Building wheels for collected packages: turbofan
  Running setup.py bdist_wheel for turbofan: started
  Running setup.py bdist_wheel for turbofan: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-gjl07d\wheels\49\e6\3a\5de0d21c0f148404ea8d883f76e050c82d4e9a0e6f59ce69a5
Successfully built turbofan
grin 1.2.1 requires argparse>=1.1, which is not installed.
adding test for 'SP_aircraft.py'
Beginning signomial solve.
Using solver 'mosek'
Solving for 1899 variables.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 485
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.03    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3606              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.03              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.01            
Factor     - nonzeros before factor : 1.52e+004         after factor           : 1.75e+005       
Factor     - dense dim.             : 0                 flops                  : 3.95e+007       
Factor     - GP saved nzs           : -1.40e+005        GP saved flops         : -3.84e+007      
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.5e+003 1.2e+005 0.00e+000  -1.241488813e+005 2.000000000e+000  1.0e+000 0.08  
1   1.5e+003 2.3e+003 8.0e+004 -9.71e-001 -1.230686685e+005 2.971062159e+000  6.4e-001 0.16  
2   6.4e+002 1.0e+003 3.5e+004 -9.53e-001 -1.193010460e+005 6.575482121e+000  2.8e-001 0.23  
3   2.9e+002 4.5e+002 1.6e+004 -8.91e-001 -1.118074312e+005 2.808555410e+001  1.3e-001 0.31  
4   2.9e+002 4.5e+002 1.6e+004 -7.65e-001 -1.098743307e+005 1.714950562e+003  1.3e-001 0.56  
5   1.0e+002 1.6e+002 5.5e+003 -7.58e-001 -8.115790225e+004 8.827587023e+003  4.5e-002 0.78  
6   3.6e+001 5.7e+001 2.0e+003 -3.54e-001 -4.316745968e+004 1.174864836e+004  1.6e-002 0.89  
7   1.6e+001 2.6e+001 9.0e+002 2.99e-001  -2.298805066e+004 6.536822170e+003  7.3e-003 0.98  
8   8.0e+000 1.2e+001 4.3e+002 6.71e-001  -1.157958953e+004 3.817320818e+003  3.5e-003 1.16  
9   3.6e+000 5.5e+000 1.9e+002 8.63e-001  -5.013834349e+003 2.102865205e+003  1.6e-003 1.31  
10  1.8e+000 2.8e+000 1.0e+002 9.56e-001  -2.270155127e+003 1.453171063e+003  8.2e-004 1.47  
11  6.7e-001 1.0e+000 3.7e+001 9.85e-001  -6.169624155e+002 7.675340720e+002  3.1e-004 1.63  
12  5.7e-001 9.2e-001 3.2e+001 9.80e-001  -4.755682783e+002 7.122056349e+002  2.6e-004 1.75  
13  4.2e-001 7.3e-001 2.3e+001 9.75e-001  -2.607686362e+002 6.225361798e+002  1.9e-004 1.88  
14  2.1e-001 4.5e-001 1.2e+001 9.88e-001  4.366180514e+001  4.905232178e+002  9.7e-005 2.02  
15  6.3e-002 1.9e-001 3.6e+000 1.00e+000  2.632399274e+002  3.980183720e+002  3.0e-005 2.17  
16  1.9e-002 1.4e-001 1.1e+000 1.00e+000  3.277525451e+002  3.698704439e+002  9.5e-006 2.31  
17  4.8e-003 1.4e-001 2.9e-001 1.00e+000  3.497760086e+002  3.605589396e+002  2.5e-006 2.53  
18  2.8e-003 1.1e-001 1.7e-001 1.00e+000  3.528665007e+002  3.591630612e+002  1.4e-006 2.81  
19  4.6e-004 1.7e-001 2.8e-002 1.00e+000  3.565851851e+002  3.576457670e+002  2.5e-007 2.94  
20  1.7e-004 1.1e-001 1.0e-002 9.92e-001  3.570648817e+002  3.574612447e+002  9.2e-008 3.06  
21  4.9e-005 1.1e-001 3.1e-003 1.00e+000  3.572662522e+002  3.573814591e+002  2.7e-008 3.13  
22  3.1e-005 8.6e-002 2.0e-003 9.82e-001  3.572956455e+002  3.573692874e+002  1.7e-008 3.19  
23  1.1e-005 8.1e-002 7.1e-004 9.71e-001  3.573292742e+002  3.573561776e+002  6.2e-009 3.34  
24  5.3e-006 7.0e-002 3.3e-004 1.01e+000  3.573395888e+002  3.573521502e+002  2.9e-009 3.52  
25  2.3e-006 6.8e-002 1.4e-004 1.00e+000  3.573447104e+002  3.573501514e+002  1.3e-009 3.66  
26  2.1e-006 6.8e-002 1.3e-004 1.00e+000  3.573451129e+002  3.573500083e+002  1.1e-009 3.80  
27  1.9e-006 6.2e-002 1.2e-004 1.00e+000  3.573454621e+002  3.573498677e+002  1.0e-009 3.92  
28  1.7e-006 5.6e-002 1.1e-004 1.00e+000  3.573457776e+002  3.573497426e+002  9.2e-010 4.05  
29  1.5e-006 5.1e-002 9.5e-005 1.00e+000  3.573460615e+002  3.573496300e+002  8.3e-010 4.28  
30  1.4e-006 4.7e-002 8.5e-005 1.00e+000  3.573463170e+002  3.573495287e+002  7.5e-010 4.45  
31  1.2e-006 4.2e-002 7.7e-005 1.00e+000  3.573465470e+002  3.573494375e+002  6.7e-010 4.59  
32  1.1e-006 3.9e-002 6.9e-005 1.00e+000  3.573467539e+002  3.573493554e+002  6.1e-010 4.76  
33  9.9e-007 3.6e-002 6.2e-005 1.00e+000  3.573469402e+002  3.573492815e+002  5.5e-010 4.91  
34  8.9e-007 3.3e-002 5.6e-005 1.00e+000  3.573471078e+002  3.573492150e+002  4.9e-010 5.00  
35  8.0e-007 3.0e-002 5.0e-005 1.00e+000  3.573472585e+002  3.573491553e+002  4.4e-010 5.09  
36  7.2e-007 2.8e-002 4.5e-005 1.00e+000  3.573473946e+002  3.573491004e+002  4.0e-010 5.17  
37  6.5e-007 2.6e-002 4.1e-005 1.00e+000  3.573475167e+002  3.573490520e+002  3.6e-010 5.25  
38  5.9e-007 2.4e-002 3.7e-005 9.99e-001  3.573476240e+002  3.573490162e+002  3.2e-010 5.34  
39  5.5e-007 2.3e-002 3.4e-005 9.99e-001  3.573477086e+002  3.573489807e+002  2.9e-010 5.44  
40  4.9e-007 2.1e-002 3.0e-005 1.00e+000  3.573477990e+002  3.573489441e+002  2.7e-010 5.53  
41  5.7e-007 2.1e-002 3.0e-005 9.93e-001  3.573478098e+002  3.573489336e+002  2.6e-010 5.63  
42  6.1e-007 2.1e-002 3.0e-005 9.96e-001  3.573478119e+002  3.573489308e+002  2.6e-010 5.76  
43  6.2e-007 1.9e-002 2.7e-005 1.00e+000  3.573478927e+002  3.573488971e+002  2.4e-010 5.84  
44  5.5e-007 1.8e-002 2.4e-005 1.00e+000  3.573479662e+002  3.573488658e+002  2.1e-010 5.92  
45  5.6e-007 1.8e-002 2.4e-005 1.02e+000  3.573479715e+002  3.573488727e+002  2.1e-010 5.98  
46  5.0e-007 1.7e-002 2.1e-005 1.00e+000  3.573480370e+002  3.573488424e+002  1.9e-010 6.11  
47  4.0e-007 1.6e-002 1.9e-005 1.00e+000  3.573480943e+002  3.573488210e+002  1.7e-010 6.30  
48  4.0e-007 1.6e-002 2.0e-005 1.00e+000  3.573480802e+002  3.573488191e+002  1.7e-010 6.47  
49  3.5e-007 1.5e-002 1.8e-005 1.00e+000  3.573481339e+002  3.573487976e+002  1.5e-010 6.67  
50  3.2e-007 1.4e-002 1.6e-005 1.00e+000  3.573481817e+002  3.573487799e+002  1.4e-010 6.83  
51  2.9e-007 1.3e-002 1.4e-005 1.00e+000  3.573482250e+002  3.573487634e+002  1.2e-010 7.00  
52  2.6e-007 1.3e-002 1.3e-005 1.00e+000  3.573482640e+002  3.573487485e+002  1.1e-010 7.22  
53  4.0e-007 1.3e-002 1.3e-005 9.96e-001  3.573482661e+002  3.573487449e+002  1.1e-010 7.33  
54  3.6e-007 1.2e-002 1.2e-005 1.00e+000  3.573483008e+002  3.573487254e+002  9.9e-011 7.39  
55  3.9e-007 1.1e-002 1.2e-005 1.01e+000  3.573483030e+002  3.573487247e+002  9.9e-011 7.45  
56  1.8e-006 1.1e-002 1.2e-005 1.00e+000  3.573482999e+002  3.573487323e+002  9.8e-011 7.50  
57  1.3e-006 1.1e-002 1.2e-005 3.96e-001  3.573482978e+002  3.573487367e+002  9.8e-011 7.56  
58  1.3e-006 1.1e-002 1.1e-005 9.63e-001  3.573483013e+002  3.573487335e+002  9.7e-011 7.80  
59  1.4e-006 1.1e-002 1.1e-005 1.13e+000  3.573483021e+002  3.573487322e+002  9.7e-011 7.89  
60  1.3e-006 1.1e-002 1.1e-005 1.00e+000  3.573483130e+002  3.573487305e+002  9.4e-011 7.97  
61  1.2e-006 9.8e-003 9.9e-006 1.00e+000  3.573483440e+002  3.573487160e+002  8.4e-011 8.08  
62  1.2e-006 9.8e-003 9.9e-006 3.41e-001  3.573483532e+002  3.573486961e+002  8.4e-011 8.22  
63  1.1e-006 8.8e-003 8.9e-006 1.00e+000  3.573483781e+002  3.573486908e+002  7.5e-011 8.41  
64  9.9e-007 8.6e-003 8.0e-006 9.99e-001  3.573484013e+002  3.573486840e+002  6.8e-011 8.59  
65  9.8e-007 8.5e-003 7.9e-006 1.01e+000  3.573484047e+002  3.573486825e+002  6.7e-011 8.84  
66  9.8e-007 8.5e-003 7.8e-006 1.00e+000  3.573484072e+002  3.573486825e+002  6.7e-011 8.97  
67  1.0e-006 8.5e-003 7.8e-006 1.56e+000  3.573484063e+002  3.573486851e+002  6.7e-011 9.14  
68  1.4e-006 8.4e-003 7.8e-006 1.11e+000  3.573484104e+002  3.573486817e+002  6.6e-011 9.20  
69  1.3e-006 8.2e-003 7.6e-006 9.66e-001  3.573484148e+002  3.573486812e+002  6.5e-011 9.34  
70  1.3e-006 8.2e-003 7.6e-006 1.10e+000  3.573484147e+002  3.573486813e+002  6.5e-011 9.47  
71  2.5e-006 8.2e-003 8.2e-006 1.00e+000  3.573483928e+002  3.573486809e+002  6.4e-011 9.58  
72  1.9e-006 8.1e-003 8.1e-006 8.79e-001  3.573483967e+002  3.573486770e+002  6.4e-011 9.67  
73  1.8e-006 7.3e-003 7.3e-006 9.86e-001  3.573484141e+002  3.573486773e+002  5.8e-011 9.75  
74  1.6e-006 6.6e-003 6.6e-006 9.98e-001  3.573484375e+002  3.573486622e+002  5.2e-011 9.83  
75  1.6e-006 6.6e-003 5.7e-006 1.00e+000  3.573484710e+002  3.573486622e+002  5.2e-011 9.92  
76  1.9e-006 6.6e-003 5.6e-006 1.02e+000  3.573484721e+002  3.573486603e+002  5.2e-011 10.08 
77  1.8e-006 6.0e-003 5.1e-006 1.03e+000  3.573484898e+002  3.573486521e+002  4.7e-011 10.16 
78  1.7e-006 5.7e-003 4.9e-006 1.10e+000  3.573484999e+002  3.573486460e+002  4.6e-011 10.23 
79  1.5e-006 5.4e-003 4.4e-006 9.44e-001  3.573485103e+002  3.573486445e+002  4.1e-011 10.33 
80  1.5e-006 5.4e-003 4.4e-006 1.00e+000  3.573485102e+002  3.573486445e+002  4.1e-011 10.41 
81  9.4e-007 5.2e-003 6.7e-007 1.00e+000  3.573486232e+002  3.573486437e+002  4.0e-011 10.61 
82  9.5e-007 5.2e-003 6.7e-007 1.00e+000  3.573486244e+002  3.573486452e+002  4.0e-011 10.77 
83  1.0e-006 5.0e-003 6.4e-007 1.00e+000  3.573486297e+002  3.573486514e+002  3.8e-011 10.84 
84  1.0e-006 5.0e-003 6.4e-007 1.16e+000  3.573486275e+002  3.573486487e+002  3.8e-011 10.98 
85  1.0e-006 5.0e-003 6.3e-007 9.90e-001  3.573486282e+002  3.573486495e+002  3.8e-011 11.05 
86  1.0e-006 5.0e-003 2.7e-007 1.00e+000  3.573486404e+002  3.573486495e+002  3.8e-011 11.13 
87  1.0e-006 5.0e-003 2.7e-007 9.60e-001  3.573486413e+002  3.573486505e+002  3.8e-011 11.27 
88  8.8e-007 4.9e-003 8.5e-007 1.00e+000  3.573486210e+002  3.573486499e+002  3.7e-011 11.39 
89  8.5e-007 4.4e-003 7.7e-007 1.01e+000  3.573486184e+002  3.573486434e+002  3.4e-011 11.61 
90  2.0e-006 4.4e-003 7.6e-007 1.00e+000  3.573486199e+002  3.573486456e+002  3.4e-011 11.80 
91  1.8e-006 4.4e-003 7.6e-007 1.34e+000  3.573486218e+002  3.573486484e+002  3.3e-011 12.03 
92  1.5e-006 4.3e-003 8.7e-008 1.00e+000  3.573486448e+002  3.573486478e+002  3.3e-011 12.14 
93  1.3e-006 4.3e-003 8.7e-008 1.25e+000  3.573486448e+002  3.573486478e+002  3.3e-011 12.34 
94  1.2e-006 4.0e-003 8.0e-008 9.79e-001  3.573486426e+002  3.573486453e+002  3.0e-011 12.48 
95  1.8e-006 4.0e-003 8.0e-008 1.26e+000  3.573486426e+002  3.573486454e+002  3.0e-011 12.63 
96  1.8e-006 3.9e-003 8.0e-008 -3.43e-001 3.573486495e+002  3.573486525e+002  3.0e-011 12.73 
97  1.6e-006 3.5e-003 7.2e-008 1.03e+000  3.573486500e+002  3.573486529e+002  2.7e-011 12.91 
98  2.1e-006 3.4e-003 7.0e-008 9.47e-001  3.573486557e+002  3.573486587e+002  2.6e-011 13.17 
99  2.1e-006 3.3e-003 6.9e-008 9.75e-001  3.573486630e+002  3.573486662e+002  2.5e-011 13.42 
100 2.1e-006 3.3e-003 6.8e-008 1.00e+000  3.573486654e+002  3.573486686e+002  2.5e-011 13.53 
101 2.1e-006 3.3e-003 9.1e-008 1.00e+000  3.573486729e+002  3.573486685e+002  2.5e-011 13.66 
102 1.8e-006 3.3e-003 2.7e-007 1.00e+000  3.573486810e+002  3.573486681e+002  2.5e-011 13.77 
103 1.6e-006 3.0e-003 2.4e-007 9.70e-001  3.573486721e+002  3.573486608e+002  2.3e-011 13.92 
104 2.6e-006 2.9e-003 2.4e-007 9.28e-001  3.573486740e+002  3.573486626e+002  2.2e-011 14.08 
105 2.6e-006 2.9e-003 2.4e-007 9.88e-001  3.573486700e+002  3.573486590e+002  2.2e-011 14.28 
106 2.6e-006 2.9e-003 2.4e-007 9.99e-001  3.573486666e+002  3.573486559e+002  2.2e-011 14.38 
107 3.0e-006 2.9e-003 1.2e-006 1.00e+000  3.573487090e+002  3.573486559e+002  2.2e-011 14.55 
108 3.0e-006 2.8e-003 1.1e-006 9.55e-001  3.573487050e+002  3.573486542e+002  2.1e-011 14.59 
109 2.9e-006 2.5e-003 1.7e-007 1.00e+000  3.573486577e+002  3.573486501e+002  1.9e-011 14.67 
110 2.7e-006 2.5e-003 1.1e-006 1.00e+000  3.573486010e+002  3.573486501e+002  1.9e-011 14.77 
111 2.4e-006 2.3e-003 9.9e-007 9.64e-001  3.573486012e+002  3.573486441e+002  1.7e-011 14.81 
112 7.7e-006 2.1e-003 9.2e-007 9.90e-001  3.573486059e+002  3.573486511e+002  1.6e-011 14.89 
113 7.0e-006 1.9e-003 8.3e-007 1.02e+000  3.573486061e+002  3.573486457e+002  1.4e-011 14.97 
114 6.3e-006 1.7e-003 7.4e-007 1.03e+000  3.573486080e+002  3.573486440e+002  1.3e-011 15.03 
115 2.5e-006 1.6e-003 6.8e-007 9.93e-001  3.573486070e+002  3.573486382e+002  1.2e-011 15.11 
116 2.5e-006 1.4e-003 6.3e-007 9.18e-001  3.573486100e+002  3.573486421e+002  1.1e-011 15.20 
117 2.9e-006 1.4e-003 1.1e-006 1.00e+000  3.573485872e+002  3.573486420e+002  1.1e-011 15.28 
118 2.5e-006 1.4e-003 1.1e-006 9.93e-001  3.573485872e+002  3.573486420e+002  1.1e-011 15.42 
119 4.1e-006 1.4e-003 1.1e-006 1.00e+000  3.573485878e+002  3.573486446e+002  1.1e-011 15.61 
120 3.7e-006 1.3e-003 9.7e-007 1.02e+000  3.573485910e+002  3.573486428e+002  9.9e-012 15.80 
121 3.6e-006 1.3e-003 4.0e-006 1.00e+000  3.573488595e+002  3.573486426e+002  9.8e-012 15.95 
122 3.2e-006 1.2e-003 3.6e-006 9.73e-001  3.573488365e+002  3.573486401e+002  8.9e-012 16.16 
123 3.2e-006 1.1e-003 3.6e-006 9.93e-001  3.573488520e+002  3.573486442e+002  8.7e-012 16.39 
124 2.8e-006 1.1e-003 3.6e-006 1.00e+000  3.573488499e+002  3.573486437e+002  8.6e-012 16.69 
125 2.6e-006 1.1e-003 3.2e-006 1.05e+000  3.573488313e+002  3.573486427e+002  8.0e-012 16.91 
126 1.5e-006 6.4e-004 1.8e-006 9.99e-001  3.573487403e+002  3.573486314e+002  4.6e-012 17.14 
127 1.4e-006 6.4e-004 1.8e-006 9.98e-001  3.573487403e+002  3.573486314e+002  4.6e-012 17.34 
128 1.0e-006 2.1e-004 2.9e-006 1.00e+000  3.573484481e+002  3.573486199e+002  1.5e-012 17.52 
129 9.9e-007 2.1e-004 2.7e-006 1.00e+000  3.573484556e+002  3.573486198e+002  1.5e-012 17.59 
130 5.5e-008 1.1e-005 1.5e-007 1.00e+000  3.573486055e+002  3.573486147e+002  8.2e-014 17.69 
Interior-point optimizer terminated. Time: 17.69. 

Optimizer terminated. Time: 17.70   
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 3.5734860554e+002   nrm: 9e+001   Viol.  con: 1e-006   var: 0e+000 
  Dual.    obj: 3.5734861469e+002   nrm: 8e+002   Viol.  con: 0e+000   var: 1e-004 
* End solution on dual form. *
Transforming to primal solution.
Solving took 17.8 seconds.
result packing took 2% of solve time
solution checking took 0.53% of solve time
Using solver 'mosek'
Solving for 1899 variables.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6215) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6268) of matrix 'A'.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 487
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.03    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3607              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.03              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.02            
Factor     - nonzeros before factor : 1.53e+004         after factor           : 1.76e+005       
Factor     - dense dim.             : 0                 flops                  : 3.97e+007       
Factor     - GP saved nzs           : 3.48e+004         GP saved flops         : 1.07e+006       
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.1e+003 1.2e+005 0.00e+000  -1.234758051e+005 2.000000000e+000  1.0e+000 0.06  
1   1.5e+003 2.0e+003 8.0e+004 -9.71e-001 -1.224173918e+005 2.927914133e+000  6.5e-001 0.23  
2   7.1e+002 9.7e+002 3.8e+004 -9.53e-001 -1.192654318e+005 6.047724391e+000  3.1e-001 0.30  
3   2.9e+002 4.0e+002 1.6e+004 -9.01e-001 -1.111484984e+005 2.515298174e+001  1.3e-001 0.36  
4   2.9e+002 4.0e+002 1.6e+004 -7.65e-001 -1.092627622e+005 1.672589554e+003  1.3e-001 0.42  
5   1.2e+002 1.6e+002 6.4e+003 -7.58e-001 -8.565038845e+004 7.658978373e+003  5.2e-002 0.64  
6   3.5e+001 4.8e+001 1.9e+003 -4.31e-001 -4.091398878e+004 1.290807125e+004  1.5e-002 0.83  
7   1.5e+001 2.1e+001 8.3e+002 3.29e-001  -2.129530395e+004 6.272315891e+003  6.8e-003 0.95  
8   6.9e+000 9.4e+000 3.7e+002 7.04e-001  -1.003215281e+004 3.298458100e+003  3.1e-003 1.06  
9   2.8e+000 3.8e+000 1.5e+002 8.93e-001  -3.935872629e+003 1.598535931e+003  1.2e-003 1.14  
10  1.2e+000 1.6e+000 6.5e+001 9.75e-001  -1.631250259e+003 7.616914237e+002  5.3e-004 1.20  
11  9.1e-001 1.3e+000 5.0e+001 9.87e-001  -1.230611175e+003 6.193652037e+002  4.1e-004 1.30  
12  7.2e-001 1.2e+000 3.9e+001 9.70e-001  -9.738200399e+002 5.013935358e+002  3.2e-004 1.44  
13  3.7e-001 6.4e-001 2.0e+001 9.91e-001  -4.737174544e+002 2.805114106e+002  1.7e-004 1.56  
14  1.2e-001 2.4e-001 6.8e+000 9.98e-001  -1.373854917e+002 1.176224388e+002  5.7e-005 1.63  
15  4.1e-002 1.3e-001 2.3e+000 1.00e+000  -2.387480048e+001 6.392456639e+001  2.0e-005 1.69  
16  2.5e-002 9.2e-002 1.4e+000 1.00e+000  4.600133545e-002  5.311047940e+001  1.2e-005 1.75  
17  1.6e-002 9.0e-002 9.3e-001 1.00e+000  1.225108291e+001  4.734764582e+001  7.9e-006 1.83  
18  3.8e-003 1.3e-001 2.2e-001 1.00e+000  3.045536398e+001  3.887115463e+001  1.9e-006 1.95  
19  2.1e-003 9.4e-002 1.2e-001 1.00e+000  3.309943931e+001  3.769688386e+001  1.1e-006 2.16  
20  7.8e-004 9.4e-002 4.6e-002 1.00e+000  3.505609172e+001  3.679522115e+001  4.0e-007 2.22  
21  2.3e-004 1.0e-001 1.4e-002 1.00e+000  3.589053137e+001  3.640901857e+001  1.2e-007 2.34  
22  9.2e-005 8.9e-002 5.5e-003 1.00e+000  3.610355836e+001  3.630882139e+001  4.8e-008 2.50  
23  8.3e-005 8.0e-002 4.9e-003 1.00e+000  3.611844343e+001  3.630317789e+001  4.3e-008 2.63  
24  7.4e-005 7.3e-002 4.4e-003 1.00e+000  3.613093696e+001  3.629718928e+001  3.9e-008 2.78  
25  6.7e-005 6.6e-002 4.0e-003 1.00e+000  3.614220234e+001  3.629182263e+001  3.5e-008 2.89  
26  6.0e-005 6.0e-002 3.6e-003 1.00e+000  3.615232990e+001  3.628698255e+001  3.1e-008 2.95  
27  5.4e-005 5.5e-002 3.2e-003 1.00e+000  3.616144260e+001  3.628262539e+001  2.8e-008 3.11  
28  4.9e-005 5.0e-002 2.9e-003 1.00e+000  3.616964147e+001  3.627870223e+001  2.5e-008 3.23  
29  4.4e-005 4.6e-002 2.6e-003 1.00e+000  3.617701862e+001  3.627517024e+001  2.3e-008 3.39  
30  4.0e-005 4.2e-002 2.4e-003 1.00e+000  3.618365655e+001  3.627199050e+001  2.1e-008 3.47  
31  3.6e-005 3.9e-002 2.1e-003 1.00e+000  3.618962949e+001  3.626912801e+001  1.9e-008 3.53  
32  3.2e-005 3.6e-002 1.9e-003 1.00e+000  3.619500417e+001  3.626655120e+001  1.7e-008 3.61  
33  2.9e-005 3.3e-002 1.7e-003 1.00e+000  3.619984063e+001  3.626423162e+001  1.5e-008 3.70  
34  2.6e-005 3.0e-002 1.5e-003 1.00e+000  3.620419283e+001  3.626214364e+001  1.3e-008 3.78  
35  2.3e-005 2.8e-002 1.4e-003 1.00e+000  3.620810933e+001  3.626026419e+001  1.2e-008 3.83  
36  2.1e-005 2.6e-002 1.3e-003 1.00e+000  3.621163378e+001  3.625857246e+001  1.1e-008 3.91  
37  1.9e-005 2.4e-002 1.1e-003 1.00e+000  3.621480547e+001  3.625704972e+001  9.8e-009 3.97  
38  1.7e-005 2.2e-002 1.0e-003 1.00e+000  3.621765974e+001  3.625567911e+001  8.9e-009 4.03  
39  1.5e-005 2.1e-002 9.1e-004 1.00e+000  3.622022835e+001  3.625444543e+001  8.0e-009 4.11  
40  1.4e-005 1.9e-002 8.2e-004 1.00e+000  3.622253992e+001  3.625333500e+001  7.2e-009 4.16  
41  1.2e-005 1.8e-002 7.4e-004 1.00e+000  3.622462017e+001  3.625233552e+001  6.5e-009 4.24  
42  1.1e-005 1.7e-002 6.7e-004 1.00e+000  3.622649225e+001  3.625143588e+001  5.8e-009 4.31  
43  1.0e-005 1.6e-002 6.0e-004 1.00e+000  3.622817700e+001  3.625062612e+001  5.2e-009 4.38  
44  9.0e-006 1.5e-002 5.4e-004 1.00e+000  3.622969316e+001  3.624989726e+001  4.7e-009 4.45  
45  8.1e-006 1.4e-002 4.9e-004 1.00e+000  3.623105759e+001  3.624924120e+001  4.2e-009 4.56  
46  7.3e-006 1.4e-002 4.4e-004 1.00e+000  3.623228549e+001  3.624865067e+001  3.8e-009 4.63  
47  6.6e-006 1.3e-002 3.9e-004 1.00e+000  3.623339051e+001  3.624811913e+001  3.4e-009 4.72  
48  5.9e-006 1.3e-002 3.5e-004 1.00e+000  3.623438495e+001  3.624764067e+001  3.1e-009 4.80  
49  5.3e-006 1.2e-002 3.2e-004 1.00e+000  3.623527988e+001  3.624720999e+001  2.8e-009 4.86  
50  4.8e-006 1.2e-002 2.9e-004 1.00e+000  3.623608524e+001  3.624682232e+001  2.5e-009 4.99  
51  4.3e-006 1.1e-002 2.6e-004 1.00e+000  3.623681001e+001  3.624647337e+001  2.3e-009 5.11  
52  3.9e-006 1.1e-002 2.3e-004 1.00e+000  3.623746225e+001  3.624615926e+001  2.0e-009 5.34  
53  3.5e-006 1.0e-002 2.1e-004 1.00e+000  3.623804921e+001  3.624587651e+001  1.8e-009 5.47  
54  3.2e-006 1.0e-002 1.9e-004 1.00e+000  3.623857743e+001  3.624562200e+001  1.6e-009 5.58  
55  2.8e-006 9.8e-003 1.7e-004 1.00e+000  3.623905279e+001  3.624539290e+001  1.5e-009 5.72  
56  2.6e-006 9.6e-003 1.5e-004 1.00e+000  3.623948058e+001  3.624518668e+001  1.3e-009 5.86  
57  2.3e-006 9.3e-003 1.4e-004 1.00e+000  3.623986556e+001  3.624500105e+001  1.2e-009 5.94  
58  2.1e-006 9.1e-003 1.2e-004 1.00e+000  3.624021201e+001  3.624483395e+001  1.1e-009 6.02  
59  1.9e-006 9.0e-003 1.1e-004 1.00e+000  3.624052379e+001  3.624468354e+001  9.7e-010 6.16  
60  1.7e-006 8.8e-003 1.0e-004 1.00e+000  3.624080437e+001  3.624454815e+001  8.7e-010 6.28  
61  1.5e-006 8.6e-003 9.0e-005 1.00e+000  3.624105687e+001  3.624442628e+001  7.8e-010 6.41  
62  1.4e-006 8.5e-003 8.1e-005 1.00e+000  3.624128411e+001  3.624431657e+001  7.1e-010 6.56  
63  1.2e-006 8.4e-003 7.3e-005 1.00e+000  3.624148860e+001  3.624421782e+001  6.4e-010 6.69  
64  1.1e-006 8.3e-003 6.6e-005 1.00e+000  3.624167263e+001  3.624412894e+001  5.7e-010 6.77  
65  9.9e-007 8.2e-003 5.9e-005 1.00e+000  3.624183825e+001  3.624404892e+001  5.1e-010 6.92  
66  8.9e-007 8.1e-003 5.3e-005 1.00e+000  3.624198729e+001  3.624397690e+001  4.6e-010 7.05  
67  8.0e-007 8.0e-003 4.8e-005 1.00e+000  3.624212142e+001  3.624391207e+001  4.2e-010 7.20  
68  7.2e-007 7.9e-003 4.3e-005 1.00e+000  3.624224213e+001  3.624385372e+001  3.8e-010 7.41  
69  6.5e-007 7.9e-003 3.9e-005 1.00e+000  3.624235076e+001  3.624380119e+001  3.4e-010 7.69  
70  5.8e-007 7.8e-003 3.5e-005 1.00e+000  3.624244852e+001  3.624375391e+001  3.0e-010 7.95  
71  5.3e-007 7.7e-003 3.1e-005 1.00e+000  3.624253650e+001  3.624371135e+001  2.7e-010 8.27  
72  4.7e-007 7.7e-003 2.8e-005 1.00e+000  3.624261567e+001  3.624367304e+001  2.5e-010 8.44  
73  4.3e-007 7.6e-003 2.5e-005 1.00e+000  3.624268693e+001  3.624363856e+001  2.2e-010 8.67  
74  3.8e-007 7.6e-003 2.3e-005 1.00e+000  3.624275105e+001  3.624360753e+001  2.0e-010 8.83  
75  3.4e-007 7.6e-003 2.1e-005 1.00e+000  3.624280876e+001  3.624357959e+001  1.8e-010 8.98  
76  3.1e-007 7.5e-003 1.9e-005 1.00e+000  3.624286069e+001  3.624355444e+001  1.6e-010 9.11  
77  2.8e-007 7.5e-003 1.7e-005 1.00e+000  3.624290743e+001  3.624353181e+001  1.5e-010 9.19  
78  2.5e-007 7.5e-003 1.5e-005 1.00e+000  3.624294950e+001  3.624351143e+001  1.3e-010 9.23  
79  2.3e-007 7.4e-003 1.4e-005 1.00e+000  3.624298735e+001  3.624349310e+001  1.2e-010 9.31  
80  2.0e-007 7.4e-003 1.2e-005 1.00e+000  3.624302142e+001  3.624347659e+001  1.1e-010 9.39  
81  1.8e-007 7.4e-003 1.1e-005 1.00e+000  3.624305208e+001  3.624346173e+001  9.5e-011 9.44  
82  1.6e-007 7.4e-003 9.9e-006 1.00e+000  3.624307967e+001  3.624344836e+001  8.6e-011 9.52  
83  1.5e-007 7.3e-003 8.9e-006 1.00e+000  3.624310450e+001  3.624343632e+001  7.7e-011 9.59  
84  1.3e-007 7.3e-003 8.0e-006 1.00e+000  3.624312685e+001  3.624342548e+001  7.0e-011 9.67  
85  1.2e-007 7.3e-003 7.2e-006 1.00e+000  3.624314696e+001  3.624341574e+001  6.3e-011 9.80  
86  1.1e-007 7.3e-003 6.5e-006 1.00e+000  3.624316506e+001  3.624340696e+001  5.6e-011 9.86  
87  9.7e-008 7.3e-003 5.8e-006 1.00e+000  3.624318135e+001  3.624339906e+001  5.1e-011 9.92  
88  8.8e-008 7.3e-003 5.2e-006 1.00e+000  3.624319601e+001  3.624339195e+001  4.6e-011 10.02 
89  7.9e-008 7.3e-003 4.7e-006 1.00e+000  3.624320920e+001  3.624338555e+001  4.1e-011 10.14 
90  7.1e-008 7.2e-003 4.2e-006 1.00e+000  3.624322107e+001  3.624337979e+001  3.7e-011 10.27 
91  6.4e-008 7.2e-003 3.8e-006 1.00e+000  3.624323176e+001  3.624337461e+001  3.3e-011 10.48 
92  5.8e-008 7.2e-003 3.4e-006 1.00e+000  3.624324137e+001  3.624336994e+001  3.0e-011 10.72 
93  5.2e-008 7.2e-003 3.1e-006 9.99e-001  3.624325003e+001  3.624336574e+001  2.7e-011 10.84 
94  4.7e-008 7.2e-003 2.8e-006 1.00e+000  3.624325782e+001  3.624336195e+001  2.4e-011 10.95 
95  4.2e-008 7.2e-003 2.5e-006 9.99e-001  3.624326483e+001  3.624335855e+001  2.2e-011 11.06 
96  3.8e-008 7.2e-003 2.3e-006 1.00e+000  3.624327114e+001  3.624335549e+001  2.0e-011 11.17 
97  3.4e-008 7.2e-003 2.0e-006 9.98e-001  3.624327681e+001  3.624335274e+001  1.8e-011 11.28 
98  3.1e-008 7.2e-003 1.8e-006 9.99e-001  3.624328192e+001  3.624335026e+001  1.6e-011 11.41 
99  2.8e-008 7.2e-003 1.6e-006 1.00e+000  3.624328652e+001  3.624334802e+001  1.4e-011 11.55 
100 2.5e-008 7.2e-003 1.5e-006 1.00e+000  3.624329066e+001  3.624334601e+001  1.3e-011 11.69 
101 2.2e-008 6.4e-003 1.3e-006 1.00e+000  3.624329444e+001  3.624334416e+001  1.2e-011 11.88 
102 2.0e-008 5.8e-003 1.2e-006 9.99e-001  3.624329778e+001  3.624334254e+001  1.0e-011 11.98 
103 1.8e-008 5.2e-003 1.1e-006 9.96e-001  3.624330080e+001  3.624334108e+001  9.4e-012 12.11 
104 1.6e-008 4.7e-003 9.7e-007 1.00e+000  3.624330351e+001  3.624333976e+001  8.5e-012 12.20 
105 1.5e-008 4.2e-003 8.7e-007 1.00e+000  3.624330595e+001  3.624333858e+001  7.6e-012 12.33 
106 1.3e-008 3.8e-003 7.9e-007 1.00e+000  3.624330814e+001  3.624333751e+001  6.9e-012 12.45 
107 1.2e-008 3.4e-003 7.1e-007 1.00e+000  3.624331012e+001  3.624333655e+001  6.2e-012 12.70 
108 1.1e-008 3.1e-003 6.4e-007 1.00e+000  3.624331190e+001  3.624333568e+001  5.6e-012 12.88 
109 9.6e-009 2.8e-003 5.7e-007 1.00e+000  3.624331350e+001  3.624333490e+001  5.0e-012 13.03 
110 8.6e-009 2.5e-003 5.2e-007 9.99e-001  3.624331494e+001  3.624333420e+001  4.5e-012 13.23 
111 7.8e-009 2.2e-003 4.6e-007 1.00e+000  3.624331624e+001  3.624333357e+001  4.1e-012 13.42 
112 7.0e-009 2.0e-003 4.2e-007 9.98e-001  3.624331740e+001  3.624333300e+001  3.6e-012 13.48 
113 6.3e-009 1.8e-003 3.8e-007 9.98e-001  3.624331845e+001  3.624333249e+001  3.3e-012 13.56 
114 5.7e-009 1.6e-003 3.4e-007 1.00e+000  3.624331940e+001  3.624333204e+001  3.0e-012 13.61 
115 5.1e-009 1.5e-003 3.0e-007 1.00e+000  3.624332025e+001  3.624333162e+001  2.7e-012 13.83 
116 4.6e-009 1.3e-003 2.7e-007 9.98e-001  3.624332101e+001  3.624333125e+001  2.4e-012 13.89 
117 4.1e-009 1.2e-003 2.5e-007 9.99e-001  3.624332170e+001  3.624333092e+001  2.2e-012 13.95 
118 3.7e-009 1.1e-003 2.2e-007 9.98e-001  3.624332232e+001  3.624333061e+001  1.9e-012 14.00 
119 3.3e-009 9.7e-004 2.0e-007 1.00e+000  3.624332288e+001  3.624333034e+001  1.7e-012 14.06 
120 3.0e-009 8.7e-004 1.8e-007 9.95e-001  3.624332338e+001  3.624333010e+001  1.6e-012 14.09 
121 2.7e-009 7.8e-004 1.6e-007 1.00e+000  3.624332383e+001  3.624332988e+001  1.4e-012 14.16 
122 2.4e-009 7.0e-004 1.5e-007 1.00e+000  3.624332424e+001  3.624332968e+001  1.3e-012 14.23 
123 2.2e-009 6.3e-004 1.3e-007 9.94e-001  3.624332461e+001  3.624332950e+001  1.1e-012 14.28 
124 2.0e-009 5.7e-004 1.2e-007 1.00e+000  3.624332494e+001  3.624332934e+001  1.0e-012 14.36 
125 1.8e-009 5.1e-004 1.1e-007 9.97e-001  3.624332523e+001  3.624332920e+001  9.3e-013 14.42 
Interior-point optimizer terminated. Time: 14.44. 

Optimizer terminated. Time: 14.50   
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 3.6243325233e+001   nrm: 2e+002   Viol.  con: 3e-008   var: 0e+000 
  Dual.    obj: 3.6243329197e+001   nrm: 8e+002   Viol.  con: 0e+000   var: 4e-003 
* End solution on dual form. *
Transforming to primal solution.
Solving took 14.5 seconds.
result packing took 1.9% of solve time
solution checking took 0.54% of solve time
Using solver 'mosek'
Solving for 1899 variables.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6268) of matrix 'A'.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 487
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.01    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3607              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.03              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.02            
Factor     - nonzeros before factor : 1.53e+004         after factor           : 1.76e+005       
Factor     - dense dim.             : 0                 flops                  : 3.97e+007       
Factor     - GP saved nzs           : 3.48e+004         GP saved flops         : 1.07e+006       
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.1e+003 1.2e+005 0.00e+000  -1.232670634e+005 2.000000000e+000  1.0e+000 0.06  
1   1.5e+003 2.1e+003 8.2e+004 -9.71e-001 -1.222858901e+005 2.848125325e+000  6.6e-001 0.13  
2   6.9e+002 9.5e+002 3.7e+004 -9.55e-001 -1.189334510e+005 6.009137977e+000  3.0e-001 0.17  
3   2.9e+002 3.9e+002 1.6e+004 -8.99e-001 -1.109052044e+005 2.518505441e+001  1.3e-001 0.30  
4   2.9e+002 3.9e+002 1.6e+004 -7.64e-001 -1.087669525e+005 1.890337315e+003  1.3e-001 0.36  
5   1.1e+002 1.5e+002 6.1e+003 -7.55e-001 -8.412355959e+004 7.783829123e+003  5.0e-002 0.42  
6   4.3e+001 5.8e+001 2.3e+003 -4.05e-001 -4.824001724e+004 1.171598881e+004  1.9e-002 0.48  
7   2.1e+001 2.8e+001 1.1e+003 2.01e-001  -2.781114607e+004 7.288533988e+003  9.1e-003 0.55  
8   8.5e+000 1.2e+001 4.6e+002 5.86e-001  -1.238719889e+004 3.708943966e+003  3.7e-003 0.59  
9   3.9e+000 5.3e+000 2.1e+002 8.57e-001  -5.637589559e+003 2.044292758e+003  1.7e-003 0.67  
10  2.0e+000 2.8e+000 1.1e+002 9.52e-001  -2.781854743e+003 1.271930798e+003  9.1e-004 0.73  
11  9.2e-001 1.2e+000 5.0e+001 9.85e-001  -1.247361748e+003 5.982232511e+002  4.1e-004 0.80  
12  8.7e-001 1.3e+000 4.8e+001 9.63e-001  -1.215620022e+003 5.626028202e+002  3.9e-004 0.86  
13  4.3e-001 6.3e-001 2.4e+001 9.80e-001  -5.888636114e+002 2.990285622e+002  2.0e-004 0.92  
14  1.8e-001 2.7e-001 9.9e+000 1.00e+000  -2.437593676e+002 1.275989223e+002  8.2e-005 0.98  
15  8.3e-002 1.5e-001 4.6e+000 1.00e+000  -1.042264636e+002 6.939662873e+001  3.9e-005 1.05  
16  3.1e-002 1.0e-001 1.8e+000 1.00e+000  -3.163783663e+001 3.408259516e+001  1.5e-005 1.14  
17  1.2e-002 1.0e-001 7.1e-001 1.00e+000  -5.104302750e+000 2.143961328e+001  6.1e-006 1.23  
18  1.1e-002 9.1e-002 6.4e-001 1.00e+000  -2.786206328e+000 2.113397708e+001  5.5e-006 1.31  
19  6.0e-003 6.7e-002 3.5e-001 1.00e+000  4.844394144e+000  1.776293408e+001  3.0e-006 1.39  
20  3.5e-003 5.2e-002 2.0e-001 1.01e+000  8.846849408e+000  1.635870199e+001  1.7e-006 1.48  
21  2.7e-003 4.3e-002 1.6e-001 1.02e+000  1.013120958e+001  1.585680505e+001  1.3e-006 1.56  
22  2.1e-003 3.7e-002 1.2e-001 1.02e+000  1.111071446e+001  1.551012149e+001  1.0e-006 1.64  
23  9.2e-004 4.8e-002 5.4e-002 1.02e+000  1.289744814e+001  1.487656036e+001  4.7e-007 1.70  
24  5.1e-004 4.6e-002 3.0e-002 1.02e+000  1.350592756e+001  1.460873956e+001  2.6e-007 1.75  
25  3.0e-004 4.5e-002 1.8e-002 1.01e+000  1.383476622e+001  1.447331443e+001  1.5e-007 1.80  
26  2.0e-004 4.1e-002 1.2e-002 1.01e+000  1.398083427e+001  1.441222195e+001  1.0e-007 1.88  
27  1.8e-004 3.8e-002 1.1e-002 1.01e+000  1.401711644e+001  1.440560466e+001  9.4e-008 1.94  
28  1.6e-004 3.5e-002 9.7e-003 1.01e+000  1.404337326e+001  1.439288106e+001  8.4e-008 1.98  
29  1.5e-004 3.2e-002 8.7e-003 1.01e+000  1.406785569e+001  1.438233715e+001  7.6e-008 2.05  
30  1.3e-004 2.9e-002 7.9e-003 1.01e+000  1.408964657e+001  1.437261482e+001  6.8e-008 2.11  
31  1.2e-004 2.7e-002 7.1e-003 1.01e+000  1.410920552e+001  1.436382526e+001  6.2e-008 2.17  
32  1.1e-004 2.5e-002 6.4e-003 1.01e+000  1.412674627e+001  1.435586231e+001  5.5e-008 2.23  
33  9.6e-005 2.4e-002 5.7e-003 1.00e+000  1.414248394e+001  1.434865502e+001  5.0e-008 2.30  
34  8.6e-005 2.2e-002 5.2e-003 1.00e+000  1.415660564e+001  1.434213281e+001  4.5e-008 2.50  
35  7.8e-005 2.1e-002 4.6e-003 1.00e+000  1.416927877e+001  1.433623138e+001  4.0e-008 2.61  
36  7.0e-005 1.9e-002 4.2e-003 1.00e+000  1.418065290e+001  1.433089261e+001  3.6e-008 2.69  
37  6.3e-005 1.8e-002 3.8e-003 1.00e+000  1.419086158e+001  1.432606317e+001  3.3e-008 2.75  
38  5.7e-005 1.7e-002 3.4e-003 1.00e+000  1.420002458e+001  1.432169473e+001  2.9e-008 2.88  
39  5.1e-005 1.6e-002 3.0e-003 1.00e+000  1.420824945e+001  1.431774358e+001  2.7e-008 2.98  
40  4.6e-005 1.5e-002 2.7e-003 1.00e+000  1.421563294e+001  1.431417034e+001  2.4e-008 3.03  
41  4.1e-005 1.5e-002 2.5e-003 1.00e+000  1.422226232e+001  1.431093983e+001  2.1e-008 3.11  
42  3.7e-005 1.4e-002 2.2e-003 1.00e+000  1.422821602e+001  1.430802115e+001  1.9e-008 3.17  
43  3.3e-005 1.3e-002 2.0e-003 1.00e+000  1.423356420e+001  1.430538482e+001  1.7e-008 3.23  
44  3.0e-005 1.3e-002 1.8e-003 1.00e+000  1.423836964e+001  1.430300531e+001  1.6e-008 3.30  
45  2.7e-005 1.2e-002 1.6e-003 1.00e+000  1.424268812e+001  1.430085739e+001  1.4e-008 3.38  
46  2.4e-005 1.2e-002 1.5e-003 1.00e+000  1.424656969e+001  1.429892022e+001  1.3e-008 3.44  
47  2.2e-005 1.1e-002 1.3e-003 1.00e+000  1.425005879e+001  1.429717304e+001  1.1e-008 3.52  
48  2.0e-005 1.1e-002 1.2e-003 1.00e+000  1.425319557e+001  1.429559721e+001  1.0e-008 3.58  
49  1.8e-005 1.1e-002 1.1e-003 1.00e+000  1.425601590e+001  1.429417640e+001  9.3e-009 3.63  
50  1.6e-005 1.0e-002 9.6e-004 1.00e+000  1.425855185e+001  1.429289578e+001  8.3e-009 3.70  
51  1.4e-005 1.0e-002 8.6e-004 1.00e+000  1.426083222e+001  1.429174087e+001  7.5e-009 3.78  
52  1.3e-005 1.0e-002 7.7e-004 1.00e+000  1.426288290e+001  1.429069985e+001  6.7e-009 3.86  
53  1.2e-005 9.7e-003 7.0e-004 1.00e+000  1.426472697e+001  1.428976183e+001  6.1e-009 3.95  
54  1.0e-005 9.5e-003 6.3e-004 1.00e+000  1.426638516e+001  1.428891636e+001  5.5e-009 4.03  
55  9.4e-006 9.4e-003 5.6e-004 1.00e+000  1.426787622e+001  1.428815412e+001  4.9e-009 4.11  
56  8.5e-006 9.2e-003 5.1e-004 1.00e+000  1.426921696e+001  1.428746674e+001  4.4e-009 4.19  
57  7.7e-006 9.0e-003 4.6e-004 1.00e+000  1.427042249e+001  1.428684690e+001  4.0e-009 4.28  
58  6.9e-006 8.9e-003 4.1e-004 1.00e+000  1.427150635e+001  1.428628840e+001  3.6e-009 4.36  
59  6.2e-006 8.8e-003 3.7e-004 1.00e+000  1.427248088e+001  1.428578465e+001  3.2e-009 4.44  
60  5.6e-006 8.7e-003 3.3e-004 1.00e+000  1.427335714e+001  1.428533058e+001  2.9e-009 4.51  
61  5.0e-006 8.6e-003 3.0e-004 1.00e+000  1.427414512e+001  1.428492128e+001  2.6e-009 4.59  
62  4.5e-006 8.5e-003 2.7e-004 1.00e+000  1.427485380e+001  1.428455249e+001  2.4e-009 4.66  
63  4.1e-006 8.4e-003 2.4e-004 9.99e-001  1.427549117e+001  1.428422046e+001  2.1e-009 4.73  
64  3.7e-006 8.3e-003 2.2e-004 1.00e+000  1.427606458e+001  1.428392107e+001  1.9e-009 4.81  
65  3.3e-006 8.2e-003 2.0e-004 1.00e+000  1.427658051e+001  1.428365108e+001  1.7e-009 4.91  
66  3.0e-006 8.2e-003 1.8e-004 1.00e+000  1.427704472e+001  1.428340788e+001  1.5e-009 5.05  
67  2.7e-006 8.1e-003 1.6e-004 1.00e+000  1.427746238e+001  1.428318887e+001  1.4e-009 5.09  
68  2.4e-006 8.1e-003 1.4e-004 1.00e+000  1.427783816e+001  1.428299177e+001  1.3e-009 5.16  
69  2.2e-006 8.0e-003 1.3e-004 1.00e+000  1.427817630e+001  1.428281415e+001  1.1e-009 5.20  
70  1.9e-006 8.0e-003 1.2e-004 1.00e+000  1.427848048e+001  1.428265466e+001  1.0e-009 5.25  
71  1.8e-006 7.9e-003 1.0e-004 9.99e-001  1.427875417e+001  1.428251109e+001  9.1e-010 5.30  
72  1.6e-006 7.9e-003 9.4e-005 1.00e+000  1.427900053e+001  1.428238140e+001  8.2e-010 5.39  
73  1.4e-006 7.9e-003 8.5e-005 1.00e+000  1.427922232e+001  1.428226455e+001  7.4e-010 5.47  
74  1.3e-006 7.8e-003 7.6e-005 1.00e+000  1.427942174e+001  1.428215977e+001  6.7e-010 5.53  
75  1.1e-006 7.8e-003 6.9e-005 9.99e-001  1.427960116e+001  1.428206554e+001  6.0e-010 5.58  
76  1.0e-006 7.8e-003 6.2e-005 9.96e-001  1.427976258e+001  1.428198087e+001  5.4e-010 5.64  
77  9.3e-007 7.8e-003 5.6e-005 1.00e+000  1.427990793e+001  1.428190415e+001  4.8e-010 5.69  
78  8.4e-007 7.8e-003 5.0e-005 1.00e+000  1.428003953e+001  1.428183463e+001  4.4e-010 5.73  
79  7.5e-007 7.7e-003 4.5e-005 9.99e-001  1.428015710e+001  1.428177279e+001  3.9e-010 5.78  
80  6.8e-007 6.9e-003 4.1e-005 1.00e+000  1.428026404e+001  1.428171621e+001  3.5e-010 5.83  
81  6.1e-007 6.3e-003 3.6e-005 9.97e-001  1.428035912e+001  1.428166626e+001  3.2e-010 5.88  
82  5.5e-007 5.6e-003 3.3e-005 1.00e+000  1.428044529e+001  1.428162068e+001  2.9e-010 5.92  
83  4.9e-007 5.1e-003 3.0e-005 1.00e+000  1.428052244e+001  1.428157992e+001  2.6e-010 5.97  
84  4.4e-007 4.6e-003 2.7e-005 9.96e-001  1.428059165e+001  1.428154359e+001  2.3e-010 6.03  
85  4.0e-007 4.1e-003 2.4e-005 9.96e-001  1.428065393e+001  1.428151089e+001  2.1e-010 6.08  
86  3.6e-007 3.7e-003 2.2e-005 1.01e+000  1.428071085e+001  1.428148070e+001  1.9e-010 6.13  
87  3.2e-007 3.3e-003 1.9e-005 9.92e-001  1.428076119e+001  1.428145433e+001  1.7e-010 6.17  
88  2.9e-007 3.0e-003 1.7e-005 1.00e+000  1.428080654e+001  1.428143033e+001  1.5e-010 6.22  
89  2.6e-007 2.7e-003 1.6e-005 9.83e-001  1.428084726e+001  1.428140917e+001  1.4e-010 6.26  
90  2.4e-007 2.4e-003 1.4e-005 1.00e+000  1.428088400e+001  1.428138966e+001  1.2e-010 6.31  
91  2.1e-007 2.2e-003 1.3e-005 9.88e-001  1.428091701e+001  1.428137235e+001  1.1e-010 6.45  
92  1.9e-007 2.0e-003 1.1e-005 9.76e-001  1.428094667e+001  1.428135699e+001  1.0e-010 6.50  
93  1.7e-007 1.8e-003 1.0e-005 9.80e-001  1.428097338e+001  1.428134306e+001  9.0e-011 6.55  
94  1.6e-007 1.6e-003 9.3e-006 1.02e+000  1.428099931e+001  1.428132902e+001  8.2e-011 6.59  
95  1.4e-007 1.4e-003 8.3e-006 1.02e+000  1.428102291e+001  1.428131619e+001  7.4e-011 6.64  
96  1.3e-007 1.3e-003 7.5e-006 1.05e+000  1.428104612e+001  1.428130335e+001  6.9e-011 6.69  
97  1.1e-007 1.2e-003 6.8e-006 9.92e-001  1.428106294e+001  1.428129452e+001  6.2e-011 6.73  
98  1.0e-007 1.0e-003 6.1e-006 1.03e+000  1.428107984e+001  1.428128536e+001  5.6e-011 6.78  
99  9.2e-008 9.4e-004 5.5e-006 9.69e-001  1.428109325e+001  1.428127849e+001  5.1e-011 6.81  
100 8.3e-008 8.4e-004 4.9e-006 1.05e+000  1.428110790e+001  1.428127041e+001  4.7e-011 6.86  
101 7.4e-008 7.6e-004 4.4e-006 1.04e+000  1.428112059e+001  1.428126348e+001  4.3e-011 6.91  
102 6.7e-008 6.8e-004 4.0e-006 9.93e-001  1.428112996e+001  1.428125859e+001  3.9e-011 6.95  
103 6.0e-008 6.2e-004 3.6e-006 9.45e-001  1.428113835e+001  1.428125441e+001  3.5e-011 7.00  
104 5.4e-008 5.5e-004 3.2e-006 9.81e-001  1.428114593e+001  1.428125049e+001  3.1e-011 7.05  
105 4.9e-008 5.0e-004 2.9e-006 9.96e-001  1.428115278e+001  1.428124687e+001  2.8e-011 7.08  
106 4.4e-008 4.5e-004 2.6e-006 9.45e-001  1.428115888e+001  1.428124385e+001  2.5e-011 7.13  
107 4.0e-008 4.0e-004 2.4e-006 1.05e+000  1.428116562e+001  1.428124009e+001  2.3e-011 7.17  
108 3.6e-008 3.6e-004 2.1e-006 9.82e-001  1.428117049e+001  1.428123757e+001  2.1e-011 7.22  
109 3.2e-008 3.3e-004 1.9e-006 1.00e+000  1.428117494e+001  1.428123520e+001  1.9e-011 7.26  
110 2.9e-008 2.9e-004 1.7e-006 1.00e+000  1.428117888e+001  1.428123312e+001  1.7e-011 7.39  
111 2.6e-008 2.7e-004 1.5e-006 9.76e-001  1.428118242e+001  1.428123130e+001  1.5e-011 7.45  
112 2.3e-008 2.4e-004 1.4e-006 9.88e-001  1.428118561e+001  1.428122963e+001  1.4e-011 7.50  
113 2.1e-008 2.1e-004 1.3e-006 1.01e+000  1.428118856e+001  1.428122805e+001  1.2e-011 7.55  
114 1.9e-008 1.9e-004 1.1e-006 1.03e+000  1.428119142e+001  1.428122646e+001  1.1e-011 7.61  
115 1.7e-008 1.7e-004 1.0e-006 1.03e+000  1.428119404e+001  1.428122501e+001  1.0e-011 7.66  
116 1.5e-008 1.6e-004 9.1e-007 1.00e+000  1.428119607e+001  1.428122395e+001  9.3e-012 7.70  
117 1.4e-008 1.4e-004 8.2e-007 1.00e+000  1.428119790e+001  1.428122299e+001  8.4e-012 7.73  
118 1.2e-008 1.3e-004 7.4e-007 1.02e+000  1.428119966e+001  1.428122204e+001  7.6e-012 7.78  
119 1.1e-008 1.1e-004 6.7e-007 1.03e+000  1.428120134e+001  1.428122112e+001  7.0e-012 7.83  
120 1.0e-008 1.0e-004 6.0e-007 9.96e-001  1.428120264e+001  1.428122045e+001  6.3e-012 7.88  
121 9.1e-009 9.2e-005 5.4e-007 1.04e+000  1.428120399e+001  1.428121970e+001  5.8e-012 7.92  
122 8.2e-009 8.3e-005 4.9e-007 1.05e+000  1.428120526e+001  1.428121900e+001  5.3e-012 7.95  
123 7.4e-009 7.5e-005 4.4e-007 1.08e+000  1.428120648e+001  1.428121830e+001  5.0e-012 8.00  
124 6.6e-009 6.7e-005 3.9e-007 9.92e-001  1.428120727e+001  1.428121791e+001  4.5e-012 8.05  
125 6.0e-009 6.1e-005 3.5e-007 9.16e-001  1.428120797e+001  1.428121758e+001  4.0e-012 8.19  
126 5.4e-009 5.5e-005 3.2e-007 1.12e+000  1.428120894e+001  1.428121701e+001  3.9e-012 8.23  
127 4.9e-009 4.9e-005 2.9e-007 1.07e+000  1.428120965e+001  1.428121663e+001  3.6e-012 8.28  
128 4.5e-009 4.4e-005 2.6e-007 1.18e+000  1.428121049e+001  1.428121611e+001  3.6e-012 8.33  
129 4.0e-009 4.0e-005 2.3e-007 9.88e-001  1.428121087e+001  1.428121594e+001  3.2e-012 8.38  
130 3.6e-009 3.6e-005 2.1e-007 9.67e-001  1.428121122e+001  1.428121578e+001  2.9e-012 8.42  
131 3.4e-009 3.2e-005 1.9e-007 1.11e+000  1.428121167e+001  1.428121557e+001  2.8e-012 8.47  
132 3.1e-009 2.9e-005 1.7e-007 1.20e+000  1.428121215e+001  1.428121527e+001  2.7e-012 8.50  
Interior-point optimizer terminated. Time: 8.52. 

Optimizer terminated. Time: 8.53    
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 1.4281212152e+001   nrm: 3e+002   Viol.  con: 2e-008   var: 0e+000 
  Dual.    obj: 1.4281215270e+001   nrm: 8e+002   Viol.  con: 0e+000   var: 1e-004 
* End solution on dual form. *
Transforming to primal solution.
Solving took 8.56 seconds.
result packing took 3.3% of solve time
solution checking took 0.74% of solve time
Using solver 'mosek'
Solving for 1899 variables.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6216) of matrix 'A'.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6268) of matrix 'A'.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 487
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.02    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3608              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.03              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.02            
Factor     - nonzeros before factor : 1.53e+004         after factor           : 1.76e+005       
Factor     - dense dim.             : 0                 flops                  : 3.97e+007       
Factor     - GP saved nzs           : 3.48e+004         GP saved flops         : 1.07e+006       
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.1e+003 1.2e+005 0.00e+000  -1.230870154e+005 2.000000000e+000  1.0e+000 0.05  
1   1.5e+003 2.1e+003 8.3e+004 -9.71e-001 -1.221537955e+005 2.806586122e+000  6.8e-001 0.11  
2   6.6e+002 9.0e+002 3.6e+004 -9.55e-001 -1.184791561e+005 6.186478837e+000  2.9e-001 0.16  
3   2.9e+002 3.9e+002 1.5e+004 -8.94e-001 -1.107344854e+005 2.621629182e+001  1.3e-001 0.20  
4   2.9e+002 3.9e+002 1.5e+004 -7.64e-001 -1.083962598e+005 2.074599154e+003  1.3e-001 0.27  
5   1.1e+002 1.5e+002 5.8e+003 -7.55e-001 -8.287603278e+004 8.042522982e+003  4.8e-002 0.33  
6   4.5e+001 6.1e+001 2.4e+003 -3.85e-001 -5.005646074e+004 1.130971820e+004  2.0e-002 0.39  
7   2.7e+001 3.7e+001 1.5e+003 1.78e-001  -3.514318688e+004 8.030674381e+003  1.2e-002 0.45  
8   1.3e+001 1.8e+001 7.0e+002 4.63e-001  -1.861142029e+004 4.839015664e+003  5.7e-003 0.52  
9   5.1e+000 7.0e+000 2.8e+002 7.51e-001  -7.579696467e+003 2.417898801e+003  2.3e-003 0.59  
10  3.4e+000 4.6e+000 1.8e+002 9.25e-001  -4.941285591e+003 1.771982734e+003  1.5e-003 0.64  
11  1.1e+000 1.5e+000 5.9e+001 9.59e-001  -1.561891467e+003 6.117861437e+002  4.9e-004 0.70  
12  9.0e-001 1.4e+000 4.9e+001 9.84e-001  -1.271510776e+003 5.442394975e+002  4.1e-004 0.75  
13  6.6e-001 1.1e+000 3.6e+001 9.71e-001  -9.475500431e+002 4.128858062e+002  3.0e-004 0.80  
14  3.5e-001 6.0e-001 1.9e+001 9.99e-001  -4.736880937e+002 2.355192143e+002  1.6e-004 0.84  
15  1.3e-001 2.5e-001 7.2e+000 9.95e-001  -1.763282570e+002 9.338381116e+001  6.0e-005 0.89  
16  7.7e-002 1.6e-001 4.3e+000 1.01e+000  -1.015217215e+002 5.938856820e+001  3.6e-005 0.94  
17  2.7e-002 1.1e-001 1.5e+000 1.01e+000  -3.125062708e+001 2.620242106e+001  1.3e-005 0.98  
18  1.5e-002 8.9e-002 8.6e-001 1.01e+000  -1.374235296e+001 1.819415337e+001  7.3e-006 1.05  
19  1.3e-002 6.5e-002 7.2e-001 1.03e+000  -8.270456394e+000 1.811772670e+001  6.1e-006 1.11  
20  4.7e-003 6.7e-002 2.7e-001 1.01e+000  3.845624766e+000  1.382106304e+001  2.3e-006 1.17  
21  2.5e-003 5.9e-002 1.5e-001 1.02e+000  7.423048339e+000  1.269374091e+001  1.3e-006 1.23  
22  7.7e-004 7.6e-002 4.8e-002 9.90e-001  1.011917756e+001  1.189332977e+001  4.4e-007 1.30  
23  2.4e-004 8.6e-002 1.6e-002 9.76e-001  1.100786320e+001  1.159937947e+001  1.5e-007 1.36  
24  9.3e-005 7.8e-002 6.4e-003 9.85e-001  1.127676971e+001  1.151309255e+001  6.0e-008 1.44  
25  4.6e-005 6.7e-002 3.1e-003 9.93e-001  1.136977789e+001  1.148634935e+001  3.0e-008 1.52  
26  4.1e-005 6.1e-002 2.8e-003 9.97e-001  1.138010946e+001  1.148504907e+001  2.7e-008 1.61  
27  3.7e-005 5.6e-002 2.5e-003 9.97e-001  1.138805854e+001  1.148252620e+001  2.4e-008 1.70  
28  3.3e-005 5.1e-002 2.3e-003 9.97e-001  1.139544339e+001  1.148048707e+001  2.2e-008 1.80  
29  3.0e-005 4.6e-002 2.1e-003 9.97e-001  1.140206080e+001  1.147861781e+001  2.0e-008 1.95  
30  2.7e-005 4.3e-002 1.8e-003 9.98e-001  1.140800394e+001  1.147691987e+001  1.8e-008 2.06  
31  2.4e-005 3.9e-002 1.7e-003 9.98e-001  1.141334053e+001  1.147537686e+001  1.6e-008 2.13  
32  2.2e-005 3.6e-002 1.5e-003 9.98e-001  1.141813328e+001  1.147397587e+001  1.4e-008 2.19  
33  2.0e-005 3.3e-002 1.3e-003 9.98e-001  1.142243806e+001  1.147270434e+001  1.3e-008 2.25  
34  1.8e-005 3.0e-002 1.2e-003 9.99e-001  1.142630510e+001  1.147155132e+001  1.2e-008 2.33  
35  1.6e-005 2.8e-002 1.1e-003 9.99e-001  1.142977919e+001  1.147050625e+001  1.0e-008 2.39  
36  1.4e-005 2.6e-002 9.8e-004 9.99e-001  1.143290055e+001  1.146955932e+001  9.4e-009 2.45  
37  1.3e-005 2.4e-002 8.9e-004 9.99e-001  1.143570527e+001  1.146870188e+001  8.5e-009 2.52  
38  1.2e-005 2.3e-002 8.0e-004 9.99e-001  1.143822563e+001  1.146792571e+001  7.6e-009 2.58  
39  1.0e-005 2.1e-002 7.2e-004 9.99e-001  1.144049061e+001  1.146722349e+001  6.9e-009 2.64  
40  9.4e-006 2.0e-002 6.5e-004 9.99e-001  1.144252619e+001  1.146658765e+001  6.2e-009 2.70  
41  8.5e-006 1.8e-002 5.8e-004 9.99e-001  1.144435585e+001  1.146601269e+001  5.6e-009 2.78  
42  7.6e-006 1.7e-002 5.2e-004 9.99e-001  1.144600035e+001  1.146549281e+001  5.0e-009 2.84  
43  6.9e-006 1.6e-002 4.7e-004 1.00e+000  1.144747850e+001  1.146502271e+001  4.5e-009 2.97  
44  6.2e-006 1.5e-002 4.2e-004 1.00e+000  1.144880719e+001  1.146459787e+001  4.1e-009 3.02  
45  5.5e-006 1.5e-002 3.8e-004 1.00e+000  1.145000156e+001  1.146421382e+001  3.6e-009 3.06  
46  5.0e-006 1.4e-002 3.4e-004 1.00e+000  1.145107527e+001  1.146386682e+001  3.3e-009 3.09  
47  4.5e-006 1.3e-002 3.1e-004 1.00e+000  1.145204058e+001  1.146355334e+001  3.0e-009 3.14  
48  4.0e-006 1.3e-002 2.8e-004 9.99e-001  1.145290845e+001  1.146327061e+001  2.7e-009 3.17  
49  3.6e-006 1.2e-002 2.5e-004 1.00e+000  1.145368888e+001  1.146301501e+001  2.4e-009 3.22  
50  3.3e-006 1.2e-002 2.3e-004 1.00e+000  1.145439079e+001  1.146278414e+001  2.2e-009 3.25  
51  2.9e-006 1.1e-002 2.0e-004 1.00e+000  1.145502200e+001  1.146257631e+001  1.9e-009 3.30  
52  2.7e-006 1.1e-002 1.8e-004 1.00e+000  1.145558976e+001  1.146238873e+001  1.7e-009 3.34  
53  2.4e-006 1.0e-002 1.6e-004 1.00e+000  1.145610048e+001  1.146221962e+001  1.6e-009 3.38  
54  2.1e-006 1.0e-002 1.5e-004 9.99e-001  1.145655985e+001  1.146206744e+001  1.4e-009 3.42  
55  1.9e-006 9.9e-003 1.3e-004 1.00e+000  1.145697315e+001  1.146193014e+001  1.3e-009 3.45  
56  1.7e-006 9.6e-003 1.2e-004 1.00e+000  1.145734499e+001  1.146180639e+001  1.1e-009 3.50  
57  1.6e-006 9.4e-003 1.1e-004 9.99e-001  1.145767954e+001  1.146169497e+001  1.0e-009 3.53  
58  1.4e-006 9.2e-003 9.7e-005 1.00e+000  1.145798061e+001  1.146159432e+001  9.3e-010 3.58  
59  1.3e-006 9.0e-003 8.7e-005 1.00e+000  1.145825155e+001  1.146150357e+001  8.4e-010 3.61  
60  1.1e-006 8.8e-003 7.8e-005 1.00e+000  1.145849531e+001  1.146142194e+001  7.5e-010 3.73  
61  1.0e-006 8.7e-003 7.1e-005 1.00e+000  1.145871462e+001  1.146134858e+001  6.8e-010 3.78  
62  9.3e-007 8.6e-003 6.4e-005 1.01e+000  1.145891478e+001  1.146128101e+001  6.1e-010 3.83  
63  8.3e-007 8.5e-003 5.7e-005 1.00e+000  1.145909334e+001  1.146122090e+001  5.5e-010 3.88  
64  7.5e-007 8.3e-003 5.2e-005 1.00e+000  1.145925278e+001  1.146116754e+001  4.9e-010 3.92  
65  6.7e-007 8.2e-003 4.6e-005 1.00e+000  1.145939628e+001  1.146111942e+001  4.4e-010 3.95  
66  6.1e-007 8.2e-003 4.2e-005 1.01e+000  1.145952749e+001  1.146107514e+001  4.0e-010 4.00  
67  5.5e-007 8.1e-003 3.8e-005 1.00e+000  1.145964418e+001  1.146103591e+001  3.6e-010 4.03  
68  4.9e-007 8.0e-003 3.4e-005 9.95e-001  1.145974840e+001  1.146100129e+001  3.3e-010 4.08  
69  4.4e-007 7.2e-003 3.0e-005 1.01e+000  1.145984569e+001  1.146096825e+001  2.9e-010 4.11  
70  4.0e-007 7.2e-003 2.7e-005 9.97e-001  1.145992979e+001  1.146094026e+001  2.6e-010 4.16  
71  3.6e-007 6.5e-003 2.5e-005 9.96e-001  1.146000547e+001  1.146091506e+001  2.4e-010 4.19  
72  3.2e-007 5.8e-003 2.2e-005 9.94e-001  1.146007356e+001  1.146089246e+001  2.1e-010 4.23  
73  2.9e-007 5.2e-003 2.0e-005 9.76e-001  1.146013472e+001  1.146087255e+001  1.9e-010 4.27  
74  2.6e-007 4.7e-003 1.8e-005 9.87e-001  1.146018982e+001  1.146085438e+001  1.7e-010 4.30  
75  2.4e-007 4.2e-003 1.6e-005 1.06e+000  1.146025270e+001  1.146083108e+001  1.6e-010 4.34  
76  2.1e-007 3.8e-003 1.5e-005 1.02e+000  1.146029928e+001  1.146081531e+001  1.5e-010 4.47  
77  1.9e-007 3.4e-003 1.3e-005 1.02e+000  1.146034107e+001  1.146080108e+001  1.3e-010 4.52  
78  1.7e-007 3.1e-003 1.2e-005 1.03e+000  1.146037943e+001  1.146078790e+001  1.2e-010 4.56  
79  1.5e-007 2.8e-003 1.1e-005 1.02e+000  1.146041214e+001  1.146077694e+001  1.1e-010 4.59  
80  1.4e-007 2.5e-003 9.5e-006 1.15e+000  1.146045843e+001  1.146075799e+001  1.1e-010 4.64  
81  1.3e-007 2.3e-003 8.6e-006 9.32e-001  1.146048125e+001  1.146075094e+001  9.5e-011 4.67  
82  1.2e-007 2.0e-003 7.7e-006 1.06e+000  1.146050756e+001  1.146074150e+001  8.8e-011 4.72  
83  1.0e-007 1.8e-003 7.0e-006 1.01e+000  1.146052613e+001  1.146073571e+001  7.9e-011 4.75  
84  9.3e-008 1.6e-003 6.3e-006 9.91e-001  1.146054215e+001  1.146073090e+001  7.1e-011 4.80  
85  8.3e-008 1.5e-003 5.6e-006 1.02e+000  1.146055782e+001  1.146072596e+001  6.5e-011 4.83  
86  7.8e-008 1.3e-003 5.1e-006 1.12e+000  1.146057812e+001  1.146071860e+001  6.2e-011 4.88  
87  3.7e-008 2.6e-004 9.8e-007 9.16e-001  1.146066729e+001  1.146069562e+001  1.4e-011 4.91  
88  8.6e-008 2.6e-004 9.7e-007 1.22e+000  1.146066821e+001  1.146069175e+001  1.3e-011 4.97  
89  7.9e-008 2.3e-004 8.8e-007 1.06e+000  1.146067067e+001  1.146069072e+001  1.2e-011 5.03  
90  1.6e-008 1.3e-005 5.1e-008 9.44e-001  1.146068592e+001  1.146068712e+001  1.0e-012 5.09  
Interior-point optimizer terminated. Time: 5.09. 

Optimizer terminated. Time: 5.13    
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 1.1460685920e+001   nrm: 1e+002   Viol.  con: 3e-007   var: 0e+000 
  Dual.    obj: 1.1460687116e+001   nrm: 8e+002   Viol.  con: 0e+000   var: 6e-005 
* End solution on dual form. *
Transforming to primal solution.
Solving took 5.16 seconds.
result packing took 6.4% of solve time
solution checking took 1.5% of solve time
Using solver 'mosek'
Solving for 1899 variables.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6268) of matrix 'A'.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 487
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.01    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3607              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.03              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.01            
Factor     - nonzeros before factor : 1.53e+004         after factor           : 1.76e+005       
Factor     - dense dim.             : 0                 flops                  : 3.97e+007       
Factor     - GP saved nzs           : 3.48e+004         GP saved flops         : 1.07e+006       
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.1e+003 1.2e+005 0.00e+000  -1.230224054e+005 2.000000000e+000  1.0e+000 0.06  
1   1.6e+003 2.1e+003 8.4e+004 -9.71e-001 -1.221078012e+005 2.791140065e+000  6.8e-001 0.11  
2   7.0e+002 9.6e+002 3.8e+004 -9.56e-001 -1.187969236e+005 5.799338880e+000  3.1e-001 0.16  
3   2.9e+002 3.9e+002 1.5e+004 -9.01e-001 -1.107029150e+005 2.527988234e+001  1.3e-001 0.20  
4   2.9e+002 3.9e+002 1.5e+004 -7.65e-001 -1.083500513e+005 2.088209879e+003  1.3e-001 0.25  
5   1.4e+002 1.8e+002 7.3e+003 -7.56e-001 -9.013767837e+004 6.370573564e+003  6.0e-002 0.28  
6   4.3e+001 5.8e+001 2.3e+003 -4.97e-001 -4.846913953e+004 1.174276517e+004  1.9e-002 0.33  
7   2.3e+001 3.2e+001 1.3e+003 2.03e-001  -3.104676663e+004 7.485618193e+003  1.0e-002 0.38  
8   1.1e+001 1.5e+001 5.8e+002 5.40e-001  -1.573262396e+004 4.181952223e+003  4.8e-003 0.41  
9   4.7e+000 6.4e+000 2.5e+002 8.04e-001  -6.938211914e+003 2.240788438e+003  2.1e-003 0.45  
10  2.2e+000 3.0e+000 1.2e+002 9.34e-001  -3.068732099e+003 1.209360893e+003  9.7e-004 0.50  
11  1.4e+000 1.9e+000 7.7e+001 9.84e-001  -1.999353972e+003 8.254482355e+002  6.4e-004 0.53  
12  9.4e-001 1.3e+000 5.1e+001 9.86e-001  -1.316958675e+003 5.684333955e+002  4.2e-004 0.58  
13  7.8e-001 1.2e+000 4.3e+001 9.64e-001  -1.116514171e+003 4.784126488e+002  3.5e-004 0.63  
14  3.1e-001 4.9e-001 1.7e+001 9.90e-001  -4.316756160e+002 2.063734253e+002  1.4e-004 0.66  
15  1.5e-001 2.5e-001 8.5e+000 1.00e+000  -2.108739048e+002 1.081673952e+002  7.1e-005 0.77  
16  4.8e-002 1.5e-001 2.7e+000 1.00e+000  -6.191753564e+001 3.890451810e+001  2.3e-005 0.81  
17  3.9e-002 1.3e-001 2.2e+000 1.00e+000  -4.879363735e+001 3.332715496e+001  1.9e-005 0.86  
18  2.1e-002 9.0e-002 1.2e+000 1.00e+000  -2.297146734e+001 2.142758593e+001  1.0e-005 0.91  
19  1.5e-002 7.0e-002 8.6e-001 1.02e+000  -1.327886549e+001 1.845276040e+001  7.3e-006 0.94  
20  7.7e-003 4.8e-002 4.4e-001 1.03e+000  -6.671950743e-001 1.527672708e+001  3.7e-006 0.98  
21  2.6e-003 7.3e-002 1.5e-001 1.02e+000  7.286061351e+000  1.268722843e+001  1.3e-006 1.02  
22  1.5e-003 5.4e-002 8.9e-002 9.94e-001  8.862898392e+000  1.209441867e+001  7.8e-007 1.06  
23  4.9e-004 7.4e-002 3.1e-002 9.81e-001  1.049726126e+001  1.162678178e+001  2.8e-007 1.09  
24  1.8e-004 7.3e-002 1.2e-002 9.83e-001  1.101840551e+001  1.145788723e+001  1.1e-007 1.14  
25  8.3e-005 6.8e-002 5.5e-003 9.94e-001  1.119788220e+001  1.140059876e+001  5.1e-008 1.17  
26  3.9e-005 6.5e-002 2.6e-003 9.98e-001  1.127981030e+001  1.137561305e+001  2.4e-008 1.22  
27  3.5e-005 5.9e-002 2.3e-003 9.99e-001  1.128921317e+001  1.137546283e+001  2.2e-008 1.25  
28  3.2e-005 5.4e-002 2.1e-003 1.00e+000  1.129561738e+001  1.137324799e+001  2.0e-008 1.30  
29  2.8e-005 4.9e-002 1.9e-003 1.00e+000  1.130147629e+001  1.137135197e+001  1.8e-008 1.33  
30  2.6e-005 4.5e-002 1.7e-003 1.00e+000  1.130671990e+001  1.136961435e+001  1.6e-008 1.38  
31  2.3e-005 4.1e-002 1.5e-003 1.00e+000  1.131142558e+001  1.136803590e+001  1.4e-008 1.50  
32  2.1e-005 3.8e-002 1.4e-003 1.00e+000  1.131564851e+001  1.136660216e+001  1.3e-008 1.55  
33  1.9e-005 3.5e-002 1.2e-003 1.00e+000  1.131943942e+001  1.136530124e+001  1.2e-008 1.59  
34  1.7e-005 3.2e-002 1.1e-003 1.00e+000  1.132284325e+001  1.136412181e+001  1.1e-008 1.63  
35  1.5e-005 3.0e-002 1.0e-003 1.00e+000  1.132590016e+001  1.136305341e+001  9.5e-009 1.67  
36  1.4e-005 2.7e-002 9.1e-004 1.00e+000  1.132864601e+001  1.136208596e+001  8.5e-009 1.70  
37  1.2e-005 2.5e-002 8.1e-004 1.00e+000  1.133111298e+001  1.136121067e+001  7.7e-009 1.75  
38  1.1e-005 2.4e-002 7.3e-004 1.00e+000  1.133332973e+001  1.136041903e+001  6.9e-009 1.78  
39  9.9e-006 2.2e-002 6.6e-004 1.00e+000  1.133532197e+001  1.135970348e+001  6.2e-009 1.83  
40  8.9e-006 2.1e-002 5.9e-004 1.00e+000  1.133711265e+001  1.135905698e+001  5.6e-009 1.86  
41  8.0e-006 1.9e-002 5.3e-004 1.00e+000  1.133872234e+001  1.135847307e+001  5.0e-009 1.91  
42  7.2e-006 1.8e-002 4.8e-004 1.00e+000  1.134016946e+001  1.135794587e+001  4.5e-009 1.94  
43  6.5e-006 1.7e-002 4.3e-004 1.00e+000  1.134147053e+001  1.135746990e+001  4.1e-009 1.97  
44  5.9e-006 1.6e-002 3.9e-004 1.00e+000  1.134264036e+001  1.135704032e+001  3.7e-009 2.02  
45  5.3e-006 1.5e-002 3.5e-004 1.00e+000  1.134369223e+001  1.135665260e+001  3.3e-009 2.05  
46  4.7e-006 1.4e-002 3.2e-004 1.00e+000  1.134463809e+001  1.135630281e+001  3.0e-009 2.17  
47  4.3e-006 1.4e-002 2.8e-004 1.00e+000  1.134548865e+001  1.135598728e+001  2.7e-009 2.23  
48  3.8e-006 1.3e-002 2.6e-004 1.00e+000  1.134625359e+001  1.135570264e+001  2.4e-009 2.27  
49  3.5e-006 1.3e-002 2.3e-004 1.00e+000  1.134694161e+001  1.135544590e+001  2.2e-009 2.31  
50  3.1e-006 1.2e-002 2.1e-004 1.00e+000  1.134756047e+001  1.135521451e+001  1.9e-009 2.34  
51  2.8e-006 1.2e-002 1.9e-004 1.00e+000  1.134811719e+001  1.135500595e+001  1.8e-009 2.39  
52  2.5e-006 1.1e-002 1.7e-004 1.00e+000  1.134861806e+001  1.135481805e+001  1.6e-009 2.42  
53  2.3e-006 1.1e-002 1.5e-004 1.00e+000  1.134906871e+001  1.135464878e+001  1.4e-009 2.47  
54  2.0e-006 1.0e-002 1.4e-004 1.00e+000  1.134947423e+001  1.135449623e+001  1.3e-009 2.50  
55  1.8e-006 1.0e-002 1.2e-004 1.00e+000  1.134983912e+001  1.135435896e+001  1.2e-009 2.55  
56  1.7e-006 9.8e-003 1.1e-004 9.99e-001  1.135016745e+001  1.135423549e+001  1.0e-009 2.58  
57  1.5e-006 9.6e-003 9.9e-005 1.00e+000  1.135046295e+001  1.135412427e+001  9.3e-010 2.64  
58  1.3e-006 9.4e-003 8.9e-005 1.00e+000  1.135072889e+001  1.135402414e+001  8.4e-010 2.70  
59  1.2e-006 9.2e-003 8.0e-005 1.00e+000  1.135096824e+001  1.135393399e+001  7.5e-010 2.75  
60  1.1e-006 9.0e-003 7.2e-005 1.00e+000  1.135118367e+001  1.135385284e+001  6.8e-010 2.89  
61  9.8e-007 8.8e-003 6.5e-005 1.00e+000  1.135137753e+001  1.135377988e+001  6.1e-010 2.95  
62  8.8e-007 8.7e-003 5.9e-005 9.99e-001  1.135155202e+001  1.135371423e+001  5.5e-010 3.02  
63  7.9e-007 8.5e-003 5.3e-005 9.99e-001  1.135170905e+001  1.135365520e+001  5.0e-010 3.08  
64  7.1e-007 8.4e-003 4.7e-005 9.99e-001  1.135185041e+001  1.135360201e+001  4.5e-010 3.14  
65  6.4e-007 8.3e-003 4.3e-005 9.98e-001  1.135197762e+001  1.135355420e+001  4.0e-010 3.22  
66  5.8e-007 8.2e-003 3.8e-005 1.00e+000  1.135209217e+001  1.135351097e+001  3.6e-010 3.27  
67  5.2e-007 8.1e-003 3.5e-005 1.00e+000  1.135219525e+001  1.135347217e+001  3.2e-010 3.34  
68  4.7e-007 8.0e-003 3.1e-005 1.00e+000  1.135228802e+001  1.135343725e+001  2.9e-010 3.41  
69  4.2e-007 7.9e-003 2.8e-005 1.00e+000  1.135237151e+001  1.135340585e+001  2.6e-010 3.47  
70  3.8e-007 7.9e-003 2.5e-005 9.99e-001  1.135244665e+001  1.135337760e+001  2.4e-010 3.52  
71  3.4e-007 7.8e-003 2.3e-005 9.97e-001  1.135251426e+001  1.135335226e+001  2.1e-010 3.77  
72  3.1e-007 7.8e-003 2.0e-005 1.00e+000  1.135257514e+001  1.135332932e+001  1.9e-010 4.03  
73  2.8e-007 7.7e-003 1.8e-005 9.98e-001  1.135262992e+001  1.135330874e+001  1.7e-010 4.06  
74  2.5e-007 7.7e-003 1.7e-005 1.00e+000  1.135267922e+001  1.135329018e+001  1.6e-010 4.11  
75  2.2e-007 7.6e-003 1.5e-005 1.00e+000  1.135272386e+001  1.135327331e+001  1.4e-010 4.16  
76  2.0e-007 7.6e-003 1.3e-005 1.00e+000  1.135276378e+001  1.135325826e+001  1.3e-010 4.19  
77  1.8e-007 6.8e-003 1.2e-005 1.01e+000  1.135280047e+001  1.135324434e+001  1.1e-010 4.23  
78  1.6e-007 6.2e-003 1.1e-005 1.00e+000  1.135283273e+001  1.135323221e+001  1.0e-010 4.27  
79  1.5e-007 5.5e-003 9.8e-006 1.00e+000  1.135286217e+001  1.135322108e+001  9.2e-011 4.31  
80  1.3e-007 5.0e-003 8.8e-006 1.00e+000  1.135288829e+001  1.135321124e+001  8.3e-011 4.50  
81  1.2e-007 4.5e-003 7.9e-006 1.00e+000  1.135291196e+001  1.135320241e+001  7.5e-011 4.61  
82  1.1e-007 4.0e-003 7.1e-006 1.01e+000  1.135293355e+001  1.135319423e+001  6.7e-011 4.66  
83  9.6e-008 3.6e-003 6.4e-006 1.01e+000  1.135295292e+001  1.135318689e+001  6.1e-011 4.70  
84  8.7e-008 3.3e-003 5.8e-006 9.98e-001  1.135296992e+001  1.135318052e+001  5.5e-011 4.75  
85  7.8e-008 2.9e-003 5.2e-006 1.01e+000  1.135298607e+001  1.135317435e+001  5.0e-011 4.80  
86  7.0e-008 2.7e-003 4.7e-006 1.00e+000  1.135299977e+001  1.135316920e+001  4.5e-011 4.84  
87  6.3e-008 2.4e-003 4.2e-006 9.89e-001  1.135301207e+001  1.135316464e+001  4.0e-011 4.88  
88  5.7e-008 2.1e-003 3.8e-006 1.01e+000  1.135302336e+001  1.135316037e+001  3.6e-011 4.92  
89  5.1e-008 1.9e-003 3.4e-006 9.98e-001  1.135303332e+001  1.135315664e+001  3.3e-011 4.97  
90  4.6e-008 1.7e-003 3.1e-006 9.84e-001  1.135304226e+001  1.135315334e+001  2.9e-011 5.02  
91  4.1e-008 1.6e-003 2.8e-006 9.98e-001  1.135305032e+001  1.135315031e+001  2.6e-011 5.06  
92  3.7e-008 1.4e-003 2.5e-006 9.89e-001  1.135305757e+001  1.135314761e+001  2.4e-011 5.09  
93  3.4e-008 1.3e-003 2.2e-006 1.01e+000  1.135306445e+001  1.135314497e+001  2.2e-011 5.14  
94  3.0e-008 1.1e-003 2.0e-006 1.02e+000  1.135307074e+001  1.135314255e+001  2.0e-011 5.19  
95  2.7e-008 1.0e-003 1.8e-006 9.96e-001  1.135307596e+001  1.135314057e+001  1.8e-011 5.23  
96  2.5e-008 9.2e-004 1.6e-006 1.00e+000  1.135308062e+001  1.135313903e+001  1.6e-011 5.28  
97  2.2e-008 8.3e-004 1.5e-006 9.93e-001  1.135308481e+001  1.135313754e+001  1.4e-011 5.31  
98  2.0e-008 7.5e-004 1.3e-006 1.01e+000  1.135308883e+001  1.135313602e+001  1.3e-011 5.36  
99  1.9e-008 6.7e-004 1.2e-006 1.01e+000  1.135309241e+001  1.135313454e+001  1.2e-011 5.41  
100 1.1e-007 6.9e-005 1.2e-007 9.40e-001  1.135312800e+001  1.135313442e+001  3.4e-012 5.45  
101 1.1e-008 7.2e-006 1.3e-008 9.98e-001  1.135312344e+001  1.135312411e+001  3.6e-013 5.50  
Interior-point optimizer terminated. Time: 5.50. 

Optimizer terminated. Time: 5.53    
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 1.1353123437e+001   nrm: 4e+001   Viol.  con: 2e-007   var: 0e+000 
  Dual.    obj: 1.1353124114e+001   nrm: 8e+002   Viol.  con: 0e+000   var: 8e-005 
* End solution on dual form. *
Transforming to primal solution.
Solving took 5.55 seconds.
result packing took 5.4% of solve time
solution checking took 1.4% of solve time
Using solver 'mosek'
Solving for 1899 variables.
MOSEK warning 710: #1 (nearly) zero elements are specified in sparse col '' (6268) of matrix 'A'.
Number of Hessian non-zeros: 1953
* Solving exponential optimization problem on dual form. *
* The following log information refers to the solution of the dual problem. *
Problem
  Name                   :                 
  Objective sense        : max             
  Type                   : GECO (general convex optimization problem)
  Constraints            : 1900            
  Cones                  : 0               
  Scalar variables       : 6471            
  Matrix variables       : 0               
  Integer variables      : 0               

Optimizer started.
Interior-point optimizer started.
Presolve started.
Linear dependency checker started.
Linear dependency checker terminated.
Eliminator started.
Freed constraints in eliminator : 487
Eliminator terminated.
Eliminator started.
Freed constraints in eliminator : 0
Eliminator terminated.
Eliminator - tries                  : 2                 time                   : 0.00            
Lin. dep.  - tries                  : 1                 time                   : 0.00            
Lin. dep.  - number                 : 0               
Presolve terminated. Time: 0.05    
Matrix reordering started.
Local matrix reordering started.
Local matrix reordering terminated.
Matrix reordering terminated.
Optimizer  - threads                : 4               
Optimizer  - solved problem         : the primal      
Optimizer  - Constraints            : 929
Optimizer  - Cones                  : 0
Optimizer  - Scalar variables       : 3607              conic                  : 0               
Optimizer  - Semi-definite variables: 0                 scalarized             : 0               
Factor     - setup time             : 0.05              dense det. time        : 0.00            
Factor     - ML order time          : 0.00              GP order time          : 0.03            
Factor     - nonzeros before factor : 1.53e+004         after factor           : 1.76e+005       
Factor     - dense dim.             : 0                 flops                  : 3.97e+007       
Factor     - GP saved nzs           : 3.48e+004         GP saved flops         : 1.07e+006       
ITE PFEAS    DFEAS    GFEAS    PRSTATUS   POBJ              DOBJ              MU       TIME  
0   2.3e+003 3.1e+003 1.2e+005 0.00e+000  -1.232386558e+005 2.000000000e+000  1.0e+000 0.09  
1   1.6e+003 2.1e+003 8.4e+004 -9.71e-001 -1.223358386e+005 2.779696541e+000  6.8e-001 0.16  
2   7.1e+002 9.7e+002 3.8e+004 -9.56e-001 -1.190911415e+005 5.724891328e+000  3.1e-001 0.20  
3   2.9e+002 4.0e+002 1.6e+004 -9.03e-001 -1.112620735e+005 2.369478320e+001  1.3e-001 0.25  
4   2.9e+002 3.9e+002 1.5e+004 -7.75e-001 -1.085862579e+005 2.123585878e+003  1.3e-001 0.31  
5   1.5e+002 2.1e+002 8.3e+003 -7.57e-001 -9.417017638e+004 5.514370013e+003  6.8e-002 0.38  
6   4.8e+001 6.5e+001 2.6e+003 -5.54e-001 -5.273921275e+004 1.163047381e+004  2.1e-002 0.44  
7   2.3e+001 3.1e+001 1.2e+003 1.25e-001  -3.008493018e+004 7.927237251e+003  1.0e-002 0.52  
8   1.1e+001 1.5e+001 5.8e+002 5.57e-001  -1.557693889e+004 4.328060972e+003  4.7e-003 0.58  
9   4.0e+000 5.4e+000 2.1e+002 8.09e-001  -5.857917773e+003 1.931379004e+003  1.8e-003 0.64  
10  1.8e+000 2.5e+000 1.0e+002 9.50e-001  -2.548815404e+003 1.151154725e+003  8.3e-004 0.72  
11  9.9e-001 1.3e+000 5.4e+001 9.87e-001  -1.376420424e+003 6.224864930e+002  4.5e-004 0.80  
12  9.0e-001 1.2e+000 4.9e+001 9.75e-001  -1.283102282e+003 5.644109060e+002  4.1e-004 0.89  
13  4.8e-001 6.6e-001 2.6e+001 9.82e-001  -6.758949756e+002 3.054422169e+002  2.2e-004 0.95  
14  1.8e-001 4.5e-001 1.0e+001 9.98e-001  -2.577730756e+002 1.215288801e+002  8.4e-005 1.00  
15  9.0e-002 2.3e-001 5.0e+000 1.01e+000  -1.207817313e+002 6.714098037e+001  4.2e-005 1.05  
16  4.8e-002 1.4e-001 2.7e+000 1.01e+000  -6.080000411e+001 3.935215912e+001  2.3e-005 1.09  
17  2.3e-002 9.0e-002 1.3e+000 1.01e+000  -2.526560299e+001 2.258672472e+001  1.1e-005 1.19  
18  2.2e-002 8.6e-002 1.2e+000 1.02e+000  -2.345812927e+001 2.224177504e+001  1.0e-005 1.33  
19  1.5e-002 6.5e-002 8.3e-001 1.01e+000  -1.200234113e+001 1.849971140e+001  7.0e-006 1.47  
20  6.9e-003 5.8e-002 3.9e-001 1.02e+000  5.342774109e-001  1.491094592e+001  3.3e-006 1.55  
21  1.6e-003 1.2e-001 9.4e-002 1.02e+000  8.768938009e+000  1.218015865e+001  8.2e-007 1.67  
22  1.2e-003 8.9e-002 7.4e-002 9.54e-001  9.270489583e+000  1.197959413e+001  6.5e-007 1.78  
23  4.6e-004 7.1e-002 2.9e-002 9.61e-001  1.049267039e+001  1.158979970e+001  2.7e-007 1.83  
24  1.9e-004 6.3e-002 1.2e-002 9.62e-001  1.096368159e+001  1.142777736e+001  1.1e-007 1.86  
25  1.7e-004 5.7e-002 1.1e-002 9.80e-001  1.100109839e+001  1.141871840e+001  1.0e-007 1.94  
26  1.5e-004 5.2e-002 9.9e-003 9.79e-001  1.103322962e+001  1.140952685e+001  9.2e-008 1.95  
27  1.3e-004 4.8e-002 8.9e-003 9.80e-001  1.106406971e+001  1.140315962e+001  8.3e-008 1.97  
28  1.2e-004 4.4e-002 8.0e-003 9.82e-001  1.109182826e+001  1.139736792e+001  7.4e-008 2.00  
29  1.1e-004 4.0e-002 7.2e-003 9.83e-001  1.111678464e+001  1.139206933e+001  6.7e-008 2.02  
30  9.8e-005 3.7e-002 6.5e-003 9.85e-001  1.113918392e+001  1.138718779e+001  6.0e-008 2.03  
31  8.9e-005 3.4e-002 5.9e-003 9.86e-001  1.115928401e+001  1.138269266e+001  5.4e-008 2.05  
32  8.0e-005 3.1e-002 5.3e-003 9.88e-001  1.117731597e+001  1.137855342e+001  4.9e-008 2.08  
33  7.2e-005 2.9e-002 4.7e-003 9.89e-001  1.119348992e+001  1.137474369e+001  4.4e-008 2.11  
34  6.5e-005 2.7e-002 4.3e-003 9.90e-001  1.120799576e+001  1.137123962e+001  4.0e-008 2.13  
35  5.8e-005 2.5e-002 3.8e-003 9.91e-001  1.122100480e+001  1.136801951e+001  3.6e-008 2.14  
36  5.2e-005 2.3e-002 3.5e-003 9.92e-001  1.123267117e+001  1.136506282e+001  3.2e-008 2.16  
37  4.7e-005 2.1e-002 3.1e-003 9.92e-001  1.124313368e+001  1.136235051e+001  2.9e-008 2.23  
38  4.2e-005 2.0e-002 2.8e-003 9.93e-001  1.125251714e+001  1.135986517e+001  2.6e-008 2.25  
39  3.8e-005 1.9e-002 2.5e-003 9.94e-001  1.126093308e+001  1.135758971e+001  2.3e-008 2.31  
40  3.4e-005 1.8e-002 2.3e-003 9.95e-001  1.126848164e+001  1.135550807e+001  2.1e-008 2.34  
41  3.1e-005 1.7e-002 2.0e-003 9.95e-001  1.127525274e+001  1.135360559e+001  1.9e-008 2.41  
42  2.8e-005 1.6e-002 1.8e-003 9.96e-001  1.128132699e+001  1.135186841e+001  1.7e-008 2.45  
43  2.5e-005 1.5e-002 1.7e-003 9.96e-001  1.128677685e+001  1.135028365e+001  1.5e-008 2.52  
44  2.2e-005 1.4e-002 1.5e-003 9.96e-001  1.129166746e+001  1.134883945e+001  1.4e-008 2.59  
45  2.0e-005 1.3e-002 1.3e-003 9.97e-001  1.129605714e+001  1.134752494e+001  1.2e-008 2.66  
46  1.8e-005 1.3e-002 1.2e-003 9.97e-001  1.129999787e+001  1.134632950e+001  1.1e-008 2.72  
47  1.6e-005 1.2e-002 1.1e-003 9.97e-001  1.130353622e+001  1.134524328e+001  1.0e-008 2.77  
48  1.5e-005 1.2e-002 9.8e-004 9.98e-001  1.130671386e+001  1.134425734e+001  9.1e-009 2.81  
49  1.3e-005 1.1e-002 8.8e-004 9.98e-001  1.130956794e+001  1.134336274e+001  8.2e-009 2.88  
50  1.2e-005 1.1e-002 7.9e-004 9.98e-001  1.131213193e+001  1.134255202e+001  7.4e-009 2.91  
51  1.1e-005 1.1e-002 7.1e-004 9.98e-001  1.131443555e+001  1.134181746e+001  6.6e-009 2.95  
52  9.7e-006 1.0e-002 6.4e-004 9.98e-001  1.131650557e+001  1.134115249e+001  6.0e-009 3.00  
53  8.7e-006 9.9e-003 5.8e-004 9.99e-001  1.131836587e+001  1.134055054e+001  5.4e-009 3.11  
54  7.8e-006 9.6e-003 5.2e-004 9.99e-001  1.132003790e+001  1.134000631e+001  4.8e-009 3.22  
55  7.1e-006 9.4e-003 4.7e-004 9.99e-001  1.132154079e+001  1.133951400e+001  4.4e-009 3.31  
56  6.4e-006 9.2e-003 4.2e-004 9.99e-001  1.132289179e+001  1.133906900e+001  3.9e-009 3.41  
57  5.7e-006 9.0e-003 3.8e-004 9.99e-001  1.132410629e+001  1.133866699e+001  3.5e-009 3.48  
58  5.1e-006 8.8e-003 3.4e-004 9.99e-001  1.132519812e+001  1.133830362e+001  3.2e-009 3.58  
59  4.6e-006 8.7e-003 3.1e-004 9.99e-001  1.132617971e+001  1.133797551e+001  2.9e-009 3.75  
60  4.2e-006 8.5e-003 2.8e-004 9.99e-001  1.132706224e+001  1.133767921e+001  2.6e-009 4.00  
61  3.8e-006 8.4e-003 2.5e-004 1.00e+000  1.132785578e+001  1.133741147e+001  2.3e-009 4.22  
62  3.4e-006 8.3e-003 2.2e-004 9.99e-001  1.132856935e+001  1.133716999e+001  2.1e-009 4.34  
63  3.0e-006 8.2e-003 2.0e-004 1.00e+000  1.132921108e+001  1.133695200e+001  1.9e-009 4.49  
64  2.7e-006 8.1e-003 1.8e-004 1.00e+000  1.132978825e+001  1.133675541e+001  1.7e-009 4.70  
65  2.5e-006 8.0e-003 1.6e-004 1.00e+000  1.133030744e+001  1.133657800e+001  1.5e-009 4.92  
66  2.2e-006 7.9e-003 1.5e-004 1.00e+000  1.133077449e+001  1.133641815e+001  1.4e-009 5.17  
67  2.0e-006 7.8e-003 1.3e-004 1.00e+000  1.133119466e+001  1.133627408e+001  1.2e-009 5.44  
68  1.8e-006 7.8e-003 1.2e-004 1.00e+000  1.133157270e+001  1.133614425e+001  1.1e-009 5.59  
69  1.6e-006 7.7e-003 1.1e-004 1.00e+000  1.133191286e+001  1.133602719e+001  1.0e-009 5.77  
70  1.5e-006 7.6e-003 9.7e-005 1.00e+000  1.133221890e+001  1.133592189e+001  9.0e-010 6.03  
71  1.3e-006 7.6e-003 8.7e-005 9.99e-001  1.133249427e+001  1.133582710e+001  8.1e-010 6.17  
72  1.2e-006 7.5e-003 7.8e-005 1.00e+000  1.133274207e+001  1.133574167e+001  7.3e-010 6.30  
73  1.1e-006 7.5e-003 7.0e-005 1.00e+000  1.133296511e+001  1.133566458e+001  6.5e-010 6.47  
74  9.5e-007 7.5e-003 6.3e-005 1.00e+000  1.133316577e+001  1.133559536e+001  5.9e-010 6.58  
75  8.6e-007 7.4e-003 5.7e-005 1.00e+000  1.133334635e+001  1.133553301e+001  5.3e-010 6.70  
76  7.7e-007 7.4e-003 5.1e-005 1.00e+000  1.133350885e+001  1.133547688e+001  4.8e-010 6.80  
77  7.0e-007 7.4e-003 4.6e-005 1.00e+000  1.133365510e+001  1.133542634e+001  4.3e-010 6.86  
78  6.3e-007 7.3e-003 4.2e-005 1.00e+000  1.133378672e+001  1.133538081e+001  3.9e-010 6.94  
79  5.6e-007 7.3e-003 3.7e-005 1.00e+000  1.133390516e+001  1.133533985e+001  3.5e-010 7.02  
80  5.1e-007 7.3e-003 3.4e-005 1.00e+000  1.133401175e+001  1.133530295e+001  3.1e-010 7.08  
81  4.6e-007 7.3e-003 3.0e-005 1.00e+000  1.133410797e+001  1.133526952e+001  2.8e-010 7.17  
82  4.1e-007 7.2e-003 2.7e-005 9.99e-001  1.133419426e+001  1.133523969e+001  2.5e-010 7.24  
83  3.7e-007 7.2e-003 2.5e-005 9.99e-001  1.133427190e+001  1.133521285e+001  2.3e-010 7.28  
84  3.3e-007 7.2e-003 2.2e-005 1.00e+000  1.133434179e+001  1.133518865e+001  2.1e-010 7.33  
85  3.0e-007 7.2e-003 2.0e-005 1.00e+000  1.133440468e+001  1.133516688e+001  1.8e-010 7.39  
86  2.7e-007 7.2e-003 1.8e-005 1.00e+000  1.133446128e+001  1.133514727e+001  1.7e-010 7.47  
87  2.4e-007 7.2e-003 1.6e-005 1.00e+000  1.133451223e+001  1.133512959e+001  1.5e-010 7.52  
88  2.2e-007 7.1e-003 1.4e-005 1.00e+000  1.133455808e+001  1.133511368e+001  1.3e-010 7.58  
89  2.0e-007 7.1e-003 1.3e-005 9.99e-001  1.133459932e+001  1.133509939e+001  1.2e-010 7.66  
90  1.8e-007 6.4e-003 1.2e-005 1.00e+000  1.133463693e+001  1.133508627e+001  1.1e-010 7.72  
91  1.6e-007 5.8e-003 1.1e-005 1.00e+000  1.133467043e+001  1.133507461e+001  9.8e-011 7.77  
92  1.4e-007 5.2e-003 9.5e-006 9.98e-001  1.133470044e+001  1.133506423e+001  8.9e-011 7.80  
93  1.3e-007 4.7e-003 8.6e-006 1.01e+000  1.133472806e+001  1.133505456e+001  8.0e-011 7.84  
94  1.2e-007 4.2e-003 7.7e-006 9.99e-001  1.133475230e+001  1.133504617e+001  7.2e-011 7.88  
95  1.0e-007 3.8e-003 6.9e-006 1.00e+000  1.133477412e+001  1.133503860e+001  6.5e-011 7.89  
96  9.4e-008 3.4e-003 6.2e-006 9.86e-001  1.133479372e+001  1.133503192e+001  5.8e-011 7.91  
97  8.5e-008 3.1e-003 5.6e-006 9.85e-001  1.133481136e+001  1.133502590e+001  5.2e-011 7.92  
98  7.6e-008 2.8e-003 5.1e-006 1.01e+000  1.133482762e+001  1.133502019e+001  4.7e-011 7.95  
99  6.8e-008 2.5e-003 4.5e-006 1.01e+000  1.133484220e+001  1.133501507e+001  4.3e-011 7.97  
100 6.2e-008 2.2e-003 4.1e-006 1.01e+000  1.133485580e+001  1.133501024e+001  3.9e-011 7.99  
101 5.5e-008 2.0e-003 3.7e-006 9.95e-001  1.133486726e+001  1.133500629e+001  3.5e-011 8.00  
102 5.0e-008 1.8e-003 3.3e-006 9.96e-001  1.133487757e+001  1.133500272e+001  3.1e-011 8.02  
103 4.5e-008 1.6e-003 3.0e-006 9.94e-001  1.133488684e+001  1.133499952e+001  2.8e-011 8.05  
104 4.0e-008 1.5e-003 2.7e-006 1.00e+000  1.133489526e+001  1.133499657e+001  2.5e-011 8.06  
105 3.6e-008 1.3e-003 2.4e-006 9.86e-001  1.133490276e+001  1.133499401e+001  2.3e-011 8.08  
106 3.3e-008 1.2e-003 2.2e-006 9.85e-001  1.133490951e+001  1.133499169e+001  2.1e-011 8.09  
107 2.9e-008 1.1e-003 2.0e-006 1.01e+000  1.133491589e+001  1.133498942e+001  1.9e-011 8.14  
108 2.7e-008 9.6e-004 1.8e-006 9.93e-001  1.133492134e+001  1.133498753e+001  1.7e-011 8.16  
109 2.4e-008 8.7e-004 1.6e-006 1.00e+000  1.133492626e+001  1.133498581e+001  1.5e-011 8.19  
110 6.5e-009 1.7e-004 3.0e-007 1.01e+000  1.133496191e+001  1.133497326e+001  2.9e-012 8.20  
111 6.0e-010 9.8e-006 1.8e-008 1.01e+000  1.133496983e+001  1.133497050e+001  1.6e-013 8.23  
Interior-point optimizer terminated. Time: 8.23. 

Optimizer terminated. Time: 8.39    
solsta = 1, prosta = 1

Interior-point solution summary
  Problem status  : PRIMAL_AND_DUAL_FEASIBLE
  Solution status : OPTIMAL
  Primal.  obj: 1.1334969833e+001   nrm: 3e+001   Viol.  con: 1e-008   var: 0e+000 
  Dual.    obj: 1.1334970502e+001   nrm: 8e+002   Viol.  con: 0e+000   var: 7e-005 
* End solution on dual form. *
Transforming to primal solution.
Solving took 8.42 seconds.
result packing took 3.2% of solve time
solution checking took 0.74% of solve time
Solving took 6 GP solves and 67.9 seconds.
Warning: Constraint [W_{avg}_Mission/CruiseSegment/CruiseP/AircraftP.1_(1, 0)*x_{CG}_Mission/CruiseSegment/CruiseP/Aircra... >= 0.225*W_{ht}_Mission/Aircraft/HorizontalTail*x_{CG_{ht}}_Mission/Aircraft/HorizontalTail/HorizontalT...] is not tight because the left hand side evaluated to 2418945.96713 force_pound * meter but the right hand side evaluated to 2375461.4079 force_pound * meter (Allowable error: 0.1%, Actual error: 1.8%)

Warning: Constraint [W_{pass}_Mission/Aircraft/Fuselage_(0,) [lbf]... >= W_{avg. pass}_Mission/Aircraft/Fuselage*n_{pass}_Mission/Aircraft/Fuselage_(0,) [lbf]...] is not tight because the left hand side evaluated to 32774.3976919 force_pound but the right hand side evaluated to 32399.999998 force_pound (Allowable error: 0.1%, Actual error: 1.2%)

Warning: Constraint [0.0417*S_Mission/Aircraft/Wing/WingNoStruct**-1*\tan(\Lambda)_Mission/Aircraft/Wing/WingNoStruct*b_M... >= \Delta x_{AC_{wing}}_Mission/Aircraft/Wing [m]...] is not tight because the left hand side evaluated to 2.21510116795 meter but the right hand side evaluated to 2.08160581156 meter (Allowable error: 0.1%, Actual error: 6%)

Warning: Constraint [-C_{p_{fuel}_Mission/Aircraft/Engine/Combustor*T_{t_f}_Mission/Aircraft/Engine/Combustor*f_Mission/A... <= \eta_{B}_Mission/Aircraft/Engine/Combustor*f_Mission/Aircraft/Engine/EnginePerformance/CombustorPerf...] is not tight because the left hand side evaluated to 1243582.86237 joule / kilogram but the right hand side evaluated to 1.5611647057 megajoule / kilogram (Allowable error: 0.1%, Actual error: 12%)

Warning: Constraint [-C_{p_{fuel}_Mission/Aircraft/Engine/Combustor*T_{t_f}_Mission/Aircraft/Engine/Combustor*f_Mission/A... <= \eta_{B}_Mission/Aircraft/Engine/Combustor*f_Mission/Aircraft/Engine/EnginePerformance/CombustorPerf...] is not tight because the left hand side evaluated to 664762.323349 joule / kilogram but the right hand side evaluated to 0.667341262603 megajoule / kilogram (Allowable error: 0.1%, Actual error: 0.17%)

Warning: Constraint [x_m_Mission/Aircraft/LandingGear [m]... >= x_{wing}_Mission/Aircraft/Fuselage [m]...] is not tight because the left hand side evaluated to 18.3998922197 meter but the right hand side evaluated to 16.3228920856 meter (Allowable error: 0.1%, Actual error: 13%)

Warning: Constraint [C_{L_{ht}}_Mission/ClimbSegment/ClimbP/AircraftP/HorizontalTailPerformance_(0, 0)*C_{L}_Mission/Clim... >= mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{AC}_Mission/ClimbSegment/ClimbP/AircraftP_(0, 0)...] is not tight because the left hand side evaluated to 10.903630163222022 but the right hand side evaluated to 4.7888603274737065 (Allowable error: 0.1%, Actual error: 56%)

Warning: Constraint [C_{L_{ht}}_Mission/ClimbSegment/ClimbP/AircraftP/HorizontalTailPerformance_(1, 0)*C_{L}_Mission/Clim... >= mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{AC}_Mission/ClimbSegment/ClimbP/AircraftP_(1, 0)...] is not tight because the left hand side evaluated to 10.019817099503847 but the right hand side evaluated to 4.788860318744175 (Allowable error: 0.1%, Actual error: 52%)

Warning: Constraint [C_{L_{ht}}_Mission/ClimbSegment/ClimbP/AircraftP/HorizontalTailPerformance_(2, 0)*C_{L}_Mission/Clim... >= mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{AC}_Mission/ClimbSegment/ClimbP/AircraftP_(2, 0)...] is not tight because the left hand side evaluated to 8.14491215815805 but the right hand side evaluated to 4.788860329656692 (Allowable error: 0.1%, Actual error: 41%)

Warning: Constraint [0.25*\Delta x_{AC_{wing}}_Mission/Aircraft/Wing + x_{NP}_Mission/CruiseSegment/CruiseP/AircraftP.1_(... >= x_{AC}_Mission/CruiseSegment/CruiseP/AircraftP.1_(0, 0) [m]...] is not tight because the left hand side evaluated to 18.3622353477 meter but the right hand side evaluated to 18.1377242598 meter (Allowable error: 0.1%, Actual error: 1.2%)

Warning: Constraint [0.25*\Delta x_{AC_{wing}}_Mission/Aircraft/Wing + x_{NP}_Mission/CruiseSegment/CruiseP/AircraftP.1_(... >= x_{AC}_Mission/CruiseSegment/CruiseP/AircraftP.1_(1, 0) [m]...] is not tight because the left hand side evaluated to 18.3622353477 meter but the right hand side evaluated to 18.2420598534 meter (Allowable error: 0.1%, Actual error: 0.65%)

Warning: Constraint [-mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{CG}_Mission/CruiseSegment/CruiseP/AircraftP.1_(0, 0) ... >= SM_Mission/CruiseSegment/CruiseP/AircraftP.1_(0, 0)...] is not tight because the left hand side evaluated to 0.29603423893329417 but the right hand side evaluated to 0.18973862041170347 (Allowable error: 0.1%, Actual error: 2.2%)

Warning: Constraint [-mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{CG}_Mission/CruiseSegment/CruiseP/AircraftP.1_(1, 0) ... >= SM_Mission/CruiseSegment/CruiseP/AircraftP.1_(1, 0)...] is not tight because the left hand side evaluated to 0.2330206289979646 but the right hand side evaluated to 0.17434652404008105 (Allowable error: 0.1%, Actual error: 1.2%)

Warning: Constraint [C_{L_{ht}}_Mission/CruiseSegment/CruiseP/AircraftP.1/HorizontalTailPerformance.1_(0, 0)*C_{L}_Missio... >= mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{AC}_Mission/CruiseSegment/CruiseP/AircraftP.1_(0, 0)...] is not tight because the left hand side evaluated to 7.563251701651884 but the right hand side evaluated to 4.730641347780159 (Allowable error: 0.1%, Actual error: 37%)

Warning: Constraint [C_{L_{ht}}_Mission/CruiseSegment/CruiseP/AircraftP.1/HorizontalTailPerformance.1_(1, 0)*C_{L}_Missio... >= mac_Mission/Aircraft/Wing/WingNoStruct**-1*x_{AC}_Mission/CruiseSegment/CruiseP/AircraftP.1_(1, 0)...] is not tight because the left hand side evaluated to 7.583099282384677 but the right hand side evaluated to 4.757853927831736 (Allowable error: 0.1%, Actual error: 37%)


Solves with these variables bounded:
   value near lower bound: CruiseAlt_Mission
   value near upper bound: A_{tri}_Mission/Aircraft/Wing/WingNoStruct, TotalTime_Mission


Running tests...
----------------------------------------------------------------------
.
----------------------------------------------------------------------
Ran 1 test in 83.766s

OK

Generating XML reports...
Cloning into 'solar'...
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (0.22.0)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas) (2017.3)
Requirement already satisfied: numpy>=1.9.0 in c:\anaconda2\lib\site-packages (from pandas) (1.14.2)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas) (1.11.0)
grin 1.2.1 requires argparse>=1.1, which is not installed.
Collecting git+https://github.com/convexengineering/gpfit.git
  Cloning https://github.com/convexengineering/gpfit.git to c:\users\jenkins\appdata\local\temp\pip-req-build-dvieha
Requirement already satisfied (use --upgrade to upgrade): gpfit==0.1 from git+https://github.com/convexengineering/gpfit.git in c:\anaconda2\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gpfit==0.1) (0.7.0.0)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (1.3.2)
Building wheels for collected packages: gpfit
  Running setup.py bdist_wheel for gpfit: started
  Running setup.py bdist_wheel for gpfit: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-dm0tsh\wheels\d5\94\ac\b1f68b07599181f26f4b9149a1a6d49dfc5cdbc65de1a14d12
Successfully built gpfit
grin 1.2.1 requires argparse>=1.1, which is not installed.
Collecting git+https://github.com/convexengineering/gassolar.git
  Cloning https://github.com/convexengineering/gassolar.git to c:\users\jenkins\appdata\local\temp\pip-req-build-d4nzws
Requirement already satisfied (use --upgrade to upgrade): gassolar==0.0.0.0 from git+https://github.com/convexengineering/gassolar.git in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\venv2_gpkit\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gassolar==0.0.0.0) (0.7.0.0)
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (0.22.0)
Requirement already satisfied: gpfit in c:\anaconda2\lib\site-packages (from gassolar==0.0.0.0) (0.1)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gassolar==0.0.0.0) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gassolar==0.0.0.0) (1.3.2)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas->gassolar==0.0.0.0) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas->gassolar==0.0.0.0) (2017.3)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas->gassolar==0.0.0.0) (1.11.0)
Building wheels for collected packages: gassolar
  Running setup.py bdist_wheel for gassolar: started
  Running setup.py bdist_wheel for gassolar: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-wysjci\wheels\fe\11\0a\2dde16df75c51194d20248ec9e30e88fc7200e9fc4664b032e
Successfully built gassolar
grin 1.2.1 requires argparse>=1.1, which is not installed.
Processing c:\users\jenkins\workspace\gplibrary_pr_models\mosek\solar
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from solar==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from solar==0.0.0.0) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from solar==0.0.0.0) (0.7.0.0)
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (from solar==0.0.0.0) (0.22.0)
Requirement already satisfied: gpfit in c:\anaconda2\lib\site-packages (from solar==0.0.0.0) (0.1)
Requirement already satisfied: gpkitmodels in c:\users\jenkins\workspace\gplibrary_pr_models\mosek (from solar==0.0.0.0) (0.0.0.0)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->solar==0.0.0.0) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->solar==0.0.0.0) (1.3.2)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas->solar==0.0.0.0) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas->solar==0.0.0.0) (2017.3)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas->solar==0.0.0.0) (1.11.0)
Building wheels for collected packages: solar
  Running setup.py bdist_wheel for solar: started
  Running setup.py bdist_wheel for solar: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-6nffnj\wheels\f4\d5\5c\e37fedf74a44fbd5641b13d5622b97d759218ff594b631174a
Successfully built solar
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: solar
  Found existing installation: solar 0.0.0.0
    Not uninstalling solar at c:\anaconda2\lib\site-packages, outside environment c:\users\jenkins\workspace\gplibrary_pr_models\mosek\venv2_gpkit
    Can't uninstall 'solar'. No files were found to uninstall.
Successfully installed solar-0.0.0.0

Running tests...
----------------------------------------------------------------------
EEEEEEEE
======================================================================
ERROR [0.594s]: test_solar_npod_trade_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "npod_trade.py", line 2, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.000s]: test_solar_npod_trade_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "npod_trade.py", line 2, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.235s]: test_solar_season_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "season.py", line 6, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.000s]: test_solar_season_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "season.py", line 6, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.015s]: test_solar_sens_chart_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenadding test for 'solar/solar.py'
adding test for 'solar/sens_chart.py'
adding test for 'solar/season.py'
adding test for 'solar/npod_trade.py'
kins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "sens_chart.py", line 7, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.016s]: test_solar_sens_chart_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "sens_chart.py", line 7, in <module>
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.000s]: test_solar_solar_py_mosek (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "solar.py", line 9, in <module>
ImportError: No module named environment

======================================================================
ERROR [0.000s]: test_solar_solar_py_mosek_cli (gpkit.tests.from_paths.TestFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\helpers.py", line 62, in test
    testfn(name, import_dict, path)(self)
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 50, in <lambda>
    lambda self: getattr(self, name)()))  # pylint:disable=undefined-variable
  File "c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit\gpkit\tests\from_paths.py", line 36, in test_fn
    mod = __import__(os.path.basename(path)[:-3])
  File "solar.py", line 9, in <module>
ImportError: No module named environment

----------------------------------------------------------------------
Ran 8 tests in 0.860s

FAILED (errors=8)

Generating XML reports...
Cloning into 'gplibrary'...
Requirement already satisfied: pandas in c:\anaconda2\lib\site-packages (0.22.0)
Requirement already satisfied: python-dateutil in c:\anaconda2\lib\site-packages (from pandas) (2.6.1)
Requirement already satisfied: pytz>=2011k in c:\anaconda2\lib\site-packages (from pandas) (2017.3)
Requirement already satisfied: numpy>=1.9.0 in c:\anaconda2\lib\site-packages (from pandas) (1.14.2)
Requirement already satisfied: six>=1.5 in c:\anaconda2\lib\site-packages (from python-dateutil->pandas) (1.11.0)
grin 1.2.1 requires argparse>=1.1, which is not installed.
Collecting git+https://github.com/hoburg/gpfit.git
  Cloning https://github.com/hoburg/gpfit.git to c:\users\jenkins\appdata\local\temp\pip-req-build-four4z
Requirement already satisfied (use --upgrade to upgrade): gpfit==0.1 from git+https://github.com/hoburg/gpfit.git in c:\anaconda2\lib\site-packages
Requirement already satisfied: numpy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpfit==0.1) (1.0.1)
Requirement already satisfied: gpkit in c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gpkit (from gpfit==0.1) (0.7.0.0)
Requirement already satisfied: pint>=0.7 in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (0.8.1)
Requirement already satisfied: ad in c:\anaconda2\lib\site-packages (from gpkit->gpfit==0.1) (1.3.2)
Building wheels for collected packages: gpfit
  Running setup.py bdist_wheel for gpfit: started
  Running setup.py bdist_wheel for gpfit: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-eciibg\wheels\4d\4b\2e\9480645acbe8d32004b09b3732f616bbb2a9ee75e4526f058f
Successfully built gpfit
grin 1.2.1 requires argparse>=1.1, which is not installed.
Processing c:\users\jenkins\workspace\gplibrary_pr_models\mosek\gplibrary
Requirement already satisfied: numpy>=1.12 in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (1.14.2)
Requirement already satisfied: scipy in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (1.0.1)
Requirement already satisfied: pint in c:\anaconda2\lib\site-packages (from gpkitmodels==0.0.0.0) (0.8.1)
Building wheels for collected packages: gpkitmodels
  Running setup.py bdist_wheel for gpkitmodels: started
  Running setup.py bdist_wheel for gpkitmodels: finished with status 'done'
  Stored in directory: c:\users\jenkins\appdata\local\temp\pip-ephem-wheel-cache-4dfzfj\wheels\a3\80\70\6d80d6b876aaa160fc8dda3c238a4f64c571e65f335a009034
Successfully built gpkitmodels
grin 1.2.1 requires argparse>=1.1, which is not installed.
Installing collected packages: gpkitmodels
  Found existing installation: gpkitmodels 0.0.0.0
    Uninstalling gpkitmodels-0.0.0.0:
      Successfully uninstalled gpkitmodels-0.0.0.0
Successfully installed gpkitmodels-0.0.0.0
adding test for 'gpkitmodels/GP/aircraft/wing/wing_test.py'
adding test for 'gpkitmodels/GP/aircraft/tail/tail_tests.py'
adding test for 'gpkitmodels/GP/aircraft/fuselage/test_fuselage.py'
adding test for 'gpkitmodels/GP/aircraft/prop/prop_test.py'
adding test for 'gpkitmodels/GP/aircraft/motor/motor_test.py'
Using solver 'mosek'
Solving for 11 variables.
Solving took 0.031 seconds.
Using solver 'mosek_cli'
Solving for 11 variables.
Solving took 0.078 seconds.
Using solver 'mosek'
Solving for 9 variables.
Solving took 0.031 seconds.
Using solver 'mosek'
Solving for 25 variables.
Solving took 0.016 seconds.
Using solver 'mosek'
Solving for 25 variables.
Solving took 0.015 seconds.
Beginning signomial solve.
Solving took 16 GP solves and 2 seconds.
Warning: Constraint [dT_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,) + dT_BladeElem... >= T_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp [lbf]...] is not tight because the left hand side evaluated to 100.006556021 force_pound but the right hand side evaluated to 100.0 force_pound (Allowable error: 0.0001%, Actual error: 0.0066%)

Warning: Constraint [omega_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)*r_BladeElem... >= Wt_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,) + vt_BladeElem...] is not tight because the left hand side evaluated to 985.544374435 meter * revolutions_per_minute but the right hand side evaluated to 103.041409754 meter / second (Allowable error: 0.0001%, Actual error: 0.16%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.420585923621 meter ** 2 / second ** 2 but the right hand side evaluated to 0.420573143553 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.003%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(1,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(1,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.314645036642 meter ** 2 / second ** 2 but the right hand side evaluated to 0.314629897871 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0048%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(2,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(2,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.16893643965 meter ** 2 / second ** 2 but the right hand side evaluated to 0.168931605213 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0029%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.063964236102 meter ** 2 / second ** 2 but the right hand side evaluated to 0.0639631360138 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0017%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(4,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(4,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.0226356536449 meter ** 2 / second ** 2 but the right hand side evaluated to 0.0226354006896 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0011%)

Using solver 'mosek_cli'
Solving for 9 variables.
Solving took 0.078 seconds.
Using solver 'mosek_cli'
Solving for 25 variables.
Solving took 0.11 seconds.
Using solver 'mosek_cli'
Solving for 25 variables.
Solving took 0.125 seconds.
Beginning signomial solve.
Solving took 16 GP solves and 3.98 seconds.
Warning: Constraint [dT_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,) + dT_BladeElem... >= T_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp [lbf]...] is not tight because the left hand side evaluated to 100.006573035 force_pound but the right hand side evaluated to 100.0 force_pound (Allowable error: 0.0001%, Actual error: 0.0066%)

Warning: Constraint [omega_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)*r_BladeElem... >= Wt_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,) + vt_BladeElem...] is not tight because the left hand side evaluated to 985.544263157 meter * revolutions_per_minute but the right hand side evaluated to 103.041408907 meter / second (Allowable error: 0.0001%, Actual error: 0.16%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(0,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.420585197736 meter ** 2 / second ** 2 but the right hand side evaluated to 0.420572780866 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.003%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(1,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(1,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.31464483844 meter ** 2 / second ** 2 but the right hand side evaluated to 0.314629685653 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0048%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(2,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(2,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.168936363968 meter ** 2 / second ** 2 but the right hand side evaluated to 0.168931506563 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0029%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(3,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.06396429941 meter ** 2 / second ** 2 but the right hand side evaluated to 0.063963247856 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0016%)

Warning: Constraint [0.151*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(4,)**-2*F_Bla... >= 0.00633*B_BladeElement_Propulsor_Test/PropulsorPerf.2/BladeElementProp/BladeElementPerf_(4,)**2*G_Bl...] is not tight because the left hand side evaluated to 0.0226356607395 meter ** 2 / second ** 2 but the right hand side evaluated to 0.0226353885393 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0012%)

Using solver 'mosek'
Solving for 13 variables.
Solving took 0.032 seconds.
Beginning signomial solve.
Solving took 11 GP solves and 1.3 seconds.
Warning: Variable [cl_BladeElementProp/BladeElementPerf_(0,), cl_BladeElementProp/BladeElementPerf_(1,), cl_BladeEleme could cause inaccurate result because it is below lower bound. Solution is 0.6000 but bound is 0.4742
Warning: Variable [Re_BladeElementProp/BladeElementPerf_(0,), Re_BladeElementProp/BladeElementPerf_(1,), Re_BladeEleme could cause inaccurate result because it is above upper bound. Solution is 1619898.0452 but bound is 700000.0000
Using solver 'mosek_cli'
Solving for 13 variables.
Solving took 0.078 seconds.
Beginning signomial solve.
Solving took 11 GP solves and 2.87 seconds.
Warning: Constraint [dQ_BladeElementProp/BladeElementPerf_(0,) [N*m]... >= B_BladeElementProp/BladeElementPerf_(0,)*G_BladeElementProp/BladeElementPerf_(0,)*Wa_BladeElementPro...] is not tight because the left hand side evaluated to 1.9475800463 meter * newton but the right hand side evaluated to 1.94757809539 kilogram * meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.0001%)

Warning: Variable [cl_BladeElementProp/BladeElementPerf_(0,), cl_BladeElementProp/BladeElementPerf_(1,), cl_BladeEleme could cause inaccurate result because it is below lower bound. Solution is 0.6000 but bound is 0.4742
Warning: Variable [Re_BladeElementProp/BladeElementPerf_(0,), Re_BladeElementProp/BladeElementPerf_(1,), Re_BladeEleme could cause inaccurate result because it is above upper bound. Solution is 1619891.9379 but bound is 700000.0000
Warning: Constraint [-B_BladeElementProp/BladeElementPerf_(1,)*G_BladeElementProp/BladeElementPerf_(1,)*Wa_BladeElementPr... >= dT_BladeElementProp/BladeElementPerf_(1,) [lbf]...] is not tight because the left hand side evaluated to 52.7761427098 kilogram * meter / second ** 2 but the right hand side evaluated to 11.8645623096 force_pound (Allowable error: 0.0001%, Actual error: 0.00011%)

Warning: Constraint [0.151*B_BladeElementProp/BladeElementPerf_(1,)**-2*F_BladeElementProp/BladeElementPerf_(1,)**2*R_Pro... >= 0.00633*B_BladeElementProp/BladeElementPerf_(1,)**2*G_BladeElementProp/BladeElementPerf_(1,)**2*r_Bl...] is not tight because the left hand side evaluated to 3.18328454561 meter ** 2 / second ** 2 but the right hand side evaluated to 3.18327922145 meter ** 2 / second ** 2 (Allowable error: 0.0001%, Actual error: 0.00017%)

Warning: Variable Re_TailAero could cause inaccurate result because it is above upper bound. Solution is 2220953.3838 but bound is 1000000.0000
Warning: Variable Re_TailAero.1 could cause inaccurate result because it is above upper bound. Solution is 2499787.9776 but bound is 1000000.0000
Warning: Variable Re_TailAero.2 could cause inaccurate result because it is above upper bound. Solution is 2223878.3883 but bound is 1000000.0000
Warning: Variable Re_TailAero.3 could cause inaccurate result because it is above upper bound. Solution is 2223877.9590 but bound is 1000000.0000
Warning: Variable Re_TailAero.4 could cause inaccurate result because it is above upper bound. Solution is 1853897.1020 but bound is 1000000.0000
Warning: Variable Re_TailAero.5 could cause inaccurate result because it is above upper bound. Solution is 1853897.1020 but bound is 1000000.0000
Warning: Variable Re_TailAero could cause inaccurate result because it is above upper bound. Solution is 2220959.7939 but bound is 1000000.0000
Warning: Variable Re_TailAero.1 could cause inaccurate result because it is above upper bound. Solution is 2499796.7837 but bound is 1000000.0000
Warning: Variable Re_TailAero.2 could cause inaccurate result because it is above upper bound. Solution is 1860712.4314 but bound is 1000000.0000
Warning: Variable Re_TailAero.3 could cause inaccurate result because it is above upper bound. Solution is 1860712.4314 but bound is 1000000.0000
Warning: Variable Re_TailAero.4 could cause inaccurate result because it is above upper bound. Solution is 1853896.1324 but bound is 1000000.0000
Warning: Variable Re_TailAero.5 could cause inaccurate result because it is above upper bound. Solution is 1853896.1324 but bound is 1000000.0000
Warning: Variable Re_WingAero could cause inaccurate result because it is above upper bound. Solution is 1884891.6332 but bound is 700000.0000
Warning: Variable Re_WingAero.1 could cause inaccurate result because it is above upper bound. Solution is 1656770.1579 but bound is 700000.0000
Warning: Variable Re_WingAero could cause inaccurate result because it is above upper bound. Solution is 1656769.2019 but bound is 700000.0000
Warning: Variable Re_WingAero.1 could cause inaccurate result because it is above upper bound. Solution is 1656769.2019 but bound is 700000.0000

Running tests...
----------------------------------------------------------------------
..........
----------------------------------------------------------------------
Ran 10 tests in 17.954s

OK

Generating XML reports...
Cloning into 'eVTOL'...
adding test for 'aircraft_models.py'

Running tests...
----------------------------------------------------------------------
..
----------------------------------------------------------------------
Ran 2 tests in 2.157s

OK

Generating XML reports...
USING LOCAL DIRECTORY AS GPKITMODELS DIRECTORY
calling ['pip', 'install', '--no-cache-dir', '--no-deps', '-e', '.']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/shopping.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {})

calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/gassolar.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'skipsolvers': 'cvxopt', 'pip install': 'pandas, git+https://github.com/hoburg/gpfit.git', 'gpkit-models branch': 'master'})

calling ['pip', 'install', 'pandas']
  attempt 1
calling ['pip', 'install', 'git+https://github.com/hoburg/gpfit.git']
  attempt 1
calling ['pip', 'install', '.']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/jho.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'skipsolvers': 'cvxopt', 'pip install': 'pandas, git+https://github.com/hoburg/gpfit.git', 'gpkit-models branch': 'master'})

calling ['pip', 'install', 'pandas']
  attempt 1
calling ['pip', 'install', 'git+https://github.com/hoburg/gpfit.git']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/turbofan.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'skipsolvers': 'cvxopt, mosek_cli', 'gpkit-models branch': 'master'})

calling ['pip', 'install', '.']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/SPaircraft.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'skipsolvers': 'cvxopt, mosek_cli', 'pip install': 'git+https://github.com/hoburg/turbofan.git', 'gpkit-models branch': 'master'})

calling ['pip', 'install', 'git+https://github.com/hoburg/turbofan.git']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/solar.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'skipsolvers': 'cvxopt', 'pip install': 'pandas, git+https://github.com/convexengineering/gpfit.git, git+https://github.com/convexengineering/gassolar.git', 'gpkit-models branch': 'master'})

calling ['pip', 'install', 'pandas']
  attempt 1
calling ['pip', 'install', 'git+https://github.com/convexengineering/gpfit.git']
  attempt 1
calling ['pip', 'install', 'git+https://github.com/convexengineering/gassolar.git']
  attempt 1
calling ['pip', 'install', '.']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/gplibrary.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {'pip install': 'pandas, git+https://github.com/hoburg/gpfit.git'})

calling ['pip', 'install', 'pandas']
  attempt 1
calling ['pip', 'install', 'git+https://github.com/hoburg/gpfit.git']
  attempt 1
calling ['pip', 'install', '.']
  attempt 1
calling ['git', 'clone', '--depth', '1', '-b', 'master', 'https://github.com/convexengineering/eVTOL.git']
  attempt 1

SETTINGS
defaultdict(<type 'str'>, {})


(venv2_gpkit) (base) C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek>exit 0 
Build step 'Console output (build log) parsing' changed build result to FAILURE
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 8 test report file(s) were found with the pattern '**/test_reports/*.xml, **/test_reports_nounits/*.xml' relative to 'C:\Users\jenkins\workspace\gplibrary_PR_Models\mosek' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: FAILURE