When using parallel --halt soon,done=43 I get two lines of output for each completed job, like this: parallel: This job finished: get_data_from_csv arg1 arg2 arg3 and I find no way to silence them, as my job does its logging by itself. No problem if --halt is not used.