I try to simulate transient response of my circuit, ( a bit large as it's a complete ic)
However, there are some nodes which continuously oscilates within a very small range in a triangular wave shape.
I double checked my circuits, which should have enough phase margine.
Also if there is really phase margin issue, the wave should be sinusoidal I guess.
So I assume problem lies with my simulation settings..
For the differences, study e.g. Kenneth S. Kundert's book "The Designers Guide to SPICE & SPECTRE", especially the 4.2.2 chapter on "Characteristics of the Integration Methods" (about 25 pages).
Here just a few clippings: "trapezoidal rule exhibits strong point-to-point ringing." (p.135); "backward Euler exhibits heavy damping" (p.147); "trapezoidal ringing" (p.150); "To avoid trapezoidal ringing, use Gear2" (p.155).
If you set Spectre's errpreset property to conservative, the gear2only method is used by default. I'd suggest to use this one first.