[Swift-commit] r5795 - in SwiftApps/cray-benchmarks: . dssat-eff dssat-eff/ddnap dssat-eff/plots eff.hera eff.raven plots plots2

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed May 23 09:53:21 CDT 2012


Author: davidk
Date: 2012-05-23 09:53:20 -0500 (Wed, 23 May 2012)
New Revision: 5795

Added:
   SwiftApps/cray-benchmarks/dssat-eff/
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.sh
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.swift
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.xml
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/input.test
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/sites.xml
   SwiftApps/cray-benchmarks/dssat-eff/ddnap/tc.data
   SwiftApps/cray-benchmarks/dssat-eff/do_eff.sh
   SwiftApps/cray-benchmarks/dssat-eff/dssat
   SwiftApps/cray-benchmarks/dssat-eff/plots/
   SwiftApps/cray-benchmarks/dssat-eff/plots/extract4plots
   SwiftApps/cray-benchmarks/dssat-eff/plots/plotit.gp
   SwiftApps/cray-benchmarks/dssat-eff/plots/taskrate.sh
   SwiftApps/cray-benchmarks/dssat-eff/plots/timetocomplete.sh
   SwiftApps/cray-benchmarks/eff.hera/
   SwiftApps/cray-benchmarks/eff.hera/eff.gp
   SwiftApps/cray-benchmarks/eff.hera/eff100.txt
   SwiftApps/cray-benchmarks/eff.hera/eff150.txt
   SwiftApps/cray-benchmarks/eff.hera/eff200.txt
   SwiftApps/cray-benchmarks/eff.hera/eff400.txt
   SwiftApps/cray-benchmarks/eff.hera/eff90.pdf
   SwiftApps/cray-benchmarks/eff.hera/eff90.png
   SwiftApps/cray-benchmarks/eff.hera/eff90.ps
   SwiftApps/cray-benchmarks/eff.hera/eff90.svg
   SwiftApps/cray-benchmarks/eff.hera/exm.pdf
   SwiftApps/cray-benchmarks/eff.hera/expectedtime.gp
   SwiftApps/cray-benchmarks/eff.hera/mike.gp
   SwiftApps/cray-benchmarks/eff.hera/mike.txt
   SwiftApps/cray-benchmarks/eff.hera/mnotes
   SwiftApps/cray-benchmarks/eff.hera/plotit.gp
   SwiftApps/cray-benchmarks/eff.hera/timetocomplete.sh
   SwiftApps/cray-benchmarks/eff.raven/
   SwiftApps/cray-benchmarks/eff.raven/eff.gp
   SwiftApps/cray-benchmarks/eff.raven/eff100.txt
   SwiftApps/cray-benchmarks/eff.raven/eff200.txt
   SwiftApps/cray-benchmarks/eff.raven/eff400.txt
   SwiftApps/cray-benchmarks/eff.raven/eff90-raven.pdf
   SwiftApps/cray-benchmarks/eff.raven/eff90.pdf
   SwiftApps/cray-benchmarks/eff.raven/expectedtime.gp
   SwiftApps/cray-benchmarks/eff.raven/plotit.gp
   SwiftApps/cray-benchmarks/plots/
   SwiftApps/cray-benchmarks/plots/T.data
   SwiftApps/cray-benchmarks/plots/active.txt
   SwiftApps/cray-benchmarks/plots/activeplot.png
   SwiftApps/cray-benchmarks/plots/activetics.txt
   SwiftApps/cray-benchmarks/plots/anneal.data
   SwiftApps/cray-benchmarks/plots/cumulative.txt
   SwiftApps/cray-benchmarks/plots/cumulativeplot-openmp.png
   SwiftApps/cray-benchmarks/plots/cumulativeplot.png
   SwiftApps/cray-benchmarks/plots/cumultics.txt
   SwiftApps/cray-benchmarks/plots/extract4plots
   SwiftApps/cray-benchmarks/plots/multiloss.txt
   SwiftApps/cray-benchmarks/plots/plot_active.txt
   SwiftApps/cray-benchmarks/plots/plot_cumulative.txt
   SwiftApps/cray-benchmarks/plots/plotit.gp
   SwiftApps/cray-benchmarks/plots/scs.png
   SwiftApps/cray-benchmarks/plots2/
   SwiftApps/cray-benchmarks/plots2/T.data
   SwiftApps/cray-benchmarks/plots2/active.txt
   SwiftApps/cray-benchmarks/plots2/activeplot.png
   SwiftApps/cray-benchmarks/plots2/activetics.txt
   SwiftApps/cray-benchmarks/plots2/anneal.data
   SwiftApps/cray-benchmarks/plots2/cumulative.txt
   SwiftApps/cray-benchmarks/plots2/cumulativeplot-openmp.png
   SwiftApps/cray-benchmarks/plots2/cumulativeplot.png
   SwiftApps/cray-benchmarks/plots2/cumultics.txt
   SwiftApps/cray-benchmarks/plots2/extract4plots
   SwiftApps/cray-benchmarks/plots2/multiloss.txt
   SwiftApps/cray-benchmarks/plots2/plot_active.txt
   SwiftApps/cray-benchmarks/plots2/plot_cumulative.txt
   SwiftApps/cray-benchmarks/plots2/plotit.gp
   SwiftApps/cray-benchmarks/plots2/run021.out
   SwiftApps/cray-benchmarks/plots2/scs.png
Log:
Random dump of scripts to be sorted out and organized later


Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.sh
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.sh	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.sh	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+sleep $3
+dd if=$1 of=t bs=1M
+dd if=t of=$2
+


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.swift
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.swift	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.swift	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,14 @@
+type file;
+
+app ddnap (string delay, string i, string o)
+{
+  ddnap i o delay;
+}
+
+string delay=@arg("s","1");
+string infile=@arg("input");
+string outfile=@arg("output");
+
+foreach j in [1:@toint(@arg("n","1"))] {
+  ddnap(delay, infile, outfile);
+}

Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.xml
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.xml	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/ddnap.xml	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,66 @@
+<program xmlns="http://ci.uchicago.edu/swift/2009/02/swiftscript"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns:xs="http://www.w3.org/2001/XMLSchema">
+  <types>
+     	<type>
+     		<typename>file</typename>
+     		<typealias>string</typealias>
+     		<typestructure></typestructure>
+     	</type>
+  </types>
+  <procedure name="ddnap" src="line 3">
+
+      <input
+    name="delay" type="string"
+
+     xsi:nil="true" />
+
+      <input
+    name="i" type="string"
+
+     xsi:nil="true" />
+
+      <input
+    name="o" type="string"
+
+     xsi:nil="true" />
+    <binding>
+      <application src="line 3">
+        <executable>ddnap</executable>
+        <variableReference>i</variableReference><variableReference>o</variableReference><variableReference>delay</variableReference>  </application>
+    </binding>
+  </procedure>
+  <variable name="delay" type="string" isGlobal="false" xsi:nil="true"/>
+  <assign src="line 9">
+   <variableReference>delay</variableReference>
+   <function name="arg">
+     <stringConstant>s</stringConstant><stringConstant>1</stringConstant></function>
+  </assign>
+  <variable name="infile" type="string" isGlobal="false" xsi:nil="true"/>
+  <assign src="line 10">
+   <variableReference>infile</variableReference>
+   <function name="arg">
+     <stringConstant>input</stringConstant></function>
+  </assign>
+  <variable name="outfile" type="string" isGlobal="false" xsi:nil="true"/>
+  <assign src="line 12">
+   <variableReference>outfile</variableReference>
+   <function name="arg">
+     <stringConstant>output</stringConstant></function>
+  </assign>
+  <foreach var="j"  src="line 12">
+  <in>
+    <range>
+      <integerConstant>1</integerConstant>
+      <function name="toint">
+        <function name="arg">
+          <stringConstant>n</stringConstant><stringConstant>1</stringConstant></function></function>
+    </range>
+  </in>
+  <body><call proc="ddnap" src="line 13">
+      <input><variableReference>delay</variableReference></input>
+      <input><variableReference>infile</variableReference></input>
+      <input><variableReference>outfile</variableReference></input>
+    </call></body>
+  </foreach>
+</program>

Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/input.test
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/input.test	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/input.test	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,100 @@
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass
+dfjdklass


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/ddnap/input.test
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/sites.xml
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/sites.xml	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/sites.xml	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,14 @@
+<config>
+  <pool handle="localhost">
+    <filesystem provider="local" />
+    <execution provider="coaster" jobmanager="local:local"/>
+    <profile namespace="karajan"  key="jobthrottle">2.55</profile>
+    <profile namespace="karajan"  key="initialScore">10000</profile>
+    <profile namespace="globus"   key="jobsPerNode">4</profile>
+    <profile namespace="globus"   key="slots">8</profile>
+    <profile namespace="globus"   key="maxTime">1000</profile>
+    <profile namespace="globus"   key="nodeGranularity">1</profile>
+    <profile namespace="globus"   key="maxNodes">4</profile>
+    <workdirectory>/tmp</workdirectory>
+  </pool>
+</config>

Added: SwiftApps/cray-benchmarks/dssat-eff/ddnap/tc.data
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/ddnap/tc.data	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/ddnap/tc.data	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1 @@
+localhost ddnap /home/users/p01537/ddnap/ddnap.sh null null null

