1.0.11: Avoid Truncating Long User Names
Before this release we got the user names from `ps`. Unfortunately, `ps` truncates long user names. As of this release, we ask `ps` for UIDs, not user names. Then we look up those UIDs in the users database. This makes `ps` not truncate long user names. This release also improves the Java command line parsing, inspired by Gradle command lines.