In the following link
http://www.faqs.org/docs/Linux-HOWTO/NFS-HOWTO.html
It said a process is not killable except by a "sure kill", but what's sure kill?
hard (NFS client mount option)
The program accessing a file on a NFS mounted file system will hang when the server crashes. The process cannot be interrupted or killed (except by a "sure kill") unless you also specify intr. When the NFS server is back online the program will continue undisturbed from where it was. We recommend using hard,intr on all NFS mounted file systems.