Added: SwiftApps/cray-benchmarks/dssat-eff/do_eff.sh
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/do_eff.sh	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/do_eff.sh	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+export PATH=$PWD/swift-tickerfix/bin:$PATH
+export STORAGE=$HOME
+
+# tar and remove
+movelogs()
+{
+    dir=`ls -1rtd run* | tail -1`
+    tar cvfz $dir.tar.gz $dir
+    cp $dir.tar.gz $STORAGE && rm $dir.tar.gz && rm -rf $dir/*
+}
+
+./dssat hera 100 3600 3200 $PWD 100 && movelogs
+./dssat hera 300 3600 6400 $PWD 100 && movelogs
+./dssat hera 500 3600 12800 $PWD 100 && movelogs
+./dssat hera 588 3600 12800 $PWD 100 && movelogs
+
+./dssat hera 100 3600 3200 $PWD 200 && movelogs
+./dssat hera 300 3600 6400 $PWD 200 && movelogs
+./dssat hera 500 3600 12800 $PWD 200 && movelogs
+./dssat hera 588 3600 12800 $PWD 200 && movelogs
+
+./dssat hera 100 3600 3200 $PWD 150 && movelogs
+./dssat hera 300 3600 6400 $PWD 150 && movelogs
+./dssat hera 500 3600 12800 $PWD 150 && movelogs
+./dssat hera 588 3600 12800 $PWD 150 && movelogs
+


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/do_eff.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/dssat
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/dssat	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/dssat	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,75 @@
+#!/bin/bash
+
+if [ $# -lt 5 ]; then
+    echo "Usage: $0 site #nodes maxtime #cells dssat_home <sleepvalue> <datasize>
+
+             maxtime must be in seconds
+             dssat_home is where all the DSSAT file reside(normally PWD)"
+    exit 1
+fi
+
+rundir=$( echo run??? | sed -e 's/^.*run//' | awk '{ printf("run%03d\n", $1+1)}' )
+echo "Running in $rundir"
+
+mkdir $rundir
+
+cd $rundir
+mkdir output
+
+export WORK=/dev/shm
+execsite=$1
+export NODES=$2
+export MAXTIME=$3
+
+cells=$4
+export dssat_home=$5
+if [ ! -z "$6" ]; then
+   export sleepvalue=$6
+fi
+
+if [ ! -z "$7" ]; then
+   export datasize=$7
+   dd if=../rand.data of=data.txt bs=1K count=$datasize  
+fi
+
+
+gensites -p ../conf/$execsite.cf ../conf/sites.$execsite.xml > sites.xml
+
+cp ../conf/$execsite.cf cf
+cp ../RunDSSAT.swift .
+head -$cells ../gridLists/gridList100000.txt > gridList.txt
+
+date +%s > swift.out
+if [ ! -z "$sleepvalue" ]; then
+   if [ ! -z "$datasize" ]; then
+   SWIFT_HEAP_MAX=7000M swift -config cf -tc.file tc.data -sites.file sites.xml \
+      RunDSSAT.swift \
+      -cmppath="$dssat_home/campaigns/dummy100000" \
+      -refdata="$dssat_home/common" \
+      -campaign="$dssat_home/campaigns/dummy100000" \
+      -bindata="$dssat_home/bin" \
+      -sleeponly="yes" \
+      -sleepvalue="$sleepvalue" \
+      -usedata="yes" \
+      -datasize="$datasize" 2>&1 | tee -a swift.out
+   else
+      SWIFT_HEAP_MAX=7000M swift -config cf -tc.file tc.data -sites.file sites.xml \
+         RunDSSAT.swift \
+         -cmppath="$dssat_home/campaigns/dummy100000" \
+         -refdata="$dssat_home/common" \
+         -campaign="$dssat_home/campaigns/dummy100000" \
+         -bindata="$dssat_home/bin" \
+         -sleeponly="yes" \
+         -sleepvalue="$sleepvalue" 2>&1 | tee -a swift.out 
+   fi
+else
+   SWIFT_HEAP_MAX=7000M swift -config cf -tc.file tc.data -sites.file sites.xml \
+      RunDSSAT.swift \
+      -cmppath="$dssat_home/campaigns/dummy100000" \
+      -refdata="$dssat_home/common" \
+      -campaign="$dssat_home/campaigns/dummy100000" \
+      -bindata="$dssat_home/bin" 2>&1 | tee -a swift.out
+fi
+date +%s >> swift.out
+../plots/timetocomplete.sh swift.out
+


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/dssat
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/plots/extract4plots
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/plots/extract4plots	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/plots/extract4plots	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+#usage: ./extract4plots <swift.outfile>
+
+SWIFTOUTFILE=$1
+
+#extract start time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | head -n 1 | cut -f4-9 -d ' '`
+START_TIME=`date +%s -d "$TMPDATE"`
+
+#extract end time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | tail -n 1 | cut -f4-9 -d ' '`
+END_TIME=`date +%s -d "$TMPDATE"`
+
+#duration
+DIFFTIME=$((END_TIME - START_TIME))
+
+#extract active runs in a file
+grep -o -i "Active:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > active.txt
+
+#extract successful completions in a file
+grep -o -i "Successfully:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > cumulative.txt
+
+#prepare tics
+activelines=`wc -l active.txt | awk '{print $1}'`
+cumulines=`wc -l cumulative.txt | awk '{print $1}'`
+
+activelinespertic=`echo "scale=5 ; $DIFFTIME / $activelines" | bc`
+seq 0 $activelinespertic $DIFFTIME > activetics.txt
+
+cumulinespertic=`echo "scale=5 ; $DIFFTIME / $cumulines" | bc`
+seq 0 $cumulinespertic $DIFFTIME > cumultics.txt
+
+#final plot data
+paste activetics.txt active.txt > plot_active.txt
+paste cumultics.txt cumulative.txt > plot_cumulative.txt
+
+grep  "T =" $SWIFTOUTFILE | awk '{print $6}' | cut -c8- | sed 's/....$//' > T.data
+
+grep multi_annealing $SWIFTOUTFILE | grep "1;30" | awk '{print $3}' | cut -c11- | sed 's/....$//' > anneal.data
+
+grep returning $SWIFTOUTFILE | awk '{print $3, $4, $5, $6}' | sed -e 's/'ci='//' -e 's/'cj='//' -e 's/'r.loss='//' -e 's/'r.sdev='//' | sort -t' ' -k 1,2n > multiloss.txt


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/plots/extract4plots
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/plots/plotit.gp
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/plots/plotit.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/plots/plotit.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,48 @@
+#To be run as a gnuplot script as follows:
+
+# $ gnuplot plotit.gp
+
+set terminal png enhanced 
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 1000 1000
+#set style line 1 linecolor rgb "blue"
+set output "activeplot.png"
+set nokey
+set xlabel "Time in sec"
+set ylabel "number of active jobs"
+set title "Active jobs"
+plot "plot_active.txt" using 1:2 with line
+
+#multiplies the active jobs by 24 to take into account the number of openmp
+#procs running on Beagle
+set output "cumulativeplot-openmp.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative SciColSim-openMP jobs"
+plot "plot_cumulative.txt" using 1:($2*24) with lines
+
+set output "cumulativeplot.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative jobs"
+plot "plot_cumulative.txt" using 1:2 with lines
+
+set output "scs.png"
+set xlabel "Evolution"
+set ylabel "Value of T"
+set title "SciColSim evolution Results"
+plot "T.data" using 1 with lines 
+
+set output "scs_loss.png"
+set title "SciColSim evolution loss Results"
+set xlabel "Evolution"
+set ylabel "Value of loss(AR)"
+plot "anneal.data" using 1 with lines 
+
+set output "multiloss.png"
+set title "SciColSim evolution loss Results"
+set key auto
+set yrange [0:200]
+set xlabel "Evolution"
+set ylabel "loss"
+plot "multiloss.txt" using 3 with lines title "multiloss mean val",  "multiloss.txt" using ($3+$4) with lines title "+stddev", "multiloss.txt" using ($3-$4) with lines title "-stddev"

Added: SwiftApps/cray-benchmarks/dssat-eff/plots/taskrate.sh
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/plots/taskrate.sh	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/plots/taskrate.sh	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+for log in $@
+do
+   stime=`head -1 $log`
+   etime=`tail -1 $log`
+   python -c "print 10000 / ( $etime - $stime )"
+done


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/plots/taskrate.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/dssat-eff/plots/timetocomplete.sh
===================================================================
--- SwiftApps/cray-benchmarks/dssat-eff/plots/timetocomplete.sh	                        (rev 0)
+++ SwiftApps/cray-benchmarks/dssat-eff/plots/timetocomplete.sh	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+for log in $@
+do
+   stime=`head -1 $log`
+   etime=`tail -1 $log`
+   expr $etime - $stime
+done


Property changes on: SwiftApps/cray-benchmarks/dssat-eff/plots/timetocomplete.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/eff.hera/eff.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,24 @@
+#set terminal png font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 12 size 4000,2800
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 2000 800
+#set terminal postscript enhanced
+set terminal pdf
+
+#set output "eff90.ps"
+#set output "eff90.png"
+set output "eff90.pdf"
+
+set decimal locale
+#set format x "%'g"
+set xrange [2000:17000]
+
+set style line 1 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 2 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 3 lt 1 lw 8 pt 3 lc rgb "blue"
+set style line 4 lt 1 lw 8 pt 3 lc rgb "blue"
+
+set key above
+set xlabel "Number of Processors" 
+set ylabel "Efficiency" 
+set yrange [50:100]
+plot "eff100.txt" using 1:5 with linespoints pt 5 lw 5 ps 0.5 lc rgb "red" title "100 second tasks", "eff200.txt" using 1:5 with linespoints pt 7 ps 0.5 lw 5 lc rgb "orange" title "200 second tasks", "eff400.txt" using 1:5 with linespoint pt 9 ps 0.5 lw 5 lc rgb "#1E90FF" title "400 seconds"

Added: SwiftApps/cray-benchmarks/eff.hera/eff100.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff100.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff100.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,3 @@
+16000	300	448	107.14	66.96
+9600	300	388	74.23	77.32
+3200	300	338	28.40	88.76

Added: SwiftApps/cray-benchmarks/eff.hera/eff150.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff150.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff150.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,3 @@
+3200	450	499	19.24	90.18
+9600	450	570	50.53	78.95
+16000	450	626	76.68	71.88

Added: SwiftApps/cray-benchmarks/eff.hera/eff200.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff200.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff200.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,3 @@
+16000	600	741	64.78	80.97
+9600	600	693	41.56	86.58
+3200	600	639	15.02	93.90

Added: SwiftApps/cray-benchmarks/eff.hera/eff400.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff400.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff400.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,3 @@
+3200	1200	1245	7.71	96.39
+9600	1200	1294	22.26	92.74
+16000	1200	1345	35.69	89.22

Added: SwiftApps/cray-benchmarks/eff.hera/eff90.pdf
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/eff.hera/eff90.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/eff.hera/eff90.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/eff.hera/eff90.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/eff.hera/eff90.ps
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff90.ps	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff90.ps	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,696 @@
+%!PS-Adobe-2.0
+%%Title: eff90.ps
+%%Creator: gnuplot 4.4 patchlevel 3
+%%CreationDate: Wed May  2 17:00:42 2012
+%%DocumentFonts: (atend)
+%%BoundingBox: 50 50 554 770
+%%Orientation: Landscape
+%%Pages: (atend)
+%%EndComments
+%%BeginProlog
+/gnudict 256 dict def
+gnudict begin
+%
+% The following true/false flags may be edited by hand if desired.
+% The unit line width and grayscale image gamma correction may also be changed.
+%
+/Color false def
+/Blacktext false def
+/Solid false def
+/Dashlength 1 def
+/Landscape true def
+/Level1 false def
+/Rounded false def
+/ClipToBoundingBox false def
+/TransparentPatterns false def
+/gnulinewidth 5.000 def
+/userlinewidth gnulinewidth def
+/Gamma 1.0 def
+%
+/vshift -46 def
+/dl1 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
+} def
+/dl2 {
+  10.0 Dashlength mul mul
+  Rounded { currentlinewidth 0.75 mul add } if
+} def
+/hpt_ 31.5 def
+/vpt_ 31.5 def
+/hpt hpt_ def
+/vpt vpt_ def
+Level1 {} {
+/SDict 10 dict def
+systemdict /pdfmark known not {
+  userdict /pdfmark systemdict /cleartomark get put
+} if
+SDict begin [
+  /Title (eff90.ps)
+  /Subject (gnuplot plot)
+  /Creator (gnuplot 4.4 patchlevel 3)
+  /Author (david)
+%  /Producer (gnuplot)
+%  /Keywords ()
+  /CreationDate (Wed May  2 17:00:42 2012)
+  /DOCINFO pdfmark
+end
+} ifelse
+/doclip {
+  ClipToBoundingBox {
+    newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath
+    clip
+  } if
+} def
+%
+% Gnuplot Prolog Version 4.4 (August 2010)
+%
+%/SuppressPDFMark true def
+%
+/M {moveto} bind def
+/L {lineto} bind def
+/R {rmoveto} bind def
+/V {rlineto} bind def
+/N {newpath moveto} bind def
+/Z {closepath} bind def
+/C {setrgbcolor} bind def
+/f {rlineto fill} bind def
+/g {setgray} bind def
+/Gshow {show} def   % May be redefined later in the file to support UTF-8
+/vpt2 vpt 2 mul def
+/hpt2 hpt 2 mul def
+/Lshow {currentpoint stroke M 0 vshift R 
+	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
+	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
+	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
+/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
+  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
+/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
+ {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
+/BL {stroke userlinewidth 2 mul setlinewidth
+	Rounded {1 setlinejoin 1 setlinecap} if} def
+/AL {stroke userlinewidth 2 div setlinewidth
+	Rounded {1 setlinejoin 1 setlinecap} if} def
+/UL {dup gnulinewidth mul /userlinewidth exch def
+	dup 1 lt {pop 1} if 10 mul /udl exch def} def
+/PL {stroke userlinewidth setlinewidth
+	Rounded {1 setlinejoin 1 setlinecap} if} def
+3.8 setmiterlimit
+% Default Line colors
+/LCw {1 1 1} def
+/LCb {0 0 0} def
+/LCa {0 0 0} def
+/LC0 {1 0 0} def
+/LC1 {0 1 0} def
+/LC2 {0 0 1} def
+/LC3 {1 0 1} def
+/LC4 {0 1 1} def
+/LC5 {1 1 0} def
+/LC6 {0 0 0} def
+/LC7 {1 0.3 0} def
+/LC8 {0.5 0.5 0.5} def
+% Default Line Types
+/LTw {PL [] 1 setgray} def
+/LTb {BL [] LCb DL} def
+/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
+/LT0 {PL [] LC0 DL} def
+/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
+/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
+/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
+/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
+/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
+/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
+/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
+/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
+/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
+/Dia {stroke [] 0 setdash 2 copy vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke
+  Pnt} def
+/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
+  currentpoint stroke M
+  hpt neg vpt neg R hpt2 0 V stroke
+ } def
+/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke
+  Pnt} def
+/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
+  hpt2 vpt2 neg V currentpoint stroke M
+  hpt2 neg 0 R hpt2 vpt2 V stroke} def
+/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke
+  Pnt} def
+/Star {2 copy Pls Crs} def
+/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath fill} def
+/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath fill} def
+/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke
+  Pnt} def
+/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath fill} def
+/DiaF {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath fill} def
+/Pent {stroke [] 0 setdash 2 copy gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore Pnt} def
+/PentF {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath fill grestore} def
+/Circle {stroke [] 0 setdash 2 copy
+  hpt 0 360 arc stroke Pnt} def
+/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
+/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
+/C1 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 90 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C2 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 90 180 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C3 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 180 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C4 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 180 270 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C5 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 90 arc
+	2 copy moveto
+	2 copy vpt 180 270 arc closepath fill
+	vpt 0 360 arc} bind def
+/C6 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 90 270 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C7 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 270 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C8 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 270 360 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C9 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 270 450 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
+	2 copy moveto
+	2 copy vpt 90 180 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C11 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 180 arc closepath fill
+	2 copy moveto
+	2 copy vpt 270 360 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C12 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 180 360 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C13 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 0 90 arc closepath fill
+	2 copy moveto
+	2 copy vpt 180 360 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/C14 {BL [] 0 setdash 2 copy moveto
+	2 copy vpt 90 360 arc closepath fill
+	vpt 0 360 arc} bind def
+/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
+	vpt 0 360 arc closepath} bind def
+/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+	neg 0 rlineto closepath} bind def
+/Square {dup Rec} bind def
+/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
+/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
+/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
+/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
+/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
+	exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
+/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
+	2 copy vpt Square fill Bsquare} bind def
+/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
+/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
+/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
+	Bsquare} bind def
+/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
+	Bsquare} bind def
+/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
+/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+	2 copy vpt Square fill Bsquare} bind def
+/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
+	2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
+/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
+/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
+/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
+/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
+/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
+/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
+/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
+/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
+/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
+/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
+/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
+/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
+/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
+/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
+/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
+/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
+/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
+/DiaE {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V closepath stroke} def
+/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V closepath stroke} def
+/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V closepath stroke} def
+/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V closepath stroke} def
+/PentE {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  closepath stroke grestore} def
+/CircE {stroke [] 0 setdash 
+  hpt 0 360 arc stroke} def
+/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
+/DiaW {stroke [] 0 setdash vpt add M
+  hpt neg vpt neg V hpt vpt neg V
+  hpt vpt V hpt neg vpt V Opaque stroke} def
+/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
+  0 vpt2 neg V hpt2 0 V 0 vpt2 V
+  hpt2 neg 0 V Opaque stroke} def
+/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
+  hpt neg vpt -1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt 1.62 mul V Opaque stroke} def
+/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
+  hpt neg vpt 1.62 mul V
+  hpt 2 mul 0 V
+  hpt neg vpt -1.62 mul V Opaque stroke} def
+/PentW {stroke [] 0 setdash gsave
+  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
+  Opaque stroke grestore} def
+/CircW {stroke [] 0 setdash 
+  hpt 0 360 arc Opaque stroke} def
+/BoxFill {gsave Rec 1 setgray fill grestore} def
+/Density {
+  /Fillden exch def
+  currentrgbcolor
+  /ColB exch def /ColG exch def /ColR exch def
+  /ColR ColR Fillden mul Fillden sub 1 add def
+  /ColG ColG Fillden mul Fillden sub 1 add def
+  /ColB ColB Fillden mul Fillden sub 1 add def
+  ColR ColG ColB setrgbcolor} def
+/BoxColFill {gsave Rec PolyFill} def
+/PolyFill {gsave Density fill grestore grestore} def
+/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
+%
+% PostScript Level 1 Pattern Fill routine for rectangles
+% Usage: x y w h s a XX PatternFill
+%	x,y = lower left corner of box to be filled
+%	w,h = width and height of box
+%	  a = angle in degrees between lines and x-axis
+%	 XX = 0/1 for no/yes cross-hatch
+%
+/PatternFill {gsave /PFa [ 9 2 roll ] def
+  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
+  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
+  gsave 1 setgray fill grestore clip
+  currentlinewidth 0.5 mul setlinewidth
+  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
+  0 0 M PFa 5 get rotate PFs -2 div dup translate
+  0 1 PFs PFa 4 get div 1 add floor cvi
+	{PFa 4 get mul 0 M 0 PFs V} for
+  0 PFa 6 get ne {
+	0 1 PFs PFa 4 get div 1 add floor cvi
+	{PFa 4 get mul 0 2 1 roll M PFs 0 V} for
+ } if
+  stroke grestore} def
+%
+/languagelevel where
+ {pop languagelevel} {1} ifelse
+ 2 lt
+	{/InterpretLevel1 true def}
+	{/InterpretLevel1 Level1 def}
+ ifelse
+%
+% PostScript level 2 pattern fill definitions
+%
+/Level2PatternFill {
+/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
+	bind def
+/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
+>> matrix makepattern
+/Pat1 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
+	0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
+>> matrix makepattern
+/Pat2 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
+	8 8 L 8 0 L 0 0 L fill}
+>> matrix makepattern
+/Pat3 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
+	0 12 M 12 0 L stroke}
+>> matrix makepattern
+/Pat4 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
+	0 -4 M 12 8 L stroke}
+>> matrix makepattern
+/Pat5 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
+	0 12 M 8 -4 L 4 12 M 10 0 L stroke}
+>> matrix makepattern
+/Pat6 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
+	0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
+>> matrix makepattern
+/Pat7 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
+	12 0 M -4 8 L 12 4 M 0 10 L stroke}
+>> matrix makepattern
+/Pat8 exch def
+<< Tile8x8
+ /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
+	-4 0 M 12 8 L -4 4 M 8 10 L stroke}
+>> matrix makepattern
+/Pat9 exch def
+/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
+/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
+/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
+/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
+/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
+/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
+/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
+} def
+%
+%
+%End of PostScript Level 2 code
+%
+/PatternBgnd {
+  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
+} def
+%
+% Substitute for Level 2 pattern fill codes with
+% grayscale if Level 2 support is not selected.
+%
+/Level1PatternFill {
+/Pattern1 {0.250 Density} bind def
+/Pattern2 {0.500 Density} bind def
+/Pattern3 {0.750 Density} bind def
+/Pattern4 {0.125 Density} bind def
+/Pattern5 {0.375 Density} bind def
+/Pattern6 {0.625 Density} bind def
+/Pattern7 {0.875 Density} bind def
+} def
+%
+% Now test for support of Level 2 code
+%
+Level1 {Level1PatternFill} {Level2PatternFill} ifelse
+%
+/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
+dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
+currentdict end definefont pop
+/MFshow {
+   { dup 5 get 3 ge
+     { 5 get 3 eq {gsave} {grestore} ifelse }
+     {dup dup 0 get findfont exch 1 get scalefont setfont
+     [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
+     get exch 4 get {Gshow} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
+     {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
+     get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
+     dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
+     show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
+     pop aload pop M} ifelse }ifelse }ifelse }
+     ifelse }
+   forall} def
+/Gswidth {dup type /stringtype eq {stringwidth} {pop (n) stringwidth} ifelse} def
+/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
+ {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
+     6 get Gswidth pop add} {pop} ifelse} ifelse} forall} def
+/MLshow { currentpoint stroke M
+  0 exch R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/MRshow { currentpoint stroke M
+  exch dup MFwidth neg 3 -1 roll R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/MCshow { currentpoint stroke M
+  exch dup MFwidth -2 div 3 -1 roll R
+  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
+/XYsave    { [( ) 1 2 true false 3 ()] } bind def
+/XYrestore { [( ) 1 2 true false 4 ()] } bind def
+end
+%%EndProlog
+%%Page: 1 1
+gnudict begin
+gsave
+doclip
+50 50 translate
+0.100 0.100 scale
+90 rotate
+0 -5040 translate
+0 setgray
+newpath
+(Helvetica) findfont 140 scalefont setfont
+1.000 UL
+LTb
+602 448 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 448 M
+[ [(Helvetica) 140.0 0.0 true true 0 (50)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 1277 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 1277 M
+[ [(Helvetica) 140.0 0.0 true true 0 (60)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 2105 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 2105 M
+[ [(Helvetica) 140.0 0.0 true true 0 (70)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 2934 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 2934 M
+[ [(Helvetica) 140.0 0.0 true true 0 (80)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 3762 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 3762 M
+[ [(Helvetica) 140.0 0.0 true true 0 (90)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 4591 M
+63 0 V
+6282 0 R
+-63 0 V
+stroke
+518 4591 M
+[ [(Helvetica) 140.0 0.0 true true 0 (100)]
+] -46.7 MRshow
+1.000 UL
+LTb
+602 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+602 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 0)]
+] -46.7 MCshow
+1.000 UL
+LTb
+1508 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+1508 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 20000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+2415 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+2415 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 40000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+3321 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+3321 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 60000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+4228 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+4228 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 80000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+5134 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+5134 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 100000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+6041 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+6041 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 120000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+6947 448 M
+0 63 V
+0 4080 R
+0 -63 V
+stroke
+6947 308 M
+[ [(Helvetica) 140.0 0.0 true true 0 ( 140000)]
+] -46.7 MCshow
+1.000 UL
+LTb
+1.000 UL
+LTb
+602 4591 N
+602 448 L
+6345 0 V
+0 4143 V
+-6345 0 V
+Z stroke
+LCb setrgbcolor
+112 2519 M
+currentpoint gsave translate -270 rotate 0 0 moveto
+[ [(Helvetica) 140.0 0.0 true true 0 (Efficiency)]
+] -46.7 MCshow
+grestore
+LTb
+LCb setrgbcolor
+3774 98 M
+[ [(Helvetica) 140.0 0.0 true true 0 (Number of Processors)]
+] -46.7 MCshow
+LTb
+1.000 UP
+1.000 UL
+LTb
+% Begin plot #1
+2.000 UP
+5.000 UL
+LT0
+1.00 0.00 0.00 C LCb setrgbcolor
+4163 4907 M
+[ [(Helvetica) 140.0 0.0 true true 0 (100 second tasks)]
+] -46.7 MRshow
+LT0
+1.00 0.00 0.00 C 4247 4907 M
+399 0 V
+608 4409 M
+6 -5 V
+11 -16 V
+23 -2 V
+47 -9 V
+93 -55 V
+185 5 V
+372 -75 V
+742 -193 V
+1485 82 V
+6542 3102 L
+608 4409 BoxF
+614 4404 BoxF
+625 4388 BoxF
+648 4386 BoxF
+695 4377 BoxF
+788 4322 BoxF
+973 4327 BoxF
+1345 4252 BoxF
+2087 4059 BoxF
+3572 4141 BoxF
+6542 3102 BoxF
+4446 4907 BoxF
+% End plot #1
+1.000 UL
+LTb
+602 4591 N
+602 448 L
+6345 0 V
+0 4143 V
+-6345 0 V
+Z stroke
+1.000 UP
+1.000 UL
+LTb
+stroke
+grestore
+end
+showpage
+%%Trailer
+%%DocumentFonts: Helvetica
+%%Pages: 1

Added: SwiftApps/cray-benchmarks/eff.hera/eff90.svg
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/eff90.svg	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/eff90.svg	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="utf-8"  standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="2000" height="800" viewBox="0 0 2000 800"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+>
+
+<desc>Produced by GNUPLOT 4.4 patchlevel 3 </desc>
+
+<defs>
+
+	<circle id='gpDot' r='0.5' stroke-width='0.5'/>
+	<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
+	<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
+	<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
+	<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
+	<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
+	<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
+	<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
+	<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
+	<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
+	<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
+	<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
+</defs>
+<g style="fill:none; color:white; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<path  d='M63.6,742.4 L72.6,742.4 M1975.0,742.4 L1966.0,742.4 '></path>
+	<g transform="translate(55.3,746.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>50</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,604.5 L72.6,604.5 M1975.0,604.5 L1966.0,604.5 '></path>
+	<g transform="translate(55.3,609.0)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>60</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,466.5 L72.6,466.5 M1975.0,466.5 L1966.0,466.5 '></path>
+	<g transform="translate(55.3,471.0)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>70</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,328.6 L72.6,328.6 M1975.0,328.6 L1966.0,328.6 '></path>
+	<g transform="translate(55.3,333.1)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>80</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,190.6 L72.6,190.6 M1975.0,190.6 L1966.0,190.6 '></path>
+	<g transform="translate(55.3,195.1)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>90</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,52.7 L72.6,52.7 M1975.0,52.7 L1966.0,52.7 '></path>
+	<g transform="translate(55.3,57.2)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>100</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,742.4 L63.6,733.4 M63.6,52.7 L63.6,61.7 '></path>
+	<g transform="translate(63.6,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 2000</tspan>
+		</text>
+	</g>
+	<path  d='M276.0,742.4 L276.0,733.4 M276.0,52.7 L276.0,61.7 '></path>
+	<g transform="translate(276.0,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 4000</tspan>
+		</text>
+	</g>
+	<path  d='M488.4,742.4 L488.4,733.4 M488.4,52.7 L488.4,61.7 '></path>
+	<g transform="translate(488.4,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 6000</tspan>
+		</text>
+	</g>
+	<path  d='M700.7,742.4 L700.7,733.4 M700.7,52.7 L700.7,61.7 '></path>
+	<g transform="translate(700.7,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 8000</tspan>
+		</text>
+	</g>
+	<path  d='M913.1,742.4 L913.1,733.4 M913.1,52.7 L913.1,61.7 '></path>
+	<g transform="translate(913.1,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 10000</tspan>
+		</text>
+	</g>
+	<path  d='M1125.5,742.4 L1125.5,733.4 M1125.5,52.7 L1125.5,61.7 '></path>
+	<g transform="translate(1125.5,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 12000</tspan>
+		</text>
+	</g>
+	<path  d='M1337.9,742.4 L1337.9,733.4 M1337.9,52.7 L1337.9,61.7 '></path>
+	<g transform="translate(1337.9,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 14000</tspan>
+		</text>
+	</g>
+	<path  d='M1550.2,742.4 L1550.2,733.4 M1550.2,52.7 L1550.2,61.7 '></path>
+	<g transform="translate(1550.2,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 16000</tspan>
+		</text>
+	</g>
+	<path  d='M1762.6,742.4 L1762.6,733.4 M1762.6,52.7 L1762.6,61.7 '></path>
+	<g transform="translate(1762.6,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 18000</tspan>
+		</text>
+	</g>
+	<path  d='M1975.0,742.4 L1975.0,733.4 M1975.0,52.7 L1975.0,61.7 '></path>
+	<g transform="translate(1975.0,764.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan> 20000</tspan>
+		</text>
+	</g>
+	<path  d='M63.6,52.7 L63.6,742.4 L1975.0,742.4 L1975.0,52.7 L63.6,52.7 Z '></path>
+	<g transform="translate(17.6,397.6) rotate(270)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan>Efficiency</tspan>
+		</text>
+	</g>
+	<g transform="translate(1019.3,791.9)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:middle">
+		<text><tspan>Number of Processors</tspan>
+		</text>
+	</g>
+</g>
+	<a xlink:title="Plot #1">
+<g style="fill:none; color:white; stroke:currentColor; stroke-width:5.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+<g style="fill:none; color:red; stroke:currentColor; stroke-width:5.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<g transform="translate(768.9,22.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>100 second tasks</tspan>
+		</text>
+	</g>
+	<path stroke='rgb(255,   0,   0)'  d='M777.2,18.0 L819.4,18.0 M1849.3,599.5 L1550.2,508.5 L870.6,365.5 L191.0,207.7 '></path>
+	<use xlink:href='#gpPt4' transform='translate(1849.3,599.5) scale(9.00)' color='rgb(255,   0,   0)'/>
+	<use xlink:href='#gpPt4' transform='translate(1550.2,508.5) scale(9.00)' color='rgb(255,   0,   0)'/>
+	<use xlink:href='#gpPt4' transform='translate(870.6,365.5) scale(9.00)' color='rgb(255,   0,   0)'/>
+	<use xlink:href='#gpPt4' transform='translate(191.0,207.7) scale(9.00)' color='rgb(255,   0,   0)'/>
+	<use xlink:href='#gpPt4' transform='translate(798.3,18.0) scale(9.00)' color='rgb(255,   0,   0)'/>
+</g>
+	</a>
+	<a xlink:title="Plot #2">
+<g style="fill:none; color:green; stroke:currentColor; stroke-width:5.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<g transform="translate(960.5,22.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>200 second tasks</tspan>
+		</text>
+	</g>
+	<path stroke='rgb(255, 165,   0)'  d='M968.8,18.0 L1011.0,18.0 M1550.2,315.2 L870.6,237.8 L191.0,136.8 '></path>
+	<use xlink:href='#gpPt6' transform='translate(1550.2,315.2) scale(9.00)' color='rgb(255, 165,   0)'/>
+	<use xlink:href='#gpPt6' transform='translate(870.6,237.8) scale(9.00)' color='rgb(255, 165,   0)'/>
+	<use xlink:href='#gpPt6' transform='translate(191.0,136.8) scale(9.00)' color='rgb(255, 165,   0)'/>
+	<use xlink:href='#gpPt6' transform='translate(989.9,18.0) scale(9.00)' color='rgb(255, 165,   0)'/>
+</g>
+	</a>
+	<a xlink:title="Plot #3">
+<g style="fill:none; color:blue; stroke:currentColor; stroke-width:5.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<g transform="translate(1152.1,22.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>150 seconds</tspan>
+		</text>
+	</g>
+	<path stroke='rgb(135, 206, 235)'  d='M1160.4,18.0 L1202.6,18.0 M191.0,188.2 L870.6,343.1 L1550.2,440.6 '></path>
+	<use xlink:href='#gpPt6' transform='translate(191.0,188.2) scale(9.00)' color='rgb(135, 206, 235)'/>
+	<use xlink:href='#gpPt6' transform='translate(870.6,343.1) scale(9.00)' color='rgb(135, 206, 235)'/>
+	<use xlink:href='#gpPt6' transform='translate(1550.2,440.6) scale(9.00)' color='rgb(135, 206, 235)'/>
+	<use xlink:href='#gpPt6' transform='translate(1181.5,18.0) scale(9.00)' color='rgb(135, 206, 235)'/>
+</g>
+	</a>
+	<a xlink:title="Plot #4">
+<g style="fill:none; color:cyan; stroke:currentColor; stroke-width:5.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<g transform="translate(1343.7,22.5)" style="stroke:none; fill:black; font-family:Arial; font-size:12.00pt; text-anchor:end">
+		<text><tspan>400 seconds</tspan>
+		</text>
+	</g>
+	<path stroke='rgb(165,  42,  42)'  d='M1352.0,18.0 L1394.2,18.0 M191.0,102.5 L870.6,152.8 L1550.2,201.4 '></path>
+	<use xlink:href='#gpPt6' transform='translate(191.0,102.5) scale(9.00)' color='rgb(165,  42,  42)'/>
+	<use xlink:href='#gpPt6' transform='translate(870.6,152.8) scale(9.00)' color='rgb(165,  42,  42)'/>
+	<use xlink:href='#gpPt6' transform='translate(1550.2,201.4) scale(9.00)' color='rgb(165,  42,  42)'/>
+	<use xlink:href='#gpPt6' transform='translate(1373.1,18.0) scale(9.00)' color='rgb(165,  42,  42)'/>
+</g>
+	</a>
+<g style="fill:none; color:white; stroke:rgb(165,  42,  42); stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+</g>
+<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
+	<path  d='M63.6,52.7 L63.6,742.4 L1975.0,742.4 L1975.0,52.7 L63.6,52.7 Z '></path>
+</g>
+</svg>
+

Added: SwiftApps/cray-benchmarks/eff.hera/exm.pdf
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/eff.hera/exm.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/eff.hera/expectedtime.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/expectedtime.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/expectedtime.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,8 @@
+set terminal png enhanced font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 16 size 1000,1000
+
+set output "expectedtime.png"
+set multiplot
+set xlabel "Number of Processors" 
+
+set ylabel "Time in Seconds" 
+plot "eff.txt" using 1:2 with lines lc rgb "green" lw 2 title "Optimal Time", "eff.txt" using 1:3 with lines lc rgb "red" lw 2 title "Real Time"

Added: SwiftApps/cray-benchmarks/eff.hera/mike.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/mike.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/mike.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,22 @@
+#set terminal png size 2000,800
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 2000 800
+#set terminal postscript enhanced
+set nokey
+set terminal pdf
+set output "mike.pdf"
+set decimal locale
+set format y "%'g"
+
+# enhanced font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 16 size 1000,400
+set style line 1 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 2 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 3 lt 1 lw 8 pt 3 lc rgb "blue"
+set style line 4 lt 1 lw 8 pt 3 lc rgb "blue"
+#set output "eff90.png"
+
+set xlabel "Number of Processors" 
+set ylabel "Efficiency" 
+set yrange [50:100]
+plot "mike.txt" using 1:2 with linespoints pt 5 linewidth 5 ps 0.5 lc rgb "red" 
+

Added: SwiftApps/cray-benchmarks/eff.hera/mike.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/mike.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/mike.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,7 @@
+128        97.80
+8192        96.81 # 488481
+16384        95.91 # 488491
+32768        93.58 # 488717
+65536        94.57 # 488881
+131072  82.03 # 489239
+

Added: SwiftApps/cray-benchmarks/eff.hera/mnotes
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/mnotes	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/mnotes	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,11 @@
+solid lines
+triangles
+dodger blue
+commas in processors if possible
+slightly larger font size
+
+later:
+tasks per second with same conventions
+500, 100 seconds
+
+

Added: SwiftApps/cray-benchmarks/eff.hera/plotit.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/plotit.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/plotit.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,22 @@
+#To be run as a gnuplot script as follows:
+# $ gnuplot plotit.gp
+
+set terminal png enhanced font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 18 size 1000,1000
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 1000 1000
+
+#set linestyle 3 lt 3 lw 1 
+set output "activeplot.png"
+set nokey
+set xlabel "Time in Seconds" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set ylabel "Active Jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set title "Active jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,22"
+plot "plot_active.txt" using 1:2 with lines lc rgb "orange" lw 2 title "Active Tasks"
+# "plot_available.txt" using 1:2 with filledcurves lc rgb "skyblue" lw 2 title "Available Cores"
+#plot "plot_available.txt" using 1:2 with filledcurves lc rgb "skyblue" lw 2 title "Available Cores", "plot_active.txt" using 1:2 with filledcurves lc rgb "orange" lw 2 title "Active Tasks"
+set output "cumulativeplot.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative jobs"
+plot "plot_cumulative.txt" using 1:2 with lines
+

Added: SwiftApps/cray-benchmarks/eff.hera/timetocomplete.sh
===================================================================
--- SwiftApps/cray-benchmarks/eff.hera/timetocomplete.sh	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.hera/timetocomplete.sh	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+for log in $@
+do
+   stime=`head -1 $log`
+   etime=`tail -1 $log`
+   expr $etime - $stime
+done


Property changes on: SwiftApps/cray-benchmarks/eff.hera/timetocomplete.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/eff.raven/eff.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/eff.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/eff.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,23 @@
+#set terminal png font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 12 size 4000,2800
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 2000 800
+#set terminal postscript enhanced
+set terminal pdf
+
+#set output "eff90.ps"
+#set output "eff90.png"
+set output "eff90.pdf"
+
+set decimal locale
+#set format x "%'g"
+
+set style line 1 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 2 lt 1 lw 8 pt 3 lc rgb "red"
+set style line 3 lt 1 lw 8 pt 3 lc rgb "blue"
+set style line 4 lt 1 lw 8 pt 3 lc rgb "blue"
+set yrange [90:100]
+
+set key above
+set xlabel "Number of Processors" 
+set ylabel "Efficiency" 
+plot "eff100.txt" using 1:5 with linespoints pt 5 lw 5 ps 0.5 lc rgb "red" title "100 second tasks", "eff200.txt" using 1:5 with linespoints pt 7 ps 0.5 lw 5 lc rgb "orange" title "200 second tasks", "eff400.txt" using 1:5 with linespoint pt 9 ps 0.5 lw 5 lc rgb "#1E90FF" title "400 seconds"

Added: SwiftApps/cray-benchmarks/eff.raven/eff100.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/eff100.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/eff100.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,5 @@
+24	300	305	0.24	98.36
+48	300	305	0.47	98.36
+96	300	308	0.94	97.40
+192	300	311	1.85	96.46
+384	300	314	3.67	95.54

Added: SwiftApps/cray-benchmarks/eff.raven/eff200.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/eff200.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/eff200.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,5 @@
+24	600	605	0.12	99.17
+48	600	606	0.24	99.01
+96	600	607	0.47	98.85
+192	600	610	0.94	98.36
+384	600	616	1.87	97.40

Added: SwiftApps/cray-benchmarks/eff.raven/eff400.txt
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/eff400.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/eff400.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,5 @@
+24	1200	1205	0.06	99.59
+48	1200	1206	0.12	99.50
+96	1200	1207	0.24	99.42
+192	1200	1210	0.48	99.17
+384	1200	1215	0.95	98.77

Added: SwiftApps/cray-benchmarks/eff.raven/eff90-raven.pdf
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/eff.raven/eff90-raven.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/eff.raven/eff90.pdf
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/eff.raven/eff90.pdf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/eff.raven/expectedtime.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/expectedtime.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/expectedtime.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,8 @@
+set terminal png enhanced font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 16 size 1000,1000
+
+set output "expectedtime.png"
+set multiplot
+set xlabel "Number of Processors" 
+
+set ylabel "Time in Seconds" 
+plot "eff.txt" using 1:2 with lines lc rgb "green" lw 2 title "Optimal Time", "eff.txt" using 1:3 with lines lc rgb "red" lw 2 title "Real Time"

Added: SwiftApps/cray-benchmarks/eff.raven/plotit.gp
===================================================================
--- SwiftApps/cray-benchmarks/eff.raven/plotit.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/eff.raven/plotit.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,22 @@
+#To be run as a gnuplot script as follows:
+# $ gnuplot plotit.gp
+
+set terminal png enhanced font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 18 size 1000,1000
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 1000 1000
+
+#set linestyle 3 lt 3 lw 1 
+set output "activeplot.png"
+set nokey
+set xlabel "Time in Seconds" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set ylabel "Active Jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set title "Active jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,22"
+plot "plot_active.txt" using 1:2 with lines lc rgb "orange" lw 2 title "Active Tasks"
+# "plot_available.txt" using 1:2 with filledcurves lc rgb "skyblue" lw 2 title "Available Cores"
+#plot "plot_available.txt" using 1:2 with filledcurves lc rgb "skyblue" lw 2 title "Available Cores", "plot_active.txt" using 1:2 with filledcurves lc rgb "orange" lw 2 title "Active Tasks"
+set output "cumulativeplot.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative jobs"
+plot "plot_cumulative.txt" using 1:2 with lines
+

Added: SwiftApps/cray-benchmarks/plots/T.data
===================================================================
Added: SwiftApps/cray-benchmarks/plots/active.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/active.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/active.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,326 @@
+16
+16
+16
+16
+16
+61
+61
+61
+62
+88
+88
+88
+88
+136
+136
+136
+136
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+154
+175
+174
+171
+169
+168
+166
+165
+165
+164
+164
+164
+164
+164
+279
+278
+278
+277
+276
+274
+272
+269
+265
+261
+257
+255
+255
+252
+249
+246
+242
+240
+237
+236
+234
+232
+231
+229
+228
+226
+225
+223
+218
+215
+211
+207
+205
+205
+204
+204
+203
+203
+200
+200
+200
+527
+525
+524
+522
+520
+519
+519
+518
+517
+515
+513
+513
+511
+508
+506
+503
+500
+499
+496
+491
+488
+486
+483
+481
+481
+480
+479
+476
+472
+470
+466
+463
+461
+460
+460
+458
+456
+455
+454
+454
+453
+452
+451
+450
+450
+449
+448
+445
+444
+444
+443
+442
+440
+437
+436
+435
+433
+432
+432
+430
+429
+426
+424
+423
+421
+419
+417
+414
+412
+412
+411
+408
+407
+403
+400
+396
+392
+392
+389
+384
+378
+375
+370
+365
+364
+358
+352
+345
+342
+336
+334
+333
+331
+331
+432
+432
+430
+427
+424
+422
+421
+419
+417
+412
+410
+406
+402
+400
+398
+397
+393
+389
+386
+383
+380
+376
+375
+374
+372
+370
+366
+363
+359
+356
+352
+353
+351
+351
+347
+344
+340
+339
+335
+335
+333
+330
+328
+323
+322
+317
+313
+309
+310
+307
+304
+300
+297
+296
+291
+289
+287
+285
+281
+278
+277
+272
+270
+265
+265
+265
+260
+257
+255
+254
+250
+249
+246
+246
+242
+237
+235
+231
+229
+224
+220
+221
+219
+218
+212
+210
+207
+203
+200
+199
+197
+192
+189
+189
+184
+181
+176
+177
+175
+172
+170
+166
+162
+160
+156
+157
+155
+150
+146
+143
+141
+138
+135
+132
+133
+129
+128
+125
+121
+117
+116
+114
+110
+107
+104
+101
+100
+95
+89
+83
+77
+71
+66
+61
+55
+49
+43
+37
+32
+26
+25
+20
+14
+8
+2

Added: SwiftApps/cray-benchmarks/plots/activeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots/activeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots/activetics.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/activetics.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/activetics.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,327 @@
+0
+1.48159
+2.96318
+4.44477
+5.92636
+7.40795
+8.88954
+10.3711
+11.8527
+13.3343
+14.8159
+16.2975
+17.7791
+19.2607
+20.7423
+22.2238
+23.7054
+25.187
+26.6686
+28.1502
+29.6318
+31.1134
+32.595
+34.0766
+35.5582
+37.0397
+38.5213
+40.0029
+41.4845
+42.9661
+44.4477
+45.9293
+47.4109
+48.8925
+50.3741
+51.8556
+53.3372
+54.8188
+56.3004
+57.782
+59.2636
+60.7452
+62.2268
+63.7084
+65.19
+66.6715
+68.1531
+69.6347
+71.1163
+72.5979
+74.0795
+75.5611
+77.0427
+78.5243
+80.0059
+81.4874
+82.969
+84.4506
+85.9322
+87.4138
+88.8954
+90.377
+91.8586
+93.3402
+94.8218
+96.3033
+97.7849
+99.2665
+100.748
+102.23
+103.711
+105.193
+106.674
+108.156
+109.638
+111.119
+112.601
+114.082
+115.564
+117.046
+118.527
+120.009
+121.49
+122.972
+124.454
+125.935
+127.417
+128.898
+130.38
+131.862
+133.343
+134.825
+136.306
+137.788
+139.269
+140.751
+142.233
+143.714
+145.196
+146.677
+148.159
+149.641
+151.122
+152.604
+154.085
+155.567
+157.049
+158.53
+160.012
+161.493
+162.975
+164.456
+165.938
+167.42
+168.901
+170.383
+171.864
+173.346
+174.828
+176.309
+177.791
+179.272
+180.754
+182.236
+183.717
+185.199
+186.68
+188.162
+189.644
+191.125
+192.607
+194.088
+195.57
+197.051
+198.533
+200.015
+201.496
+202.978
+204.459
+205.941
+207.423
+208.904
+210.386
+211.867
+213.349
+214.831
+216.312
+217.794
+219.275
+220.757
+222.238
+223.72
+225.202
+226.683
+228.165
+229.646
+231.128
+232.61
+234.091
+235.573
+237.054
+238.536
+240.018
+241.499
+242.981
+244.462
+245.944
+247.426
+248.907
+250.389
+251.87
+253.352
+254.833
+256.315
+257.797
+259.278
+260.76
+262.241
+263.723
+265.205
+266.686
+268.168
+269.649
+271.131
+272.613
+274.094
+275.576
+277.057
+278.539
+280.021
+281.502
+282.984
+284.465
+285.947
+287.428
+288.91
+290.392
+291.873
+293.355
+294.836
+296.318
+297.8
+299.281
+300.763
+302.244
+303.726
+305.208
+306.689
+308.171
+309.652
+311.134
+312.615
+314.097
+315.579
+317.06
+318.542
+320.023
+321.505
+322.987
+324.468
+325.95
+327.431
+328.913
+330.395
+331.876
+333.358
+334.839
+336.321
+337.803
+339.284
+340.766
+342.247
+343.729
+345.21
+346.692
+348.174
+349.655
+351.137
+352.618
+354.1
+355.582
+357.063
+358.545
+360.026
+361.508
+362.99
+364.471
+365.953
+367.434
+368.916
+370.397
+371.879
+373.361
+374.842
+376.324
+377.805
+379.287
+380.769
+382.25
+383.732
+385.213
+386.695
+388.177
+389.658
+391.14
+392.621
+394.103
+395.585
+397.066
+398.548
+400.029
+401.511
+402.992
+404.474
+405.956
+407.437
+408.919
+410.4
+411.882
+413.364
+414.845
+416.327
+417.808
+419.29
+420.772
+422.253
+423.735
+425.216
+426.698
+428.18
+429.661
+431.143
+432.624
+434.106
+435.587
+437.069
+438.551
+440.032
+441.514
+442.995
+444.477
+445.959
+447.44
+448.922
+450.403
+451.885
+453.367
+454.848
+456.33
+457.811
+459.293
+460.774
+462.256
+463.738
+465.219
+466.701
+468.182
+469.664
+471.146
+472.627
+474.109
+475.59
+477.072
+478.554
+480.035
+481.517
+482.998

Added: SwiftApps/cray-benchmarks/plots/anneal.data
===================================================================
Added: SwiftApps/cray-benchmarks/plots/cumulative.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/cumulative.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/cumulative.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,182 @@
+1
+2
+3
+3
+4
+4
+4
+4
+4
+5
+6
+81
+112
+152
+209
+219
+222
+226
+229
+230
+233
+238
+243
+247
+252
+256
+257
+263
+270
+276
+280
+285
+287
+288
+290
+292
+294
+296
+300
+306
+311
+316
+317
+323
+329
+335
+341
+346
+352
+358
+359
+363
+368
+373
+379
+384
+390
+396
+397
+398
+403
+409
+415
+421
+427
+433
+438
+439
+440
+444
+450
+455
+461
+467
+473
+477
+478
+484
+490
+496
+502
+508
+514
+520
+521
+526
+531
+536
+542
+548
+554
+560
+563
+564
+570
+576
+582
+587
+592
+598
+603
+605
+611
+616
+620
+625
+631
+636
+641
+642
+648
+654
+659
+665
+670
+676
+682
+683
+684
+689
+695
+701
+707
+713
+719
+720
+726
+732
+738
+743
+749
+754
+760
+761
+767
+772
+778
+784
+790
+796
+801
+802
+806
+812
+818
+823
+828
+834
+839
+841
+842
+847
+852
+857
+863
+868
+874
+878
+884
+889
+895
+898
+899
+905
+910
+916
+922
+928
+933
+938
+944
+950
+956
+962
+967
+973
+974
+980
+985
+991
+997
+1000

Added: SwiftApps/cray-benchmarks/plots/cumulativeplot-openmp.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots/cumulativeplot-openmp.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots/cumulativeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots/cumulativeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots/cumultics.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/cumultics.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/cumultics.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,183 @@
+0
+2.65384
+5.30768
+7.96152
+10.6154
+13.2692
+15.923
+18.5769
+21.2307
+23.8846
+26.5384
+29.1922
+31.8461
+34.4999
+37.1538
+39.8076
+42.4614
+45.1153
+47.7691
+50.423
+53.0768
+55.7306
+58.3845
+61.0383
+63.6922
+66.346
+68.9998
+71.6537
+74.3075
+76.9614
+79.6152
+82.269
+84.9229
+87.5767
+90.2306
+92.8844
+95.5382
+98.1921
+100.846
+103.5
+106.154
+108.807
+111.461
+114.115
+116.769
+119.423
+122.077
+124.73
+127.384
+130.038
+132.692
+135.346
+138
+140.654
+143.307
+145.961
+148.615
+151.269
+153.923
+156.577
+159.23
+161.884
+164.538
+167.192
+169.846
+172.5
+175.153
+177.807
+180.461
+183.115
+185.769
+188.423
+191.076
+193.73
+196.384
+199.038
+201.692
+204.346
+207
+209.653
+212.307
+214.961
+217.615
+220.269
+222.923
+225.576
+228.23
+230.884
+233.538
+236.192
+238.846
+241.499
+244.153
+246.807
+249.461
+252.115
+254.769
+257.422
+260.076
+262.73
+265.384
+268.038
+270.692
+273.346
+275.999
+278.653
+281.307
+283.961
+286.615
+289.269
+291.922
+294.576
+297.23
+299.884
+302.538
+305.192
+307.845
+310.499
+313.153
+315.807
+318.461
+321.115
+323.768
+326.422
+329.076
+331.73
+334.384
+337.038
+339.692
+342.345
+344.999
+347.653
+350.307
+352.961
+355.615
+358.268
+360.922
+363.576
+366.23
+368.884
+371.538
+374.191
+376.845
+379.499
+382.153
+384.807
+387.461
+390.114
+392.768
+395.422
+398.076
+400.73
+403.384
+406.038
+408.691
+411.345
+413.999
+416.653
+419.307
+421.961
+424.614
+427.268
+429.922
+432.576
+435.23
+437.884
+440.537
+443.191
+445.845
+448.499
+451.153
+453.807
+456.46
+459.114
+461.768
+464.422
+467.076
+469.73
+472.384
+475.037
+477.691
+480.345
+482.999

Added: SwiftApps/cray-benchmarks/plots/extract4plots
===================================================================
--- SwiftApps/cray-benchmarks/plots/extract4plots	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/extract4plots	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+#usage: ./extract4plots <swift.outfile>
+
+SWIFTOUTFILE=$1
+
+#extract start time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | head -n 1 | cut -f4-9 -d ' '`
+START_TIME=`date +%s -d "$TMPDATE"`
+
+#extract end time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | tail -n 1 | cut -f4-9 -d ' '`
+END_TIME=`date +%s -d "$TMPDATE"`
+
+#duration
+DIFFTIME=$((END_TIME - START_TIME))
+
+#extract active runs in a file
+grep -o -i "Active:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > active.txt
+
+#extract successful completions in a file
+grep -o -i "Successfully:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > cumulative.txt
+
+#prepare tics
+activelines=`wc -l active.txt | awk '{print $1}'`
+cumulines=`wc -l cumulative.txt | awk '{print $1}'`
+
+activelinespertic=`echo "scale=5 ; $DIFFTIME / $activelines" | bc`
+seq 0 $activelinespertic $DIFFTIME > activetics.txt
+
+cumulinespertic=`echo "scale=5 ; $DIFFTIME / $cumulines" | bc`
+seq 0 $cumulinespertic $DIFFTIME > cumultics.txt
+
+#final plot data
+paste activetics.txt active.txt > plot_active.txt
+paste cumultics.txt cumulative.txt > plot_cumulative.txt
+
+grep  "T =" $SWIFTOUTFILE | awk '{print $6}' | cut -c8- | sed 's/....$//' > T.data
+
+grep multi_annealing $SWIFTOUTFILE | grep "1;30" | awk '{print $3}' | cut -c11- | sed 's/....$//' > anneal.data
+
+grep returning $SWIFTOUTFILE | awk '{print $3, $4, $5, $6}' | sed -e 's/'ci='//' -e 's/'cj='//' -e 's/'r.loss='//' -e 's/'r.sdev='//' | sort -t' ' -k 1,2n > multiloss.txt


Property changes on: SwiftApps/cray-benchmarks/plots/extract4plots
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/plots/multiloss.txt
===================================================================
Added: SwiftApps/cray-benchmarks/plots/plot_active.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/plot_active.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/plot_active.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,327 @@
+0	16
+1.48159	16
+2.96318	16
+4.44477	16
+5.92636	16
+7.40795	61
+8.88954	61
+10.3711	61
+11.8527	62
+13.3343	88
+14.8159	88
+16.2975	88
+17.7791	88
+19.2607	136
+20.7423	136
+22.2238	136
+23.7054	136
+25.187	154
+26.6686	154
+28.1502	154
+29.6318	154
+31.1134	154
+32.595	154
+34.0766	154
+35.5582	154
+37.0397	154
+38.5213	154
+40.0029	154
+41.4845	154
+42.9661	154
+44.4477	154
+45.9293	154
+47.4109	154
+48.8925	175
+50.3741	174
+51.8556	171
+53.3372	169
+54.8188	168
+56.3004	166
+57.782	165
+59.2636	165
+60.7452	164
+62.2268	164
+63.7084	164
+65.19	164
+66.6715	164
+68.1531	279
+69.6347	278
+71.1163	278
+72.5979	277
+74.0795	276
+75.5611	274
+77.0427	272
+78.5243	269
+80.0059	265
+81.4874	261
+82.969	257
+84.4506	255
+85.9322	255
+87.4138	252
+88.8954	249
+90.377	246
+91.8586	242
+93.3402	240
+94.8218	237
+96.3033	236
+97.7849	234
+99.2665	232
+100.748	231
+102.23	229
+103.711	228
+105.193	226
+106.674	225
+108.156	223
+109.638	218
+111.119	215
+112.601	211
+114.082	207
+115.564	205
+117.046	205
+118.527	204
+120.009	204
+121.49	203
+122.972	203
+124.454	200
+125.935	200
+127.417	200
+128.898	527
+130.38	525
+131.862	524
+133.343	522
+134.825	520
+136.306	519
+137.788	519
+139.269	518
+140.751	517
+142.233	515
+143.714	513
+145.196	513
+146.677	511
+148.159	508
+149.641	506
+151.122	503
+152.604	500
+154.085	499
+155.567	496
+157.049	491
+158.53	488
+160.012	486
+161.493	483
+162.975	481
+164.456	481
+165.938	480
+167.42	479
+168.901	476
+170.383	472
+171.864	470
+173.346	466
+174.828	463
+176.309	461
+177.791	460
+179.272	460
+180.754	458
+182.236	456
+183.717	455
+185.199	454
+186.68	454
+188.162	453
+189.644	452
+191.125	451
+192.607	450
+194.088	450
+195.57	449
+197.051	448
+198.533	445
+200.015	444
+201.496	444
+202.978	443
+204.459	442
+205.941	440
+207.423	437
+208.904	436
+210.386	435
+211.867	433
+213.349	432
+214.831	432
+216.312	430
+217.794	429
+219.275	426
+220.757	424
+222.238	423
+223.72	421
+225.202	419
+226.683	417
+228.165	414
+229.646	412
+231.128	412
+232.61	411
+234.091	408
+235.573	407
+237.054	403
+238.536	400
+240.018	396
+241.499	392
+242.981	392
+244.462	389
+245.944	384
+247.426	378
+248.907	375
+250.389	370
+251.87	365
+253.352	364
+254.833	358
+256.315	352
+257.797	345
+259.278	342
+260.76	336
+262.241	334
+263.723	333
+265.205	331
+266.686	331
+268.168	432
+269.649	432
+271.131	430
+272.613	427
+274.094	424
+275.576	422
+277.057	421
+278.539	419
+280.021	417
+281.502	412
+282.984	410
+284.465	406
+285.947	402
+287.428	400
+288.91	398
+290.392	397
+291.873	393
+293.355	389
+294.836	386
+296.318	383
+297.8	380
+299.281	376
+300.763	375
+302.244	374
+303.726	372
+305.208	370
+306.689	366
+308.171	363
+309.652	359
+311.134	356
+312.615	352
+314.097	353
+315.579	351
+317.06	351
+318.542	347
+320.023	344
+321.505	340
+322.987	339
+324.468	335
+325.95	335
+327.431	333
+328.913	330
+330.395	328
+331.876	323
+333.358	322
+334.839	317
+336.321	313
+337.803	309
+339.284	310
+340.766	307
+342.247	304
+343.729	300
+345.21	297
+346.692	296
+348.174	291
+349.655	289
+351.137	287
+352.618	285
+354.1	281
+355.582	278
+357.063	277
+358.545	272
+360.026	270
+361.508	265
+362.99	265
+364.471	265
+365.953	260
+367.434	257
+368.916	255
+370.397	254
+371.879	250
+373.361	249
+374.842	246
+376.324	246
+377.805	242
+379.287	237
+380.769	235
+382.25	231
+383.732	229
+385.213	224
+386.695	220
+388.177	221
+389.658	219
+391.14	218
+392.621	212
+394.103	210
+395.585	207
+397.066	203
+398.548	200
+400.029	199
+401.511	197
+402.992	192
+404.474	189
+405.956	189
+407.437	184
+408.919	181
+410.4	176
+411.882	177
+413.364	175
+414.845	172
+416.327	170
+417.808	166
+419.29	162
+420.772	160
+422.253	156
+423.735	157
+425.216	155
+426.698	150
+428.18	146
+429.661	143
+431.143	141
+432.624	138
+434.106	135
+435.587	132
+437.069	133
+438.551	129
+440.032	128
+441.514	125
+442.995	121
+444.477	117
+445.959	116
+447.44	114
+448.922	110
+450.403	107
+451.885	104
+453.367	101
+454.848	100
+456.33	95
+457.811	89
+459.293	83
+460.774	77
+462.256	71
+463.738	66
+465.219	61
+466.701	55
+468.182	49
+469.664	43
+471.146	37
+472.627	32
+474.109	26
+475.59	25
+477.072	20
+478.554	14
+480.035	8
+481.517	2
+482.998	

Added: SwiftApps/cray-benchmarks/plots/plot_cumulative.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots/plot_cumulative.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/plot_cumulative.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,183 @@
+0	1
+2.65384	2
+5.30768	3
+7.96152	3
+10.6154	4
+13.2692	4
+15.923	4
+18.5769	4
+21.2307	4
+23.8846	5
+26.5384	6
+29.1922	81
+31.8461	112
+34.4999	152
+37.1538	209
+39.8076	219
+42.4614	222
+45.1153	226
+47.7691	229
+50.423	230
+53.0768	233
+55.7306	238
+58.3845	243
+61.0383	247
+63.6922	252
+66.346	256
+68.9998	257
+71.6537	263
+74.3075	270
+76.9614	276
+79.6152	280
+82.269	285
+84.9229	287
+87.5767	288
+90.2306	290
+92.8844	292
+95.5382	294
+98.1921	296
+100.846	300
+103.5	306
+106.154	311
+108.807	316
+111.461	317
+114.115	323
+116.769	329
+119.423	335
+122.077	341
+124.73	346
+127.384	352
+130.038	358
+132.692	359
+135.346	363
+138	368
+140.654	373
+143.307	379
+145.961	384
+148.615	390
+151.269	396
+153.923	397
+156.577	398
+159.23	403
+161.884	409
+164.538	415
+167.192	421
+169.846	427
+172.5	433
+175.153	438
+177.807	439
+180.461	440
+183.115	444
+185.769	450
+188.423	455
+191.076	461
+193.73	467
+196.384	473
+199.038	477
+201.692	478
+204.346	484
+207	490
+209.653	496
+212.307	502
+214.961	508
+217.615	514
+220.269	520
+222.923	521
+225.576	526
+228.23	531
+230.884	536
+233.538	542
+236.192	548
+238.846	554
+241.499	560
+244.153	563
+246.807	564
+249.461	570
+252.115	576
+254.769	582
+257.422	587
+260.076	592
+262.73	598
+265.384	603
+268.038	605
+270.692	611
+273.346	616
+275.999	620
+278.653	625
+281.307	631
+283.961	636
+286.615	641
+289.269	642
+291.922	648
+294.576	654
+297.23	659
+299.884	665
+302.538	670
+305.192	676
+307.845	682
+310.499	683
+313.153	684
+315.807	689
+318.461	695
+321.115	701
+323.768	707
+326.422	713
+329.076	719
+331.73	720
+334.384	726
+337.038	732
+339.692	738
+342.345	743
+344.999	749
+347.653	754
+350.307	760
+352.961	761
+355.615	767
+358.268	772
+360.922	778
+363.576	784
+366.23	790
+368.884	796
+371.538	801
+374.191	802
+376.845	806
+379.499	812
+382.153	818
+384.807	823
+387.461	828
+390.114	834
+392.768	839
+395.422	841
+398.076	842
+400.73	847
+403.384	852
+406.038	857
+408.691	863
+411.345	868
+413.999	874
+416.653	878
+419.307	884
+421.961	889
+424.614	895
+427.268	898
+429.922	899
+432.576	905
+435.23	910
+437.884	916
+440.537	922
+443.191	928
+445.845	933
+448.499	938
+451.153	944
+453.807	950
+456.46	956
+459.114	962
+461.768	967
+464.422	973
+467.076	974
+469.73	980
+472.384	985
+475.037	991
+477.691	997
+480.345	1000
+482.999	

Added: SwiftApps/cray-benchmarks/plots/plotit.gp
===================================================================
--- SwiftApps/cray-benchmarks/plots/plotit.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots/plotit.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,21 @@
+#To be run as a gnuplot script as follows:
+# $ gnuplot plotit.gp
+
+set terminal png enhanced size font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf" 18 1000,1000
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 1000 1000
+
+set style line 2 linecolor rgb "blue"
+set output "activeplot.png"
+set nokey
+set xlabel "Time in sec" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set ylabel "number of active jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,20"
+set title "Active jobs" font "/usr/share/fonts/truetype/msttcorefonts/verdana.ttf,22"
+plot "plot_active.txt" using 1:2 with lines lc rgb "skyblue" lw 4 notitle;
+
+set output "cumulativeplot.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative jobs"
+plot "plot_cumulative.txt" using 1:2 with lines
+

Added: SwiftApps/cray-benchmarks/plots/scs.png
===================================================================
Added: SwiftApps/cray-benchmarks/plots2/T.data
===================================================================
Added: SwiftApps/cray-benchmarks/plots2/active.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/active.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/active.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,331 @@
+5
+5
+5
+5
+5
+46
+46
+46
+46
+46
+95
+95
+95
+118
+118
+118
+118
+118
+158
+158
+158
+158
+185
+185
+185
+185
+185
+233
+233
+233
+233
+258
+258
+258
+258
+258
+258
+258
+258
+258
+273
+272
+269
+265
+261
+259
+259
+259
+258
+258
+258
+258
+258
+258
+359
+358
+355
+353
+350
+347
+346
+344
+344
+343
+342
+341
+341
+340
+339
+337
+335
+334
+333
+333
+332
+331
+329
+325
+321
+321
+320
+317
+315
+312
+309
+306
+304
+303
+303
+300
+296
+294
+292
+291
+290
+286
+283
+279
+278
+277
+275
+275
+274
+273
+273
+273
+273
+273
+273
+683
+681
+680
+677
+676
+673
+671
+669
+668
+666
+663
+661
+659
+656
+653
+652
+647
+646
+644
+643
+641
+640
+639
+639
+638
+637
+634
+632
+630
+629
+627
+624
+624
+624
+624
+623
+621
+616
+614
+611
+608
+607
+604
+602
+599
+595
+592
+590
+589
+588
+584
+582
+576
+570
+570
+566
+565
+565
+563
+557
+555
+551
+548
+543
+544
+541
+540
+537
+532
+531
+529
+526
+523
+520
+517
+515
+515
+514
+512
+507
+504
+501
+502
+496
+490
+484
+480
+475
+469
+468
+464
+457
+451
+445
+441
+435
+429
+429
+424
+417
+412
+411
+410
+407
+403
+399
+394
+389
+387
+382
+379
+374
+369
+367
+362
+357
+353
+352
+351
+347
+344
+342
+336
+334
+329
+328
+324
+318
+317
+313
+308
+304
+297
+296
+294
+288
+284
+279
+275
+271
+268
+262
+260
+256
+252
+248
+245
+241
+239
+234
+235
+233
+232
+227
+224
+222
+217
+212
+211
+209
+206
+203
+198
+195
+189
+184
+181
+178
+176
+171
+168
+164
+158
+154
+151
+151
+149
+145
+141
+139
+133
+129
+127
+123
+124
+119
+116
+110
+106
+103
+98
+92
+89
+86
+82
+77
+74
+69
+67
+63
+61
+59
+56
+53
+50
+45
+41
+38
+36
+37
+33
+29
+27
+28
+25
+22
+17
+14
+11
+7
+4
+1

Added: SwiftApps/cray-benchmarks/plots2/activeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots2/activeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots2/activetics.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/activetics.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/activetics.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,332 @@
+0.00000
+1.48036
+2.96072
+4.44108
+5.92144
+7.40180
+8.88216
+10.36252
+11.84288
+13.32324
+14.80360
+16.28396
+17.76432
+19.24468
+20.72504
+22.20540
+23.68576
+25.16612
+26.64648
+28.12684
+29.60720
+31.08756
+32.56792
+34.04828
+35.52864
+37.00900
+38.48936
+39.96972
+41.45008
+42.93044
+44.41080
+45.89116
+47.37152
+48.85188
+50.33224
+51.81260
+53.29296
+54.77332
+56.25368
+57.73404
+59.21440
+60.69476
+62.17512
+63.65548
+65.13584
+66.61620
+68.09656
+69.57692
+71.05728
+72.53764
+74.01800
+75.49836
+76.97872
+78.45908
+79.93944
+81.41980
+82.90016
+84.38052
+85.86088
+87.34124
+88.82160
+90.30196
+91.78232
+93.26268
+94.74304
+96.22340
+97.70376
+99.18412
+100.66448
+102.14484
+103.62520
+105.10556
+106.58592
+108.06628
+109.54664
+111.02700
+112.50736
+113.98772
+115.46808
+116.94844
+118.42880
+119.90916
+121.38952
+122.86988
+124.35024
+125.83060
+127.31096
+128.79132
+130.27168
+131.75204
+133.23240
+134.71276
+136.19312
+137.67348
+139.15384
+140.63420
+142.11456
+143.59492
+145.07528
+146.55564
+148.03600
+149.51636
+150.99672
+152.47708
+153.95744
+155.43780
+156.91816
+158.39852
+159.87888
+161.35924
+162.83960
+164.31996
+165.80032
+167.28068
+168.76104
+170.24140
+171.72176
+173.20212
+174.68248
+176.16284
+177.64320
+179.12356
+180.60392
+182.08428
+183.56464
+185.04500
+186.52536
+188.00572
+189.48608
+190.96644
+192.44680
+193.92716
+195.40752
+196.88788
+198.36824
+199.84860
+201.32896
+202.80932
+204.28968
+205.77004
+207.25040
+208.73076
+210.21112
+211.69148
+213.17184
+214.65220
+216.13256
+217.61292
+219.09328
+220.57364
+222.05400
+223.53436
+225.01472
+226.49508
+227.97544
+229.45580
+230.93616
+232.41652
+233.89688
+235.37724
+236.85760
+238.33796
+239.81832
+241.29868
+242.77904
+244.25940
+245.73976
+247.22012
+248.70048
+250.18084
+251.66120
+253.14156
+254.62192
+256.10228
+257.58264
+259.06300
+260.54336
+262.02372
+263.50408
+264.98444
+266.46480
+267.94516
+269.42552
+270.90588
+272.38624
+273.86660
+275.34696
+276.82732
+278.30768
+279.78804
+281.26840
+282.74876
+284.22912
+285.70948
+287.18984
+288.67020
+290.15056
+291.63092
+293.11128
+294.59164
+296.07200
+297.55236
+299.03272
+300.51308
+301.99344
+303.47380
+304.95416
+306.43452
+307.91488
+309.39524
+310.87560
+312.35596
+313.83632
+315.31668
+316.79704
+318.27740
+319.75776
+321.23812
+322.71848
+324.19884
+325.67920
+327.15956
+328.63992
+330.12028
+331.60064
+333.08100
+334.56136
+336.04172
+337.52208
+339.00244
+340.48280
+341.96316
+343.44352
+344.92388
+346.40424
+347.88460
+349.36496
+350.84532
+352.32568
+353.80604
+355.28640
+356.76676
+358.24712
+359.72748
+361.20784
+362.68820
+364.16856
+365.64892
+367.12928
+368.60964
+370.09000
+371.57036
+373.05072
+374.53108
+376.01144
+377.49180
+378.97216
+380.45252
+381.93288
+383.41324
+384.89360
+386.37396
+387.85432
+389.33468
+390.81504
+392.29540
+393.77576
+395.25612
+396.73648
+398.21684
+399.69720
+401.17756
+402.65792
+404.13828
+405.61864
+407.09900
+408.57936
+410.05972
+411.54008
+413.02044
+414.50080
+415.98116
+417.46152
+418.94188
+420.42224
+421.90260
+423.38296
+424.86332
+426.34368
+427.82404
+429.30440
+430.78476
+432.26512
+433.74548
+435.22584
+436.70620
+438.18656
+439.66692
+441.14728
+442.62764
+444.10800
+445.58836
+447.06872
+448.54908
+450.02944
+451.50980
+452.99016
+454.47052
+455.95088
+457.43124
+458.91160
+460.39196
+461.87232
+463.35268
+464.83304
+466.31340
+467.79376
+469.27412
+470.75448
+472.23484
+473.71520
+475.19556
+476.67592
+478.15628
+479.63664
+481.11700
+482.59736
+484.07772
+485.55808
+487.03844
+488.51880
+489.99916

Added: SwiftApps/cray-benchmarks/plots2/anneal.data
===================================================================
Added: SwiftApps/cray-benchmarks/plots2/cumulative.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/cumulative.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/cumulative.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,200 @@
+1
+1
+1
+2
+2
+2
+3
+27
+61
+84
+149
+172
+173
+174
+178
+181
+186
+190
+190
+193
+196
+198
+204
+206
+209
+210
+211
+214
+217
+224
+227
+231
+235
+235
+236
+238
+245
+248
+253
+257
+261
+262
+264
+266
+270
+274
+275
+277
+281
+283
+287
+291
+292
+293
+293
+295
+300
+305
+308
+309
+315
+321
+327
+333
+339
+345
+346
+352
+358
+364
+370
+376
+382
+387
+390
+396
+402
+408
+409
+410
+415
+420
+425
+431
+437
+443
+448
+453
+459
+464
+470
+476
+481
+487
+490
+491
+496
+501
+507
+513
+519
+525
+528
+534
+540
+546
+552
+558
+564
+570
+571
+576
+582
+588
+594
+599
+605
+611
+617
+620
+626
+632
+638
+644
+648
+654
+659
+660
+661
+666
+672
+677
+682
+688
+694
+698
+699
+705
+710
+716
+721
+727
+732
+738
+740
+744
+749
+755
+761
+767
+773
+778
+780
+781
+787
+793
+799
+805
+811
+817
+822
+823
+829
+835
+841
+847
+853
+859
+865
+868
+874
+880
+885
+890
+896
+901
+906
+907
+910
+914
+919
+924
+930
+936
+942
+943
+944
+948
+954
+957
+958
+961
+967
+972
+978
+983
+989
+993
+998
+1000

Added: SwiftApps/cray-benchmarks/plots2/cumulativeplot-openmp.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots2/cumulativeplot-openmp.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots2/cumulativeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/cray-benchmarks/plots2/cumulativeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/cray-benchmarks/plots2/cumultics.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/cumultics.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/cumultics.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,201 @@
+0.00000
+2.45000
+4.90000
+7.35000
+9.80000
+12.25000
+14.70000
+17.15000
+19.60000
+22.05000
+24.50000
+26.95000
+29.40000
+31.85000
+34.30000
+36.75000
+39.20000
+41.65000
+44.10000
+46.55000
+49.00000
+51.45000
+53.90000
+56.35000
+58.80000
+61.25000
+63.70000
+66.15000
+68.60000
+71.05000
+73.50000
+75.95000
+78.40000
+80.85000
+83.30000
+85.75000
+88.20000
+90.65000
+93.10000
+95.55000
+98.00000
+100.45000
+102.90000
+105.35000
+107.80000
+110.25000
+112.70000
+115.15000
+117.60000
+120.05000
+122.50000
+124.95000
+127.40000
+129.85000
+132.30000
+134.75000
+137.20000
+139.65000
+142.10000
+144.55000
+147.00000
+149.45000
+151.90000
+154.35000
+156.80000
+159.25000
+161.70000
+164.15000
+166.60000
+169.05000
+171.50000
+173.95000
+176.40000
+178.85000
+181.30000
+183.75000
+186.20000
+188.65000
+191.10000
+193.55000
+196.00000
+198.45000
+200.90000
+203.35000
+205.80000
+208.25000
+210.70000
+213.15000
+215.60000
+218.05000
+220.50000
+222.95000
+225.40000
+227.85000
+230.30000
+232.75000
+235.20000
+237.65000
+240.10000
+242.55000
+245.00000
+247.45000
+249.90000
+252.35000
+254.80000
+257.25000
+259.70000
+262.15000
+264.60000
+267.05000
+269.50000
+271.95000
+274.40000
+276.85000
+279.30000
+281.75000
+284.20000
+286.65000
+289.10000
+291.55000
+294.00000
+296.45000
+298.90000
+301.35000
+303.80000
+306.25000
+308.70000
+311.15000
+313.60000
+316.05000
+318.50000
+320.95000
+323.40000
+325.85000
+328.30000
+330.75000
+333.20000
+335.65000
+338.10000
+340.55000
+343.00000
+345.45000
+347.90000
+350.35000
+352.80000
+355.25000
+357.70000
+360.15000
+362.60000
+365.05000
+367.50000
+369.95000
+372.40000
+374.85000
+377.30000
+379.75000
+382.20000
+384.65000
+387.10000
+389.55000
+392.00000
+394.45000
+396.90000
+399.35000
+401.80000
+404.25000
+406.70000
+409.15000
+411.60000
+414.05000
+416.50000
+418.95000
+421.40000
+423.85000
+426.30000
+428.75000
+431.20000
+433.65000
+436.10000
+438.55000
+441.00000
+443.45000
+445.90000
+448.35000
+450.80000
+453.25000
+455.70000
+458.15000
+460.60000
+463.05000
+465.50000
+467.95000
+470.40000
+472.85000
+475.30000
+477.75000
+480.20000
+482.65000
+485.10000
+487.55000
+490.00000

Added: SwiftApps/cray-benchmarks/plots2/extract4plots
===================================================================
--- SwiftApps/cray-benchmarks/plots2/extract4plots	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/extract4plots	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+#usage: ./extract4plots <swift.outfile>
+
+SWIFTOUTFILE=$1
+
+#extract start time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | head -n 1 | cut -f4-9 -d ' '`
+START_TIME=`date +%s -d "$TMPDATE"`
+
+#extract end time
+TMPDATE=`grep -i progress $SWIFTOUTFILE | tail -n 1 | cut -f4-9 -d ' '`
+END_TIME=`date +%s -d "$TMPDATE"`
+
+#duration
+DIFFTIME=$((END_TIME - START_TIME))
+
+#extract active runs in a file
+grep -o -i "Active:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > active.txt
+
+#extract successful completions in a file
+grep -o -i "Successfully:[0-9]*" $SWIFTOUTFILE | awk -F: '{print $2}' > cumulative.txt
+
+#prepare tics
+activelines=`wc -l active.txt | awk '{print $1}'`
+cumulines=`wc -l cumulative.txt | awk '{print $1}'`
+
+activelinespertic=`echo "scale=5 ; $DIFFTIME / $activelines" | bc`
+seq 0 $activelinespertic $DIFFTIME > activetics.txt
+
+cumulinespertic=`echo "scale=5 ; $DIFFTIME / $cumulines" | bc`
+seq 0 $cumulinespertic $DIFFTIME > cumultics.txt
+
+#final plot data
+paste activetics.txt active.txt > plot_active.txt
+paste cumultics.txt cumulative.txt > plot_cumulative.txt
+
+grep  "T =" $SWIFTOUTFILE | awk '{print $6}' | cut -c8- | sed 's/....$//' > T.data
+
+grep multi_annealing $SWIFTOUTFILE | grep "1;30" | awk '{print $3}' | cut -c11- | sed 's/....$//' > anneal.data
+
+grep returning $SWIFTOUTFILE | awk '{print $3, $4, $5, $6}' | sed -e 's/'ci='//' -e 's/'cj='//' -e 's/'r.loss='//' -e 's/'r.sdev='//' | sort -t' ' -k 1,2n > multiloss.txt


Property changes on: SwiftApps/cray-benchmarks/plots2/extract4plots
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/cray-benchmarks/plots2/multiloss.txt
===================================================================
Added: SwiftApps/cray-benchmarks/plots2/plot_active.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/plot_active.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/plot_active.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,332 @@
+0.00000	5
+1.48036	5
+2.96072	5
+4.44108	5
+5.92144	5
+7.40180	46
+8.88216	46
+10.36252	46
+11.84288	46
+13.32324	46
+14.80360	95
+16.28396	95
+17.76432	95
+19.24468	118
+20.72504	118
+22.20540	118
+23.68576	118
+25.16612	118
+26.64648	158
+28.12684	158
+29.60720	158
+31.08756	158
+32.56792	185
+34.04828	185
+35.52864	185
+37.00900	185
+38.48936	185
+39.96972	233
+41.45008	233
+42.93044	233
+44.41080	233
+45.89116	258
+47.37152	258
+48.85188	258
+50.33224	258
+51.81260	258
+53.29296	258
+54.77332	258
+56.25368	258
+57.73404	258
+59.21440	273
+60.69476	272
+62.17512	269
+63.65548	265
+65.13584	261
+66.61620	259
+68.09656	259
+69.57692	259
+71.05728	258
+72.53764	258
+74.01800	258
+75.49836	258
+76.97872	258
+78.45908	258
+79.93944	359
+81.41980	358
+82.90016	355
+84.38052	353
+85.86088	350
+87.34124	347
+88.82160	346
+90.30196	344
+91.78232	344
+93.26268	343
+94.74304	342
+96.22340	341
+97.70376	341
+99.18412	340
+100.66448	339
+102.14484	337
+103.62520	335
+105.10556	334
+106.58592	333
+108.06628	333
+109.54664	332
+111.02700	331
+112.50736	329
+113.98772	325
+115.46808	321
+116.94844	321
+118.42880	320
+119.90916	317
+121.38952	315
+122.86988	312
+124.35024	309
+125.83060	306
+127.31096	304
+128.79132	303
+130.27168	303
+131.75204	300
+133.23240	296
+134.71276	294
+136.19312	292
+137.67348	291
+139.15384	290
+140.63420	286
+142.11456	283
+143.59492	279
+145.07528	278
+146.55564	277
+148.03600	275
+149.51636	275
+150.99672	274
+152.47708	273
+153.95744	273
+155.43780	273
+156.91816	273
+158.39852	273
+159.87888	273
+161.35924	683
+162.83960	681
+164.31996	680
+165.80032	677
+167.28068	676
+168.76104	673
+170.24140	671
+171.72176	669
+173.20212	668
+174.68248	666
+176.16284	663
+177.64320	661
+179.12356	659
+180.60392	656
+182.08428	653
+183.56464	652
+185.04500	647
+186.52536	646
+188.00572	644
+189.48608	643
+190.96644	641
+192.44680	640
+193.92716	639
+195.40752	639
+196.88788	638
+198.36824	637
+199.84860	634
+201.32896	632
+202.80932	630
+204.28968	629
+205.77004	627
+207.25040	624
+208.73076	624
+210.21112	624
+211.69148	624
+213.17184	623
+214.65220	621
+216.13256	616
+217.61292	614
+219.09328	611
+220.57364	608
+222.05400	607
+223.53436	604
+225.01472	602
+226.49508	599
+227.97544	595
+229.45580	592
+230.93616	590
+232.41652	589
+233.89688	588
+235.37724	584
+236.85760	582
+238.33796	576
+239.81832	570
+241.29868	570
+242.77904	566
+244.25940	565
+245.73976	565
+247.22012	563
+248.70048	557
+250.18084	555
+251.66120	551
+253.14156	548
+254.62192	543
+256.10228	544
+257.58264	541
+259.06300	540
+260.54336	537
+262.02372	532
+263.50408	531
+264.98444	529
+266.46480	526
+267.94516	523
+269.42552	520
+270.90588	517
+272.38624	515
+273.86660	515
+275.34696	514
+276.82732	512
+278.30768	507
+279.78804	504
+281.26840	501
+282.74876	502
+284.22912	496
+285.70948	490
+287.18984	484
+288.67020	480
+290.15056	475
+291.63092	469
+293.11128	468
+294.59164	464
+296.07200	457
+297.55236	451
+299.03272	445
+300.51308	441
+301.99344	435
+303.47380	429
+304.95416	429
+306.43452	424
+307.91488	417
+309.39524	412
+310.87560	411
+312.35596	410
+313.83632	407
+315.31668	403
+316.79704	399
+318.27740	394
+319.75776	389
+321.23812	387
+322.71848	382
+324.19884	379
+325.67920	374
+327.15956	369
+328.63992	367
+330.12028	362
+331.60064	357
+333.08100	353
+334.56136	352
+336.04172	351
+337.52208	347
+339.00244	344
+340.48280	342
+341.96316	336
+343.44352	334
+344.92388	329
+346.40424	328
+347.88460	324
+349.36496	318
+350.84532	317
+352.32568	313
+353.80604	308
+355.28640	304
+356.76676	297
+358.24712	296
+359.72748	294
+361.20784	288
+362.68820	284
+364.16856	279
+365.64892	275
+367.12928	271
+368.60964	268
+370.09000	262
+371.57036	260
+373.05072	256
+374.53108	252
+376.01144	248
+377.49180	245
+378.97216	241
+380.45252	239
+381.93288	234
+383.41324	235
+384.89360	233
+386.37396	232
+387.85432	227
+389.33468	224
+390.81504	222
+392.29540	217
+393.77576	212
+395.25612	211
+396.73648	209
+398.21684	206
+399.69720	203
+401.17756	198
+402.65792	195
+404.13828	189
+405.61864	184
+407.09900	181
+408.57936	178
+410.05972	176
+411.54008	171
+413.02044	168
+414.50080	164
+415.98116	158
+417.46152	154
+418.94188	151
+420.42224	151
+421.90260	149
+423.38296	145
+424.86332	141
+426.34368	139
+427.82404	133
+429.30440	129
+430.78476	127
+432.26512	123
+433.74548	124
+435.22584	119
+436.70620	116
+438.18656	110
+439.66692	106
+441.14728	103
+442.62764	98
+444.10800	92
+445.58836	89
+447.06872	86
+448.54908	82
+450.02944	77
+451.50980	74
+452.99016	69
+454.47052	67
+455.95088	63
+457.43124	61
+458.91160	59
+460.39196	56
+461.87232	53
+463.35268	50
+464.83304	45
+466.31340	41
+467.79376	38
+469.27412	36
+470.75448	37
+472.23484	33
+473.71520	29
+475.19556	27
+476.67592	28
+478.15628	25
+479.63664	22
+481.11700	17
+482.59736	14
+484.07772	11
+485.55808	7
+487.03844	4
+488.51880	1
+489.99916	

Added: SwiftApps/cray-benchmarks/plots2/plot_cumulative.txt
===================================================================
--- SwiftApps/cray-benchmarks/plots2/plot_cumulative.txt	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/plot_cumulative.txt	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,201 @@
+0.00000	1
+2.45000	1
+4.90000	1
+7.35000	2
+9.80000	2
+12.25000	2
+14.70000	3
+17.15000	27
+19.60000	61
+22.05000	84
+24.50000	149
+26.95000	172
+29.40000	173
+31.85000	174
+34.30000	178
+36.75000	181
+39.20000	186
+41.65000	190
+44.10000	190
+46.55000	193
+49.00000	196
+51.45000	198
+53.90000	204
+56.35000	206
+58.80000	209
+61.25000	210
+63.70000	211
+66.15000	214
+68.60000	217
+71.05000	224
+73.50000	227
+75.95000	231
+78.40000	235
+80.85000	235
+83.30000	236
+85.75000	238
+88.20000	245
+90.65000	248
+93.10000	253
+95.55000	257
+98.00000	261
+100.45000	262
+102.90000	264
+105.35000	266
+107.80000	270
+110.25000	274
+112.70000	275
+115.15000	277
+117.60000	281
+120.05000	283
+122.50000	287
+124.95000	291
+127.40000	292
+129.85000	293
+132.30000	293
+134.75000	295
+137.20000	300
+139.65000	305
+142.10000	308
+144.55000	309
+147.00000	315
+149.45000	321
+151.90000	327
+154.35000	333
+156.80000	339
+159.25000	345
+161.70000	346
+164.15000	352
+166.60000	358
+169.05000	364
+171.50000	370
+173.95000	376
+176.40000	382
+178.85000	387
+181.30000	390
+183.75000	396
+186.20000	402
+188.65000	408
+191.10000	409
+193.55000	410
+196.00000	415
+198.45000	420
+200.90000	425
+203.35000	431
+205.80000	437
+208.25000	443
+210.70000	448
+213.15000	453
+215.60000	459
+218.05000	464
+220.50000	470
+222.95000	476
+225.40000	481
+227.85000	487
+230.30000	490
+232.75000	491
+235.20000	496
+237.65000	501
+240.10000	507
+242.55000	513
+245.00000	519
+247.45000	525
+249.90000	528
+252.35000	534
+254.80000	540
+257.25000	546
+259.70000	552
+262.15000	558
+264.60000	564
+267.05000	570
+269.50000	571
+271.95000	576
+274.40000	582
+276.85000	588
+279.30000	594
+281.75000	599
+284.20000	605
+286.65000	611
+289.10000	617
+291.55000	620
+294.00000	626
+296.45000	632
+298.90000	638
+301.35000	644
+303.80000	648
+306.25000	654
+308.70000	659
+311.15000	660
+313.60000	661
+316.05000	666
+318.50000	672
+320.95000	677
+323.40000	682
+325.85000	688
+328.30000	694
+330.75000	698
+333.20000	699
+335.65000	705
+338.10000	710
+340.55000	716
+343.00000	721
+345.45000	727
+347.90000	732
+350.35000	738
+352.80000	740
+355.25000	744
+357.70000	749
+360.15000	755
+362.60000	761
+365.05000	767
+367.50000	773
+369.95000	778
+372.40000	780
+374.85000	781
+377.30000	787
+379.75000	793
+382.20000	799
+384.65000	805
+387.10000	811
+389.55000	817
+392.00000	822
+394.45000	823
+396.90000	829
+399.35000	835
+401.80000	841
+404.25000	847
+406.70000	853
+409.15000	859
+411.60000	865
+414.05000	868
+416.50000	874
+418.95000	880
+421.40000	885
+423.85000	890
+426.30000	896
+428.75000	901
+431.20000	906
+433.65000	907
+436.10000	910
+438.55000	914
+441.00000	919
+443.45000	924
+445.90000	930
+448.35000	936
+450.80000	942
+453.25000	943
+455.70000	944
+458.15000	948
+460.60000	954
+463.05000	957
+465.50000	958
+467.95000	961
+470.40000	967
+472.85000	972
+475.30000	978
+477.75000	983
+480.20000	989
+482.65000	993
+485.10000	998
+487.55000	1000
+490.00000	

Added: SwiftApps/cray-benchmarks/plots2/plotit.gp
===================================================================
--- SwiftApps/cray-benchmarks/plots2/plotit.gp	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/plotit.gp	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,48 @@
+#To be run as a gnuplot script as follows:
+
+# $ gnuplot plotit.gp
+
+set terminal png enhanced size 1000,1000
+#set term postscript eps enhanced 
+#set terminal svg enhanced size 1000 1000
+set style line 1 linecolor rgb "blue"
+set output "activeplot.png"
+set nokey
+set xlabel "Time in sec"
+set ylabel "number of active jobs"
+set title "Active jobs"
+plot "plot_active.txt" using 1:2 with line
+
+#multiplies the active jobs by 24 to take into account the number of openmp
+#procs running on Beagle
+set output "cumulativeplot-openmp.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative SciColSim-openMP jobs"
+plot "plot_cumulative.txt" using 1:($2*24) with lines
+
+set output "cumulativeplot.png"
+set xlabel "Time in seconds"
+set ylabel "number of completed jobs"
+set title "Cumulative jobs"
+plot "plot_cumulative.txt" using 1:2 with lines
+
+set output "scs.png"
+set xlabel "Evolution"
+set ylabel "Value of T"
+set title "SciColSim evolution Results"
+plot "T.data" using 1 with lines 
+
+set output "scs_loss.png"
+set title "SciColSim evolution loss Results"
+set xlabel "Evolution"
+set ylabel "Value of loss(AR)"
+plot "anneal.data" using 1 with lines 
+
+set output "multiloss.png"
+set title "SciColSim evolution loss Results"
+set key auto
+set yrange [0:200]
+set xlabel "Evolution"
+set ylabel "loss"
+plot "multiloss.txt" using 3 with lines title "multiloss mean val",  "multiloss.txt" using ($3+$4) with lines title "+stddev", "multiloss.txt" using ($3-$4) with lines title "-stddev"

Added: SwiftApps/cray-benchmarks/plots2/run021.out
===================================================================
--- SwiftApps/cray-benchmarks/plots2/run021.out	                        (rev 0)
+++ SwiftApps/cray-benchmarks/plots2/run021.out	2012-05-23 14:53:20 UTC (rev 5795)
@@ -0,0 +1,363 @@
+Running in run021
+Swift 0.93 swift-r5483 cog-r3339
+
+RunID: 20120428-1656-480zag0g
+Progress:  time: Sat, 28 Apr 2012 16:56:08 -0500
+Progress:  time: Sat, 28 Apr 2012 16:56:09 -0500  Initializing:997  Selecting site:3
+Progress:Progress:  time: Sat, 28 Apr 2012 16:56:09 -0500  Initializing:997  Selecting site:3
+  time: Sat, 28 Apr 2012 16:56:09 -0500  Initializing:997  Selecting site:3
+Progress:  time: Sat, 28 Apr 2012 16:56:10 -0500  Submitting:997  Submitted:3
+Progress:  time: Sat, 28 Apr 2012 16:56:11 -0500  Submitting:981  Submitted:19
+Progress:  time: Sat, 28 Apr 2012 16:56:12 -0500  Submitting:963  Submitted:37
+Progress:  time: Sat, 28 Apr 2012 16:56:13 -0500  Submitting:947  Submitted:53
+Progress:  time: Sat, 28 Apr 2012 16:56:14 -0500  Submitting:931  Submitted:69
+Progress:  time: Sat, 28 Apr 2012 16:56:15 -0500  Submitting:919  Submitted:81
+Progress:  time: Sat, 28 Apr 2012 16:56:16 -0500  Submitting:903  Submitted:97
+Progress:  time: Sat, 28 Apr 2012 16:56:17 -0500  Submitting:887  Submitted:113
+Progress:  time: Sat, 28 Apr 2012 16:56:18 -0500  Submitting:871  Submitted:129
+Progress:  time: Sat, 28 Apr 2012 16:56:19 -0500  Submitting:855  Submitted:145
+Progress:  time: Sat, 28 Apr 2012 16:56:20 -0500  Submitting:841  Submitted:159
+Progress:  time: Sat, 28 Apr 2012 16:56:21 -0500  Submitting:825  Submitted:175
+Progress:  time: Sat, 28 Apr 2012 16:56:22 -0500  Submitting:809  Submitted:191
+Progress:  time: Sat, 28 Apr 2012 16:56:23 -0500  Submitting:793  Submitted:207
+Progress:  time: Sat, 28 Apr 2012 16:56:24 -0500  Submitting:777  Submitted:223
+Progress:  time: Sat, 28 Apr 2012 16:56:26 -0500  Submitting:775  Submitted:225
+Progress:  time: Sat, 28 Apr 2012 16:56:27 -0500  Submitting:773  Submitted:227
+Progress:  time: Sat, 28 Apr 2012 16:56:28 -0500  Submitting:769  Submitted:231
+Progress:  time: Sat, 28 Apr 2012 16:56:29 -0500  Submitting:753  Submitted:247
+Progress:  time: Sat, 28 Apr 2012 16:56:30 -0500  Submitting:740  Submitted:260
+Progress:  time: Sat, 28 Apr 2012 16:56:31 -0500  Submitting:731  Submitted:264  Active:5
+Progress:  time: Sat, 28 Apr 2012 16:56:32 -0500  Submitting:720  Submitted:275  Active:5
+Progress:  time: Sat, 28 Apr 2012 16:56:33 -0500  Submitting:708  Submitted:287  Active:5
+Progress:  time: Sat, 28 Apr 2012 16:56:34 -0500  Submitting:697  Submitted:298  Active:5
+Progress:  time: Sat, 28 Apr 2012 16:56:37 -0500  Submitting:696  Submitted:299  Active:5
+Progress:  time: Sat, 28 Apr 2012 16:56:38 -0500  Submitting:688  Submitted:266  Active:46
+Progress:  time: Sat, 28 Apr 2012 16:56:39 -0500  Submitting:677  Submitted:277  Active:46
+Progress:  time: Sat, 28 Apr 2012 16:56:40 -0500  Submitting:665  Submitted:289  Active:46
+Progress:  time: Sat, 28 Apr 2012 16:56:41 -0500  Submitting:656  Submitted:298  Active:46
+Progress:  time: Sat, 28 Apr 2012 16:56:42 -0500  Submitting:646  Submitted:308  Active:46
+Progress:  time: Sat, 28 Apr 2012 16:56:43 -0500  Submitting:636  Submitted:269  Active:95
+Progress:  time: Sat, 28 Apr 2012 16:56:44 -0500  Submitting:627  Submitted:278  Active:95
+Progress:  time: Sat, 28 Apr 2012 16:56:47 -0500  Submitting:623  Submitted:282  Active:95
+Progress:Progress:  time: Sat, 28 Apr 2012 16:56:48 -0500  time: Sat, 28 Apr 2012 16:56:48 -0500  Submitting:616  Submitting:616  Submitted:266  Active:118
+  Submitted:266  Active:118
+Progress:  time: Sat, 28 Apr 2012 16:56:49 -0500  Submitting:607  Submitted:275  Active:118
+Progress:  time: Sat, 28 Apr 2012 16:56:50 -0500  Submitting:599  Submitted:283  Active:118
+Progress:  time: Sat, 28 Apr 2012 16:56:51 -0500  Submitting:588  Submitted:294  Active:118
+Progress:  time: Sat, 28 Apr 2012 16:56:52 -0500  Submitting:576  Submitted:266  Active:158
+Progress:  time: Sat, 28 Apr 2012 16:56:54 -0500  Submitting:565  Submitted:277  Active:158
+Progress:  time: Sat, 28 Apr 2012 16:56:55 -0500  Submitting:556  Submitted:286  Active:158
+Progress:  time: Sat, 28 Apr 2012 16:56:57 -0500  Submitting:555  Submitted:287  Active:158
+Progress:  time: Sat, 28 Apr 2012 16:56:58 -0500  Submitting:548  Submitted:267  Active:185
+Progress:  time: Sat, 28 Apr 2012 16:56:59 -0500  Submitting:540  Submitted:275  Active:185
+Progress:  time: Sat, 28 Apr 2012 16:57:00 -0500  Submitting:530  Submitted:285  Active:185
+Progress:  time: Sat, 28 Apr 2012 16:57:01 -0500  Submitting:519  Submitted:296  Active:185
+Progress:  time: Sat, 28 Apr 2012 16:57:02 -0500  Submitting:509  Submitted:306  Active:185
+Progress:  time: Sat, 28 Apr 2012 16:57:03 -0500  Submitting:498  Submitted:269  Active:233
+Progress:  time: Sat, 28 Apr 2012 16:57:04 -0500  Submitting:487  Submitted:280  Active:233
+Progress:  time: Sat, 28 Apr 2012 16:57:06 -0500  Submitting:485  Submitted:282  Active:233
+Progress:  time: Sat, 28 Apr 2012 16:57:07 -0500  Submitting:481  Submitted:286  Active:233
+Progress:  time: Sat, 28 Apr 2012 16:57:08 -0500  Submitting:465  Submitted:277  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:09 -0500  Submitting:449  Submitted:293  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:10 -0500  Submitting:433  Submitted:309  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:11 -0500  Submitting:417  Submitted:325  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:13 -0500  Submitting:407  Submitted:335  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:14 -0500  Submitting:391  Submitted:351  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:15 -0500  Submitting:381  Submitted:361  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:17 -0500  Submitting:380  Submitted:362  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:19 -0500  Submitting:378  Submitted:364  Active:258
+Progress:  time: Sat, 28 Apr 2012 16:57:20 -0500  Submitting:376  Submitted:349  Active:273  Checking status:1  Stage out:1
+Progress:  time: Sat, 28 Apr 2012 16:57:21 -0500  Submitting:371  Submitted:354  Active:272  Stage out:3
+Progress:  time: Sat, 28 Apr 2012 16:57:22 -0500  Submitting:364  Submitted:361  Active:269  Stage out:6
+Progress:  time: Sat, 28 Apr 2012 16:57:23 -0500  Submitting:354  Submitted:371  Active:265  Stage out:10
+Progress:  time: Sat, 28 Apr 2012 16:57:24 -0500  Submitting:343  Submitted:382  Active:261  Stage out:14
+Progress:  time: Sat, 28 Apr 2012 16:57:25 -0500  Submitting:340  Submitted:385  Active:259  Checking status:1  Stage out:15
+Progress:  time: Sat, 28 Apr 2012 16:57:26 -0500  Submitting:338  Submitted:387  Active:259  Stage out:16
+Progress:  time: Sat, 28 Apr 2012 16:57:27 -0500  Submitting:337  Submitted:388  Active:259  Stage out:16
+Progress:  time: Sat, 28 Apr 2012 16:57:29 -0500  Submitting:335  Submitted:390  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:30 -0500  Submitting:333  Submitted:392  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:31 -0500  Submitting:330  Submitted:395  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:32 -0500  Submitting:327  Submitted:398  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:34 -0500  Submitting:323  Submitted:402  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:36 -0500  Submitting:320  Submitted:405  Active:258  Stage out:17
+Progress:  time: Sat, 28 Apr 2012 16:57:37 -0500  Submitting:319  Submitted:304  Active:359  Stage out:18
+Progress:  time: Sat, 28 Apr 2012 16:57:38 -0500  Submitting:316  Submitted:307  Active:358  Stage out:19
+Progress:  time: Sat, 28 Apr 2012 16:57:39 -0500  Submitting:309  Submitted:314  Active:355  Stage out:22
+Progress:  time: Sat, 28 Apr 2012 16:57:40 -0500  Submitting:303  Submitted:320  Active:353  Stage out:24
+Progress:  time: Sat, 28 Apr 2012 16:57:42 -0500  Submitting:297  Submitted:326  Active:350  Stage out:27
+Progress:  time: Sat, 28 Apr 2012 16:57:43 -0500  Submitting:292  Submitted:331  Active:347  Checking status:1  Stage out:29
+Progress:  time: Sat, 28 Apr 2012 16:57:44 -0500  Submitting:287  Submitted:336  Active:346  Stage out:31
+Progress:  time: Sat, 28 Apr 2012 16:57:48 -0500  Submitting:284  Submitted:339  Active:344  Checking status:1  Stage out:32
+Progress:  time: Sat, 28 Apr 2012 16:57:50 -0500  Submitting:281  Submitted:342  Active:344  Stage out:33
+Progress:  time: Sat, 28 Apr 2012 16:57:52 -0500  Submitting:279  Submitted:344  Active:343  Stage out:34
+Progress:  time: Sat, 28 Apr 2012 16:57:53 -0500  Submitting:277  Submitted:346  Active:342  Stage out:35
+Progress:  time: Sat, 28 Apr 2012 16:57:54 -0500  Submitting:275  Submitted:348  Active:341  Stage out:36
+Progress:  time: Sat, 28 Apr 2012 16:57:57 -0500  Submitting:273  Submitted:350  Active:341  Stage out:36
+Progress:  time: Sat, 28 Apr 2012 16:57:58 -0500  Submitting:271  Submitted:352  Active:340  Stage out:37
+Progress:  time: Sat, 28 Apr 2012 16:57:59 -0500  Submitting:267  Submitted:356  Active:339  Stage out:38
+Progress:  time: Sat, 28 Apr 2012 16:58:01 -0500  Submitting:263  Submitted:360  Active:337  Stage out:40
+Progress:  time: Sat, 28 Apr 2012 16:58:02 -0500  Submitting:259  Submitted:364  Active:335  Stage out:42
+Progress:  time: Sat, 28 Apr 2012 16:58:03 -0500  Submitting:257  Submitted:366  Active:334  Stage out:43
+Progress:  time: Sat, 28 Apr 2012 16:58:04 -0500  Submitting:255  Submitted:368  Active:333  Stage out:44
+Progress:  time: Sat, 28 Apr 2012 16:58:08 -0500  Submitting:254  Submitted:369  Active:333  Stage out:44
+Progress:  time: Sat, 28 Apr 2012 16:58:09 -0500  Submitting:251  Submitted:372  Active:332  Stage out:45
+Progress:  time: Sat, 28 Apr 2012 16:58:10 -0500  Submitting:249  Submitted:374  Active:331  Stage out:46
+Progress:  time: Sat, 28 Apr 2012 16:58:12 -0500  Submitting:246  Submitted:377  Active:329  Checking status:1  Stage out:47
+Progress:  time: Sat, 28 Apr 2012 16:58:13 -0500  Submitting:238  Submitted:385  Active:325  Checking status:1  Stage out:51
+Progress:  time: Sat, 28 Apr 2012 16:58:15 -0500  Submitting:230  Submitted:393  Active:321  Checking status:1  Stage out:55
+Progress:  time: Sat, 28 Apr 2012 16:58:17 -0500  Submitting:229  Submitted:394  Active:321  Stage out:56
+Progress:  time: Sat, 28 Apr 2012 16:58:18 -0500  Submitting:228  Submitted:395  Active:320  Checking status:1  Stage out:56
+Progress:  time: Sat, 28 Apr 2012 16:58:20 -0500  Submitting:220  Submitted:403  Active:317  Checking status:1  Stage out:59
+Progress:  time: Sat, 28 Apr 2012 16:58:21 -0500  Submitting:213  Submitted:410  Active:315  Stage out:62
+Progress:  time: Sat, 28 Apr 2012 16:58:22 -0500  Submitting:206  Submitted:417  Active:312  Stage out:65
+Progress:  time: Sat, 28 Apr 2012 16:58:23 -0500  Submitting:201  Submitted:422  Active:309  Checking status:1  Stage out:67
+Progress:  time: Sat, 28 Apr 2012 16:58:24 -0500  Submitting:193  Submitted:430  Active:306  Stage out:71
+Progress:  time: Sat, 28 Apr 2012 16:58:26 -0500  Submitting:189  Submitted:434  Active:304  Stage out:73
+Progress:  time: Sat, 28 Apr 2012 16:58:28 -0500  Submitting:189  Submitted:434  Active:303  Checking status:1  Stage out:73
+Progress:  time: Sat, 28 Apr 2012 16:58:29 -0500  Submitting:186  Submitted:437  Active:303  Stage out:74
+Progress:  time: Sat, 28 Apr 2012 16:58:30 -0500  Submitting:178  Submitted:445  Active:300  Stage out:77
+Progress:  time: Sat, 28 Apr 2012 16:58:31 -0500  Submitting:170  Submitted:453  Active:296  Checking status:1  Stage out:80
+Progress:  time: Sat, 28 Apr 2012 16:58:32 -0500  Submitting:163  Submitted:460  Active:294  Stage out:83
+Progress:  time: Sat, 28 Apr 2012 16:58:34 -0500  Submitting:162  Submitted:461  Active:292  Checking status:1  Stage out:84
+Progress:  time: Sat, 28 Apr 2012 16:58:36 -0500  Submitting:157  Submitted:466  Active:291  Stage out:86
+Progress:  time: Sat, 28 Apr 2012 16:58:37 -0500  Submitting:157  Submitted:466  Active:290  Checking status:1  Stage out:86
+Progress:  time: Sat, 28 Apr 2012 16:58:38 -0500  Submitting:147  Submitted:476  Active:286  Checking status:1  Stage out:90
+Progress:  time: Sat, 28 Apr 2012 16:58:40 -0500  Submitting:136  Submitted:487  Active:283  Stage out:94
+Progress:  time: Sat, 28 Apr 2012 16:58:41 -0500  Submitting:128  Submitted:495  Active:279  Stage out:98
+Progress:  time: Sat, 28 Apr 2012 16:58:42 -0500  Submitting:126  Submitted:497  Active:278  Stage out:99
+Progress:  time: Sat, 28 Apr 2012 16:58:43 -0500  Submitting:122  Submitted:501  Active:277  Stage out:100
+Progress:  time: Sat, 28 Apr 2012 16:58:47 -0500  Submitting:120  Submitted:503  Active:275  Checking status:1  Stage out:101
+Progress:  time: Sat, 28 Apr 2012 16:58:50 -0500  Submitting:117  Submitted:506  Active:275  Stage out:102
+Progress:  time: Sat, 28 Apr 2012 16:58:51 -0500  Submitting:115  Submitted:508  Active:274  Stage out:103
+Progress:  time: Sat, 28 Apr 2012 16:58:52 -0500  Submitting:115  Submitted:508  Active:273  Checking status:1  Stage out:103
+Progress:  time: Sat, 28 Apr 2012 16:58:53 -0500  Submitting:113  Submitted:510  Active:273  Stage out:104
+Progress:  time: Sat, 28 Apr 2012 16:58:58 -0500  Submitting:112  Submitted:511  Active:273  Stage out:104
+Progress:  time: Sat, 28 Apr 2012 16:58:59 -0500  Submitting:110  Submitted:513  Active:273  Stage out:104
+Progress:  time: Sat, 28 Apr 2012 16:59:01 -0500  Submitting:106  Submitted:517  Active:273  Stage out:104
+Progress:  time: Sat, 28 Apr 2012 16:59:02 -0500  Submitting:100  Submitted:523  Active:273  Stage out:104
+Progress:  time: Sat, 28 Apr 2012 16:59:03 -0500  Submitting:94  Submitted:117  Active:683  Stage out:106
+Failed to remove job 7977 from queue: 
+Failed to remove job 8014 from queue: 
+Progress:  time: Sat, 28 Apr 2012 16:59:07 -0500  Submitting:87  Submitted:123  Active:681  Stage out:109
+Progress:  time: Sat, 28 Apr 2012 16:59:08 -0500  Submitting:85  Submitted:125  Active:680  Stage out:110
+Progress:  time: Sat, 28 Apr 2012 16:59:09 -0500  Submitting:80  Submitted:130  Active:677  Stage out:113
+Progress:  time: Sat, 28 Apr 2012 16:59:10 -0500  Submitting:74  Submitted:135  Active:676  Stage out:115
+Progress:  time: Sat, 28 Apr 2012 16:59:11 -0500  Submitting:66  Submitted:143  Active:673  Stage out:118
+Progress:  time: Sat, 28 Apr 2012 16:59:13 -0500  Submitting:60  Submitted:149  Active:671  Stage out:120
+Progress:  time: Sat, 28 Apr 2012 16:59:14 -0500  Submitting:57  Submitted:152  Active:669  Checking status:1  Stage out:121
+Progress:  time: Sat, 28 Apr 2012 16:59:18 -0500  Submitting:53  Submitted:156  Active:668  Stage out:123
+Progress:  time: Sat, 28 Apr 2012 16:59:19 -0500  Submitting:50  Submitted:159  Active:666  Checking status:1  Stage out:124
+Progress:  time: Sat, 28 Apr 2012 16:59:20 -0500  Submitting:42  Submitted:167  Active:663  Checking status:1  Stage out:127
+Progress:  time: Sat, 28 Apr 2012 16:59:21 -0500  Submitting:34  Submitted:174  Active:661  Checking status:1  Stage out:130
+Progress:  time: Sat, 28 Apr 2012 16:59:22 -0500  Submitting:27  Submitted:181  Active:659  Stage out:133
+Progress:  time: Sat, 28 Apr 2012 16:59:24 -0500  Submitting:20  Submitted:188  Active:656  Stage out:136
+Progress:  time: Sat, 28 Apr 2012 16:59:27 -0500  Submitting:13  Submitted:195  Active:653  Checking status:1  Stage out:138
+Progress:  time: Sat, 28 Apr 2012 16:59:28 -0500  Submitting:11  Submitted:197  Active:652  Checking status:1  Stage out:139
+Progress:  time: Sat, 28 Apr 2012 16:59:30 -0500  Submitted:208  Active:647  Checking status:1  Stage out:144
+Progress:  time: Sat, 28 Apr 2012 16:59:32 -0500  Submitted:208  Active:646  Checking status:1  Stage out:145
+Progress:  time: Sat, 28 Apr 2012 16:59:33 -0500  Submitted:207  Active:644  Checking status:1  Stage out:148
+Progress:  time: Sat, 28 Apr 2012 16:59:38 -0500  Submitted:207  Active:643  Stage out:150
+Progress:  time: Sat, 28 Apr 2012 16:59:39 -0500  Submitted:207  Active:641  Checking status:1  Stage out:151
+Progress:  time: Sat, 28 Apr 2012 16:59:42 -0500  Submitted:206  Active:640  Checking status:1  Stage out:153
+Progress:  time: Sat, 28 Apr 2012 16:59:43 -0500  Submitted:206  Active:639  Checking status:1  Stage out:154
+Progress:  time: Sat, 28 Apr 2012 16:59:46 -0500  Submitted:206  Active:639  Stage out:154  Finished successfully:1
+Progress:  time: Sat, 28 Apr 2012 16:59:48 -0500  Submitted:206  Active:638  Checking status:1  Stage out:154  Finished successfully:1
+Progress:  time: Sat, 28 Apr 2012 16:59:50 -0500  Submitted:206  Active:637  Checking status:1  Stage out:155  Finished successfully:1
+Progress:  time: Sat, 28 Apr 2012 16:59:52 -0500  Submitted:206  Active:634  Checking status:1  Stage out:157  Finished successfully:2
+Progress:  time: Sat, 28 Apr 2012 16:59:59 -0500  Submitted:206  Active:632  Checking status:1  Stage out:159  Finished successfully:2
+Progress:  time: Sat, 28 Apr 2012 17:00:00 -0500  Submitted:206  Active:630  Checking status:1  Stage out:161  Finished successfully:2
+Progress:  time: Sat, 28 Apr 2012 17:00:01 -0500  Submitted:205  Active:629  Stage out:163  Finished successfully:3
+Progress:  time: Sat, 28 Apr 2012 17:00:02 -0500  Submitted:205  Active:627  Stage out:141  Finished successfully:27
+Progress:  time: Sat, 28 Apr 2012 17:00:03 -0500  Submitted:205  Active:624  Stage out:110  Finished successfully:61
+Progress:  time: Sat, 28 Apr 2012 17:00:05 -0500  Submitted:205  Active:624  Stage out:87  Finished successfully:84
+Progress:  time: Sat, 28 Apr 2012 17:00:06 -0500  Submitted:204  Active:624  Stage out:23  Finished successfully:149
+Progress:  time: Sat, 28 Apr 2012 17:00:08 -0500  Submitted:204  Active:624  Finished successfully:172
+Progress:  time: Sat, 28 Apr 2012 17:00:09 -0500  Submitted:204  Active:623  Finished successfully:173
+Progress:  time: Sat, 28 Apr 2012 17:00:10 -0500  Submitted:204  Active:621  Stage out:1  Finished successfully:174
+Progress:  time: Sat, 28 Apr 2012 17:00:11 -0500  Submitted:204  Active:616  Checking status:1  Stage out:1  Finished successfully:178
+Progress:  time: Sat, 28 Apr 2012 17:00:13 -0500  Submitted:203  Active:614  Stage out:2  Finished successfully:181
+Progress:  time: Sat, 28 Apr 2012 17:00:14 -0500  Submitted:203  Active:611  Finished successfully:186
+Progress:  time: Sat, 28 Apr 2012 17:00:15 -0500  Submitted:202  Active:608  Finished successfully:190
+Progress:  time: Sat, 28 Apr 2012 17:00:17 -0500  Submitted:202  Active:607  Checking status:1  Finished successfully:190
+Progress:  time: Sat, 28 Apr 2012 17:00:18 -0500  Submitted:201  Active:604  Checking status:1  Stage out:1  Finished successfully:193
+Progress:  time: Sat, 28 Apr 2012 17:00:19 -0500  Submitted:201  Active:602  Stage out:1  Finished successfully:196
+Progress:  time: Sat, 28 Apr 2012 17:00:21 -0500  Submitted:201  Active:599  Stage out:2  Finished successfully:198
+Progress:  time: Sat, 28 Apr 2012 17:00:22 -0500  Submitted:201  Active:595  Finished successfully:204
+Progress:  time: Sat, 28 Apr 2012 17:00:23 -0500  Submitted:201  Active:592  Stage out:1  Finished successfully:206
+Progress:  time: Sat, 28 Apr 2012 17:00:24 -0500  Submitted:201  Active:590  Finished successfully:209
+Progress:  time: Sat, 28 Apr 2012 17:00:25 -0500  Submitted:201  Active:589  Finished successfully:210
+Progress:  time: Sat, 28 Apr 2012 17:00:28 -0500  Submitted:200  Active:588  Checking status:1  Finished successfully:211
+Progress:  time: Sat, 28 Apr 2012 17:00:29 -0500  Submitted:200  Active:584  Checking status:1  Stage out:1  Finished successfully:214
+Progress:  time: Sat, 28 Apr 2012 17:00:30 -0500  Submitted:200  Active:582  Stage out:1  Finished successfully:217
+Progress:  time: Sat, 28 Apr 2012 17:00:31 -0500  Submitted:200  Active:576  Finished successfully:224
+Progress:  time: Sat, 28 Apr 2012 17:00:32 -0500  Submitted:200  Active:570  Checking status:1  Stage out:2  Finished successfully:227
+Progress:  time: Sat, 28 Apr 2012 17:00:33 -0500  Submitted:199  Active:570  Finished successfully:231
+Progress:  time: Sat, 28 Apr 2012 17:00:35 -0500  Submitted:199  Active:566  Finished successfully:235
+Progress:  time: Sat, 28 Apr 2012 17:00:36 -0500  Submitted:199  Active:565  Checking status:1  Finished successfully:235
+Progress:  time: Sat, 28 Apr 2012 17:00:38 -0500  Submitted:199  Active:565  Finished successfully:236
+Progress:  time: Sat, 28 Apr 2012 17:00:39 -0500  Submitted:198  Active:563  Stage out:1  Finished successfully:238
+Progress:  time: Sat, 28 Apr 2012 17:00:40 -0500  Submitted:198  Active:557  Finished successfully:245
+Progress:  time: Sat, 28 Apr 2012 17:00:41 -0500  Submitted:196  Active:555  Stage out:1  Finished successfully:248
+Progress:  time: Sat, 28 Apr 2012 17:00:42 -0500  Submitted:195  Active:551  Stage out:1  Finished successfully:253
+Failed to remove job 7783 from queue: 
+Progress:  time: Sat, 28 Apr 2012 17:00:43 -0500  Submitted:195  Active:548  Finished successfully:257
+Progress:  time: Sat, 28 Apr 2012 17:00:49 -0500  Submitted:195  Active:543  Checking status:1  Finished successfully:261
+Progress:  time: Sat, 28 Apr 2012 17:00:50 -0500  Submitted:194  Active:544  Finished successfully:262
+Progress:  time: Sat, 28 Apr 2012 17:00:52 -0500  Submitted:194  Active:541  Checking status:1  Finished successfully:264
+Progress:  time: Sat, 28 Apr 2012 17:00:53 -0500  Submitted:194  Active:540  Finished successfully:266
+Progress:  time: Sat, 28 Apr 2012 17:00:54 -0500  Submitted:193  Active:537  Finished successfully:270
+Progress:  time: Sat, 28 Apr 2012 17:00:56 -0500  Submitted:193  Active:532  Checking status:1  Finished successfully:274
+Progress:  time: Sat, 28 Apr 2012 17:00:58 -0500  Submitted:193  Active:531  Checking status:1  Finished successfully:275
+Progress:  time: Sat, 28 Apr 2012 17:00:59 -0500  Submitted:193  Active:529  Checking status:1  Finished successfully:277
+Progress:  time: Sat, 28 Apr 2012 17:01:00 -0500  Submitted:193  Active:526  Finished successfully:281
+Progress:  time: Sat, 28 Apr 2012 17:01:01 -0500  Submitted:193  Active:523  Checking status:1  Finished successfully:283
+Progress:  time: Sat, 28 Apr 2012 17:01:03 -0500  Submitted:193  Active:520  Finished successfully:287
+Progress:  time: Sat, 28 Apr 2012 17:01:04 -0500  Submitted:192  Active:517  Finished successfully:291
+Progress:  time: Sat, 28 Apr 2012 17:01:05 -0500  Submitted:192  Active:515  Checking status:1  Finished successfully:292
+Progress:  time: Sat, 28 Apr 2012 17:01:08 -0500  Submitted:192  Active:515  Finished successfully:293
+Progress:  time: Sat, 28 Apr 2012 17:01:10 -0500  Submitted:192  Active:514  Checking status:1  Finished successfully:293
+Progress:  time: Sat, 28 Apr 2012 17:01:11 -0500  Submitted:192  Active:512  Checking status:1  Finished successfully:295
+Progress:  time: Sat, 28 Apr 2012 17:01:12 -0500  Submitted:192  Active:507  Checking status:1  Finished successfully:300
+Progress:  time: Sat, 28 Apr 2012 17:01:13 -0500  Submitted:191  Active:504  Finished successfully:305
+Progress:  time: Sat, 28 Apr 2012 17:01:14 -0500  Submitted:190  Active:501  Checking status:1  Finished successfully:308
+Progress:  time: Sat, 28 Apr 2012 17:01:18 -0500  Submitted:189  Active:502  Finished successfully:309
+Progress:  time: Sat, 28 Apr 2012 17:01:19 -0500  Submitted:188  Active:496  Checking status:1  Finished successfully:315
+Progress:  time: Sat, 28 Apr 2012 17:01:20 -0500  Submitted:188  Active:490  Checking status:1  Finished successfully:321
+Progress:  time: Sat, 28 Apr 2012 17:01:21 -0500  Submitted:188  Active:484  Checking status:1  Finished successfully:327
+Progress:  time: Sat, 28 Apr 2012 17:01:22 -0500  Submitted:186  Active:480  Checking status:1  Finished successfully:333
+Progress:  time: Sat, 28 Apr 2012 17:01:23 -0500  Submitted:185  Active:475  Checking status:1  Finished successfully:339
+Progress:  time: Sat, 28 Apr 2012 17:01:24 -0500  Submitted:185  Active:469  Checking status:1  Finished successfully:345
+Progress:  time: Sat, 28 Apr 2012 17:01:27 -0500  Submitted:185  Active:468  Checking status:1  Finished successfully:346
+Progress:  time: Sat, 28 Apr 2012 17:01:28 -0500  Submitted:184  Active:464  Finished successfully:352
+Progress:  time: Sat, 28 Apr 2012 17:01:29 -0500  Submitted:184  Active:457  Checking status:1  Finished successfully:358
+Progress:  time: Sat, 28 Apr 2012 17:01:30 -0500  Submitted:184  Active:451  Checking status:1  Finished successfully:364
+Progress:  time: Sat, 28 Apr 2012 17:01:31 -0500  Submitted:184  Active:445  Checking status:1  Finished successfully:370
+Progress:  time: Sat, 28 Apr 2012 17:01:32 -0500  Submitted:183  Active:441  Finished successfully:376
+Progress:  time: Sat, 28 Apr 2012 17:01:33 -0500  Submitted:183  Active:435  Finished successfully:382
+Progress:  time: Sat, 28 Apr 2012 17:01:34 -0500  Submitted:183  Active:429  Checking status:1  Finished successfully:387
+Progress:  time: Sat, 28 Apr 2012 17:01:37 -0500  Submitted:181  Active:429  Finished successfully:390
+Progress:  time: Sat, 28 Apr 2012 17:01:38 -0500  Submitted:180  Active:424  Finished successfully:396
+Progress:  time: Sat, 28 Apr 2012 17:01:39 -0500  Submitted:180  Active:417  Checking status:1  Finished successfully:402
+Progress:  time: Sat, 28 Apr 2012 17:01:40 -0500  Submitted:179  Active:412  Checking status:1  Finished successfully:408
+Progress:  time: Sat, 28 Apr 2012 17:01:45 -0500  Submitted:179  Active:411  Checking status:1  Finished successfully:409
+Progress:  time: Sat, 28 Apr 2012 17:01:47 -0500  Submitted:179  Active:410  Checking status:1  Finished successfully:410
+Progress:  time: Sat, 28 Apr 2012 17:01:48 -0500  Submitted:177  Active:407  Checking status:1  Finished successfully:415
+Progress:  time: Sat, 28 Apr 2012 17:01:49 -0500  Submitted:176  Active:403  Checking status:1  Finished successfully:420
+Progress:  time: Sat, 28 Apr 2012 17:01:50 -0500  Submitted:175  Active:399  Checking status:1  Finished successfully:425
+Progress:  time: Sat, 28 Apr 2012 17:01:51 -0500  Submitted:174  Active:394  Checking status:1  Finished successfully:431
+Progress:  time: Sat, 28 Apr 2012 17:01:52 -0500  Submitted:173  Active:389  Checking status:1  Finished successfully:437
+Progress:  time: Sat, 28 Apr 2012 17:01:54 -0500  Submitted:170  Active:387  Finished successfully:443
+Progress:  time: Sat, 28 Apr 2012 17:01:57 -0500  Submitted:169  Active:382  Checking status:1  Finished successfully:448
+Progress:  time: Sat, 28 Apr 2012 17:01:58 -0500  Submitted:168  Active:379  Finished successfully:453
+Progress:  time: Sat, 28 Apr 2012 17:01:59 -0500  Submitted:167  Active:374  Finished successfully:459
+Progress:  time: Sat, 28 Apr 2012 17:02:00 -0500  Submitted:166  Active:369  Checking status:1  Finished successfully:464
+Progress:  time: Sat, 28 Apr 2012 17:02:01 -0500  Submitted:163  Active:367  Finished successfully:470
+Progress:  time: Sat, 28 Apr 2012 17:02:02 -0500  Submitted:162  Active:362  Finished successfully:476
+Progress:  time: Sat, 28 Apr 2012 17:02:03 -0500  Submitted:161  Active:357  Stage out:1  Finished successfully:481
+Progress:  time: Sat, 28 Apr 2012 17:02:04 -0500  Submitted:159  Active:353  Checking status:1  Finished successfully:487
+Progress:  time: Sat, 28 Apr 2012 17:02:06 -0500  Submitted:158  Active:352  Finished successfully:490
+Progress:  time: Sat, 28 Apr 2012 17:02:08 -0500  Submitted:158  Active:351  Finished successfully:491
+Progress:  time: Sat, 28 Apr 2012 17:02:09 -0500  Submitted:157  Active:347  Finished successfully:496
+Progress:  time: Sat, 28 Apr 2012 17:02:10 -0500  Submitted:154  Active:344  Checking status:1  Finished successfully:501
+Progress:  time: Sat, 28 Apr 2012 17:02:11 -0500  Submitted:151  Active:342  Finished successfully:507
+Progress:  time: Sat, 28 Apr 2012 17:02:12 -0500  Submitted:150  Active:336  Checking status:1  Finished successfully:513
+Progress:  time: Sat, 28 Apr 2012 17:02:13 -0500  Submitted:147  Active:334  Finished successfully:519
+Progress:  time: Sat, 28 Apr 2012 17:02:14 -0500  Submitted:145  Active:329  Checking status:1  Finished successfully:525
+Progress:  time: Sat, 28 Apr 2012 17:02:17 -0500  Submitted:144  Active:328  Finished successfully:528
+Progress:  time: Sat, 28 Apr 2012 17:02:18 -0500  Submitted:142  Active:324  Finished successfully:534
+Progress:  time: Sat, 28 Apr 2012 17:02:19 -0500  Submitted:141  Active:318  Checking status:1  Finished successfully:540
+Progress:  time: Sat, 28 Apr 2012 17:02:20 -0500  Submitted:137  Active:317  Finished successfully:546
+Progress:  time: Sat, 28 Apr 2012 17:02:21 -0500  Submitted:135  Active:313  Finished successfully:552
+Progress:  time: Sat, 28 Apr 2012 17:02:22 -0500  Submitted:134  Active:308  Finished successfully:558
+Progress:  time: Sat, 28 Apr 2012 17:02:23 -0500  Submitted:132  Active:304  Finished successfully:564
+Progress:  time: Sat, 28 Apr 2012 17:02:24 -0500  Submitted:132  Active:297  Checking status:1  Finished successfully:570
+Progress:  time: Sat, 28 Apr 2012 17:02:26 -0500  Submitted:132  Active:296  Checking status:1  Finished successfully:571
+Progress:  time: Sat, 28 Apr 2012 17:02:27 -0500  Submitted:130  Active:294  Finished successfully:576
+Progress:  time: Sat, 28 Apr 2012 17:02:28 -0500  Submitted:129  Active:288  Checking status:1  Finished successfully:582
+Progress:  time: Sat, 28 Apr 2012 17:02:29 -0500  Submitted:127  Active:284  Checking status:1  Finished successfully:588
+Progress:  time: Sat, 28 Apr 2012 17:02:30 -0500  Submitted:127  Active:279  Finished successfully:594
+Progress:  time: Sat, 28 Apr 2012 17:02:31 -0500  Submitted:125  Active:275  Checking status:1  Finished successfully:599
+Progress:  time: Sat, 28 Apr 2012 17:02:32 -0500  Submitted:123  Active:271  Checking status:1  Finished successfully:605
+Progress:  time: Sat, 28 Apr 2012 17:02:33 -0500  Submitted:121  Active:268  Finished successfully:611
+Progress:  time: Sat, 28 Apr 2012 17:02:34 -0500  Submitted:120  Active:262  Checking status:1  Finished successfully:617
+Progress:  time: Sat, 28 Apr 2012 17:02:37 -0500  Submitted:119  Active:260  Checking status:1  Finished successfully:620
+Progress:  time: Sat, 28 Apr 2012 17:02:38 -0500  Submitted:117  Active:256  Checking status:1  Finished successfully:626
+Progress:  time: Sat, 28 Apr 2012 17:02:39 -0500  Submitted:115  Active:252  Checking status:1  Finished successfully:632
+Progress:  time: Sat, 28 Apr 2012 17:02:40 -0500  Submitted:113  Active:248  Checking status:1  Finished successfully:638
+Progress:  time: Sat, 28 Apr 2012 17:02:41 -0500  Submitted:111  Active:245  Finished successfully:644
+Progress:  time: Sat, 28 Apr 2012 17:02:42 -0500  Submitted:110  Active:241  Stage out:1  Finished successfully:648
+Progress:  time: Sat, 28 Apr 2012 17:02:43 -0500  Submitted:107  Active:239  Finished successfully:654
+Progress:  time: Sat, 28 Apr 2012 17:02:44 -0500  Submitted:106  Active:234  Checking status:1  Finished successfully:659
+Progress:  time: Sat, 28 Apr 2012 17:02:46 -0500  Submitted:105  Active:235  Finished successfully:660
+Progress:  time: Sat, 28 Apr 2012 17:02:47 -0500  Submitted:105  Active:233  Checking status:1  Finished successfully:661
+Progress:  time: Sat, 28 Apr 2012 17:02:48 -0500  Submitted:102  Active:232  Finished successfully:666
+Progress:  time: Sat, 28 Apr 2012 17:02:49 -0500  Submitted:101  Active:227  Finished successfully:672
+Progress:  time: Sat, 28 Apr 2012 17:02:50 -0500  Submitted:99  Active:224  Finished successfully:677
+Progress:  time: Sat, 28 Apr 2012 17:02:51 -0500  Submitted:96  Active:222  Finished successfully:682
+Progress:  time: Sat, 28 Apr 2012 17:02:53 -0500  Submitted:94  Active:217  Checking status:1  Finished successfully:688
+Progress:  time: Sat, 28 Apr 2012 17:02:54 -0500  Submitted:93  Active:212  Checking status:1  Finished successfully:694
+Progress:  time: Sat, 28 Apr 2012 17:02:55 -0500  Submitted:91  Active:211  Finished successfully:698
+Progress:  time: Sat, 28 Apr 2012 17:02:57 -0500  Submitted:91  Active:209  Checking status:1  Finished successfully:699
+Progress:  time: Sat, 28 Apr 2012 17:02:58 -0500  Submitted:89  Active:206  Finished successfully:705
+Progress:  time: Sat, 28 Apr 2012 17:02:59 -0500  Submitted:87  Active:203  Finished successfully:710
+Progress:  time: Sat, 28 Apr 2012 17:03:00 -0500  Submitted:86  Active:198  Finished successfully:716
+Progress:  time: Sat, 28 Apr 2012 17:03:01 -0500  Submitted:84  Active:195  Finished successfully:721
+Progress:  time: Sat, 28 Apr 2012 17:03:02 -0500  Submitted:84  Active:189  Finished successfully:727
+Progress:  time: Sat, 28 Apr 2012 17:03:03 -0500  Submitted:83  Active:184  Checking status:1  Finished successfully:732
+Progress:  time: Sat, 28 Apr 2012 17:03:04 -0500  Submitted:81  Active:181  Finished successfully:738
+Progress:  time: Sat, 28 Apr 2012 17:03:07 -0500  Submitted:81  Active:178  Checking status:1  Finished successfully:740
+Progress:  time: Sat, 28 Apr 2012 17:03:08 -0500  Submitted:80  Active:176  Finished successfully:744
+Progress:  time: Sat, 28 Apr 2012 17:03:09 -0500  Submitted:79  Active:171  Checking status:1  Finished successfully:749
+Progress:  time: Sat, 28 Apr 2012 17:03:10 -0500  Submitted:77  Active:168  Finished successfully:755
+Progress:  time: Sat, 28 Apr 2012 17:03:11 -0500  Submitted:75  Active:164  Finished successfully:761
+Progress:  time: Sat, 28 Apr 2012 17:03:12 -0500  Submitted:74  Active:158  Checking status:1  Finished successfully:767
+Progress:  time: Sat, 28 Apr 2012 17:03:13 -0500  Submitted:72  Active:154  Checking status:1  Finished successfully:773
+Progress:  time: Sat, 28 Apr 2012 17:03:14 -0500  Submitted:70  Active:151  Checking status:1  Finished successfully:778
+Progress:  time: Sat, 28 Apr 2012 17:03:15 -0500  Submitted:69  Active:151  Finished successfully:780
+Progress:  time: Sat, 28 Apr 2012 17:03:17 -0500  Submitted:69  Active:149  Checking status:1  Finished successfully:781
+Progress:  time: Sat, 28 Apr 2012 17:03:18 -0500  Submitted:67  Active:145  Checking status:1  Finished successfully:787
+Progress:  time: Sat, 28 Apr 2012 17:03:19 -0500  Submitted:65  Active:141  Checking status:1  Finished successfully:793
+Progress:  time: Sat, 28 Apr 2012 17:03:20 -0500  Submitted:62  Active:139  Finished successfully:799
+Progress:  time: Sat, 28 Apr 2012 17:03:21 -0500  Submitted:61  Active:133  Checking status:1  Finished successfully:805
+Progress:  time: Sat, 28 Apr 2012 17:03:22 -0500  Submitted:59  Active:129  Checking status:1  Finished successfully:811
+Progress:  time: Sat, 28 Apr 2012 17:03:23 -0500  Submitted:56  Active:127  Finished successfully:817
+Progress:  time: Sat, 28 Apr 2012 17:03:25 -0500  Submitted:54  Active:123  Checking status:1  Finished successfully:822
+Progress:  time: Sat, 28 Apr 2012 17:03:26 -0500  Submitted:53  Active:124  Finished successfully:823
+Progress:  time: Sat, 28 Apr 2012 17:03:27 -0500  Submitted:51  Active:119  Checking status:1  Finished successfully:829
+Progress:  time: Sat, 28 Apr 2012 17:03:28 -0500  Submitted:49  Active:116  Finished successfully:835
+Progress:  time: Sat, 28 Apr 2012 17:03:30 -0500  Submitted:48  Active:110  Checking status:1  Finished successfully:841
+Progress:  time: Sat, 28 Apr 2012 17:03:31 -0500  Submitted:46  Active:106  Checking status:1  Finished successfully:847
+Progress:  time: Sat, 28 Apr 2012 17:03:32 -0500  Submitted:44  Active:103  Finished successfully:853
+Progress:  time: Sat, 28 Apr 2012 17:03:33 -0500  Submitted:43  Active:98  Finished successfully:859
+Progress:  time: Sat, 28 Apr 2012 17:03:34 -0500  Submitted:42  Active:92  Checking status:1  Finished successfully:865
+Progress:  time: Sat, 28 Apr 2012 17:03:37 -0500  Submitted:42  Active:89  Checking status:1  Finished successfully:868
+Progress:  time: Sat, 28 Apr 2012 17:03:38 -0500  Submitted:39  Active:86  Checking status:1  Finished successfully:874
+Progress:  time: Sat, 28 Apr 2012 17:03:39 -0500  Submitted:38  Active:82  Finished successfully:880
+Progress:  time: Sat, 28 Apr 2012 17:03:40 -0500  Submitted:37  Active:77  Checking status:1  Finished successfully:885
+Progress:  time: Sat, 28 Apr 2012 17:03:41 -0500  Submitted:36  Active:74  Finished successfully:890
+Progress:  time: Sat, 28 Apr 2012 17:03:42 -0500  Submitted:35  Active:69  Finished successfully:896
+Progress:  time: Sat, 28 Apr 2012 17:03:43 -0500  Submitted:32  Active:67  Finished successfully:901
+Progress:  time: Sat, 28 Apr 2012 17:03:44 -0500  Submitted:31  Active:63  Finished successfully:906
+Progress:  time: Sat, 28 Apr 2012 17:03:47 -0500  Submitted:31  Active:61  Checking status:1  Finished successfully:907
+Progress:  time: Sat, 28 Apr 2012 17:03:48 -0500  Submitted:31  Active:59  Finished successfully:910
+Progress:  time: Sat, 28 Apr 2012 17:03:49 -0500  Submitted:29  Active:56  Checking status:1  Finished successfully:914
+Progress:  time: Sat, 28 Apr 2012 17:03:50 -0500  Submitted:27  Active:53  Checking status:1  Finished successfully:919
+Progress:  time: Sat, 28 Apr 2012 17:03:51 -0500  Submitted:26  Active:50  Finished successfully:924
+Progress:  time: Sat, 28 Apr 2012 17:03:52 -0500  Submitted:24  Active:45  Checking status:1  Finished successfully:930
+Progress:  time: Sat, 28 Apr 2012 17:03:53 -0500  Submitted:22  Active:41  Checking status:1  Finished successfully:936
+Progress:  time: Sat, 28 Apr 2012 17:03:54 -0500  Submitted:20  Active:38  Finished successfully:942
+Progress:  time: Sat, 28 Apr 2012 17:03:55 -0500  Submitted:20  Active:36  Checking status:1  Finished successfully:943
+Progress:  time: Sat, 28 Apr 2012 17:03:57 -0500  Submitted:19  Active:37  Finished successfully:944
+Progress:  time: Sat, 28 Apr 2012 17:04:03 -0500  Submitted:18  Active:33  Checking status:1  Finished successfully:948
+Progress:  time: Sat, 28 Apr 2012 17:04:04 -0500  Submitted:16  Active:29  Checking status:1  Finished successfully:954
+Progress:  time: Sat, 28 Apr 2012 17:04:05 -0500  Submitted:15  Active:27  Checking status:1  Finished successfully:957
+Progress:  time: Sat, 28 Apr 2012 17:04:07 -0500  Submitted:14  Active:28  Finished successfully:958
+Progress:  time: Sat, 28 Apr 2012 17:04:09 -0500  Submitted:13  Active:25  Checking status:1  Finished successfully:961
+Progress:  time: Sat, 28 Apr 2012 17:04:10 -0500  Submitted:11  Active:22  Finished successfully:967
+Progress:  time: Sat, 28 Apr 2012 17:04:11 -0500  Submitted:10  Active:17  Checking status:1  Finished successfully:972
+Progress:  time: Sat, 28 Apr 2012 17:04:12 -0500  Submitted:7  Active:14  Checking status:1  Finished successfully:978
+Progress:  time: Sat, 28 Apr 2012 17:04:13 -0500  Submitted:5  Active:11  Stage out:1  Finished successfully:983
+Progress:  time: Sat, 28 Apr 2012 17:04:14 -0500  Submitted:3  Active:7  Checking status:1  Finished successfully:989
+Progress:  time: Sat, 28 Apr 2012 17:04:17 -0500  Submitted:2  Active:4  Checking status:1  Finished successfully:993
+Progress:  time: Sat, 28 Apr 2012 17:04:18 -0500  Submitted:1  Active:1  Finished successfully:998
+Final status:  time: Sat, 28 Apr 2012 17:04:18 -0500  Finished successfully:1000

Added: SwiftApps/cray-benchmarks/plots2/scs.png
===================================================================



More information about the Swift-commit mailing list