4 concurrent DQN trainers on a shared H100 causes severe GPU contention (28-39% utilization, 42 GB VRAM). Serializing with --test-threads=1 gives each test full GPU access, reducing total wallclock time despite sequential execution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>