Output should be consistent with the GES-comp-echem output format (INFO: | WARNING: | ERROR: ), i.e. INFO: Elapsed time for job ...
This kind of information maybe is best redirected to stderr instead of stdout, since stderr is currently unused by us and this is not information strictly related to the jobs we're carrying out. XTB does the same with the "normal termination of xTB", which is redirected to stderr
Elapsed time information should be linked to a flag (active by default) which suppresses this output if necessary
There should be a way to manually setting the job name via a flag, so we know which calculation has finished
Reformat output for elapsed time information