Hi Felix, this is partly a UNIX 'problem' by using exec you replace the previous bash process, exec will never come back but replace the actual process that called it, hence traps you send to the previous process will not be handled/forwarded either. I don't see the necessity for your 2-lin bash script, should not something like: executable = /opt/Abaqus/Commands/abq2017 arguments= job=sim01_NI1100 input=sim01_NI1100.inp user=umat.f inter Be more straight forward ?