[Minotaur-dev] minotaur daily test results

Ashutosh Mahajan mahajan at mcs.anl.gov
Fri May 31 23:17:03 CDT 2019


Minotaur daily test report
Fri May 31 22:57:02 CDT 2019
petsc.mcs.anl.gov
Linux petsc 3.13.0-121-generic #170-Ubuntu SMP Wed Jun 14 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Detailed log available at  http://www.mcs.anl.gov/research/projects/minotaur/nightly/build-log/petsc
Not using any user specified doxygen installation
Not using any user specified cmake installation

Minotaur src directory checked out.
Minotaur version: v0.2.1-162-g16520bb

Summary
--------------------------------------------------
compiling build-base: OK.
make utest output for build-base: OK (41)
compiling build-base-debug: OK.
make utest output for build-base-debug: OK (41)
compiling build-base-static: OK.
make utest output for build-base-static: OK (41)
compiling build-filter: OK.
make utest output for build-filter: OK (41)
compiling build-filter-debug: OK.
make utest output for build-filter-debug: OK (41)
compiling build-filter-static: OK.
make utest output for build-filter-static: OK (41)
compiling build-ipopt: OK.
make utest output for build-ipopt: OK (44)
compiling build-ipopt-debug: OK.
make utest output for build-ipopt-debug: OK (44)
compiling build-ipopt-static: OK.
make utest output for build-ipopt-static: OK (44)
compiling build-osi: OK.
make utest output for build-osi: OK (41)
compiling build-osi-debug: OK.
make utest output for build-osi-debug: OK (41)
compiling build-osi-static: OK.
make utest output for build-osi-static: OK (41)
compiling build-ampl: OK.
make utest output for build-ampl: OK (60)
compiling build-ampl-debug: OK.
make utest output for build-ampl-debug: OK (60)
compiling build-ampl-static: OK.
make utest output for build-ampl-static: OK (60)
compiling build-all: OK.
make utest output for build-all: OK (71)
compiling build-all-debug: OK.
make utest output for build-all-debug: OK (71)
compiling build-all-static: OK.
make utest output for build-all-static: OK (71)
compiling build-all-manual: ERROR. lib/libminotaur.a not built.

Errors:
--------------------------------------------------
 
