Is is possible to suspend a job and force all of its memory to swap?
I've got six jobs running, and they're competing with each other for resources. So much gets wasted on system swapping that they run forever. If I could suspend three (and dump their allocated memory to disk) the remaining three could run normally. Once those finish, I could resume the others, and the total run time would be fine.
suspend) and see if their memory is swapped out. – John Watts Aug 17 '12 at 14:40