A question could be whether the PiDP-10 is running throttled or not. If unthrottled, everything on the PiDP-10 would run unrealistically fast. Make sure that the SET THROTTLE <x> in SIMH is at a reasonable level? After using CTRL/E to drop into SIMH:
sim> SHOW THROTTLE -- will let you know what it is currently set at.
sim> SET THROTTLE <x> -- throttles the PiDP-10 to execute that many instructions per second. e.g., SET THROTTLE 800K will run 800k PDP-10 instructions per second.
sim> GO -- restarts the PiDP-10
Having found the right throttle setting, that setting command can be put into the boot.ini file to make it automatically set on start up.
Just a possible suggestion ...
Cheers,
-- steve