Too many lines of output
The obvious statement is that there are too many System.out.print or System.out.println commands or they are execute too many times.
The most common reason is that you have a System.our.print (or println) inside a loop when it should be after the loop