You likely 'backgrounded' the processes,
Type jobs
to see any background processes
Type fg
to resume the #1 background process
Then press ctrl+c to interrupt the process.
If all else fails, run ps aux
, find the process id and send it a kill 9, or just run top
Side note: top is kind of ugly, install htop