I am performing some research on steel frames and joints.
Using the same type of integrator (load control) with the value of 0.1 and changing the number of steps and the value of the applied force, I obtain some very different results.
Please check the results file in my dropbox: https://www.dropbox.com/s/6pl5uaayymqeq ... s.JPG?dl=0
Can anyone please suggest me why the results are not the same or why they are so different?

Definition of the analysis (red curve):
...
set p1 -250000.0;
...
# Analysis Definition
constraints Transformation;
numberer Plain;
system BandGeneral;
# test NormDispIncr 1.0e-10 3;
algorithm Linear;
integrator LoadControl 0.1;
analysis Static;
analyze 14;
Definition of the analysis (yellow curve):
...
set p1 -350000;
...
# Analysis Definition
constraints Transformation;
numberer Plain;
system BandGeneral;
# test NormDispIncr 1.0e-10 3;
algorithm Linear;
integrator LoadControl 0.1;
analysis Static;
analyze 10;