Blender appears to be ignoring the thread command line argument (-t). Expected behavior is that when rendering from command line using "-t 1", blender uses a maximimum of 1 thread. This should correspond to roughly 25% CPU usage on a quad-core computer.
Render from command line using:
"blender test.blend -b -t 1 -f 1"
CPU usage of blender process will be 100%; expected is 25% (on quad-core system)