Add watchdog to kill jobs that present Oom errors
When executing in slurm, snakemake is restarting the rules that failed in the job itself without using more memory and then only when it fails does it restart the job based on "retries" param with the correct memory.
A "watchdog" rule could be launched when slurm is detected that could kill jobs that are Oom to accelerate the restart process with the correct amount of memory.