Errors in build-all-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (71)
==30287== Memcheck, a memory error detector
==30287== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==30287== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==30287== Command: ./unittest all
==30287== 
: logger ok! ==30287== Conditional jump or move depends on uninitialised value(s)
==30287==    at 0x4DFEE4: bqpd_ (in /sandbox/mahajan/minotaur-test/build-all-debug/src/testing/unittest)
==30287==    by 0x4D8AD2: Minotaur::BqpdEngine::solve_(int, double&) (BqpdEngine.cpp:512)
==30287==    by 0x4D8572: Minotaur::BqpdEngine::solve() (BqpdEngine.cpp:432)
==30287==    by 0x4CCE90: AMPLBqpdUT::testNLP() (AMPLBqpdUT.cpp:57)
==30287==    by 0x4CE2D3: CppUnit::TestCaller<AMPLBqpdUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
OK (71)
==30287== 
==30287== HEAP SUMMARY:
==30287==     in use at exit: 20,240 bytes in 435 blocks
==30287==   total heap usage: 218,720 allocs, 218,285 frees, 1,088,701,013 bytes allocated
==30287== 
==30287== 8 bytes in 1 blocks are indirectly lost in loss record 1 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AAAB5: Minotaur::Environment::Environment() (Environment.cpp:34)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 8 bytes in 1 blocks are indirectly lost in loss record 2 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x639BE41: __gnu_cxx::new_allocator<Minotaur::Constraint*>::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6399AEA: std::_Vector_base<Minotaur::Constraint*, std::allocator<Minotaur::Constraint*> >::_M_allocate(unsigned long) (in /sandbox/mahajan/minotaur-test/build-all-debug/src/base/libminotaur.so)
==30287==    by 0x6397F6E: std::vector<Minotaur::Constraint*, std::allocator<Minotaur::Constraint*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Minotaur::Constraint**, std::vector<Minotaur::Constraint*, std::allocator<Minotaur::Constraint*> > >, Minotaur::Constraint* const&) (vector.tcc:345)
==30287==    by 0x63963FD: std::vector<Minotaur::Constraint*, std::allocator<Minotaur::Constraint*> >::push_back(Minotaur::Constraint* const&) (stl_vector.h:913)
==30287==    by 0x6488A06: Minotaur::Problem::newConstraint(boost::shared_ptr<Minotaur::Function>, double, double, std::string) (Problem.cpp:1175)
==30287==    by 0x6488BEE: Minotaur::Problem::newConstraint(boost::shared_ptr<Minotaur::Function>, double, double) (Problem.cpp:1196)
==30287==    by 0x4A18B9: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:268)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287== 
==30287== 16 bytes in 1 blocks are indirectly lost in loss record 3 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x462557: __gnu_cxx::new_allocator<Minotaur::Variable*>::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x462194: std::_Vector_base<Minotaur::Variable*, std::allocator<Minotaur::Variable*> >::_M_allocate(unsigned long) (in /sandbox/mahajan/minotaur-test/build-all-debug/src/testing/unittest)
==30287==    by 0x461AF8: std::vector<Minotaur::Variable*, std::allocator<Minotaur::Variable*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<Minotaur::Variable**, std::vector<Minotaur::Variable*, std::allocator<Minotaur::Variable*> > >, Minotaur::Variable* const&) (vector.tcc:345)
==30287==    by 0x461519: std::vector<Minotaur::Variable*, std::allocator<Minotaur::Variable*> >::push_back(Minotaur::Variable* const&) (stl_vector.h:913)
==30287==    by 0x6489955: Minotaur::Problem::newVariable(double, double, Minotaur::VariableType, std::string, Minotaur::VarSrcType) (Problem.cpp:1305)
==30287==    by 0x6488736: Minotaur::Problem::newBinaryVariable() (Problem.cpp:1150)
==30287==    by 0x4A1650: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:257)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287== 
==30287== 16 bytes in 1 blocks are indirectly lost in loss record 4 of 434
==30287==    at 0x4C2B800: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x648AA00: Minotaur::Problem::setInitialPoint(double const*) (Problem.cpp:1460)
==30287==    by 0x4A19D4: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:279)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 5 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x481A7B: boost::detail::shared_count::shared_count<Minotaur::Logger>(Minotaur::Logger*) (shared_count.hpp:137)
==30287==    by 0x4819D8: void boost::detail::sp_pointer_construct<Minotaur::Logger, Minotaur::Logger>(boost::shared_ptr<Minotaur::Logger>*, Minotaur::Logger*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4818E6: boost::shared_ptr<Minotaur::Logger>::shared_ptr<Minotaur::Logger>(Minotaur::Logger*) (shared_ptr.hpp:362)
==30287==    by 0x63AAA45: Minotaur::Environment::Environment() (Environment.cpp:32)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 6 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7713: boost::detail::shared_count::shared_count<Minotaur::OptionDB>(Minotaur::OptionDB*) (shared_count.hpp:137)
==30287==    by 0x63B73DE: void boost::detail::sp_pointer_construct<Minotaur::OptionDB, Minotaur::OptionDB>(boost::shared_ptr<Minotaur::OptionDB>*, Minotaur::OptionDB*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6C4A: boost::shared_ptr<Minotaur::OptionDB>::shared_ptr<Minotaur::OptionDB>(Minotaur::OptionDB*) (shared_ptr.hpp:362)
==30287==    by 0x63AAA88: Minotaur::Environment::Environment() (Environment.cpp:33)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 7 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AAD18: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:55)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 8 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AAE5A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:60)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 9 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AAF9C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:65)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 10 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB0DE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:69)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 11 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB220: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:73)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 12 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB362: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:78)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 13 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB4A4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:83)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 14 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB5E6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:87)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 15 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB728: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:91)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 16 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB86A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:95)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 17 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AB9AC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:99)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 18 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ABAEE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:104)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 19 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ABC30: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:108)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 20 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ABD72: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:112)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 21 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ABEB4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:116)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 22 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ABFF6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:120)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 23 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC138: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:124)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 24 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC27A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:128)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 25 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC3BC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:132)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 26 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC4FE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:136)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 27 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC640: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:140)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 28 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC782: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:144)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 29 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AC8C4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:148)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 30 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ACA06: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:152)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 31 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ACB48: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:156)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 32 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ACC8A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:161)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 33 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ACDCC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:165)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 34 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63ACF0E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:170)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 35 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD050: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:175)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 36 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD192: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:180)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 37 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD2D4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:184)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 38 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD416: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:188)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 39 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD558: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:192)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 40 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD69A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:196)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 41 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD7DC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:200)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 42 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x5F77DCF: boost::detail::shared_count::shared_count<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_count.hpp:137)
==30287==    by 0x5F75DEE: void boost::detail::sp_pointer_construct<Minotaur::Option<bool>, Minotaur::Option<bool> >(boost::shared_ptr<Minotaur::Option<bool> >*, Minotaur::Option<bool>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x5F740F6: boost::shared_ptr<Minotaur::Option<bool> >::shared_ptr<Minotaur::Option<bool> >(Minotaur::Option<bool>*) (shared_ptr.hpp:362)
==30287==    by 0x63AD91E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:205)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 43 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63ADA6F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:215)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 44 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63ADBAC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:220)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 45 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63ADCE9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:225)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 46 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63ADE26: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:229)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 47 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63ADF63: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:233)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 48 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE0A0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:237)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 49 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE1DD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:241)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 50 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE31A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:245)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 51 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE457: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:250)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 52 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE594: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:254)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 53 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE6D1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:258)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 54 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE80E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:262)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 55 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AE94B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:267)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 56 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AEA88: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:271)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 57 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AEBC5: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:275)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 58 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AED11: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:282)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 59 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7887: boost::detail::shared_count::shared_count<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_count.hpp:137)
==30287==    by 0x63B7526: void boost::detail::sp_pointer_construct<Minotaur::Option<int>, Minotaur::Option<int> >(boost::shared_ptr<Minotaur::Option<int> >*, Minotaur::Option<int>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B6EFE: boost::shared_ptr<Minotaur::Option<int> >::shared_ptr<Minotaur::Option<int> >(Minotaur::Option<int>*) (shared_ptr.hpp:362)
==30287==    by 0x63AEE4E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:287)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 60 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AEF9E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:293)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 61 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF0EE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:297)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 62 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF23E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:302)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 63 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF38E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:307)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 64 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF4DE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:311)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 65 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF62E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:316)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 66 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF77E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:321)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 67 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AF8CE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:326)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 68 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AFA1E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:331)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 69 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AFB6E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:337)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 70 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AFCBE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:342)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 71 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B7941: boost::detail::shared_count::shared_count<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_count.hpp:137)
==30287==    by 0x63B75CA: void boost::detail::sp_pointer_construct<Minotaur::Option<double>, Minotaur::Option<double> >(boost::shared_ptr<Minotaur::Option<double> >*, Minotaur::Option<double>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7032: boost::shared_ptr<Minotaur::Option<double> >::shared_ptr<Minotaur::Option<double> >(Minotaur::Option<double>*) (shared_ptr.hpp:362)
==30287==    by 0x63AFDF9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:347)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 72 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63AFF6F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:355)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 73 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B00F1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:360)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 74 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0273: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:364)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 75 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B03F5: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:369)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 76 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0577: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:374)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 77 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B06F9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:380)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 78 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B087B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:385)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 79 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B09FD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:390)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 80 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0B7F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:395)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 81 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0CFE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:400)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 82 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0E6E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:404)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 83 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B79FB: boost::detail::shared_count::shared_count<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_count.hpp:137)
==30287==    by 0x63B766E: void boost::detail::sp_pointer_construct<Minotaur::Option<std::string>, Minotaur::Option<std::string> >(boost::shared_ptr<Minotaur::Option<std::string> >*, Minotaur::Option<std::string>*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x63B7166: boost::shared_ptr<Minotaur::Option<std::string> >::shared_ptr<Minotaur::Option<std::string> >(Minotaur::Option<std::string>*) (shared_ptr.hpp:362)
==30287==    by 0x63B0FDE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:408)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 84 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A643D: boost::detail::shared_count::shared_count<Minotaur::Environment>(Minotaur::Environment*) (shared_count.hpp:137)
==30287==    by 0x4A56F4: void boost::detail::sp_pointer_construct<Minotaur::Environment, Minotaur::Environment>(boost::shared_ptr<Minotaur::Environment>*, Minotaur::Environment*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A46BE: boost::shared_ptr<Minotaur::Environment>::shared_ptr<Minotaur::Environment>(Minotaur::Environment*) (shared_ptr.hpp:362)
==30287==    by 0x4A1C51: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 85 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x481A7B: boost::detail::shared_count::shared_count<Minotaur::Logger>(Minotaur::Logger*) (shared_count.hpp:137)
==30287==    by 0x4819D8: void boost::detail::sp_pointer_construct<Minotaur::Logger, Minotaur::Logger>(boost::shared_ptr<Minotaur::Logger>*, Minotaur::Logger*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4818E6: boost::shared_ptr<Minotaur::Logger>::shared_ptr<Minotaur::Logger>(Minotaur::Logger*) (shared_ptr.hpp:362)
==30287==    by 0x6481BDF: Minotaur::Problem::Problem() (Problem.cpp:56)
==30287==    by 0x4A15D4: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:251)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 86 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x467A27: boost::detail::shared_count::shared_count<Minotaur::Problem>(Minotaur::Problem*) (shared_count.hpp:137)
==30287==    by 0x467984: void boost::detail::sp_pointer_construct<Minotaur::Problem, Minotaur::Problem>(boost::shared_ptr<Minotaur::Problem>*, Minotaur::Problem*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x46781C: boost::shared_ptr<Minotaur::Problem>::shared_ptr<Minotaur::Problem>(Minotaur::Problem*) (shared_ptr.hpp:362)
==30287==    by 0x4A15E6: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:251)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 87 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A64B1: boost::detail::shared_count::shared_count<myNLFun5>(myNLFun5*) (shared_count.hpp:137)
==30287==    by 0x4A5758: void boost::detail::sp_pointer_construct<myNLFun5, myNLFun5>(boost::shared_ptr<myNLFun5>*, myNLFun5*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A482E: boost::shared_ptr<myNLFun5>::shared_ptr<myNLFun5>(myNLFun5*) (shared_ptr.hpp:362)
==30287==    by 0x4A1677: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:260)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 88 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x462383: boost::detail::shared_count::shared_count<Minotaur::Function>(Minotaur::Function*) (shared_count.hpp:137)
==30287==    by 0x461E68: void boost::detail::sp_pointer_construct<Minotaur::Function, Minotaur::Function>(boost::shared_ptr<Minotaur::Function>*, Minotaur::Function*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4617D6: boost::shared_ptr<Minotaur::Function>::shared_ptr<Minotaur::Function>(Minotaur::Function*) (shared_ptr.hpp:362)
==30287==    by 0x4A16ED: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:261)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 89 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A6557: boost::detail::shared_count::shared_count<myNLFun6>(myNLFun6*) (shared_count.hpp:137)
==30287==    by 0x4A5802: void boost::detail::sp_pointer_construct<myNLFun6, myNLFun6>(boost::shared_ptr<myNLFun6>*, myNLFun6*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A4982: boost::shared_ptr<myNLFun6>::shared_ptr<myNLFun6>(myNLFun6*) (shared_ptr.hpp:362)
==30287==    by 0x4A17AA: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:266)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 90 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x462383: boost::detail::shared_count::shared_count<Minotaur::Function>(Minotaur::Function*) (shared_count.hpp:137)
==30287==    by 0x461E68: void boost::detail::sp_pointer_construct<Minotaur::Function, Minotaur::Function>(boost::shared_ptr<Minotaur::Function>*, Minotaur::Function*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4617D6: boost::shared_ptr<Minotaur::Function>::shared_ptr<Minotaur::Function>(Minotaur::Function*) (shared_ptr.hpp:362)
==30287==    by 0x4A1820: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:267)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 91 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A65FD: boost::detail::shared_count::shared_count<myJac3>(myJac3*) (shared_count.hpp:137)
==30287==    by 0x4A58AC: void boost::detail::sp_pointer_construct<myJac3, myJac3>(boost::shared_ptr<myJac3>*, myJac3*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A4AD6: boost::shared_ptr<myJac3>::shared_ptr<myJac3>(myJac3*) (shared_ptr.hpp:362)
==30287==    by 0x4A18E9: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:271)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 92 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A6671: boost::detail::shared_count::shared_count<myHess3>(myHess3*) (shared_count.hpp:137)
==30287==    by 0x4A5910: void boost::detail::sp_pointer_construct<myHess3, myHess3>(boost::shared_ptr<myHess3>*, myHess3*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A4B44: boost::shared_ptr<myHess3>::shared_ptr<myHess3>(myHess3*) (shared_ptr.hpp:362)
==30287==    by 0x4A190D: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:274)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 93 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A66E5: boost::detail::shared_count::shared_count<Minotaur::IntVarHandler>(Minotaur::IntVarHandler*) (shared_count.hpp:137)
==30287==    by 0x4A5980: void boost::detail::sp_pointer_construct<Minotaur::IntVarHandler, Minotaur::IntVarHandler>(boost::shared_ptr<Minotaur::IntVarHandler>*, Minotaur::IntVarHandler*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x4A4C96: boost::shared_ptr<Minotaur::IntVarHandler>::shared_ptr<Minotaur::IntVarHandler>(Minotaur::IntVarHandler*) (shared_ptr.hpp:362)
==30287==    by 0x4A1FB0: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:299)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 24 bytes in 1 blocks are indirectly lost in loss record 94 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x648CED7: boost::detail::shared_count::shared_count<Minotaur::ProblemSize>(Minotaur::ProblemSize*) (shared_count.hpp:137)
==30287==    by 0x648C6C2: void boost::detail::sp_pointer_construct<Minotaur::ProblemSize, Minotaur::ProblemSize>(boost::shared_ptr<Minotaur::ProblemSize>*, Minotaur::ProblemSize*, boost::detail::shared_count&) (shared_ptr.hpp:284)
==30287==    by 0x648BEE6: boost::shared_ptr<Minotaur::ProblemSize>::shared_ptr<Minotaur::ProblemSize>(Minotaur::ProblemSize*) (shared_ptr.hpp:362)
==30287==    by 0x64823FC: Minotaur::Problem::calculateSize(bool) (Problem.cpp:136)
==30287==    by 0x634ED53: Minotaur::BranchAndBound::solve() (BranchAndBound.cpp:339)
==30287==    by 0x4A2681: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:328)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 27 bytes in 1 blocks are indirectly lost in loss record 95 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B06BD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:380)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 28 bytes in 1 blocks are indirectly lost in loss record 96 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AFF33: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:355)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 28 bytes in 1 blocks are indirectly lost in loss record 97 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0237: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:364)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 28 bytes in 1 blocks are indirectly lost in loss record 98 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B053B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:374)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 28 bytes in 1 blocks are indirectly lost in loss record 99 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x4E58470: char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) (basic_string.tcc:138)
==30287==    by 0x750AF37: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6488DAE: Minotaur::Problem::newObjective(boost::shared_ptr<Minotaur::Function>, double, Minotaur::ObjectiveType) (Problem.cpp:1216)
==30287==    by 0x4A1774: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:262)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 29 bytes in 1 blocks are indirectly lost in loss record 100 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0B43: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:395)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 29 bytes in 1 blocks are indirectly lost in loss record 101 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x4E58470: char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) (basic_string.tcc:138)
==30287==    by 0x750AF37: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x64886B9: Minotaur::Problem::newBinaryVariable() (Problem.cpp:1149)
==30287==    by 0x4A162F: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:254)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 29 bytes in 1 blocks are indirectly lost in loss record 102 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x4E58470: char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) (basic_string.tcc:138)
==30287==    by 0x750AF37: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x64886B9: Minotaur::Problem::newBinaryVariable() (Problem.cpp:1149)
==30287==    by 0x4A1650: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:257)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 30 bytes in 1 blocks are indirectly lost in loss record 103 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC3AA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:133)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 30 bytes in 1 blocks are indirectly lost in loss record 104 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ACC78: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:162)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 30 bytes in 1 blocks are indirectly lost in loss record 105 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x4A1DE8: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:288)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 30 bytes in 1 blocks are indirectly lost in loss record 106 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x4E58470: char* std::string::_S_construct<char*>(char*, char*, std::allocator<char> const&, std::forward_iterator_tag) (basic_string.tcc:138)
==30287==    by 0x750AF37: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::str() const (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6488B3E: Minotaur::Problem::newConstraint(boost::shared_ptr<Minotaur::Function>, double, double) (Problem.cpp:1193)
==30287==    by 0x4A18B9: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:268)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 107 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ACB36: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:158)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 108 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD546: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:193)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 109 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD7CA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:202)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 110 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD90C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:207)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 111 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B03B9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:369)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 31 bytes in 1 blocks are indirectly lost in loss record 112 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0E35: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:404)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 113 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AACEA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:55)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 114 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AAE2C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:60)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 115 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AAF6E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:65)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 116 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB0B0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:69)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 117 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB1F2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:73)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 118 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB334: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:78)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 119 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB476: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:83)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 120 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB5B8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:87)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 121 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB6FA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:91)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 122 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB83C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:95)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 123 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AB97E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:99)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 124 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ABAC0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:104)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 125 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ABC02: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:108)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 126 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ABD44: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:112)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 127 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ABE86: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:116)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 128 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ABFC8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:120)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 129 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC10A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:124)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 130 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC24C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:128)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 131 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC38E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:132)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 132 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC4D0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:136)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 133 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC612: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:140)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 134 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC754: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:144)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 135 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC896: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:148)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 136 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AC9D8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:152)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 137 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ACB1A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:156)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 138 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ACC5C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:161)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 139 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ACD9E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:165)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 140 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ACEE0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:170)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 141 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD022: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:175)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 142 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD164: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:180)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 143 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD2A6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:184)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 144 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD3E8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:188)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 145 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD52A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:192)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 146 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD66C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:196)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 147 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD7AE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:200)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 148 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AD8F0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:205)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 149 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ADA41: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:215)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 150 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ADB7E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:220)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 151 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ADCBB: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:225)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 152 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ADDF8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:229)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 153 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63ADF35: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:233)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 154 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE072: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:237)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 155 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE1AF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:241)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 156 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE2EC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:245)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 157 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE308: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:247)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 158 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE429: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:250)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 159 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE566: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:254)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 160 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE6A3: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:258)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 161 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE7E0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:262)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 162 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AE91D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:267)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 163 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE939: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:268)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 164 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AEA5A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:271)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 165 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AEB97: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:275)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 166 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AECE3: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:282)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 167 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AEE20: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:287)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 168 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF37C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:308)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 169 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0CEF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:401)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 32 bytes in 1 blocks are indirectly lost in loss record 170 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A18CF: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:271)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 33 bytes in 1 blocks are indirectly lost in loss record 171 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB5D4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:88)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 33 bytes in 1 blocks are indirectly lost in loss record 172 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63AFF5D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:357)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 33 bytes in 1 blocks are indirectly lost in loss record 173 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0FCF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:409)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 174 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB858: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:96)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 175 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63ADCD7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:226)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 176 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63ADF51: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:234)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 177 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE1CB: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:242)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 178 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE6BF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:259)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 179 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B03E3: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:371)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 34 bytes in 1 blocks are indirectly lost in loss record 180 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0B6D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:397)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 35 bytes in 1 blocks are indirectly lost in loss record 181 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE08E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:238)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 35 bytes in 1 blocks are indirectly lost in loss record 182 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AEF8C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:294)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 35 bytes in 1 blocks are indirectly lost in loss record 183 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF8BC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:328)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 35 bytes in 1 blocks are indirectly lost in loss record 184 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AFA0C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:333)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 35 bytes in 1 blocks are indirectly lost in loss record 185 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0869: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:387)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 186 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB492: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:84)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 187 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC268: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:129)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 188 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC770: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:145)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 189 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC8B2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:149)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 190 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC9F4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:153)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 191 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ACEFC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:172)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 192 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD03E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:177)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 193 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AECFF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:284)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 194 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF4CC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:313)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 195 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF61C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:318)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 196 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AFCAC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:344)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 197 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B00DF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:361)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 198 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0565: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:376)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 36 bytes in 1 blocks are indirectly lost in loss record 199 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0E5F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:405)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 200 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AAF8A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:66)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 201 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB716: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:92)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 202 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ABEA2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:117)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 203 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC4EC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:137)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 204 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63ADE14: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:230)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 205 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AEE3C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:289)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 206 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF76C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:323)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 37 bytes in 1 blocks are indirectly lost in loss record 207 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B09EB: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:392)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 38 bytes in 1 blocks are indirectly lost in loss record 208 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB350: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:80)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 38 bytes in 1 blocks are indirectly lost in loss record 209 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB99A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:101)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 38 bytes in 1 blocks are indirectly lost in loss record 210 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC62E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:141)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 38 bytes in 1 blocks are indirectly lost in loss record 211 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63ADB9A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:222)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 212 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD688: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:197)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 213 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63ADA5D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:217)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 214 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AEBB3: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:276)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 215 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF0DC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:299)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 216 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B0261: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:366)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 39 bytes in 1 blocks are indirectly lost in loss record 217 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0690: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:380)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 218 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AAD06: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:57)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 219 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AAE48: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:62)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 220 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ABADC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:105)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 221 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ACDBA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:167)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 222 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD404: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:189)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 223 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AEA76: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:272)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 224 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AEF5D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:293)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 225 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF0AD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:297)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 226 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF1FD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:302)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 227 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF34D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:307)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 228 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF49D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:311)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 229 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF5ED: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:316)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 230 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF73D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:321)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 231 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF88D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:326)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 232 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AF9DD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:331)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 233 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AFB2D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:337)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 234 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AFC7D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:342)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 235 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AFDCD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:347)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 236 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AFDE7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:349)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 237 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AFF44: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:355)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 238 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B00C6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:360)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 239 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0248: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:364)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 240 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B03CA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:369)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 241 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B054C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:374)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 242 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B06CE: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:380)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 243 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0850: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:385)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 244 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B09D2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:390)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 245 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0B54: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:395)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 246 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0CD6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:400)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 247 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0E46: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:404)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 40 bytes in 1 blocks are indirectly lost in loss record 248 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63B0FB6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:408)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 41 bytes in 1 blocks are indirectly lost in loss record 249 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB0CC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:70)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 41 bytes in 1 blocks are indirectly lost in loss record 250 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD2C2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:185)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 41 bytes in 1 blocks are indirectly lost in loss record 251 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE445: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:251)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 41 bytes in 1 blocks are indirectly lost in loss record 252 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AF22C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:304)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 42 bytes in 1 blocks are indirectly lost in loss record 253 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AB20E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:75)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 42 bytes in 1 blocks are indirectly lost in loss record 254 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AD180: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:181)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 42 bytes in 1 blocks are indirectly lost in loss record 255 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE582: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:255)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 42 bytes in 1 blocks are indirectly lost in loss record 256 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6434EA6: Minotaur::Option<int>::Option(std::string const&, std::string const&, bool, int) (Option.cpp:32)
==30287==    by 0x63AE7FC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:264)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 42 bytes in 1 blocks are indirectly lost in loss record 257 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x6435B57: Minotaur::Option<std::string>::Option(std::string const&, std::string const&, bool, std::string) (Option.cpp:32)
==30287==    by 0x63B06E7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:381)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 47 bytes in 1 blocks are indirectly lost in loss record 258 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ABFE4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:121)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 47 bytes in 1 blocks are indirectly lost in loss record 259 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63AC126: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:125)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 260 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A1C34: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 261 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AADB9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:58)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 262 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AAEFB: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:63)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 263 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB03D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:67)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 264 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB17F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:71)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 265 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB2C1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:76)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 266 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB403: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:81)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 267 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB545: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:85)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 268 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB687: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:89)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 269 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB7C9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:93)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 270 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AB90B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:97)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 271 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ABA4D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:102)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 272 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ABB8F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:106)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 273 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ABCD1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:110)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 274 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ABE13: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:114)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 275 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ABF55: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:118)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 276 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC097: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:122)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 277 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC1D9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:126)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 278 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC31B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:130)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 279 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC45D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:134)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 280 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC59F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:138)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 281 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC6E1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:142)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 282 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC823: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:146)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 283 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AC965: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:150)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 284 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ACAA7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:154)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 285 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ACBE9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:159)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 286 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ACD2B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:163)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 287 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ACE6D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:168)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 288 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63ACFAF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:173)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 289 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD0F1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:178)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 290 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD233: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:182)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 291 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD375: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:186)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 292 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD4B7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:190)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 293 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD5F9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:194)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 294 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD73B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:198)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 295 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD87D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:203)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 296 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64391E8: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<bool> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438F13: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438772: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:380)
==30287==    by 0x643789D: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1023)
==30287==    by 0x6436B41: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<bool> >, boost::shared_ptr<Minotaur::Option<bool> >, std::_Identity<boost::shared_ptr<Minotaur::Option<bool> > >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_tree.h:1382)
==30287==    by 0x64361BE: std::set<boost::shared_ptr<Minotaur::Option<bool> >, std::less<boost::shared_ptr<Minotaur::Option<bool> > >, std::allocator<boost::shared_ptr<Minotaur::Option<bool> > > >::insert(boost::shared_ptr<Minotaur::Option<bool> > const&) (stl_set.h:463)
==30287==    by 0x64340F9: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<bool> >, bool) (Option.cpp:99)
==30287==    by 0x63AD9BF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:208)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 297 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63ADB0B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:218)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 298 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63ADC48: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:223)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 299 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63ADD85: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:227)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 300 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63ADEC2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:231)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 301 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63ADFFF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:235)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 302 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE13C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:239)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 303 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE279: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:243)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 304 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE3B6: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:248)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 305 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE4F3: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:252)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 306 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE630: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:256)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 307 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE76D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:260)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 308 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE8AA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:265)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 309 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AE9E7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:269)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 310 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AEB24: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:273)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 311 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AEC61: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:277)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 312 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AEDAD: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:285)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 313 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439262: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<int> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6438FBB: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438922: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:380)
==30287==    by 0x6437B83: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1023)
==30287==    by 0x6436C4B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<int> >, boost::shared_ptr<Minotaur::Option<int> >, std::_Identity<boost::shared_ptr<Minotaur::Option<int> > >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_tree.h:1382)
==30287==    by 0x6436222: std::set<boost::shared_ptr<Minotaur::Option<int> >, std::less<boost::shared_ptr<Minotaur::Option<int> > >, std::allocator<boost::shared_ptr<Minotaur::Option<int> > > >::insert(boost::shared_ptr<Minotaur::Option<int> > const&) (stl_set.h:463)
==30287==    by 0x6434122: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<int> >) (Option.cpp:106)
==30287==    by 0x63AEEEA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:290)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 314 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF03A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:295)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 315 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF18A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:300)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 316 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF2DA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:305)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 317 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF42A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:309)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 318 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF57A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:314)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 319 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF6CA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:319)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 320 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF81A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:324)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 321 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AF96A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:329)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 322 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AFABA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:334)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 323 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AFC0A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:339)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 324 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AFD5A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:345)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 325 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64392DC: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<double> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x6439063: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438AD2: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:380)
==30287==    by 0x6437E69: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1023)
==30287==    by 0x6436D55: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<double> >, boost::shared_ptr<Minotaur::Option<double> >, std::_Identity<boost::shared_ptr<Minotaur::Option<double> > >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_tree.h:1382)
==30287==    by 0x6436286: std::set<boost::shared_ptr<Minotaur::Option<double> >, std::less<boost::shared_ptr<Minotaur::Option<double> > >, std::allocator<boost::shared_ptr<Minotaur::Option<double> > > >::insert(boost::shared_ptr<Minotaur::Option<double> > const&) (stl_set.h:463)
==30287==    by 0x643414C: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<double> >) (Option.cpp:112)
==30287==    by 0x63AFE95: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:350)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 326 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0026: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:358)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 327 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B01A8: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:362)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 328 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B032A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:367)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 329 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B04AC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:372)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 330 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B062E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:377)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 331 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B07B0: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:382)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 332 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0932: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:388)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 333 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0AB4: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:393)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 334 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0C36: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:398)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 335 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0DA9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:402)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 336 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B0F19: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:406)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 337 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6439356: __gnu_cxx::new_allocator<std::_Rb_tree_node<boost::shared_ptr<Minotaur::Option<std::string> > > >::allocate(unsigned long, void const*) (new_allocator.h:104)
==30287==    by 0x643910B: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_get_node() (stl_tree.h:370)
==30287==    by 0x6438C82: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_create_node(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:380)
==30287==    by 0x643814F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1023)
==30287==    by 0x6436E5F: std::_Rb_tree<boost::shared_ptr<Minotaur::Option<std::string> >, boost::shared_ptr<Minotaur::Option<std::string> >, std::_Identity<boost::shared_ptr<Minotaur::Option<std::string> > >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::_M_insert_unique(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_tree.h:1382)
==30287==    by 0x64362EA: std::set<boost::shared_ptr<Minotaur::Option<std::string> >, std::less<boost::shared_ptr<Minotaur::Option<std::string> > >, std::allocator<boost::shared_ptr<Minotaur::Option<std::string> > > >::insert(boost::shared_ptr<Minotaur::Option<std::string> > const&) (stl_set.h:463)
==30287==    by 0x6434179: Minotaur::OptionDB::insert(boost::shared_ptr<Minotaur::Option<std::string> >) (Option.cpp:118)
==30287==    by 0x63B1089: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:410)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287== 
==30287== 48 bytes in 1 blocks are indirectly lost in loss record 338 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6488F9A: Minotaur::Problem::newObjective(boost::shared_ptr<Minotaur::Function>, double, Minotaur::ObjectiveType, std::string) (Problem.cpp:1228)
==30287==    by 0x6488E4E: Minotaur::Problem::newObjective(boost::shared_ptr<Minotaur::Function>, double, Minotaur::ObjectiveType) (Problem.cpp:1217)
==30287==    by 0x4A1774: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:262)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 49 bytes in 1 blocks are indirectly lost in loss record 339 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE418: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:250)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 50 bytes in 1 blocks are indirectly lost in loss record 340 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ABC1E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:109)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 50 bytes in 1 blocks are indirectly lost in loss record 341 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64352CD: Minotaur::Option<bool>::Option(std::string const&, std::string const&, bool, bool) (Option.cpp:32)
==30287==    by 0x63ABD60: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:113)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 51 bytes in 1 blocks are indirectly lost in loss record 342 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AAF5D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:65)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 52 bytes in 1 blocks are indirectly lost in loss record 343 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD65B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:196)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 53 bytes in 1 blocks are indirectly lost in loss record 344 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A3D5: std::string::_M_mutate(unsigned long, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A545: std::string::_M_leak_hard() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752A60A: std::string::operator[](unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x6433AC1: Minotaur::toLowerCase(std::string&) (Operations.cpp:374)
==30287==    by 0x64356FB: Minotaur::Option<double>::Option(std::string const&, std::string const&, bool, double) (Option.cpp:32)
==30287==    by 0x63AFB5C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:338)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287== 
==30287== 54 bytes in 1 blocks are indirectly lost in loss record 345 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE90C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:267)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 55 bytes in 1 blocks are indirectly lost in loss record 346 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB5A7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:87)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 55 bytes in 1 blocks are indirectly lost in loss record 347 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AECD2: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:282)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 55 bytes in 1 blocks are indirectly lost in loss record 348 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AEE0F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:287)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 56 bytes in 1 blocks are indirectly lost in loss record 349 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC37D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:132)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 56 bytes in 1 blocks are indirectly lost in loss record 350 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A165A: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:260)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 56 bytes in 1 blocks are indirectly lost in loss record 351 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A178D: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:266)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 57 bytes in 1 blocks are indirectly lost in loss record 352 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ADDE7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:229)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 59 bytes in 1 blocks are indirectly lost in loss record 353 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB6E9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:91)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 59 bytes in 1 blocks are indirectly lost in loss record 354 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC743: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:144)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 59 bytes in 1 blocks are indirectly lost in loss record 355 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC885: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:148)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 59 bytes in 1 blocks are indirectly lost in loss record 356 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF33C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:307)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 59 bytes in 1 blocks are indirectly lost in loss record 357 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B050E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:374)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 60 bytes in 1 blocks are indirectly lost in loss record 358 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ADF24: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:233)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 61 bytes in 1 blocks are indirectly lost in loss record 359 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE061: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:237)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 64 bytes in 1 blocks are indirectly lost in loss record 360 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AACD9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:55)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 64 bytes in 1 blocks are indirectly lost in loss record 361 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6488903: Minotaur::Problem::newConstraint(boost::shared_ptr<Minotaur::Function>, double, double, std::string) (Problem.cpp:1168)
==30287==    by 0x6488BEE: Minotaur::Problem::newConstraint(boost::shared_ptr<Minotaur::Function>, double, double) (Problem.cpp:1196)
==30287==    by 0x4A18B9: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:268)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 65 bytes in 1 blocks are indirectly lost in loss record 362 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE2DB: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:245)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 67 bytes in 1 blocks are indirectly lost in loss record 363 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ADB6D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:220)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 67 bytes in 1 blocks are indirectly lost in loss record 364 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE19E: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:241)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 67 bytes in 1 blocks are indirectly lost in loss record 365 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0E08: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:404)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 68 bytes in 1 blocks are indirectly lost in loss record 366 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC4BF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:136)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 68 bytes in 1 blocks are indirectly lost in loss record 367 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD519: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:192)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 69 bytes in 1 blocks are indirectly lost in loss record 368 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ABAAF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:104)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 70 bytes in 1 blocks are indirectly lost in loss record 369 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB09F: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:69)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 70 bytes in 1 blocks are indirectly lost in loss record 370 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0B16: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:395)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 71 bytes in 1 blocks are indirectly lost in loss record 371 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ABBF1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:108)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 71 bytes in 1 blocks are indirectly lost in loss record 372 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC601: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:140)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 71 bytes in 1 blocks are indirectly lost in loss record 373 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AEF4C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:293)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 72 bytes in 1 blocks are indirectly lost in loss record 374 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB465: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:83)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 72 bytes in 1 blocks are indirectly lost in loss record 375 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB82B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:95)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 72 bytes in 1 blocks are indirectly lost in loss record 376 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ACC4B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:161)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 72 bytes in 1 blocks are indirectly lost in loss record 377 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ADCAA: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:225)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 72 bytes in 1 blocks are indirectly lost in loss record 378 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B038C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:369)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 73 bytes in 1 blocks are indirectly lost in loss record 379 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC9C7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:152)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 73 bytes in 1 blocks are indirectly lost in loss record 380 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF09C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:297)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 73 bytes in 1 blocks are indirectly lost in loss record 381 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0088: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:360)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 74 bytes in 1 blocks are indirectly lost in loss record 382 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AAE1B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:60)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 74 bytes in 1 blocks are indirectly lost in loss record 383 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ABE75: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:116)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 75 bytes in 1 blocks are indirectly lost in loss record 384 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC23B: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:128)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 75 bytes in 1 blocks are indirectly lost in loss record 385 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AFB1C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:337)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 75 bytes in 1 blocks are indirectly lost in loss record 386 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0F78: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:408)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 76 bytes in 1 blocks are indirectly lost in loss record 387 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ABFB7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:120)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 77 bytes in 1 blocks are indirectly lost in loss record 388 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AEA49: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:271)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 77 bytes in 1 blocks are indirectly lost in loss record 389 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0994: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:390)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 78 bytes in 1 blocks are indirectly lost in loss record 390 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB1E1: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:73)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 78 bytes in 1 blocks are indirectly lost in loss record 391 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE692: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:258)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 79 bytes in 1 blocks are indirectly lost in loss record 392 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB323: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:78)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 80 bytes in 1 blocks are indirectly lost in loss record 393 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A18F3: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:274)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 81 bytes in 1 blocks are indirectly lost in loss record 394 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD8DF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:205)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 81 bytes in 1 blocks are indirectly lost in loss record 395 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ADA30: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:215)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 81 bytes in 1 blocks are indirectly lost in loss record 396 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AFDBC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:347)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 82 bytes in 1 blocks are indirectly lost in loss record 397 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ABD33: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:112)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 82 bytes in 1 blocks are indirectly lost in loss record 398 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AFF06: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:355)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 83 bytes in 1 blocks are indirectly lost in loss record 399 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ACD8D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:165)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 84 bytes in 1 blocks are indirectly lost in loss record 400 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE555: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:254)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 84 bytes in 1 blocks are indirectly lost in loss record 401 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF1EC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:302)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 85 bytes in 1 blocks are indirectly lost in loss record 402 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF48C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:311)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 85 bytes in 1 blocks are indirectly lost in loss record 403 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF5DC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:316)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 87 bytes in 1 blocks are indirectly lost in loss record 404 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD79D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:200)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 88 bytes in 1 blocks are indirectly lost in loss record 405 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AC0F9: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:124)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 88 bytes in 1 blocks are indirectly lost in loss record 406 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF87C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:326)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 88 bytes in 1 blocks are indirectly lost in loss record 407 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B020A: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:364)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 89 bytes in 1 blocks are indirectly lost in loss record 408 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AB96D: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:99)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 89 bytes in 1 blocks are indirectly lost in loss record 409 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD011: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:175)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 90 bytes in 1 blocks are indirectly lost in loss record 410 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ACB09: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:156)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 90 bytes in 1 blocks are indirectly lost in loss record 411 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AE7CF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:262)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 90 bytes in 1 blocks are indirectly lost in loss record 412 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF9CC: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:331)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 90 bytes in 1 blocks are indirectly lost in loss record 413 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0812: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:385)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 92 bytes in 1 blocks are indirectly lost in loss record 414 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AEB86: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:275)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 92 bytes in 1 blocks are indirectly lost in loss record 415 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AFC6C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:342)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 94 bytes in 1 blocks are indirectly lost in loss record 416 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63ACECF: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:170)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 97 bytes in 1 blocks are indirectly lost in loss record 417 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63B0C98: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:400)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 100 bytes in 1 blocks are indirectly lost in loss record 418 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x648238B: Minotaur::Problem::calculateSize(bool) (Problem.cpp:136)
==30287==    by 0x634ED53: Minotaur::BranchAndBound::solve() (BranchAndBound.cpp:339)
==30287==    by 0x4A2681: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:328)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 101 bytes in 1 blocks are indirectly lost in loss record 419 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AF72C: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:321)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 104 bytes in 1 blocks are indirectly lost in loss record 420 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64898D4: Minotaur::Problem::newVariable(double, double, Minotaur::VariableType, std::string, Minotaur::VarSrcType) (Problem.cpp:1302)
==30287==    by 0x6488736: Minotaur::Problem::newBinaryVariable() (Problem.cpp:1150)
==30287==    by 0x4A162F: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:254)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 104 bytes in 1 blocks are indirectly lost in loss record 421 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x64898D4: Minotaur::Problem::newVariable(double, double, Minotaur::VariableType, std::string, Minotaur::VarSrcType) (Problem.cpp:1302)
==30287==    by 0x6488736: Minotaur::Problem::newBinaryVariable() (Problem.cpp:1150)
==30287==    by 0x4A1650: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:257)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 104 bytes in 1 blocks are indirectly lost in loss record 422 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A1F8D: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:299)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 116 bytes in 1 blocks are indirectly lost in loss record 423 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD295: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:184)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 128 bytes in 2 blocks are definitely lost in loss record 424 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63C0C07: Minotaur::IntVarHandler::getBranchingCandidates(boost::shared_ptr<Minotaur::Relaxation>, std::vector<double, std::allocator<double> > const&, std::vector<boost::shared_ptr<Minotaur::Modification>, std::allocator<boost::shared_ptr<Minotaur::Modification> > >&, std::set<Minotaur::BrVarCand*, Minotaur::CompareVarBrCand, std::allocator<Minotaur::BrVarCand*> >&, std::vector<Minotaur::BrCand*, std::allocator<Minotaur::BrCand*> >&, bool&) (IntVarHandler.cpp:104)
==30287==    by 0x64BACC3: Minotaur::ReliabilityBrancher::findCandidates_() (ReliabilityBrancher.cpp:250)
==30287==    by 0x64BA7AA: Minotaur::ReliabilityBrancher::findBranches(boost::shared_ptr<Minotaur::Relaxation>, boost::shared_ptr<Minotaur::Node>, boost::shared_ptr<Minotaur::Solution const>, boost::shared_ptr<Minotaur::SolutionPool>, Minotaur::BrancherStatus&, std::vector<boost::shared_ptr<Minotaur::Modification>, std::allocator<boost::shared_ptr<Minotaur::Modification> > >&) (ReliabilityBrancher.cpp:180)
==30287==    by 0x6466AC2: Minotaur::PCBProcessor::process(boost::shared_ptr<Minotaur::Node>, boost::shared_ptr<Minotaur::Relaxation>, boost::shared_ptr<Minotaur::SolutionPool>) (PCBProcessor.cpp:298)
==30287==    by 0x642AEFA: Minotaur::NodeProcessor::processRootNode(boost::shared_ptr<Minotaur::Node>, boost::shared_ptr<Minotaur::Relaxation>, boost::shared_ptr<Minotaur::SolutionPool>) (NodeProcessor.cpp:28)
==30287==    by 0x634DE26: Minotaur::BranchAndBound::processRoot_(bool*, bool*) (BranchAndBound.cpp:181)
==30287==    by 0x634EFF8: Minotaur::BranchAndBound::solve() (BranchAndBound.cpp:361)
==30287==    by 0x4A2681: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:328)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287== 
==30287== 129 bytes in 1 blocks are indirectly lost in loss record 425 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD153: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:180)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 134 bytes in 1 blocks are indirectly lost in loss record 426 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x752A248: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752B970: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x752BD87: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19)
==30287==    by 0x63AD3D7: Minotaur::Environment::createDefaultOptions_() (Environment.cpp:188)
==30287==    by 0x63AAAFB: Minotaur::Environment::Environment() (Environment.cpp:36)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== 160 bytes in 1 blocks are indirectly lost in loss record 427 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x49FF54: Minotaur::TimerFactory::getTimer() (Timer.h:162)
==30287==    by 0x63AAAE7: Minotaur::Environment::Environment() (Environment.cpp:35)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 160 bytes in 1 blocks are indirectly lost in loss record 428 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A16CD: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:261)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 160 bytes in 1 blocks are indirectly lost in loss record 429 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A1800: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:267)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 232 bytes in 1 blocks are indirectly lost in loss record 430 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x4A15C9: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:251)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 240 bytes in 1 blocks are indirectly lost in loss record 431 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AAA6E: Minotaur::Environment::Environment() (Environment.cpp:33)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 352 bytes in 1 blocks are indirectly lost in loss record 432 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63AAA26: Minotaur::Environment::Environment() (Environment.cpp:32)
==30287==    by 0x4A1C3F: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:286)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287== 
==30287== 352 bytes in 1 blocks are indirectly lost in loss record 433 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x6481BC0: Minotaur::Problem::Problem() (Problem.cpp:56)
==30287==    by 0x4A15D4: NLPBnbUT::createInstance1_() (NLPBnbUT.cpp:251)
==30287==    by 0x4A1E6B: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:289)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287==    by 0x4E59309: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
==30287==    by 0x4E59952: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
==30287==    by 0x4E5986D: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
==30287== 
==30287== 20,112 (64 direct, 20,048 indirect) bytes in 1 blocks are definitely lost in loss record 434 of 434
==30287==    at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30287==    by 0x63C0C07: Minotaur::IntVarHandler::getBranchingCandidates(boost::shared_ptr<Minotaur::Relaxation>, std::vector<double, std::allocator<double> > const&, std::vector<boost::shared_ptr<Minotaur::Modification>, std::allocator<boost::shared_ptr<Minotaur::Modification> > >&, std::set<Minotaur::BrVarCand*, Minotaur::CompareVarBrCand, std::allocator<Minotaur::BrVarCand*> >&, std::vector<Minotaur::BrCand*, std::allocator<Minotaur::BrCand*> >&, bool&) (IntVarHandler.cpp:104)
==30287==    by 0x64BACC3: Minotaur::ReliabilityBrancher::findCandidates_() (ReliabilityBrancher.cpp:250)
==30287==    by 0x64BA7AA: Minotaur::ReliabilityBrancher::findBranches(boost::shared_ptr<Minotaur::Relaxation>, boost::shared_ptr<Minotaur::Node>, boost::shared_ptr<Minotaur::Solution const>, boost::shared_ptr<Minotaur::SolutionPool>, Minotaur::BrancherStatus&, std::vector<boost::shared_ptr<Minotaur::Modification>, std::allocator<boost::shared_ptr<Minotaur::Modification> > >&) (ReliabilityBrancher.cpp:180)
==30287==    by 0x6466AC2: Minotaur::PCBProcessor::process(boost::shared_ptr<Minotaur::Node>, boost::shared_ptr<Minotaur::Relaxation>, boost::shared_ptr<Minotaur::SolutionPool>) (PCBProcessor.cpp:298)
==30287==    by 0x634F266: Minotaur::BranchAndBound::solve() (BranchAndBound.cpp:402)
==30287==    by 0x4A2681: NLPBnbUT::testNLPBnb1() (NLPBnbUT.cpp:328)
==30287==    by 0x4A8809: CppUnit::TestCaller<NLPBnbUT>::runTest() (TestCaller.h:166)
==30287==    by 0x4E59601: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
==30287==    by 0x4E500FF: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
==30287==    by 0x4E56B1C: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
==30287==    by 0x4E5F1A9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
==30287== 
==30287== LEAK SUMMARY:
==30287==    definitely lost: 192 bytes in 3 blocks
==30287==    indirectly lost: 20,048 bytes in 432 blocks
==30287==      possibly lost: 0 bytes in 0 blocks
==30287==    still reachable: 0 bytes in 0 blocks
==30287==         suppressed: 0 bytes in 0 blocks
==30287== 
==30287== For counts of detected and suppressed errors, rerun with: -v
==30287== Use --track-origins=yes to see where uninitialised values come from
==30287== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
 
