METATOMIC.md working 2.dat.plumed.stderr

Stderr for source: METATOMIC.md_working_2.dat
Download: zipped raw stdout - zipped raw stderr

#! Only the first 1000 rows of the error file are shown below
#! To inspect the full error file, please download the zipped raw stderr file above
terminate called after throwing an instance of 'PLMD::Plumed::ExceptionError'
what():

********** STACK DUMP **********
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD9ExceptionC1Ev+0x22b) [0x7f12621d7a6b]
/home/runner/opt/lib/libplumedKernel.so(_ZNK4PLMD6Action5errorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x7b) [0x7f12619fea8b]
/home/runner/opt/lib/libplumedKernel.so(+0x48aa89) [0x7f126168aa89]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD18ActionRegistrationINS_9metatomic21MetatomicPlumedActionEE6createERKNS_13ActionOptionsE+0x27) [0x7f1261fa4db7]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD14ActionRegister6createERKSt6vectorIPvSaIS2_EERKNS_13ActionOptionsE+0x263) [0x7f1261a0c573]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD10PlumedMain14readInputWordsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EERKb+0x2da) [0x7f1261a9203a]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD7cltools6DriverIdE4mainEP8_IO_FILES4_RNS_12CommunicatorE+0x6574) [0x7f1261779804]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD10CLToolMain3runEiPPcP8_IO_FILES4_RNS_12CommunicatorE+0x72a) [0x7f1261a49b4a]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD10CLToolMain3cmdESt17basic_string_viewIcSt11char_traitsIcEERKNS_11TypesafePtrE+0x54e) [0x7f1261a4c62e]
/home/runner/opt/lib/libplumedKernel.so(_ZN4PLMD10PlumedMain3cmdESt17basic_string_viewIcSt11char_traitsIcEERKNS_11TypesafePtrE+0x12f4) [0x7f1261a9a4f4]
/home/runner/opt/lib/libplumedKernel.so(+0x8a3c31) [0x7f1261aa3c31]
plumed(+0x1e1e7) [0x55f08c5d21e7]
plumed(+0x14d41) [0x55f08c5c8d41]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f1260a29d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f1260a29e40]
plumed(+0x14eb5) [0x55f08c5c8eb5]

********** END STACK DUMP **********

