Skip to content
elmer-garduno edited this page Apr 11, 2013 · 6 revisions
  • Running an experiment on Peace
mvn clean package && scp -i ~/.ssh/peace_rsa  target/bioqa-0.0.8-SNAPSHOT-bin.tar.gz  amaiberg@peace.isri.cs.cmu.edu:test
cd test/
rm -r bioqa-0.0.8-SNAPSHOT
# Kill all consumers
~/bin/rb /home/amaiberg/bin/killall.sh
# Kill the producer if present
ps aux |grep PRODUCER
tar xfz bioqa-0.0.8-SNAPSHOT-bin.tar.gz 
# If exists remove 32 bit indri jar
rm bioqa-0.0.8-SNAPSHOT/lib/indri-5.2.jar 
./run_producer.sh bioqa-0.0.8-SNAPSHOT bioqa.bioqa-test-07
ps
# Inspect the producer log and copy the experiment id
more bioqa-0.0.8-SNAPSHOT/producer/producer.log 
~/bin/rb '/home/amaiberg/test/run_consumer.sh bioqa-0.0.8-SNAPSHOT bioqa.bioqa-test-07 REPLACE-WITH-EXPERIMENT-ID'
tail -f bioqa-0.0.8-SNAPSHOT/log/compute-0-*
cat bioqa-0.0.8-SNAPSHOT/producer/producer.log |grep timeout
cat bioqa-0.0.8-SNAPSHOT/log/compute-0-* |grep 'Execution timed out for option'|sort |uniq -c |sort -nr
tail -f bioqa-0.0.8-SNAPSHOT/producer/producer.log 
Clone this wiki locally