There is a really dirty hack what you can try. If the circles are not to fast it should work.
You can try to enable the bullet only every 2*dt or 3*dt sec.
+ System: Every 3×dt seconds
-> Circle: Set Bullet Enabled
+ System: Else
-> Circle: Set Bullet Disabled
This can have bad side effects if you need the precision of collision checking every dt sec.