echo serial without IQS
/usr/bin/time ./serial 2> /tmp/times/serial-without-IQS
echo parallel without IQS
/usr/bin/time ./parallel 2> /tmp/times/parallel-without-IQS
/dcs/bin/IQS &
# let IQS start up
sleep 1
echo serial with IQS
/usr/bin/time ./serial 2> /tmp/times/serial-with-IQS
echo parallel with IQS
/usr/bin/time ./parallel 2> /tmp/times/parallel-with-IQS