Bug 1300948 added thread-ids to logalloc logs, and logalloc_munge.py was munging them all as if they were all under the same namespace. But when filtering munged logs to only contain logs from a given process, thread-ids then don't necessarily start from 1, which would be the desired outcome. So use a different pool of thread-ids for each process.