(core/Action.cpp:372) void PLMD::Action::error(const string&) const
ERROR in input to action METATOMIC with label soap : failed to load model at 'path/to/model.pt': open file failed because of errno 2 on fopen: No such file or directory, file path: path/to/model.pt
Exception raised from RAIIFile at /pytorch/caffe2/serialize/file_adapter.cc:24 (most recent call first):
frame #0: c10::Error::Error(c10::SourceLocation, std::__cxx11::basic_string, std::allocator >) + 0x98 (0x7f124cb8b218 in /home/runner/.local/lib/python3.9/site-packages/torch/lib/libc10.so)
frame #1: c10::detail::torchCheckFail(char const*, char const*, unsigned int, std::__cxx11::basic_string, std::allocator > const&) + 0xe0 (0x7f124cb1ff72 in /home/runner/.local/lib/python3.9/site-packages/torch/lib/libc10.so)
frame #2: caffe2::serialize::FileAdapter::RAIIFile::RAIIFile(std::__cxx11::basic_string, std::allocator > const&) + 0xfe (0x7f125122796e in /home/runner/.local/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so)
frame #3: caffe2::serialize::FileAdapter::FileAdapter(std::__cxx11::basic_string, std::allocator > const&) + 0x2e (0x7f12512279be in /home/runner/.local/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so)
frame #4: caffe2::serialize::PyTorchStreamReader::PyTorchStreamReader(std::__cxx11::basic_string, std::allocator > const&) + 0x6c (0x7f125122650c in /home/runner/.local/lib/python3.9/site-packages/torch/lib/libtorch_cpu.so)
frame #5: metatomic_torch::load_model_extensions(std::__cxx11::basic_string, std::allocator >, std::optional, std::allocator > >) + 0x45 (0x7f1260d66905 in /home/runner/.local/lib/python3.9/site-packages/metatomic/torch/torch-2.7/lib/libmetatomic_torch.so)
frame #6: metatomic_torch::load_atomistic_model(std::__cxx11::basic_string, std::allocator >, std::optional, std::allocator > >) + 0x50 (0x7f1260d671e0 in /home/runner/.local/lib/python3.9/site-packages/metatomic/torch/torch-2.7/lib/libmetatomic_torch.so)
frame #7: PLMD::metatomic::MetatomicPlumedAction::MetatomicPlumedAction(PLMD::ActionOptions const&) + 0x396 (0x7f1261f8c236 in /home/runner/opt/lib/libplumedKernel.so)
frame #8: PLMD::ActionRegistration::create(PLMD::ActionOptions const&) + 0x27 (0x7f1261fa4db7 in /home/runner/opt/lib/libplumedKernel.so)
frame #9: PLMD::ActionRegister::create(std::vector > const&, PLMD::ActionOptions const&) + 0x263 (0x7f1261a0c573 in /home/runner/opt/lib/libplumedKernel.so)
frame #10: PLMD::PlumedMain::readInputWords(std::vector, std::allocator >, std::allocator, std::allocator > > > const&, bool const&) + 0x2da (0x7f1261a9203a in /home/runner/opt/lib/libplumedKernel.so)
frame #11: PLMD::cltools::Driver::main(_IO_FILE*, _IO_FILE*, PLMD::Communicator&) + 0x6574 (0x7f1261779804 in /home/runner/opt/lib/libplumedKernel.so)
frame #12: PLMD::CLToolMain::run(int, char**, _IO_FILE*, _IO_FILE*, PLMD::Communicator&) + 0x72a (0x7f1261a49b4a in /home/runner/opt/lib/libplumedKernel.so)
frame #13: PLMD::CLToolMain::cmd(std::basic_string_view >, PLMD::TypesafePtr const&) + 0x54e (0x7f1261a4c62e in /home/runner/opt/lib/libplumedKernel.so)
frame #14: PLMD::PlumedMain::cmd(std::basic_string_view >, PLMD::TypesafePtr const&) + 0x12f4 (0x7f1261a9a4f4 in /home/runner/opt/lib/libplumedKernel.so)
frame #15:  + 0x8a3c31 (0x7f1261aa3c31 in /home/runner/opt/lib/libplumedKernel.so)
frame #16:  + 0x1e1e7 (0x55f08c5d21e7 in plumed)
frame #17:  + 0x14d41 (0x55f08c5c8d41 in plumed)
frame #18:  + 0x29d90 (0x7f1260a29d90 in /lib/x86_64-linux-gnu/libc.so.6)
frame #19: __libc_start_main + 0x80 (0x7f1260a29e40 in /lib/x86_64-linux-gnu/libc.so.6)
frame #20:  + 0x14eb5 (0x55f08c5c8eb5 in plumed)

[runnervmyg876:54133] *** Process received signal ***
[runnervmyg876:54133] Signal: Aborted (6)
[runnervmyg876:54133] Signal code:  (-6)
[runnervmyg876:54133] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f1260a42520]
[runnervmyg876:54133] [ 1] /lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f1260a969fc]
[runnervmyg876:54133] [ 2] /lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f1260a42476]
[runnervmyg876:54133] [ 3] /lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f1260a287f3]
[runnervmyg876:54133] [ 4] /lib/x86_64-linux-gnu/libstdc++.so.6(+0xa2b9e)[0x7f1260ea2b9e]
[runnervmyg876:54133] [ 5] /lib/x86_64-linux-gnu/libstdc++.so.6(+0xae20c)[0x7f1260eae20c]
[runnervmyg876:54133] [ 6] /lib/x86_64-linux-gnu/libstdc++.so.6(+0xae277)[0x7f1260eae277]
[runnervmyg876:54133] [ 7] /lib/x86_64-linux-gnu/libstdc++.so.6(__cxa_rethrow+0x4b)[0x7f1260eae52b]
[runnervmyg876:54133] [ 8] plumed(+0x14254)[0x55f08c5c8254]
[runnervmyg876:54133] [ 9] /lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f1260a29d90]
[runnervmyg876:54133] [10] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f1260a29e40]
[runnervmyg876:54133] [11] plumed(+0x14eb5)[0x55f08c5c8eb5]
[runnervmyg876:54133] *** End of error message ***