You have too many open file descriptors (includes TCP/UDP sockets, files, etc)
Increase the limit using ulimit -n 8192
ulimit -n 8192