cd %(workdir)s

[ -x %(bin)s/cluster.%(binext)s ] || exit 1
%(bin)s/cluster.%(binext)s @flags -database %(database)s -run:constant_seed -nodelay  2>&1 \
    | egrep -v 'Finished.+in [0-9]+ seconds.' \
    | egrep -v 'time' \
    | egrep -v 'core.init: command' \
    | egrep -v 'Dunbrack library took .+ seconds to load' \
	 | egrep -v 'Total' \
	 | egrep -v 'Readin' \
	 | egrep -v 'Cluster:' \
    > log
