Earlier quoted context omitted.
So, simulate a cluster of machines instead of a single machine? Seems like a good thing. "Tiny datacenter in a box." The question whether it's close enough to production to be useful; any testing environment simulates some things well and others poorly. Load testing would be right out, I'd presume, but it might be useful for testing some machine failures.
"Tiny datacenter in a box." That's been built into [Open]Solaris for years. You can define the network topology too.
FreeBSD's 'capsicum' [1] also looks promising at the OS API level as a similar initiative to write code with minimal privileges, but afaict you can't use it on the command line to run unmodified code with restricted privileges, at least not yet.