I'm at a bit of a loss at the moment-- it should be working w/ all 12 cores at this point, I think. One thing that throws me is the process name that's handling the crunching for you: compressord. And just a single process at that. On my 8-core Mac Pro running 10.6.8 (sorry, I can't test it w/ Mavericks, it's a 2006), I see 8 processes called "CompressorTranscoderX" in Activity Monitor when I use QuickCluster. When I use "This Computer" instead, I only see 1 process working called "CompressorTranscoder". Checking ps in Terminal shows that they both are running "compressord" processes, but from 2 different framework bundles.
While you are processing, try this in Terminal:
ps -ax | grep Compressor
My guess is you'll see 1 process from the CompressorTranscoder.bundle and 12 from CompressorTranscoderX.bundle. And my further guess is that the process ID of the single process will match the single process you show in Activity Monitor (233 in your latest example). Can you confirm those things for me?
Some more basics to check also:
- After the restart you mentioned, do you still have the Qmaster menu and all 12 Compressor instances showing?
- Can you post the latest from "qmasterprefs -list" (after the restart)?
- What does Batch Monitor show? Do you see an entry in the "Martys Mac Pro Cluster" tab that shows the job broken into many parts and processing concurrently?
- I tried the same preset that you are using on my 8-core Mac Pro (10.6.8), and I only got 7 total job parts when using QuickCluster on a 15-min video, despite getting 20 or so using a different H.264 LAN preset. Perhaps the preset choice is affecting you (although I can't imagine why w/ two H.264 settings it'd be different)...
Fred