To run soar:
   (load "soar.fasl")
   (load "default.soar")
   (load "eight.soar")
   (d)

Optionally before calling D, you can call WATCH with -1 to turn off tracing
information.  This is desirable for timing situation.
