Remove the hungry-thirsty rules, keeping the default ones, by using excise -task, or re-start Soar and load the default rules. Then re-load the original "ht.s7".
Try running the model with the following watch commands. Try them individually, and then together. After each run, make sure you init-soar.
It is worth noting that default rules begin with default*,
and hence you should not take too much notice of these
when reading through the traces. Such rules begin their
conditions with :default also.
The more sporting of you may wish to then examine the rules that
fired. You can either examine them in ht.s7,
or by printing them out in the running process with the
command p
If you want to trace just one rule firing you can do this by using the pwatch command.