observe: GC-section CPU time agrees with the budget cpu
The GC section showed CPU time = wall x domains (capacity), which read
34.229s right under the budget cpu=2.498s and made GC overhead (% of CPU)
meaningless for an idle guest (0.02% of wall vs 0.22% of on-CPU). Use the
budget cpu (wall - blocked - gc) so the two numbers match and the overhead
is a fraction of time actually spent computing.