Errors in build-all:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (71)
 
Errors in build-all-manual:
--------------------------------------------------
Makefile:545: minotaur.d: No such file or directory
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.cpp: In member function ‘void Minotaur::PerspCutGenerator::gPCut(Minotaur::FunctionPtr, double*)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.cpp:103:19: warning: unused variable ‘newc’ [-Wunused-variable]
     ConstraintPtr newc;
                   ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.cpp: In destructor ‘Minotaur::PerspCutGenerator::~PerspCutGenerator()’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.cpp:156:7: error: request for member ‘reset’ in ‘((Minotaur::PerspCutGenerator*)this)->Minotaur::PerspCutGenerator::cp_’, which is of pointer type ‘Minotaur::ConstConstraintPtr {aka const Minotaur::Constraint*}’ (maybe you meant to use ‘->’ ?)
   cp_.reset();
       ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.cpp:157:7: error: request for member ‘reset’ in ‘((Minotaur::PerspCutGenerator*)this)->Minotaur::PerspCutGenerator::bp_’, which is of pointer type ‘Minotaur::ConstVariablePtr {aka Minotaur::Variable*}’ (maybe you meant to use ‘->’ ?)
   bp_.reset();
       ^
make: *** [/sandbox/mahajan/minotaur-test/src/base/PerspCutGenerator.o] Error 1
 
