I reviewed your model. You?re using very high cohesion and tensile strength values for the soil, which essentially makes it behave elastically.
Keep in mind that ADONIS uses a quasi-static (time-marching) technique to solve the problem. In cases with elastic materials and high stiffness, the model tends to oscillate around equilibrium, and it can take more than 100,000 steps to converge.
I recommend increasing the maximum number of steps in the settings from 100,000 to 1e6 (or higher) and allowing the analysis to run longer. As mentioned, this will significantly increase the runtime, but the equilibrium ratio should gradually decrease and eventually converge.
To increase the default step limit, use the following command:
set("steplimit",1000000)