To manually kill a process, use the command

kill -KILL PID

where PID stands for the process ID of the process to be killed. The ID’s of your own processes are displayed in the first column of the output of the command ps xww.