<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello everybody,</div><div>i submit a job with sbatch command (sbatch myprog.sh).  My prog.sh is <br></div><div></div><div>=============================================================<br></div>#!/bin/bash<br>#SBATCH --partition=part2<br>#SBATCH --ntasks=20<br>#SBATCH --nodelist=<br>#SBATCH --cpus-per-task=1<br>#SBATCH --mem=<br># Memory per node specification is in MB. It is optional.<br># The default limit is 3000MB per core.<br>#SBATCH --job-name="test"<br>#SBATCH --output=test.output<br>#SBATCH --mail-user=<a href="mailto:test@out.gr">test@out.gr</a></div><div dir="ltr"></div><div dir="ltr">#SBATCH --mail-type=ALL<br></div><div dir="ltr"><br></div><div dir="ltr">mpirun -c 20 /home/me/projects/EXP00/opa<br>=============================================================</div><div dir="ltr"><br></div><div>The submmited id is 5402. When i  cancel the job by the command  "scancel 5402"  i notice that the job is deleted from the squeue ( the job is not shown in squeue) but making an htop at the node where it was running i see that it continues to be running....</div><div>Moreover, another user submiited his job, which was allocated at the same node ....  The node has 20 cores...<br></div><div>What is happenning here? <br></div><div><br></div><div>Slurm Version slurm 16.05.9<br></div></div></div>