We've recently had an issue with an EC2 instance that bought down our mySQL service.
I've checked the system log (AWS Console: Action > Instance Settings > Get System Log)
However the output isn't self explanatory:
For instance there are hundreds of lines along the following:
[7240052.632109] [15542] 48 15542 100366 1980 190 3 0 0 httpd
...until the systems runs out of memory:
[7240052.636809] Out of memory: Kill process 15239 (httpd) score 10 or sacrifice child
Could anyone explain what the first line means? It's columns aren't explained anywhere I can locate. I'm assuming column 6 and 7 are memory related as I can see them dropping before the crash.