When the MULTISTART option is enabled, the iteration log differs from that of the local solver. More specifically, when a value of 2 is specified for the MSLOGLEVEL= option, the following information is displayed in the log:
indicates the index number of each local optimization run. The following indicators can appear beside this number to provide additional information about the run:
indicates the local optimization started from a user-supplied point.
indicates the local optimization converged to a previously found optimal solution.
indicates the local optimization started from a user-supplied point and converged to a previously found optimal solution.
indicates the value of the objective function at the best local solution found so far.
indicates the value of the objective function obtained at the solution returned by the local solver.
indicates the infeasibility error at the solution returned by the local solver.
indicates the optimality error at the solution returned by the local solver.
indicates the number of iterations taken by the local solver.
indicates the solution status of the local solver. Several different values can appear in this column:
indicates that the local solver found a locally optimal solution.
indicates that the local solver returned the best feasible point found. See the SOLTYPE= option for more information.
indicates that the local solver converged to a point that might be infeasible.
indicates that the local solver converged to a point of minimal local infeasibility.
indicates that the local solver determined that the problem is unbounded.
indicates that the local solver reached the maximum number of iterations and could not find a locally optimal solution.
indicates that the local solver reached the maximum allowable time and could not find a locally optimal solution.
indicates that the local solver terminated due to a user interrupt.
indicates that the local solver encountered a function evaluation error.
indicates that the local solver encountered a numerical error other than a function evaluation error.
indicates that the local solver encountered a solver system error.
indicates that the local solver ran out of memory.
indicates a general failure of the local solver in the absence of any other error.