<div dir="ltr"><div dir="ltr"><div><div>hi, <br></div>I am trying to solve a rather small optimization problem, using cyipopt python wrapper.<br></div><div>As the the number of iterations goes up the memory usage is growing.<br></div><div>At iteration 1 memory usage is at 200-400 MB<br></div><div>At iteration 200 it goes up to about 6-7 GB<br><br></div><div>Is it common for memory usage to grow like this? When no more memory is available it starts using virtual and swap memory.<br></div><div><br></div><div>this is the inital output of ipopt<br><br>This is Ipopt version 3.12.11, running with linear solver ma27.<br><br>Number of nonzeros in equality constraint Jacobian...:     1792<br>Number of nonzeros in inequality constraint Jacobian.:    14336<br>Number of nonzeros in Lagrangian Hessian.............:        0<br><br>Total number of variables............................:       56<br>                     variables with only lower bounds:        0<br>                variables with lower and upper bounds:        0<br>                     variables with only upper bounds:        0<br>Total number of equality constraints.................:       32<br>Total number of inequality constraints...............:      256<br>        inequality constraints with only lower bounds:      256<br>   inequality constraints with lower and upper bounds:        0<br>        inequality constraints with only upper bounds:        0<br><br></div><div>thank you<br></div></div></div>