Earlier quoted context omitted.
it doesn't, ctrl-z only suspends process and switches to backgroud - the thing is still alive try ctrl-z and then type bg command - you will see a list, you can resume with fg [number]
Well, it might still run but it lets you out of the editor, which is the goal here. You can just kill -9 it afterwards.
Legend has it that, if you do, you bring on the Singularity immediately.