`ps awx`.split("\n").grep(/4304[1-3]/).map do |process| 
  system("kill -9 #{process.to_i}")
end