As I run screen, I end up using many many virtual terminals and eventually running out of processes. Up the limit with:
sysctl -w kern.maxprocperuid=512 ulimit -u 512
Before running screen.
export TERM=vt100
or add the above line to .bashrc/.profile.