mongostat needs to adjust the column width for the "db locks" stats based on the longest database name it will need to print. If it doesn't, the stats get mis-aligned.
Since it is not possible to know in advance which database will be printed, the width can increase to the required size lazily (once it needs to be printed) and stay at that width.