[Ipopt] Memory Limit

Mostafa.B bakhtvar at gmail.com
Mon Apr 22 15:05:13 EDT 2013


Tony,
Actually I am using Pyomo to build my problems, as far as I know, pyomo
builds .nl files and passes it to IPOPT using the ASL thing.
I am using MinGW 64 bit, I got the trunk version a few days ago, don't know
the exact date but definitely it was between 15 to 22 of April.

-Mostafa


On Mon, Apr 22, 2013 at 7:35 PM, Tony Kelman <kelman at berkeley.edu> wrote:

> Mosy,
>
> Is this with the C++ interface, or in Matlab? Are you using 32-bit or
> 64-bit MinGW?
>
> If this is in the C++ interface, have you tried building a debug version
> and running with gdb to see if you can generate a stack trace? If this is
> in Matlab, there were some bugs I fixed recently that were causing crashes
> on large problems, when did you last SVN update the Ipopt source?
>
> -Tony
>
>
> -----Original Message----- Date: Mon, 22 Apr 2013 14:45:01 +0100
> From: "Mostafa.B" <bakhtvar at gmail.com>
> To: ipopt at list.coin-or.org
> Subject: [Ipopt] Memory Limit
>
> Hi,
>
> What is the maximum size of the problem that can be run on windows?
> does the old 2.5 gb windows memory caching limit affect running ipopt by
> mingw on a windowds 7 64 bit machine?
>
> below is the summary of the problem successfully run on ubuntu, however I
> can't get the same problem run on windows (the process is killed
> automatically, I tried it on multiple machines with ram ranging from 4-16
> GB). Any solution to get this run on windows (without the use of
> VirtualMachine) is appreciated.
>
> Regards
>
> Mosy
>
> **************************************************************
> ******************
> This program contains Ipopt, a library for large-scale nonlinear
> optimization.
> Ipopt is released as open source code under the Eclipse Public License
> (EPL).
>         For more information visit http://projects.coin-or.org/**Ipopt<http://projects.coin-or.org/Ipopt>
> **************************************************************
> ******************
>
> This is Ipopt version trunk, running with linear solver ma57.
>
> Number of nonzeros in equality constraint Jacobian...:  1569680
> Number of nonzeros in inequality constraint Jacobian.:  1414727
> Number of nonzeros in Lagrangian Hessian.............:   833200
>
> Total number of variables.....................**.......:   285127
>                     variables with only lower bounds:        0
>                variables with lower and upper bounds:   285127
>                     variables with only upper bounds:        0
> Total number of equality constraints.................:   210800
> Total number of inequality constraints...............:   505927
>        inequality constraints with only lower bounds:    42080
>   inequality constraints with lower and upper bounds:   106647
>        inequality constraints with only upper bounds:   357200
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20130422/8c96accf/attachment-0001.html>


More information about the Ipopt mailing list