I was watching your site closely and it wasn't taking much traffic to bring the server to it's knees. The most recent crash was caused by a spidering of the site from Bing as it was going to the manufacturer pages. I believe it's a memory leak or something in the coding that's causing a loop. The processes start to backup until the server runs out of resources. I can try activating the site again if you'd like and keeping a close eye on it.
The pages are embedded with tons of links and the spiders are grabbing them all and then hitting 1 page per second:
157.55.33.253 - - [22/Jan/2013:04:11:10 -0500] "GET /electronics/index/manufacturers_id/386?page=1&sort=4a HTTP/1.1" 302 259 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.253 - - [22/Jan/2013:04:11:11 -0500] "GET /electronics/index/manufacturers_id/386?sort=1a&page=2 HTTP/1.1" 302 259 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.253 - - [22/Jan/2013:04:11:12 -0500] "GET /electronics/index/manufacturers_id/394?sort=2a&page=3 HTTP/1.1" 302 259 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.253 - - [22/Jan/2013:04:11:13 -0500] "GET /electronics/index/manufacturers_id/433?sort=20a&page=3 HTTP/1.1" 302 260 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
157.55.33.253 - - [22/Jan/2013:04:11:14 -0500] "GET /electronics/index/manufacturers_id/434?sort=20a&page=2 HTTP/1.1" 302 260 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
This type of activity then causes the server to fail since all of the processes simply backup in line behind each other.
--