INPUT_FILE=/home/cluster/crawler/output/EIA-10.29.03/www.eia.doe.gov.xml
OUTPUT_FILE=./EIA-10.29.03-shortestPaths.txt
LOG_FILE=./output.txt
java -Xmx512m idl.cluster.PathBuilder -i $INPUT_FILE -o $OUTPUT_FILE -s n10589 -ignore n3 &> $LOG_FILE & 

tail -f output.txt



