List of output files
knitro.log:This is the standard output from Knitro. The file is created if outmode = file or outmode = both.
knitro_mspoints.log:This file contains a set of feasible points found by multi-start, each distinct, in order of best to worst. The file is created if ms_enable = yes and ms_num_to_save is greater than zero.
knitro_newpoint.log:This file contains a set of iterates generated by Knitro. It is created if newpoint equals saveone or saveall.
kdbg_barrierIP.log;kdbg_directIP.log;kdbg_normalIP.log;kdbg_profileIP.log;kdbg_stepIP.log;kdbg_summIP.log;kdbg_tangIP.log:These files contain detailed debug information. The files are created if debug = problem and either barrier method (Interior/Direct or Interior/CG) executes. The
kdbg_directIP.logfile is created only for the Interior/Direct method.kdbg_actsetAS.log;kdbg_eqpAS.log;kdbg_lpAS.log;kdbg_profileAS.log;kdbg_stepAS.log;kdbg_summAS.log:These files contain detailed debug information. The files are created if debug = problem and the Active Set method executes.
kdbg_profileAL.log;kdbg_summAL.log:These files contain detailed debug information. The files are created if debug = problem and the Augmented Lagrangian method executes.
kdbg_mip.log:This file contains detailed debug information. The file is created if mip_debug = all and one of the MIP methods executes.
kdbg_concurrent_*.log:This file contains detailed algorithm output for each individual solve in the concurrent solver procedure (concurrent_solver
=1) when debug=1. The “*” in the filename represents the solve number.knitro_ms_*.log:This file contains detailed algorithm output for each subproblem solve in the parallel multi-start procedure when ms_outsub
=1. The “*” in the filename represents the multi-start subproblem solve number.knitro_tuner_summary.log,knitro_tuner_summary.csv,knitro_tuner_*.log:These files contain detailed algorithm output for each subproblem solve in the Knitro-Tuner procedure when tuner_outsub
=2. The “*” in the filename represents the Tuner subproblem solve number. If tuner_outsub=1then only the summary files are generated.