To find a solution for each time-step, the simulator algorithm goes through a number of iterations.
With each iteration it gets closer to the answer, until it converges on consistent figures for V, A, W, R, etc., in all components. Then it sends the results.
That's the idea anyway.
The more complicated the circuit, the greater the number of iterations that are required, and the longer it takes to generate each frame.
200,000 components is a lot for a simulator to handle. I would not be surprised if the simulator says 'okay, I did 100 iterations, that has to be enough, even if the answer is off. Gotta move on.'
A programmer wants his simulator to give a good performance, when users compare it to other simulators.
Did you test the results with fewer resistors? Say, 1,000? Did you get proper results then?