Errors in build-all-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (71)
 
Errors in build-ampl-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (60)
 
Errors in build-ampl:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (60)
 
Errors in build-ampl-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp: In function ‘int main(int, char**)’:
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:264:13: warning: unused variable ‘proj_nlp_e’ [-Wunused-variable]
   EnginePtr proj_nlp_e = 0;
             ^
/sandbox/mahajan/minotaur-test/src/algorithms/QG.cpp:265:13: warning: unused variable ‘l1proj_nlp_e’ [-Wunused-variable]
   EnginePtr l1proj_nlp_e = 0;
             ^
: logger ok! OK (60)
 
Errors in build-base-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-base:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-base-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-filter-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-filter:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-filter-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-ipopt-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (44)
 
Errors in build-ipopt:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (44)
 
Errors in build-ipopt-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (44)
 
Errors in build-osi-debug:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-osi:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)
 
Errors in build-osi-static:
--------------------------------------------------
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:129:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:534:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:570:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:610:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp: In member function ‘void Minotaur::OAHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/OAHandler.cpp:655:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:120:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutEngLim_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:500:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp: In member function ‘void Minotaur::ParQGHandler::oaCutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/ParQGHandler.cpp:592:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp: In member function ‘void Minotaur::ParReliabilityBrancher::findCandidates_(Minotaur::UIntVector*, Minotaur::UIntVector*, Minotaur::DoubleVector*, Minotaur::DoubleVector*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/ParReliabilityBrancher.cpp:249:15: warning: unused variable ‘v_ptr’ [-Wunused-variable]
   VariablePtr v_ptr;
               ^
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp: In member function ‘bool Minotaur::PerspCon::boundBinVar(Minotaur::ConstraintPtr, Minotaur::Variable*&)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCon.cpp:60:20: warning: unused variable ‘var’ [-Wunused-variable]
   ConstVariablePtr var;
                    ^
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp: In member function ‘void Minotaur::PerspCutHandler::feasBisecPt(const double*, double*, Minotaur::UInt)’:
/sandbox/mahajan/minotaur-test/src/base/PerspCutHandler.cpp:729:17: warning: unused variable ‘cPtr’ [-Wunused-variable]
   ConstraintPtr cPtr = cons_[it];
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addInitLinearX_(const double*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:113:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::objCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:455:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::consCutAtLpSol_(const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:492:22: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr con, newcon;
                      ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::addCut_(const double*, const double*, Minotaur::ConstraintPtr, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:532:17: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
   ConstraintPtr newcon;
                 ^
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp: In member function ‘void Minotaur::QGHandler::cutToObj_(const double*, const double*, Minotaur::CutManager*, Minotaur::SeparationStatus*)’:
/sandbox/mahajan/minotaur-test/src/base/QGHandler.cpp:578:19: warning: variable ‘newcon’ set but not used [-Wunused-but-set-variable]
     ConstraintPtr newcon;
                   ^
: logger ok! OK (41)

End of tests
Fri May 31 23:17:03 CDT 2019
--------------------------------------------------


More information about the Minotaur-dev mailing list