#! /bin/sh

echo starting sics, `date`
/local/bin/sicstus << sics_ends_here 
compile( run ).
run( ['runs/seeds_effect_on_500k','/local/tara/lnai/sics_387'] ).
halt.
sics_ends_here
echo sics_finished, `date`

/bin/sleep 120

echo starting yap, `date`
/local/cvs/bin/yap << yap_ends_here
compile( run ).
run( ['runs/seeds_effect_on_500k','/local/tara/lnai/yap_387'] ).
halt.
yap_ends_here
echo yap_finished, `date`
