To boot into Single User Mode, hold down the Command () and S keys. The system log is at /var/log/system.log .
You'd probably want to view the log in real time, so try:
tail -f /var/log/system.log
which should show you the system log entries as they are added. When it stops and you can't control the machine anymore, you probably have hit the log entry you're looking for!
Michael