setproctitle(NULL);
プロセスのタイトルを、プログラム名・情報が書かれた文字列・ プロセス ID を続けたものに設定する:
setproctitle("foo! (%d)", getpid());