Pseudo transient analysis?

Starting Gmin stepping.
Warning: Gmin stepping failed.
Starting source stepping.
Warning: Source stepping failed at 0.338231(6.5253e-16)
Starting pseudo transient analysis.
Pseudo transient analysis failed at t=0
Warning: Using skipbp

Total elapsed time: 1.32601 seconds.

Can someone explain what is pseudo analysis here? Why my model is facing this issue?

Your circuit has difficulty in finding a DC solution for .tran to begin with. SPICE, in general, goes through four methods to resolve the DC solution (e.g. if Direct Newton failed, goto Gmin Steeping, then Source Stepping, then Pseudo Transient). Solve with Pseudo Transient indicates that what you are working on poses quite a challenge in obtaining a DC solution.

An example case as your reference.

I have tried all .option but still the issue persists. It is working with .UIC in .tran statement but wrong results.

UIC skips the initial condition (DC condition) calculation and start the simulation in an incorrect DC condition to see if simulation works, so you won’t encounter any kind of DC solver warning.