If both servers hung at the same time, it is likely something wrong with MySQL DB server.
If one server hung, another one is fine, it could be a problem of dead lock in PHP opcode cache.
What you can do is to strace some PHP processes when server hung, to find out the source of the hung.