Store benchmark results for native Linux NFS server.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 18:14:34 +0000 (11:14 -0700)
committerroot <root@c09-44.sysnet.ucsd.edu>
Tue, 30 Mar 2010 18:15:28 +0000 (11:15 -0700)
results/knfsd-sync/sfs_native [new file with mode: 0644]
results/knfsd-sync/sfsc001.native2 [new file with mode: 0644]
results/knfsd-sync/sfslog.native2 [new file with mode: 0644]
results/knfsd-sync/sfsres.native2 [new file with mode: 0644]
results/knfsd-sync/sfssum.native2 [new file with mode: 0644]
results/knfsd-sync/syncd_c001.native2 [new file with mode: 0644]

diff --git a/results/knfsd-sync/sfs_native b/results/knfsd-sync/sfs_native
new file mode 100644 (file)
index 0000000..876efaf
--- /dev/null
@@ -0,0 +1,179 @@
+##############################################################################
+#
+#      @(#)sfs_nfs_rc  $Revision: 1.13 $
+#
+# Specify SFS parameters for sfs runs in this file.
+#
+# The following parameters are configurable within the SFS run and
+# reporting rules.
+#
+# See below for details.
+#
+# Example shows an NFS V3 run of 100 to 1000 ops/sec
+#
+LOAD="40"
+INCR_LOAD=40
+NUM_RUNS=40
+PROCS=4
+CLIENTS="c09-44.sysnet.ucsd.edu"
+MNT_POINTS="c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export"
+BIOD_MAX_WRITES=2
+BIOD_MAX_READS=2
+IPV6_ENABLE="off"
+FS_PROTOCOL="nfs"
+SFS_DIR="bin"
+SUFFIX=""
+WORK_DIR="result"
+PRIME_MON_SCRIPT=""
+PRIME_MON_ARGS=""
+INIT_TIMEOUT=8000
+# Leaving BLOCK_SIZE un-set is the default. This will permit auto-negotiation.
+# If you over-ride this and set it to a particular value, you must
+# add the value that you used to the Other Notes section of the 
+# submission/disclosure.
+BLOCK_SIZE=
+# SFS_NFS_USER_ID only needed if running NFS load on Windows client 
+# It's value should match the UID, of the user's account, on the NFS server.
+SFS_NFS_USER_ID=500
+# SFS_NFS_GROUP_ID only needed if running NFS load on Windows client 
+# It's value should match the GID, of the user's account, on the NFS server.
+SFS_NFS_GROUP_ID=500
+#
+# The following parameters are strictly defined within the SFS
+# run and reporting rules and may not be changed.
+#
+RUNTIME=300
+WARMUP_TIME=300
+MIXFILE=""
+ACCESS_PCNT=30
+APPEND_PCNT=70
+BLOCK_FILE=""
+DIR_COUNT=30
+FILE_COUNT=20000
+SYMLINK_COUNT=20
+TCP="on"
+#
+# The following parameters are useful for debugging or general system
+# tuning.  They may not be used during during a reportable SFS run.
+#
+DEBUG=""
+DUMP=
+POPULATE=
+LAT_GRAPH=
+PRIME_SLEEP=0
+PRIME_TIMEOUT=0
+#
+# The default SFS options are implied if no values are assigned to
+# the variables. The variables and their meaning are as follows.
+#
+# The following parameters are configurable within the SFS run and
+# reporting rules.
+#
+#  LOAD                - array of numbers specifying the NFS loads
+#                (NFS calls per second) to be generated by all clients
+#                combined. The number of consecutive runs equals the size
+#                of the array and the peak load equals the largest value
+#                in the array. (DEFAULT = 60)
+#  PROCS       - number of SFS sub-processes to generate NFS
+#                calls (DEFAULT PROCS = 4).
+#  MNT_POINTS  - string containing the mount points of NFS-mounted
+#                filesystems on the client which will be used in the test or
+#                it can be set to the name of a file containing a list of
+#                mount points. The file should be located in WORK_DIR. The
+#                file should have the following format:
+#                      client1 svr:/mnt1 ... svr:/mntM
+#                      ...
+#                      clientN svr:/mntL ... svr:/mntL+M
+#
+#  BIOD_MAX_WRITES - maximum number of outstanding async (biod) writes
+#                (DEFAULT BIOD_MAX_WRITES = 2).
+#  BIOD_MAX_READS - maximum number of outstanding async (biod) reads
+#                (DEFAULT BIOD_MAX_READS = 2).
+#  IPV6_ENABLE - If set ("on") then use IP V6 otherwise use IP V4.
+#                (DEFAULT IPV6_ENABLE = "off").
+#  FS_PROTOCOL - File server protocol used "cifs" or "nfs"
+#                (DEFAULT FS_PROTOCOL = "nfs")
+#  NUM_RUNS    - number indicating the number of multi-client runs. NUM_RUNS
+#                should only be used if the size of the LOAD array <= 1;
+#  INCR_LOAD   - number indicating the load increment factor in NFS call/sec.
+#                The first run generates LOAD calls/sec,
+#                subsequent runs are made with LOAD + (N * INCR_LOAD)
+#                calls/sec; where initial N = 0. INCR_LOAD should
+#                only be used if the size of the LOAD array <= 1.
+#  CLIENTS     - string containing client's host names; include the Prime-
+#                Client's host name if you will be using the Prime-Client to
+#                generate NFS loads.
+#  SFS_NFS_USER_ID - ID number to use as the User ID (UID) on the NFS server.
+#  SFS_NFS_GROUP_ID - ID number to use as the Group ID (GID) on the NFS server.
+#                for NFS requests to the server.
+#  SFS_DIR     - string containing the directory path where the SFS
+#                executables are stored; should be the same for all systems
+#                This location is used first, if the binaries are not found
+#                there then it looks in the "binaries" directory.
+#                (DEFAULT SFS_DIR = "bin")
+#  SUFFIX      - Suffix for the log files.
+#  WORK_DIR    - string containing directory path where the SFS output
+#                files are stored, this should be the same for all systems.
+#  PRIME_MON_SCRIPT - string containing the name of a script used to
+#                control the start and stop of any external SFS processes
+#                like external performance monitors. The sample script
+#                'sfs_ext_mon' shows the expected semantics of the program.
+#                This variable must refer to an executable on a Windows
+#                client.
+#  PRIME_MON_ARGS - string containing optional arguments that are passed
+#                to the PRIME_MON_SCRIPT.
+#
+# The following parameters are strictly defined within the SFS
+# run and reporting rules and may not be changed.
+#
+#  RUNTIME     - number of seconds to generate load
+#                (DEFAULT RUNTIME = 300).
+#  TCP         - If set ("on") then use NFS/TCP behaviour rather than UDP.
+#  WARMUP_TIME - number of seconds to warmup
+#                (DEFAULT WARMUP_TIME = 300).
+#  MIXFILE     - string containing the NFS call distribution filename;
+#                a copy of $MIXFILE must be placed in the $WORK_DIR
+#                directory on the Prime_Client. The Prime-Client will
+#                propagate a copy to all the other clients in the test.
+#  ACCESS_PCNT - percent of total file set available for use by i/o
+#                operations that will be accessed.
+#                (DEFAULT ACCESS_PCNT = 20).
+#  APPEND_PCNT - percent of writes that append rather than overwrite
+#                (DEFAULT APPEND_PCNT = 70).
+#  BLOCK_SIZE  - number of KB in a block, up to 4 Meg.
+#                (Value is automatically negoitated with the server)
+#  BLOCK_FILE  - string containing the block transfer sizes filename.
+#                A copy of $BLOCK_FILE must be placed in the $WORK_DIR
+#                directory on the Prime_Client. The Prime-Client will
+#                propagate a copy to all the other clients in the test.
+#  DIR_COUNT   - number of files per directory to use for directory
+#                operations (DEFAULT DIR_COUNT = 30).
+#  FILE_COUNT  - number of files to use for read and write
+#                operations. By default, number of files is
+#                calculated from the specified LOAD and ACCESS_PCNT.
+#  SYMLINK_COUNT - number of symbolic links to use for symlink
+#                operations (DEFAULT SYMLINK_COUNT = 20).
+#
+# The following parameters are useful for debugging or general system
+# tuning.  They may not be used during during a reportable SFS run.
+#
+#  DUMP                - If set to a non-zero value, dump raw data points at end of
+#                run. (DEFAULT DUMP = 0 ).
+#  LAT_GRAPH    - Debug option that enable per op latency graph data. 
+#                 May invalidate the results due to overhead of logging.
+#                 If set ("on") will enable logging. Default is ""
+#  POPULATE    - If set ("on") then only populate the file set but do not
+#                run the test.
+#  PRIME_SLEEP - number of seconds Prime-Client should sleep after starting
+#                and stopping the SFS external monitoring facility and
+#                before sending synchronization message to clients. This is a
+#                provision to allow sufficient time for starting and stopping
+#                other performance monitoring utilities that could be used
+#                during SFS execution.
+#  PRIME_TIMEOUT - number of seconds Prime-Client should wait for a
+#                response from all the clients.  Zero indicates the
+#                default should be used.
+#  INIT_TIMEOUT - number of seconds Prime-Client should wait for a
+#                 response from all the clients during the INIT phase.
+#                 May be changed if needed and will not invalidate the
+#                 run.
diff --git a/results/knfsd-sync/sfsc001.native2 b/results/knfsd-sync/sfsc001.native2
new file mode 100644 (file)
index 0000000..cd20381
--- /dev/null
@@ -0,0 +1,5747 @@
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 40  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 13:35:26 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 13:35:26 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Wed Mar 24 13:35:42 2010 Completed.
+Wed Mar 24 13:35:42 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:35:42 2010 Completed.
+Wed Mar 24 13:35:42 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:35:42 2010 Received.
+
+Wed Mar 24 13:35:42 2010 Initializing test directories.
+Wed Mar 24 13:35:42 2010 Child 3 will create 167 directories.
+Wed Mar 24 13:35:42 2010 Child 1 will create 167 directories.
+Wed Mar 24 13:35:42 2010 Child 0 will create 167 directories.
+Wed Mar 24 13:35:42 2010 Child 2 will create 167 directories.
+Wed Mar 24 13:35:44 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 13:35:44 2010 Child 1 will create 5102 files.
+Wed Mar 24 13:35:44 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 13:35:44 2010 Child 2 will create 5102 files.
+Wed Mar 24 13:35:44 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 13:35:44 2010 Child 0 will create 5102 files.
+Wed Mar 24 13:35:44 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 13:35:44 2010 Child 3 will create 5102 files.
+Wed Mar 24 13:40:45 2010 Child 1 verified 2643 files (2643 creates).
+Wed Mar 24 13:40:45 2010 Child 0 verified 2601 files (2601 creates).
+Wed Mar 24 13:40:45 2010 Child 2 verified 2665 files (2665 creates).
+Wed Mar 24 13:40:46 2010 Child 3 verified 2741 files (2741 creates).
+Wed Mar 24 13:45:36 2010 Child 0 verified 5102 files, created 5052
+Wed Mar 24 13:45:36 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 13:45:36 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 13:45:36 2010 Child 3 verified 5102 files, created 5052
+Wed Mar 24 13:45:36 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 13:45:36 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 13:45:45 2010 Child 1 verified 5102 files, created 5052
+Wed Mar 24 13:45:45 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 13:45:45 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 13:45:45 2010 Child 2 verified 5102 files, created 5052
+Wed Mar 24 13:45:45 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 13:45:45 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 13:45:45 2010 Completed.
+Wed Mar 24 13:45:45 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:45:45 2010 Completed.
+Wed Mar 24 13:45:45 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:45:45 2010 Received.
+Wed Mar 24 13:45:45 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 13:50:45 2010 Completed.
+Wed Mar 24 13:50:45 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:50:45 2010 Completed.
+Wed Mar 24 13:50:45 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:50:46 2010 Received.
+Wed Mar 24 13:50:46 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 13:55:56 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    25.9%     3107     3107      0      0.14     0.01      0.00  2.2%
+setattr      4.0%     3.7%      446      446      0      1.93    10.97      0.31  4.3%
+lookup      24.0%    23.7%     2845     2845      0      0.15     0.01      0.00  2.2%
+readlink     1.0%     0.9%      112      112      0      0.14     0.01      0.02  0.1%
+read        18.0%    18.3%     2193     2709      0      4.52    11.95      0.14 49.0%
+write       10.0%     9.8%     1181     1433      0      2.95    13.56      0.21 17.2%
+create       1.0%     1.2%      146      146      0      8.82    46.64      1.11  6.4%
+remove       1.0%     1.1%      136      136      0      6.60    45.24      1.13  4.4%
+readdir      1.0%     1.0%      117      117      0      0.47     0.01      0.02  0.3%
+fsstat       1.0%     1.0%      119      119      0      0.13     0.01      0.02  0.1%
+access      11.0%    11.2%     1348     1348      0      0.14     0.01      0.01  0.9%
+commit       0.0%     0.0%        0      451      0      0.00     0.00      0.00 11.9%
+readdirplus  2.0%     2.1%      252      252      0      0.86     0.03      0.02  1.1%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:   40.00 Ops/Sec   AVG. RESPONSE TIME:    1.68 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 40 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  12002          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 13221    
+PHYSICAL NFS V3 THROUGHPUT:   44.07 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3214599.0 KB  (100.00% to 100.83% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 13:55:56 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 40
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 13:55:56 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:55:56 2010 Completed.
+Wed Mar 24 13:55:56 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 13:55:57 2010 Received.
+Wed Mar 24 13:55:57 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 13:55:57 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 80  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+************************************************************************
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 13:55:59 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 13:55:59 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 13:56:11 2010 Completed.
+Wed Mar 24 13:56:11 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:56:11 2010 Completed.
+Wed Mar 24 13:56:11 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:56:16 2010 Received.
+
+Wed Mar 24 13:56:16 2010 Initializing test directories.
+Wed Mar 24 13:56:16 2010 Child 2 will create 167 directories.
+Wed Mar 24 13:56:16 2010 Child 1 will create 167 directories.
+Wed Mar 24 13:56:16 2010 Child 0 will create 167 directories.
+Wed Mar 24 13:56:16 2010 Child 3 will create 167 directories.
+Wed Mar 24 13:56:24 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 13:56:24 2010 Child 1 will create 5102 files.
+Wed Mar 24 13:56:25 2010 Child 1 verified 5102 files, created 24
+Wed Mar 24 13:56:25 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 13:56:25 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 13:56:26 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 13:56:26 2010 Child 2 will create 5102 files.
+Wed Mar 24 13:56:28 2010 Child 2 verified 5102 files, created 12
+Wed Mar 24 13:56:28 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 13:56:28 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 13:56:29 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 13:56:29 2010 Child 0 will create 5102 files.
+Wed Mar 24 13:56:29 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 13:56:29 2010 Child 3 will create 5102 files.
+Wed Mar 24 13:56:31 2010 Child 0 verified 5102 files, created 22
+Wed Mar 24 13:56:31 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 13:56:31 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 13:56:31 2010 Child 3 verified 5102 files, created 14
+Wed Mar 24 13:56:31 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 13:56:31 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 13:56:32 2010 Completed.
+Wed Mar 24 13:56:32 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:56:32 2010 Completed.
+Wed Mar 24 13:56:32 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 13:56:33 2010 Received.
+Wed Mar 24 13:56:33 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:01:33 2010 Completed.
+Wed Mar 24 14:01:33 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:01:33 2010 Completed.
+Wed Mar 24 14:01:33 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:01:34 2010 Received.
+Wed Mar 24 14:01:34 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 14:06:44 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%     6239     6239      0      0.14     0.01      0.00  2.0%
+setattr      4.0%     4.1%      995      995      0      5.23    51.14      0.44 12.1%
+lookup      24.0%    24.3%     5841     5841      0      0.15     0.02      0.00  2.0%
+readlink     1.0%     1.0%      244      244      0      0.14     0.01      0.01  0.1%
+read        18.0%    18.0%     4328     5382      0      2.95    13.50      0.11 29.8%
+write       10.0%     9.7%     2331     2763      0      4.09    31.40      0.23 22.2%
+create       1.0%     0.9%      221      221      0     14.56    93.83      1.28  7.5%
+remove       1.0%     0.9%      220      220      0      5.47    52.43      0.96  2.8%
+readdir      1.0%     0.9%      220      220      0      1.35    12.97      0.48  0.7%
+fsstat       1.0%     1.0%      230      230      0      0.13     0.01      0.01  0.1%
+access      11.0%    11.1%     2655     2655      0      0.14     0.01      0.00  0.9%
+commit       0.0%     0.0%        0      980      0      0.00     0.00      0.00 17.0%
+readdirplus  2.0%     2.1%      493      493      0      2.46    23.34      0.43  2.8%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:   80.05 Ops/Sec   AVG. RESPONSE TIME:    1.78 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 80 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  24017          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 26483    
+PHYSICAL NFS V3 THROUGHPUT:   88.27 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3240028.0 KB  (100.00% to 101.63% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:06:44 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 80
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 14:06:44 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:06:44 2010 Completed.
+Wed Mar 24 14:06:44 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 14:06:45 2010 Received.
+Wed Mar 24 14:06:45 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 14:06:45 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 120  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 14:06:47 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 14:06:47 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Wed Mar 24 14:07:03 2010 Completed.
+Wed Mar 24 14:07:03 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:07:03 2010 Completed.
+Wed Mar 24 14:07:03 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:07:03 2010 Received.
+
+Wed Mar 24 14:07:03 2010 Initializing test directories.
+Wed Mar 24 14:07:03 2010 Child 3 will create 167 directories.
+Wed Mar 24 14:07:03 2010 Child 0 will create 167 directories.
+Wed Mar 24 14:07:03 2010 Child 1 will create 167 directories.
+Wed Mar 24 14:07:03 2010 Child 2 will create 167 directories.
+Wed Mar 24 14:07:03 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 14:07:03 2010 Child 0 will create 5102 files.
+Wed Mar 24 14:07:04 2010 Child 0 verified 5102 files, created 29
+Wed Mar 24 14:07:04 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 14:07:04 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 14:07:06 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 14:07:06 2010 Child 1 will create 5102 files.
+Wed Mar 24 14:07:07 2010 Child 1 verified 5102 files, created 20
+Wed Mar 24 14:07:07 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 14:07:07 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 14:07:08 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 14:07:08 2010 Child 2 will create 5102 files.
+Wed Mar 24 14:07:10 2010 Child 2 verified 5102 files, created 32
+Wed Mar 24 14:07:10 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 14:07:10 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 14:07:11 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 14:07:11 2010 Child 3 will create 5102 files.
+Wed Mar 24 14:07:13 2010 Child 3 verified 5102 files, created 27
+Wed Mar 24 14:07:13 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 14:07:13 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 14:07:14 2010 Completed.
+Wed Mar 24 14:07:14 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:07:14 2010 Completed.
+Wed Mar 24 14:07:14 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:07:15 2010 Received.
+Wed Mar 24 14:07:15 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:12:15 2010 Completed.
+Wed Mar 24 14:12:15 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:12:15 2010 Completed.
+Wed Mar 24 14:12:15 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:12:16 2010 Received.
+Wed Mar 24 14:12:16 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 14:17:26 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    25.9%     9334     9334      0      0.14     0.02      0.00  2.2%
+setattr      4.0%     4.0%     1436     1436      0      9.10    78.31      0.46 22.4%
+lookup      24.0%    24.3%     8731     8731      0      0.15     0.02      0.00  2.2%
+readlink     1.0%     0.9%      331      331      0      0.15     0.02      0.02  0.1%
+read        18.0%    17.9%     6439     7928      0      2.03     8.08      0.07 22.4%
+write       10.0%     9.9%     3545     4272      0      1.84    15.24      0.13 11.2%
+create       1.0%     1.0%      353      353      0      5.02    39.36      0.65  3.0%
+remove       1.0%     0.9%      336      336      0     11.51    86.16      0.99  6.6%
+readdir      1.0%     1.0%      350      350      0      0.48     0.33      0.06  0.3%
+fsstat       1.0%     1.0%      374      374      0      0.14     0.03      0.02  0.1%
+access      11.0%    11.3%     4055     4055      0      0.14     0.02      0.00  1.0%
+commit       0.0%     0.0%        0     1664      0      0.00     0.00      0.00 25.6%
+readdirplus  2.0%     1.9%      701      701      0      2.35    23.27      0.36  2.8%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  119.95 Ops/Sec   AVG. RESPONSE TIME:    1.61 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 120 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  35985          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 39865    
+PHYSICAL NFS V3 THROUGHPUT:  132.88 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3276063.0 KB  (100.00% to 102.76% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:17:26 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 120
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 14:17:26 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:17:26 2010 Completed.
+Wed Mar 24 14:17:26 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 14:17:27 2010 Received.
+Wed Mar 24 14:17:27 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 14:17:27 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 160  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 14:17:29 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 14:17:29 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 14:17:40 2010 Completed.
+Wed Mar 24 14:17:40 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:17:40 2010 Completed.
+Wed Mar 24 14:17:40 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:17:45 2010 Received.
+
+Wed Mar 24 14:17:45 2010 Initializing test directories.
+Wed Mar 24 14:17:45 2010 Child 3 will create 167 directories.
+Wed Mar 24 14:17:45 2010 Child 2 will create 167 directories.
+Wed Mar 24 14:17:45 2010 Child 1 will create 167 directories.
+Wed Mar 24 14:17:45 2010 Child 0 will create 167 directories.
+Wed Mar 24 14:17:45 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 14:17:45 2010 Child 0 will create 5102 files.
+Wed Mar 24 14:17:47 2010 Child 0 verified 5102 files, created 27
+Wed Mar 24 14:17:47 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 14:17:47 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 14:17:51 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 14:17:51 2010 Child 1 will create 5102 files.
+Wed Mar 24 14:17:53 2010 Child 1 verified 5102 files, created 28
+Wed Mar 24 14:17:53 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 14:17:53 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 14:17:54 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 14:17:54 2010 Child 2 will create 5102 files.
+Wed Mar 24 14:17:57 2010 Child 2 verified 5102 files, created 35
+Wed Mar 24 14:17:57 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 14:17:57 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 14:17:57 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 14:17:57 2010 Child 3 will create 5102 files.
+Wed Mar 24 14:17:59 2010 Child 3 verified 5102 files, created 39
+Wed Mar 24 14:17:59 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 14:17:59 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 14:18:00 2010 Completed.
+Wed Mar 24 14:18:00 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:18:00 2010 Completed.
+Wed Mar 24 14:18:00 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:18:00 2010 Received.
+Wed Mar 24 14:18:00 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:23:00 2010 Completed.
+Wed Mar 24 14:23:00 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:23:00 2010 Completed.
+Wed Mar 24 14:23:00 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:23:01 2010 Received.
+Wed Mar 24 14:23:01 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 14:28:11 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    12622    12622      0      0.14     0.02      0.00  2.6%
+setattr      4.0%     3.9%     1881     1881      0      5.23    47.80      0.31 14.4%
+lookup      24.0%    24.3%    11689    11689      0      0.15     0.02      0.00  2.5%
+readlink     1.0%     1.0%      480      480      0      0.15     0.02      0.01  0.1%
+read        18.0%    18.0%     8669    10666      0      1.64     7.57      0.06 20.8%
+write       10.0%    10.0%     4798     5890      0      2.11    20.90      0.13 14.8%
+create       1.0%     0.9%      447      447      0     10.81    84.48      0.85  7.1%
+remove       1.0%     1.0%      502      502      0      5.95    55.79      0.65  4.4%
+readdir      1.0%     1.0%      476      476      0      1.55    18.28      0.38  1.1%
+fsstat       1.0%     1.0%      474      474      0      0.14     0.02      0.01  0.1%
+access      11.0%    10.8%     5206     5206      0      0.14     0.02      0.00  1.1%
+commit       0.0%     0.0%        0     2420      0      0.00     0.00      0.00 28.3%
+readdirplus  2.0%     1.8%      885      885      0      2.10    22.40      0.31  2.7%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  160.43 Ops/Sec   AVG. RESPONSE TIME:    1.41 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 160 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  48129          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 53638    
+PHYSICAL NFS V3 THROUGHPUT:  178.79 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3304624.0 KB  (100.00% to 103.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:28:11 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 160
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 14:28:11 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:28:11 2010 Completed.
+Wed Mar 24 14:28:11 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 14:28:12 2010 Received.
+Wed Mar 24 14:28:12 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 14:28:12 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 200  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 14:28:14 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 14:28:14 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 14:28:25 2010 Completed.
+Wed Mar 24 14:28:25 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:28:25 2010 Completed.
+Wed Mar 24 14:28:25 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:28:30 2010 Received.
+
+Wed Mar 24 14:28:30 2010 Initializing test directories.
+Wed Mar 24 14:28:30 2010 Child 3 will create 167 directories.
+Wed Mar 24 14:28:30 2010 Child 1 will create 167 directories.
+Wed Mar 24 14:28:30 2010 Child 0 will create 167 directories.
+Wed Mar 24 14:28:30 2010 Child 2 will create 167 directories.
+Wed Mar 24 14:28:35 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 14:28:35 2010 Child 0 will create 5102 files.
+Wed Mar 24 14:28:37 2010 Child 0 verified 5102 files, created 38
+Wed Mar 24 14:28:37 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 14:28:37 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 14:28:40 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 14:28:40 2010 Child 1 will create 5102 files.
+Wed Mar 24 14:28:43 2010 Child 1 verified 5102 files, created 42
+Wed Mar 24 14:28:43 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 14:28:43 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 14:28:43 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 14:28:43 2010 Child 2 will create 5102 files.
+Wed Mar 24 14:28:45 2010 Child 2 verified 5102 files, created 27
+Wed Mar 24 14:28:45 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 14:28:45 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 14:28:46 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 14:28:46 2010 Child 3 will create 5102 files.
+Wed Mar 24 14:28:48 2010 Child 3 verified 5102 files, created 25
+Wed Mar 24 14:28:48 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 14:28:48 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 14:28:49 2010 Completed.
+Wed Mar 24 14:28:49 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:28:49 2010 Completed.
+Wed Mar 24 14:28:49 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:28:50 2010 Received.
+Wed Mar 24 14:28:50 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:33:50 2010 Completed.
+Wed Mar 24 14:33:50 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:33:50 2010 Completed.
+Wed Mar 24 14:33:50 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:33:51 2010 Received.
+Wed Mar 24 14:33:51 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 14:39:02 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    15745    15745      0      0.14     0.02      0.00  2.6%
+setattr      4.0%     4.0%     2412     2412      0      6.65    65.90      0.32 19.2%
+lookup      24.0%    23.7%    14248    14248      0      0.15     0.02      0.00  2.5%
+readlink     1.0%     1.0%      608      608      0      0.14     0.01      0.01  0.1%
+read        18.0%    18.1%    10846    13326      0      1.36     8.48      0.05 17.6%
+write       10.0%    10.0%     6003     7216      0      1.81    19.80      0.11 13.0%
+create       1.0%     1.1%      652      652      0      6.28    69.14      0.64  4.9%
+remove       1.0%     1.0%      620      620      0     11.32    99.24      0.78  8.4%
+readdir      1.0%     1.0%      592      592      0      0.47     0.02      0.01  0.3%
+fsstat       1.0%     1.0%      582      582      0      0.14     0.02      0.01  0.1%
+access      11.0%    11.0%     6589     6589      0      0.14     0.02      0.00  1.1%
+commit       0.0%     0.0%        0     3147      0      0.00     0.00      0.00 28.6%
+readdirplus  2.0%     2.0%     1188     1188      0      1.03     4.14      0.12  1.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  200.28 Ops/Sec   AVG. RESPONSE TIME:    1.39 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 200 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  60085          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 66925    
+PHYSICAL NFS V3 THROUGHPUT:  223.08 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3327513.0 KB  (100.00% to 104.37% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:39:02 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 200
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 14:39:02 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:39:02 2010 Completed.
+Wed Mar 24 14:39:02 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 14:39:03 2010 Received.
+Wed Mar 24 14:39:03 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 14:39:03 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 240  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 14:39:05 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 14:39:05 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 14:39:16 2010 Completed.
+Wed Mar 24 14:39:16 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:39:16 2010 Completed.
+Wed Mar 24 14:39:16 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:39:21 2010 Received.
+
+Wed Mar 24 14:39:21 2010 Initializing test directories.
+Wed Mar 24 14:39:21 2010 Child 3 will create 167 directories.
+Wed Mar 24 14:39:21 2010 Child 2 will create 167 directories.
+Wed Mar 24 14:39:21 2010 Child 1 will create 167 directories.
+Wed Mar 24 14:39:21 2010 Child 0 will create 167 directories.
+Wed Mar 24 14:39:21 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 14:39:21 2010 Child 2 will create 5102 files.
+Wed Mar 24 14:39:23 2010 Child 2 verified 5102 files, created 18
+Wed Mar 24 14:39:23 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 14:39:23 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 14:39:24 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 14:39:24 2010 Child 3 will create 5102 files.
+Wed Mar 24 14:39:26 2010 Child 3 verified 5102 files, created 10
+Wed Mar 24 14:39:26 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 14:39:26 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 14:39:29 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 14:39:29 2010 Child 0 will create 5102 files.
+Wed Mar 24 14:39:33 2010 Child 0 verified 5102 files, created 34
+Wed Mar 24 14:39:33 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 14:39:33 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 14:39:35 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 14:39:35 2010 Child 1 will create 5102 files.
+Wed Mar 24 14:39:38 2010 Child 1 verified 5102 files, created 14
+Wed Mar 24 14:39:38 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 14:39:38 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 14:39:39 2010 Completed.
+Wed Mar 24 14:39:39 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:39:39 2010 Completed.
+Wed Mar 24 14:39:39 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:39:40 2010 Received.
+Wed Mar 24 14:39:40 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:44:40 2010 Completed.
+Wed Mar 24 14:44:40 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:44:40 2010 Completed.
+Wed Mar 24 14:44:40 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:44:41 2010 Received.
+Wed Mar 24 14:44:41 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 14:49:51 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    18926    18926      0      0.14     0.02      0.00  2.7%
+setattr      4.0%     4.0%     2915     2915      0      6.38    63.79      0.29 19.0%
+lookup      24.0%    24.2%    17476    17476      0      0.15     0.02      0.00  2.6%
+readlink     1.0%     1.0%      696      696      0      0.15     0.04      0.01  0.1%
+read        18.0%    17.8%    12890    15880      0      1.14     8.99      0.05 15.0%
+write       10.0%     9.8%     7087     8569      0      1.77    21.54      0.11 12.9%
+create       1.0%     1.0%      732      732      0     13.44   114.25      0.77 10.1%
+remove       1.0%     1.1%      774      774      0     11.45    94.36      0.68  9.1%
+readdir      1.0%     0.9%      684      684      0      0.68     3.93      0.15  0.5%
+fsstat       1.0%     1.0%      717      717      0      0.14     0.02      0.01  0.1%
+access      11.0%    11.0%     7977     7977      0      0.14     0.02      0.00  1.1%
+commit       0.0%     0.0%        0     3824      0      0.00     0.00      0.00 25.2%
+readdirplus  2.0%     1.9%     1404     1404      0      1.10     8.33      0.15  1.6%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  240.92 Ops/Sec   AVG. RESPONSE TIME:    1.35 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 240 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  72278          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 80574    
+PHYSICAL NFS V3 THROUGHPUT:  268.58 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3352418.0 KB  (100.00% to 105.15% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:49:51 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 240
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 14:49:51 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:49:51 2010 Completed.
+Wed Mar 24 14:49:51 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 14:49:52 2010 Received.
+Wed Mar 24 14:49:52 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 14:49:52 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 280  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 14:49:54 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 14:49:54 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Wed Mar 24 14:50:10 2010 Completed.
+Wed Mar 24 14:50:10 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:50:10 2010 Completed.
+Wed Mar 24 14:50:10 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:50:10 2010 Received.
+
+Wed Mar 24 14:50:10 2010 Initializing test directories.
+Wed Mar 24 14:50:10 2010 Child 3 will create 167 directories.
+Wed Mar 24 14:50:10 2010 Child 1 will create 167 directories.
+Wed Mar 24 14:50:10 2010 Child 2 will create 167 directories.
+Wed Mar 24 14:50:10 2010 Child 0 will create 167 directories.
+Wed Mar 24 14:50:17 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 14:50:17 2010 Child 3 will create 5102 files.
+Wed Mar 24 14:50:19 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 14:50:19 2010 Child 1 will create 5102 files.
+Wed Mar 24 14:50:19 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 14:50:19 2010 Child 0 will create 5102 files.
+Wed Mar 24 14:50:20 2010 Child 3 verified 5102 files, created 35
+Wed Mar 24 14:50:20 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 14:50:20 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 14:50:22 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 14:50:22 2010 Child 2 will create 5102 files.
+Wed Mar 24 14:50:26 2010 Child 1 verified 5102 files, created 29
+Wed Mar 24 14:50:26 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 14:50:26 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 14:50:26 2010 Child 0 verified 5102 files, created 36
+Wed Mar 24 14:50:26 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 14:50:26 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 14:50:27 2010 Child 2 verified 5102 files, created 22
+Wed Mar 24 14:50:27 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 14:50:27 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 14:50:28 2010 Completed.
+Wed Mar 24 14:50:28 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:50:28 2010 Completed.
+Wed Mar 24 14:50:28 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:50:29 2010 Received.
+Wed Mar 24 14:50:29 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 14:55:29 2010 Completed.
+Wed Mar 24 14:55:29 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:55:29 2010 Completed.
+Wed Mar 24 14:55:29 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 14:55:30 2010 Received.
+Wed Mar 24 14:55:30 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 15:00:40 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    21802    21802      0      0.14     0.03      0.00  2.9%
+setattr      4.0%     3.9%     3311     3311      0      6.10    61.20      0.27 19.1%
+lookup      24.0%    24.2%    20259    20259      0      0.15     0.03      0.00  2.8%
+readlink     1.0%     1.0%      861      861      0      0.15     0.02      0.01  0.1%
+read        18.0%    17.9%    15021    18437      0      1.01     8.29      0.05 14.4%
+write       10.0%    10.0%     8410    10233      0      2.01    24.23      0.11 16.0%
+create       1.0%     1.0%      818      818      0     10.58    79.20      0.61  8.2%
+remove       1.0%     1.0%      843      843      0      6.47    59.81      0.52  5.2%
+readdir      1.0%     0.9%      796      796      0      0.49     0.42      0.04  0.4%
+fsstat       1.0%     1.0%      818      818      0      0.14     0.04      0.01  0.1%
+access      11.0%    11.0%     9236     9236      0      0.14     0.03      0.00  1.2%
+commit       0.0%     0.0%        0     4702      0      0.00     0.00      0.00 27.9%
+readdirplus  2.0%     2.0%     1689     1689      0      0.94     2.30      0.07  1.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  279.54 Ops/Sec   AVG. RESPONSE TIME:    1.25 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 280 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  83864          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 93805    
+PHYSICAL NFS V3 THROUGHPUT:  312.68 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3389117.0 KB  (100.00% to 106.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:00:40 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 280
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:00:40 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:00:40 2010 Completed.
+Wed Mar 24 15:00:40 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:00:41 2010 Received.
+Wed Mar 24 15:00:41 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:00:41 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 320  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:00:43 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:00:43 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 15:00:59 2010 Completed.
+Wed Mar 24 15:00:59 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:00:59 2010 Completed.
+Wed Mar 24 15:00:59 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:00:59 2010 Received.
+
+Wed Mar 24 15:00:59 2010 Initializing test directories.
+Wed Mar 24 15:00:59 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:00:59 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:00:59 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:00:59 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:01:01 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:01:01 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:01:04 2010 Child 3 verified 5102 files, created 22
+Wed Mar 24 15:01:04 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:01:04 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:01:12 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:01:12 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:01:14 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:01:14 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:01:15 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:01:15 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:01:16 2010 Child 1 verified 5102 files, created 24
+Wed Mar 24 15:01:16 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:01:16 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:01:21 2010 Child 0 verified 5102 files, created 24
+Wed Mar 24 15:01:21 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:01:21 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:01:21 2010 Child 2 verified 5102 files, created 24
+Wed Mar 24 15:01:21 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:01:21 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:01:22 2010 Completed.
+Wed Mar 24 15:01:22 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:01:22 2010 Completed.
+Wed Mar 24 15:01:22 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:01:23 2010 Received.
+Wed Mar 24 15:01:23 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 15:06:23 2010 Completed.
+Wed Mar 24 15:06:23 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:06:23 2010 Completed.
+Wed Mar 24 15:06:23 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:06:24 2010 Received.
+Wed Mar 24 15:06:24 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 15:11:34 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    25.9%    24771    24771      0      0.14     0.03      0.00  2.9%
+setattr      4.0%     4.0%     3863     3863      0      7.00    70.19      0.26 22.4%
+lookup      24.0%    24.1%    23087    23087      0      0.15     0.03      0.00  2.8%
+readlink     1.0%     1.0%      948      948      0      0.15     0.03      0.01  0.1%
+read        18.0%    18.1%    17286    21190      0      1.08    12.16      0.05 15.5%
+write       10.0%     9.9%     9424    11299      0      1.63    22.05      0.09 12.8%
+create       1.0%     1.0%      966      966      0     11.31    98.41      0.63  9.1%
+remove       1.0%     1.0%      948      948      0      4.67    60.15      0.49  3.7%
+readdir      1.0%     1.0%      943      943      0      0.67     5.93      0.16  0.5%
+fsstat       1.0%     1.0%      954      954      0      0.14     0.02      0.01  0.1%
+access      11.0%    11.1%    10586    10586      0      0.14     0.03      0.00  1.2%
+commit       0.0%     0.0%        0     5298      0      0.00     0.00      0.00 27.5%
+readdirplus  2.0%     2.0%     1898     1898      0      0.86     0.05      0.01  1.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  318.91 Ops/Sec   AVG. RESPONSE TIME:    1.26 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 320 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  95674          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 106751   
+PHYSICAL NFS V3 THROUGHPUT:  355.83 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3412054.0 KB  (100.00% to 107.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:11:34 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 320
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:11:34 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:11:34 2010 Completed.
+Wed Mar 24 15:11:34 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:11:35 2010 Received.
+Wed Mar 24 15:11:35 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:11:35 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 360  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:11:37 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:11:37 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 15:11:48 2010 Completed.
+Wed Mar 24 15:11:48 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:11:48 2010 Completed.
+Wed Mar 24 15:11:48 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:11:53 2010 Received.
+
+Wed Mar 24 15:11:53 2010 Initializing test directories.
+Wed Mar 24 15:11:53 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:11:53 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:11:53 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:11:53 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:11:53 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:11:53 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:11:56 2010 Child 1 verified 5102 files, created 35
+Wed Mar 24 15:11:56 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:11:56 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:11:56 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:11:56 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:11:59 2010 Child 2 verified 5102 files, created 47
+Wed Mar 24 15:11:59 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:11:59 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:11:59 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:11:59 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:12:02 2010 Child 3 verified 5102 files, created 11
+Wed Mar 24 15:12:02 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:12:02 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:12:08 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:12:08 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:12:14 2010 Child 0 verified 5102 files, created 49
+Wed Mar 24 15:12:14 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:12:14 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:12:15 2010 Completed.
+Wed Mar 24 15:12:15 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:12:15 2010 Completed.
+Wed Mar 24 15:12:15 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:12:16 2010 Received.
+Wed Mar 24 15:12:16 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 15:17:16 2010 Completed.
+Wed Mar 24 15:17:16 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:17:16 2010 Completed.
+Wed Mar 24 15:17:16 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:17:17 2010 Received.
+Wed Mar 24 15:17:17 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 15:22:27 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    27952    27952      0      0.14     0.03      0.00  2.9%
+setattr      4.0%     4.1%     4424     4424      0      7.17    74.14      0.25 23.0%
+lookup      24.0%    23.9%    25683    25683      0      0.15     0.03      0.00  2.8%
+readlink     1.0%     0.9%     1022     1022      0      0.15     0.03      0.01  0.1%
+read        18.0%    18.1%    19526    23854      0      0.86     8.17      0.04 12.2%
+write       10.0%    10.1%    10897    13212      0      1.74    22.71      0.09 13.8%
+create       1.0%     1.0%     1061     1061      0      7.86    91.19      0.57  6.0%
+remove       1.0%     1.0%     1046     1046      0      6.21    60.69      0.47  4.7%
+readdir      1.0%     1.0%     1095     1095      0      1.34    21.37      0.27  1.1%
+fsstat       1.0%     1.0%     1125     1125      0      0.14     0.04      0.01  0.1%
+access      11.0%    10.9%    11706    11706      0      0.14     0.03      0.00  1.2%
+commit       0.0%     0.0%        0     6211      0      0.00     0.00      0.00 30.2%
+readdirplus  2.0%     2.0%     2131     2131      0      1.24    14.48      0.16  1.9%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  358.89 Ops/Sec   AVG. RESPONSE TIME:    1.28 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 360 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  107668         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 120522   
+PHYSICAL NFS V3 THROUGHPUT:  401.74 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3440616.0 KB  (100.00% to 107.92% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:22:27 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 360
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:22:27 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:22:27 2010 Completed.
+Wed Mar 24 15:22:27 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:22:28 2010 Received.
+Wed Mar 24 15:22:28 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:22:28 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 400  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:22:30 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:22:30 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 15:22:41 2010 Completed.
+Wed Mar 24 15:22:41 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:22:41 2010 Completed.
+Wed Mar 24 15:22:41 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:22:46 2010 Received.
+
+Wed Mar 24 15:22:46 2010 Initializing test directories.
+Wed Mar 24 15:22:46 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:22:46 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:22:46 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:22:46 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:22:50 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:22:50 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:22:53 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:22:53 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:22:55 2010 Child 1 verified 5102 files, created 34
+Wed Mar 24 15:22:55 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:22:55 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:22:56 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:22:56 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:22:58 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:22:58 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:23:00 2010 Child 2 verified 5102 files, created 31
+Wed Mar 24 15:23:00 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:23:00 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:23:04 2010 Child 3 verified 5102 files, created 24
+Wed Mar 24 15:23:04 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:23:04 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:23:06 2010 Child 0 verified 5102 files, created 2
+Wed Mar 24 15:23:06 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:23:06 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:23:07 2010 Completed.
+Wed Mar 24 15:23:07 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:23:07 2010 Completed.
+Wed Mar 24 15:23:07 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:23:08 2010 Received.
+Wed Mar 24 15:23:08 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 15:28:08 2010 Completed.
+Wed Mar 24 15:28:08 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:28:08 2010 Completed.
+Wed Mar 24 15:28:08 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:28:09 2010 Received.
+Wed Mar 24 15:28:09 2010 Starting 300 seconds test run.
+Child 1 - 50 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 15:33:19 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    31385    31385      0      0.14     0.03      0.00  1.5%
+setattr      4.0%     4.0%     4855     4855      0     13.29    76.44      0.25 21.6%
+lookup      24.0%    24.0%    28963    28963      0      0.15     0.03      0.00  1.5%
+readlink     1.0%     1.0%     1178     1178      0      0.15     0.03      0.01  0.1%
+read        18.0%    17.9%    21628    26342      0      1.18    11.69      0.05  8.5%
+write       10.0%     9.9%    11920    14336      0      2.02    23.98      0.09  8.1%
+create       1.0%     1.0%     1202     1202      0     20.61   103.21      0.57  8.3%
+remove       1.0%     1.0%     1170     1170      0     16.13    78.09      0.51  6.3%
+readdir      1.0%     0.9%     1139     1139      0      1.02    17.71      0.24  0.4%
+fsstat       1.0%     1.0%     1225     1225      0      0.14     0.03      0.01  0.1%
+access      11.0%    11.2%    13533    13533      0      0.14     0.03      0.00  0.6%
+commit       0.0%     0.0%        0     6839      0      0.00     0.00      0.00 42.0%
+readdirplus  2.0%     2.1%     2510     2510      0      1.28    10.72      0.13  1.1%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  403.70 Ops/Sec   AVG. RESPONSE TIME:    2.47 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 400 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  120708         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 134677   
+PHYSICAL NFS V3 THROUGHPUT:  450.42 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3458407.0 KB  (100.00% to 108.48% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:33:19 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 400
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:33:19 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:33:19 2010 Completed.
+Wed Mar 24 15:33:19 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:33:20 2010 Received.
+Wed Mar 24 15:33:20 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:33:20 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 440  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:33:22 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:33:22 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 15:33:33 2010 Completed.
+Wed Mar 24 15:33:33 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:33:33 2010 Completed.
+Wed Mar 24 15:33:33 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:33:38 2010 Received.
+
+Wed Mar 24 15:33:38 2010 Initializing test directories.
+Wed Mar 24 15:33:38 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:33:38 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:33:38 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:33:38 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:33:45 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:33:45 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:33:49 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:33:49 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:33:49 2010 Child 0 verified 5102 files, created 17
+Wed Mar 24 15:33:49 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:33:50 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:33:52 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:33:52 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:33:54 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:33:54 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:33:56 2010 Child 2 verified 5102 files, created 15
+Wed Mar 24 15:33:56 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:33:56 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:34:01 2010 Child 3 verified 5102 files, created 43
+Wed Mar 24 15:34:01 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:34:01 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:34:03 2010 Child 1 verified 5102 files, created 4
+Wed Mar 24 15:34:03 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:34:03 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:34:04 2010 Completed.
+Wed Mar 24 15:34:04 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:34:04 2010 Completed.
+Wed Mar 24 15:34:04 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:34:05 2010 Received.
+Wed Mar 24 15:34:05 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 15:39:05 2010 Completed.
+Wed Mar 24 15:39:05 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:39:05 2010 Completed.
+Wed Mar 24 15:39:05 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:39:06 2010 Received.
+Wed Mar 24 15:39:06 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 15:44:16 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    34710    34710      0      0.14     0.03      0.00  1.4%
+setattr      4.0%     4.0%     5313     5313      0     15.30    76.64      0.24 23.4%
+lookup      24.0%    23.8%    31557    31557      0      0.15     0.04      0.00  1.4%
+readlink     1.0%     0.9%     1227     1227      0      0.15     0.03      0.01  0.1%
+read        18.0%    18.1%    23994    29350      0      1.18    11.88      0.04  8.1%
+write       10.0%    10.0%    13316    16107      0      1.93    22.26      0.08  7.4%
+create       1.0%     1.0%     1306     1306      0     22.81   110.22      0.57  8.6%
+remove       1.0%     1.0%     1325     1325      0     15.09    69.92      0.45  5.8%
+readdir      1.0%     1.0%     1345     1345      0      1.73    25.57      0.27  0.7%
+fsstat       1.0%     1.0%     1290     1290      0      0.14     0.04      0.01  0.1%
+access      11.0%    11.0%    14527    14527      0      0.14     0.03      0.00  0.6%
+commit       0.0%     0.0%        0     7713      0      0.00     0.00      0.00 41.4%
+readdirplus  2.0%     2.0%     2686     2686      0      1.48    15.84      0.15  1.1%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  443.46 Ops/Sec   AVG. RESPONSE TIME:    2.61 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 440 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  132596         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 148456   
+PHYSICAL NFS V3 THROUGHPUT:  496.50 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3495669.0 KB  (100.00% to 109.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:44:16 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 440
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:44:16 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:44:16 2010 Completed.
+Wed Mar 24 15:44:16 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:44:17 2010 Received.
+Wed Mar 24 15:44:17 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:44:17 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 480  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:44:19 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:44:19 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 15:44:30 2010 Completed.
+Wed Mar 24 15:44:30 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:44:30 2010 Completed.
+Wed Mar 24 15:44:30 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:44:35 2010 Received.
+
+Wed Mar 24 15:44:35 2010 Initializing test directories.
+Wed Mar 24 15:44:35 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:44:35 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:44:35 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:44:35 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:44:38 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:44:38 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:44:41 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:44:41 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:44:43 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 15:44:43 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:44:43 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:44:44 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:44:44 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:44:48 2010 Child 2 verified 5102 files, created 21
+Wed Mar 24 15:44:48 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:44:48 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:44:50 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:44:50 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:44:51 2010 Child 3 verified 5102 files, created 38
+Wed Mar 24 15:44:51 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:44:51 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:44:56 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 15:44:56 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:44:56 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:44:57 2010 Completed.
+Wed Mar 24 15:44:57 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:44:57 2010 Completed.
+Wed Mar 24 15:44:57 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:44:58 2010 Received.
+Wed Mar 24 15:44:58 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 15:49:58 2010 Completed.
+Wed Mar 24 15:49:58 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:49:58 2010 Completed.
+Wed Mar 24 15:49:58 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:49:59 2010 Received.
+Wed Mar 24 15:49:59 2010 Starting 300 seconds test run.
+SFS Single Client (c09-44) Results, Wed Mar 24 15:55:09 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    37757    37757      0      0.14     0.03      0.00  1.4%
+setattr      4.0%     4.0%     5752     5752      0     14.50    74.72      0.22 21.9%
+lookup      24.0%    24.1%    34861    34861      0      0.15     0.03      0.00  1.4%
+readlink     1.0%     1.0%     1412     1412      0      0.15     0.03      0.01  0.1%
+read        18.0%    18.0%    26126    32123      0      1.25    13.76      0.04  8.6%
+write       10.0%    10.1%    14569    17512      0      2.07    24.19      0.08  7.9%
+create       1.0%     0.9%     1376     1376      0     19.46    93.90      0.51  7.0%
+remove       1.0%     1.0%     1418     1418      0     20.26    99.55      0.52  7.6%
+readdir      1.0%     1.0%     1497     1497      0      0.84    11.39      0.17  0.3%
+fsstat       1.0%     1.0%     1481     1481      0      0.14     0.03      0.01  0.1%
+access      11.0%    10.9%    15801    15801      0      0.14     0.04      0.00  0.6%
+commit       0.0%     0.0%        0     8417      0      0.00     0.00      0.00 42.1%
+readdirplus  2.0%     2.0%     2888     2888      0      1.29    13.39      0.13  1.0%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  484.74 Ops/Sec   AVG. RESPONSE TIME:    2.62 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 480 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  144938         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 162295   
+PHYSICAL NFS V3 THROUGHPUT:  542.79 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506793.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:55:09 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 480
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 15:55:09 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:55:09 2010 Completed.
+Wed Mar 24 15:55:09 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 15:55:10 2010 Received.
+Wed Mar 24 15:55:10 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 15:55:10 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 520  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 15:55:12 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 15:55:12 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 15:55:23 2010 Completed.
+Wed Mar 24 15:55:23 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:55:23 2010 Completed.
+Wed Mar 24 15:55:23 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:55:28 2010 Received.
+
+Wed Mar 24 15:55:28 2010 Initializing test directories.
+Wed Mar 24 15:55:28 2010 Child 2 will create 167 directories.
+Wed Mar 24 15:55:28 2010 Child 3 will create 167 directories.
+Wed Mar 24 15:55:28 2010 Child 1 will create 167 directories.
+Wed Mar 24 15:55:28 2010 Child 0 will create 167 directories.
+Wed Mar 24 15:55:32 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 15:55:32 2010 Child 0 will create 5102 files.
+Wed Mar 24 15:55:35 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 15:55:35 2010 Child 1 will create 5102 files.
+Wed Mar 24 15:55:37 2010 Child 0 verified 5102 files, created 31
+Wed Mar 24 15:55:37 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 15:55:37 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 15:55:38 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 15:55:38 2010 Child 2 will create 5102 files.
+Wed Mar 24 15:55:41 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 15:55:41 2010 Child 3 will create 5102 files.
+Wed Mar 24 15:55:43 2010 Child 1 verified 5102 files, created 50
+Wed Mar 24 15:55:43 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 15:55:43 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 15:55:47 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 15:55:47 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 15:55:47 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 15:55:49 2010 Child 3 verified 5102 files, created 28
+Wed Mar 24 15:55:49 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 15:55:50 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 15:55:50 2010 Completed.
+Wed Mar 24 15:55:50 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:55:50 2010 Completed.
+Wed Mar 24 15:55:50 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 15:55:51 2010 Received.
+Wed Mar 24 15:55:51 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 16:00:51 2010 Completed.
+Wed Mar 24 16:00:51 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:00:51 2010 Completed.
+Wed Mar 24 16:00:51 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:00:52 2010 Received.
+Wed Mar 24 16:00:52 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 0 - 50 aborted ops
+Child 2 - 50 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 16:06:02 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    40400    40400      0      0.14     0.04      0.00  1.4%
+setattr      4.0%     4.0%     6217     6217      0     15.46    81.65      0.22 23.6%
+lookup      24.0%    23.9%    37115    37115      0      0.15     0.04      0.00  1.4%
+readlink     1.0%     1.0%     1539     1539      0      0.15     0.03      0.01  0.1%
+read        18.0%    18.1%    28144    34660      0      0.96    10.46      0.04  6.6%
+write       10.0%    10.1%    15685    18877      0      1.48    17.62      0.07  5.7%
+create       1.0%     1.0%     1569     1569      0     20.66   105.47      0.51  7.9%
+remove       1.0%     0.9%     1458     1458      0     19.81   101.75      0.52  7.1%
+readdir      1.0%     1.0%     1493     1493      0      0.74     7.77      0.14  0.3%
+fsstat       1.0%     1.0%     1510     1510      0      0.14     0.03      0.01  0.1%
+access      11.0%    11.1%    17336    17336      0      0.14     0.04      0.00  0.6%
+commit       0.0%     0.0%        0     9078      0      0.00     0.00      0.00 43.9%
+readdirplus  2.0%     2.0%     3141     3141      0      1.82    24.18      0.17  1.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  518.69 Ops/Sec   AVG. RESPONSE TIME:    2.62 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 520 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  155607         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 174393   
+PHYSICAL NFS V3 THROUGHPUT:  581.31 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3507782.0 KB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:06:02 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 520
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 16:06:02 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:06:02 2010 Completed.
+Wed Mar 24 16:06:02 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 16:06:03 2010 Received.
+Wed Mar 24 16:06:03 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 16:06:03 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 560  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 16:06:05 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 16:06:05 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Wed Mar 24 16:06:21 2010 Completed.
+Wed Mar 24 16:06:21 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:06:21 2010 Completed.
+Wed Mar 24 16:06:21 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:06:21 2010 Received.
+
+Wed Mar 24 16:06:21 2010 Initializing test directories.
+Wed Mar 24 16:06:21 2010 Child 1 will create 167 directories.
+Wed Mar 24 16:06:21 2010 Child 0 will create 167 directories.
+Wed Mar 24 16:06:21 2010 Child 2 will create 167 directories.
+Wed Mar 24 16:06:21 2010 Child 3 will create 167 directories.
+Wed Mar 24 16:06:32 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 16:06:32 2010 Child 1 will create 5102 files.
+Wed Mar 24 16:06:33 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 16:06:33 2010 Child 0 will create 5102 files.
+Wed Mar 24 16:06:35 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 16:06:35 2010 Child 2 will create 5102 files.
+Wed Mar 24 16:06:37 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 16:06:37 2010 Child 3 will create 5102 files.
+Wed Mar 24 16:06:38 2010 Child 1 verified 5102 files, created 29
+Wed Mar 24 16:06:38 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 16:06:38 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 16:06:41 2010 Child 0 verified 5102 files, created 41
+Wed Mar 24 16:06:41 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 16:06:42 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 16:06:44 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 16:06:44 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 16:06:44 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 16:06:46 2010 Child 3 verified 5102 files, created 25
+Wed Mar 24 16:06:46 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 16:06:46 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 16:06:46 2010 Completed.
+Wed Mar 24 16:06:46 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:06:46 2010 Completed.
+Wed Mar 24 16:06:46 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:06:47 2010 Received.
+Wed Mar 24 16:06:47 2010 Performing 300 seconds pretest warmup.
+Child 1 - 50 aborted ops
+Wed Mar 24 16:11:47 2010 Completed.
+Wed Mar 24 16:11:47 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:11:47 2010 Completed.
+Wed Mar 24 16:11:47 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:11:48 2010 Received.
+Wed Mar 24 16:11:48 2010 Starting 300 seconds test run.
+Child 1 - 100 aborted ops
+Child 1 - 150 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 16:16:58 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    44406    44406      0      0.15     0.04      0.00  2.9%
+setattr      4.0%     4.0%     6828     6828      0      7.28    72.50      0.20 22.3%
+lookup      24.0%    23.8%    40483    40483      0      0.15     0.04      0.00  2.8%
+readlink     1.0%     1.0%     1671     1671      0      0.15     0.04      0.01  0.1%
+read        18.0%    18.1%    30859    37815      0      0.70     7.18      0.03  9.7%
+write       10.0%    10.0%    17078    20652      0      1.52    21.67      0.07 11.7%
+create       1.0%     1.0%     1716     1716      0     14.75   108.35      0.49 11.4%
+remove       1.0%     0.9%     1608     1608      0      7.09    64.29      0.39  5.1%
+readdir      1.0%     1.0%     1670     1670      0      0.58     4.17      0.10  0.4%
+fsstat       1.0%     1.0%     1686     1686      0      0.15     0.04      0.01  0.1%
+access      11.0%    11.0%    18784    18784      0      0.15     0.04      0.00  1.2%
+commit       0.0%     0.0%        0    10000      0      0.00     0.00      0.00 30.3%
+readdirplus  2.0%     2.0%     3476     3476      0      1.24    12.16      0.12  1.9%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  569.44 Ops/Sec   AVG. RESPONSE TIME:    1.30 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 560 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  170265         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 190795   
+PHYSICAL NFS V3 THROUGHPUT:  638.11 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3508066.0 KB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:16:58 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 560
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 16:16:58 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:16:58 2010 Completed.
+Wed Mar 24 16:16:58 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 16:16:59 2010 Received.
+Wed Mar 24 16:16:59 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 16:16:59 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 600  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 16:17:01 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 16:17:01 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 16:17:12 2010 Completed.
+Wed Mar 24 16:17:12 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:17:12 2010 Completed.
+Wed Mar 24 16:17:12 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:17:17 2010 Received.
+
+Wed Mar 24 16:17:17 2010 Initializing test directories.
+Wed Mar 24 16:17:17 2010 Child 3 will create 167 directories.
+Wed Mar 24 16:17:17 2010 Child 1 will create 167 directories.
+Wed Mar 24 16:17:17 2010 Child 2 will create 167 directories.
+Wed Mar 24 16:17:17 2010 Child 0 will create 167 directories.
+Wed Mar 24 16:17:18 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 16:17:18 2010 Child 2 will create 5102 files.
+Wed Mar 24 16:17:21 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 16:17:21 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 16:17:21 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 16:17:21 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 16:17:21 2010 Child 3 will create 5102 files.
+Wed Mar 24 16:17:24 2010 Child 3 verified 5102 files, created 46
+Wed Mar 24 16:17:24 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 16:17:24 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 16:17:25 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 16:17:25 2010 Child 0 will create 5102 files.
+Wed Mar 24 16:17:29 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 16:17:29 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 16:17:29 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 16:17:32 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 16:17:32 2010 Child 1 will create 5102 files.
+Wed Mar 24 16:17:38 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 16:17:38 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 16:17:38 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 16:17:38 2010 Completed.
+Wed Mar 24 16:17:38 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:17:38 2010 Completed.
+Wed Mar 24 16:17:38 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:17:39 2010 Received.
+Wed Mar 24 16:17:39 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 16:22:39 2010 Completed.
+Wed Mar 24 16:22:39 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:22:39 2010 Completed.
+Wed Mar 24 16:22:39 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:22:40 2010 Received.
+Wed Mar 24 16:22:40 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 1 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 50 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 16:27:50 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    47260    47260      0      0.14     0.04      0.00  3.3%
+setattr      4.0%     4.1%     7412     7412      0      6.75    68.87      0.19 24.5%
+lookup      24.0%    23.9%    43335    43335      0      0.15     0.04      0.00  3.2%
+readlink     1.0%     1.0%     1789     1789      0      0.15     0.04      0.01  0.1%
+read        18.0%    17.9%    32431    39863      0      0.77     8.40      0.03 12.2%
+write       10.0%    10.0%    18092    22006      0      1.25    18.15      0.06 11.0%
+create       1.0%     1.0%     1898     1898      0      8.46    85.05      0.41  7.8%
+remove       1.0%     0.9%     1689     1689      0      4.95    56.57      0.36  4.1%
+readdir      1.0%     1.0%     1826     1826      0      0.49     0.33      0.03  0.4%
+fsstat       1.0%     1.0%     1793     1793      0      0.14     0.03      0.01  0.1%
+access      11.0%    11.1%    20038    20038      0      0.14     0.04      0.00  1.4%
+commit       0.0%     0.0%        0    10661      0      0.00     0.00      0.00 29.8%
+readdirplus  2.0%     2.0%     3622     3622      0      1.12    10.83      0.11  2.0%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  603.95 Ops/Sec   AVG. RESPONSE TIME:    1.12 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 600 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  181185         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 203192   
+PHYSICAL NFS V3 THROUGHPUT:  677.30 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3512803.0 KB  (100.00% to 110.18% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:27:50 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 600
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 16:27:50 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:27:50 2010 Completed.
+Wed Mar 24 16:27:50 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 16:27:51 2010 Received.
+Wed Mar 24 16:27:51 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 16:27:51 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 640  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 16:27:53 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 16:27:53 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 16:28:04 2010 Completed.
+Wed Mar 24 16:28:04 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:28:04 2010 Completed.
+Wed Mar 24 16:28:04 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:28:09 2010 Received.
+
+Wed Mar 24 16:28:09 2010 Initializing test directories.
+Wed Mar 24 16:28:09 2010 Child 3 will create 167 directories.
+Wed Mar 24 16:28:09 2010 Child 1 will create 167 directories.
+Wed Mar 24 16:28:09 2010 Child 2 will create 167 directories.
+Wed Mar 24 16:28:09 2010 Child 0 will create 167 directories.
+Wed Mar 24 16:28:09 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 16:28:09 2010 Child 0 will create 5102 files.
+Wed Mar 24 16:28:12 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 16:28:12 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 16:28:12 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 16:28:19 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 16:28:19 2010 Child 1 will create 5102 files.
+Wed Mar 24 16:28:21 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 16:28:21 2010 Child 2 will create 5102 files.
+Wed Mar 24 16:28:22 2010 Child 1 verified 5102 files, created 35
+Wed Mar 24 16:28:22 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 16:28:22 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 16:28:24 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 16:28:24 2010 Child 3 will create 5102 files.
+Wed Mar 24 16:28:27 2010 Child 2 verified 5102 files, created 45
+Wed Mar 24 16:28:27 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 16:28:27 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 16:28:33 2010 Child 3 verified 5102 files, created 48
+Wed Mar 24 16:28:33 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 16:28:33 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 16:28:33 2010 Completed.
+Wed Mar 24 16:28:33 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:28:33 2010 Completed.
+Wed Mar 24 16:28:33 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:28:34 2010 Received.
+Wed Mar 24 16:28:34 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 16:33:34 2010 Completed.
+Wed Mar 24 16:33:34 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:33:34 2010 Completed.
+Wed Mar 24 16:33:34 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:33:35 2010 Received.
+Wed Mar 24 16:33:35 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 150 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 16:38:45 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    50818    50818      0      0.15     0.04      0.00  3.4%
+setattr      4.0%     4.0%     7799     7799      0      7.25    76.55      0.19 25.9%
+lookup      24.0%    24.2%    47222    47222      0      0.15     0.04      0.00  3.3%
+readlink     1.0%     1.0%     1967     1967      0      0.15     0.04      0.01  0.1%
+read        18.0%    18.0%    35112    43105      0      0.59     5.75      0.03  9.5%
+write       10.0%    10.1%    19771    23991      0      1.02    13.28      0.05  9.2%
+create       1.0%     1.0%     1924     1924      0     10.12    95.45      0.44  8.9%
+remove       1.0%     0.7%     1406     1406      0      9.32   100.27      0.52  6.0%
+readdir      1.0%     1.0%     1903     1903      0      0.45     0.05      0.01  0.4%
+fsstat       1.0%     1.0%     2024     2024      0      0.14     0.04      0.01  0.1%
+access      11.0%    11.1%    21598    21598      0      0.15     0.04      0.00  1.4%
+commit       0.0%     0.0%        0    11647      0      0.00     0.00      0.00 30.0%
+readdirplus  2.0%     2.0%     3886     3886      0      1.05     8.04      0.09  1.9%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  651.43 Ops/Sec   AVG. RESPONSE TIME:    1.11 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 640 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  195430         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 219290   
+PHYSICAL NFS V3 THROUGHPUT:  730.96 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3507503.0 KB  (100.00% to 110.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:38:45 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 640
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 16:38:45 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:38:45 2010 Completed.
+Wed Mar 24 16:38:45 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 16:38:46 2010 Received.
+Wed Mar 24 16:38:46 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 16:38:46 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 680  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 16:38:48 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 16:38:48 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 16:38:59 2010 Completed.
+Wed Mar 24 16:38:59 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:38:59 2010 Completed.
+Wed Mar 24 16:38:59 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:39:04 2010 Received.
+
+Wed Mar 24 16:39:04 2010 Initializing test directories.
+Wed Mar 24 16:39:04 2010 Child 1 will create 167 directories.
+Wed Mar 24 16:39:04 2010 Child 2 will create 167 directories.
+Wed Mar 24 16:39:04 2010 Child 0 will create 167 directories.
+Wed Mar 24 16:39:04 2010 Child 3 will create 167 directories.
+Wed Mar 24 16:39:06 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 16:39:06 2010 Child 3 will create 5102 files.
+Wed Mar 24 16:39:08 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 16:39:08 2010 Child 0 will create 5102 files.
+Wed Mar 24 16:39:13 2010 Child 3 verified 5102 files, created 50
+Wed Mar 24 16:39:13 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 16:39:13 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 16:39:15 2010 Child 0 verified 5102 files, created 47
+Wed Mar 24 16:39:15 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 16:39:15 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 16:39:17 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 16:39:17 2010 Child 1 will create 5102 files.
+Wed Mar 24 16:39:20 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 16:39:20 2010 Child 2 will create 5102 files.
+Wed Mar 24 16:39:25 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 16:39:25 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 16:39:25 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 16:39:30 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 16:39:30 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 16:39:30 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 16:39:30 2010 Completed.
+Wed Mar 24 16:39:30 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:39:30 2010 Completed.
+Wed Mar 24 16:39:30 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:39:31 2010 Received.
+Wed Mar 24 16:39:31 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 16:44:31 2010 Completed.
+Wed Mar 24 16:44:31 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:44:31 2010 Completed.
+Wed Mar 24 16:44:31 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:44:32 2010 Received.
+Wed Mar 24 16:44:32 2010 Starting 300 seconds test run.
+Child 1 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 100 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 16:49:42 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    25.9%    53769    53769      0      0.15     0.06      0.00  1.4%
+setattr      4.0%     4.0%     8290     8290      0     18.92    70.16      0.18 26.0%
+lookup      24.0%    24.1%    49918    49918      0      0.16     0.05      0.00  1.3%
+readlink     1.0%     1.0%     2097     2097      0      0.15     0.05      0.01  0.1%
+read        18.0%    18.0%    37352    45875      0      0.73     7.92      0.03  4.5%
+write       10.0%    10.1%    20925    25463      0      1.22    15.37      0.05  4.3%
+create       1.0%     1.0%     2120     2120      0     25.12    86.43      0.40  8.8%
+remove       1.0%     0.8%     1580     1580      0     25.31   123.17      0.55  6.6%
+readdir      1.0%     1.0%     2052     2052      0      0.49     0.40      0.03  0.2%
+fsstat       1.0%     1.0%     2104     2104      0      0.15     0.05      0.01  0.1%
+access      11.0%    11.0%    22861    22861      0      0.15     0.05      0.00  0.6%
+commit       0.0%     0.0%        0    12304      0      0.00     0.00      0.00 45.4%
+readdirplus  2.0%     2.0%     4159     4159      0      1.09     9.85      0.10  0.7%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  693.06 Ops/Sec   AVG. RESPONSE TIME:    2.90 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 680 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  207227         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 232592   
+PHYSICAL NFS V3 THROUGHPUT:  777.89 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3509953.0 KB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:49:42 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 680
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 16:49:42 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:49:42 2010 Completed.
+Wed Mar 24 16:49:42 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 16:49:43 2010 Received.
+Wed Mar 24 16:49:43 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 16:49:43 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 720  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 16:49:45 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 16:49:45 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Wed Mar 24 16:50:01 2010 Completed.
+Wed Mar 24 16:50:01 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:50:01 2010 Completed.
+Wed Mar 24 16:50:01 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:50:01 2010 Received.
+
+Wed Mar 24 16:50:01 2010 Initializing test directories.
+Wed Mar 24 16:50:01 2010 Child 3 will create 167 directories.
+Wed Mar 24 16:50:01 2010 Child 1 will create 167 directories.
+Wed Mar 24 16:50:01 2010 Child 2 will create 167 directories.
+Wed Mar 24 16:50:01 2010 Child 0 will create 167 directories.
+Wed Mar 24 16:50:02 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 16:50:02 2010 Child 1 will create 5102 files.
+Wed Mar 24 16:50:04 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 16:50:04 2010 Child 2 will create 5102 files.
+Wed Mar 24 16:50:07 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 16:50:07 2010 Child 3 will create 5102 files.
+Wed Mar 24 16:50:07 2010 Child 1 verified 5102 files, created 50
+Wed Mar 24 16:50:07 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 16:50:07 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 16:50:10 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 16:50:10 2010 Child 0 will create 5102 files.
+Wed Mar 24 16:50:15 2010 Child 2 verified 5102 files, created 47
+Wed Mar 24 16:50:15 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 16:50:15 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 16:50:18 2010 Child 3 verified 5102 files, created 49
+Wed Mar 24 16:50:18 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 16:50:18 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 16:50:21 2010 Child 0 verified 5102 files, created 48
+Wed Mar 24 16:50:21 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 16:50:21 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 16:50:21 2010 Completed.
+Wed Mar 24 16:50:21 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:50:21 2010 Completed.
+Wed Mar 24 16:50:21 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:50:21 2010 Received.
+Wed Mar 24 16:50:21 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 16:55:21 2010 Completed.
+Wed Mar 24 16:55:21 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:55:21 2010 Completed.
+Wed Mar 24 16:55:21 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 16:55:22 2010 Received.
+Wed Mar 24 16:55:22 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 150 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:00:32 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    57364    57364      0      0.15     0.06      0.00  1.3%
+setattr      4.0%     4.0%     8834     8834      0     20.81    72.35      0.18 27.3%
+lookup      24.0%    24.0%    52774    52774      0      0.16     0.06      0.00  1.3%
+readlink     1.0%     1.0%     2195     2195      0      0.16     0.06      0.01  0.1%
+read        18.0%    18.2%    39936    49168      0      0.83    10.20      0.03  4.9%
+write       10.0%     9.9%    21805    26424      0      1.73    21.16      0.06  5.6%
+create       1.0%     1.0%     2197     2197      0     25.77    70.35      0.35  8.4%
+remove       1.0%     0.7%     1580     1580      0     20.33    62.14      0.39  4.8%
+readdir      1.0%     1.0%     2187     2187      0      0.48     0.34      0.02  0.2%
+fsstat       1.0%     1.0%     2233     2233      0      0.15     0.07      0.01  0.1%
+access      11.0%    11.0%    24032    24032      0      0.15     0.06      0.00  0.6%
+commit       0.0%     0.0%        0    12883      0      0.00     0.00      0.00 44.9%
+readdirplus  2.0%     2.0%     4313     4313      0      1.21    14.50      0.11  0.8%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  733.94 Ops/Sec   AVG. RESPONSE TIME:    3.07 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 720 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  219450         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 246184   
+PHYSICAL NFS V3 THROUGHPUT:  823.35 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3508105.0 KB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:00:32 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 720
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:00:32 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:00:32 2010 Completed.
+Wed Mar 24 17:00:32 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:00:33 2010 Received.
+Wed Mar 24 17:00:33 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:00:33 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 760  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:00:35 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:00:35 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 17:00:51 2010 Completed.
+Wed Mar 24 17:00:51 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:00:51 2010 Completed.
+Wed Mar 24 17:00:51 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:00:51 2010 Received.
+
+Wed Mar 24 17:00:51 2010 Initializing test directories.
+Wed Mar 24 17:00:51 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:00:51 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:00:51 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:00:51 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:00:55 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:00:55 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:00:58 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:00:58 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:00:59 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 17:00:59 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:00:59 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:01:01 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:01:01 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:01:04 2010 Child 2 verified 5102 files, created 48
+Wed Mar 24 17:01:04 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:01:04 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:01:06 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:01:06 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:01:11 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 17:01:11 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:01:12 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:01:15 2010 Child 0 verified 5102 files, created 50
+Wed Mar 24 17:01:15 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:01:15 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:01:16 2010 Completed.
+Wed Mar 24 17:01:16 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:01:16 2010 Completed.
+Wed Mar 24 17:01:16 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:01:17 2010 Received.
+Wed Mar 24 17:01:17 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 17:06:17 2010 Completed.
+Wed Mar 24 17:06:17 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:06:17 2010 Completed.
+Wed Mar 24 17:06:17 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:06:18 2010 Received.
+Wed Mar 24 17:06:18 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 250 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:11:28 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    60960    60960      0      0.15     0.05      0.00  2.1%
+setattr      4.0%     3.9%     9062     9062      0     10.41    54.22      0.15 21.7%
+lookup      24.0%    24.2%    56292    56292      0      0.16     0.05      0.00  2.0%
+readlink     1.0%     1.0%     2354     2354      0      0.16     0.05      0.01  0.1%
+read        18.0%    18.0%    41731    51482      0      0.68     7.15      0.03  6.5%
+write       10.0%    10.0%    23148    27997      0      1.36    20.49      0.06  7.3%
+create       1.0%     1.0%     2352     2352      0     21.47   119.62      0.44 11.6%
+remove       1.0%     0.7%     1656     1656      0     16.11    96.98      0.47  6.2%
+readdir      1.0%     1.0%     2364     2364      0      0.88    14.83      0.16  0.5%
+fsstat       1.0%     1.0%     2344     2344      0      0.15     0.06      0.01  0.1%
+access      11.0%    11.0%    25545    25545      0      0.15     0.05      0.00  0.9%
+commit       0.0%     0.0%        0    13743      0      0.00     0.00      0.00 39.6%
+readdirplus  2.0%     2.0%     4675     4675      0      1.30    12.91      0.10  1.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  774.94 Ops/Sec   AVG. RESPONSE TIME:    1.86 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 760 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  232483         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 260826   
+PHYSICAL NFS V3 THROUGHPUT:  869.42 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3508841.0 KB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:11:28 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 760
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:11:28 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:11:28 2010 Completed.
+Wed Mar 24 17:11:28 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:11:29 2010 Received.
+Wed Mar 24 17:11:29 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:11:29 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 800  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:11:31 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:11:31 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 17:11:47 2010 Completed.
+Wed Mar 24 17:11:47 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:11:47 2010 Completed.
+Wed Mar 24 17:11:47 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:11:47 2010 Received.
+
+Wed Mar 24 17:11:47 2010 Initializing test directories.
+Wed Mar 24 17:11:47 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:11:47 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:11:47 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:11:47 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:11:49 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:11:49 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:11:53 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 17:11:53 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:11:53 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:12:01 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:12:01 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:12:02 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:12:02 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:12:03 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:12:03 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:12:11 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 17:12:11 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:12:11 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:12:13 2010 Child 0 verified 5102 files, created 47
+Wed Mar 24 17:12:13 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:12:13 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:12:14 2010 Child 1 verified 5102 files, created 38
+Wed Mar 24 17:12:14 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:12:15 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:12:15 2010 Completed.
+Wed Mar 24 17:12:15 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:12:15 2010 Completed.
+Wed Mar 24 17:12:15 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:12:16 2010 Received.
+Wed Mar 24 17:12:16 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 17:17:16 2010 Completed.
+Wed Mar 24 17:17:16 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:17:16 2010 Completed.
+Wed Mar 24 17:17:16 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:17:17 2010 Received.
+Wed Mar 24 17:17:17 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 250 aborted ops
+Child 1 - 150 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:22:27 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    64054    64054      0      0.15     0.05      0.00  2.3%
+setattr      4.0%     4.0%     9860     9860      0     11.24    70.97      0.17 26.2%
+lookup      24.0%    24.1%    59085    59085      0      0.16     0.05      0.00  2.2%
+readlink     1.0%     1.0%     2397     2397      0      0.15     0.05      0.01  0.1%
+read        18.0%    18.0%    44111    53882      0      0.65     7.05      0.02  6.8%
+write       10.0%    10.0%    24545    29861      0      1.15    15.70      0.05  6.7%
+create       1.0%     1.0%     2523     2523      0     16.66    94.58      0.38  9.9%
+remove       1.0%     0.6%     1502     1502      0     11.30    66.14      0.41  4.0%
+readdir      1.0%     1.0%     2428     2428      0      0.46     0.26      0.02  0.3%
+fsstat       1.0%     1.0%     2462     2462      0      0.15     0.05      0.01  0.1%
+access      11.0%    11.0%    26923    26923      0      0.15     0.05      0.00  0.9%
+commit       0.0%     0.0%        0    14552      0      0.00     0.00      0.00 39.2%
+readdirplus  2.0%     2.0%     4913     4913      0      1.10    10.54      0.09  1.3%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  818.73 Ops/Sec   AVG. RESPONSE TIME:    1.72 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 800 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  244803         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 274442   
+PHYSICAL NFS V3 THROUGHPUT:  917.86 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3514552.0 KB  (100.00% to 110.24% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:22:27 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 800
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:22:27 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:22:27 2010 Completed.
+Wed Mar 24 17:22:27 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:22:28 2010 Received.
+Wed Mar 24 17:22:28 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:22:28 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 840  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:22:30 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:22:30 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 17:22:41 2010 Completed.
+Wed Mar 24 17:22:41 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:22:41 2010 Completed.
+Wed Mar 24 17:22:41 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:22:46 2010 Received.
+
+Wed Mar 24 17:22:46 2010 Initializing test directories.
+Wed Mar 24 17:22:46 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:22:46 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:22:46 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:22:46 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:22:47 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:22:47 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:22:49 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:22:49 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:22:52 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:22:52 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:22:54 2010 Child 0 verified 5102 files, created 43
+Wed Mar 24 17:22:54 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:22:54 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:22:55 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:22:55 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:22:59 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 17:22:59 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:22:59 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:23:03 2010 Child 2 verified 5102 files, created 45
+Wed Mar 24 17:23:03 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:23:03 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:23:05 2010 Child 3 verified 5102 files, created 44
+Wed Mar 24 17:23:05 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:23:05 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:23:06 2010 Completed.
+Wed Mar 24 17:23:06 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:23:06 2010 Completed.
+Wed Mar 24 17:23:06 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:23:07 2010 Received.
+Wed Mar 24 17:23:07 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 17:28:07 2010 Completed.
+Wed Mar 24 17:28:07 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:28:07 2010 Completed.
+Wed Mar 24 17:28:07 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:28:08 2010 Received.
+Wed Mar 24 17:28:08 2010 Starting 300 seconds test run.
+Child 1 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:33:18 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    66879    66879      0      0.15     0.06      0.00  1.8%
+setattr      4.0%     4.1%    10419    10419      0     13.77    68.79      0.16 26.1%
+lookup      24.0%    24.1%    62094    62094      0      0.16     0.06      0.00  1.8%
+readlink     1.0%     1.0%     2638     2638      0      0.16     0.05      0.01  0.1%
+read        18.0%    18.1%    46619    57562      0      0.61     5.43      0.02  5.1%
+write       10.0%    10.1%    25954    31328      0      1.16    14.92      0.05  5.5%
+create       1.0%     1.0%     2529     2529      0     24.81   130.18      0.44 11.4%
+remove       1.0%     0.6%     1443     1443      0     14.50    67.34      0.42  3.8%
+readdir      1.0%     1.0%     2521     2521      0      0.49     1.75      0.05  0.2%
+fsstat       1.0%     1.0%     2501     2501      0      0.15     0.05      0.01  0.1%
+access      11.0%    11.1%    28501    28501      0      0.15     0.05      0.00  0.8%
+commit       0.0%     0.0%        0    15422      0      0.00     0.00      0.00 42.4%
+readdirplus  2.0%     2.0%     5127     5127      0      1.01     8.67      0.08  0.9%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  857.41 Ops/Sec   AVG. RESPONSE TIME:    2.13 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 840 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  257225         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 288964   
+PHYSICAL NFS V3 THROUGHPUT:  963.21 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3509771.0 KB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:33:18 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 840
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:33:18 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:33:18 2010 Completed.
+Wed Mar 24 17:33:18 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:33:19 2010 Received.
+Wed Mar 24 17:33:19 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:33:19 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 880  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:33:21 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:33:21 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 17:33:32 2010 Completed.
+Wed Mar 24 17:33:32 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:33:32 2010 Completed.
+Wed Mar 24 17:33:32 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:33:37 2010 Received.
+
+Wed Mar 24 17:33:37 2010 Initializing test directories.
+Wed Mar 24 17:33:37 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:33:37 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:33:37 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:33:37 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:33:42 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:33:42 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:33:44 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:33:44 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:33:47 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:33:47 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:33:49 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 17:33:49 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:33:49 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:33:50 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:33:50 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:33:58 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 17:33:58 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:33:58 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:34:00 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 17:34:00 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:34:00 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:34:00 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 17:34:00 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:34:00 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:34:01 2010 Completed.
+Wed Mar 24 17:34:01 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:34:01 2010 Completed.
+Wed Mar 24 17:34:01 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:34:02 2010 Received.
+Wed Mar 24 17:34:02 2010 Performing 300 seconds pretest warmup.
+Child 2 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 2 - 250 aborted ops
+Wed Mar 24 17:39:02 2010 Completed.
+Wed Mar 24 17:39:02 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:39:02 2010 Completed.
+Wed Mar 24 17:39:02 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:39:03 2010 Received.
+Wed Mar 24 17:39:03 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 300 aborted ops
+Child 0 - 200 aborted ops
+Child 2 - 350 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 400 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 200 aborted ops
+Child 2 - 450 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 300 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 500 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:44:13 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    70904    70904      0      0.16     0.06      0.00  1.6%
+setattr      4.0%     4.0%    10915    10915      0     18.01    78.45      0.17 28.6%
+lookup      24.0%    24.0%    64900    64900      0      0.16     0.06      0.00  1.5%
+readlink     1.0%     1.0%     2763     2763      0      0.16     0.06      0.01  0.1%
+read        18.0%    17.9%    48531    60100      0      0.63     5.75      0.02  4.5%
+write       10.0%    10.0%    27187    33036      0      1.17    13.93      0.04  4.6%
+create       1.0%     1.0%     2772     2772      0     24.81    99.10      0.37 10.0%
+remove       1.0%     0.6%     1650     1650      0     17.82    71.81      0.41  4.3%
+readdir      1.0%     1.0%     2748     2748      0      0.54     3.86      0.07  0.2%
+fsstat       1.0%     1.0%     2785     2785      0      0.15     0.06      0.01  0.1%
+access      11.0%    11.2%    30206    30206      0      0.16     0.06      0.00  0.7%
+commit       0.0%     0.0%        0    16108      0      0.00     0.00      0.00 43.2%
+readdirplus  2.0%     2.0%     5439     5439      0      0.95     4.82      0.06  0.8%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  905.68 Ops/Sec   AVG. RESPONSE TIME:    2.54 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 880 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  270800         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 304326   
+PHYSICAL NFS V3 THROUGHPUT: 1017.81 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3516473.0 KB  (100.00% to 110.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:44:13 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 880
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:44:13 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:44:13 2010 Completed.
+Wed Mar 24 17:44:13 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:44:14 2010 Received.
+Wed Mar 24 17:44:14 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:44:14 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 920  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:44:16 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:44:16 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 17:44:27 2010 Completed.
+Wed Mar 24 17:44:27 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:44:27 2010 Completed.
+Wed Mar 24 17:44:27 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:44:32 2010 Received.
+
+Wed Mar 24 17:44:32 2010 Initializing test directories.
+Wed Mar 24 17:44:32 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:44:32 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:44:32 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:44:32 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:44:32 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:44:32 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:44:36 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:44:36 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:44:36 2010 Child 3 verified 5102 files, created 43
+Wed Mar 24 17:44:36 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:44:36 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:44:40 2010 Child 0 verified 5102 files, created 47
+Wed Mar 24 17:44:40 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:44:40 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:44:43 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:44:43 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:44:46 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:44:46 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:44:50 2010 Child 1 verified 5102 files, created 43
+Wed Mar 24 17:44:50 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:44:50 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:44:55 2010 Child 2 verified 5102 files, created 47
+Wed Mar 24 17:44:55 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:44:55 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:44:56 2010 Completed.
+Wed Mar 24 17:44:56 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:44:56 2010 Completed.
+Wed Mar 24 17:44:56 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:44:57 2010 Received.
+Wed Mar 24 17:44:57 2010 Performing 300 seconds pretest warmup.
+Child 3 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 100 aborted ops
+Wed Mar 24 17:49:57 2010 Completed.
+Wed Mar 24 17:49:57 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:49:57 2010 Completed.
+Wed Mar 24 17:49:57 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:49:58 2010 Received.
+Wed Mar 24 17:49:58 2010 Starting 300 seconds test run.
+Child 0 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 2 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 3 - 250 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 300 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 3 - 350 aborted ops
+Child 2 - 200 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 250 aborted ops
+Child 3 - 400 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 450 aborted ops
+Child 2 - 300 aborted ops
+Child 1 - 250 aborted ops
+Child 0 - 400 aborted ops
+Child 3 - 500 aborted ops
+Child 0 - 450 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 300 aborted ops
+Child 3 - 550 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 17:55:08 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    73244    73244      0      0.16     0.07      0.00  1.4%
+setattr      4.0%     4.0%    11247    11247      0     20.29    74.59      0.16 28.5%
+lookup      24.0%    24.2%    67848    67848      0      0.16     0.06      0.00  1.4%
+readlink     1.0%     1.0%     2788     2788      0      0.16     0.07      0.01  0.1%
+read        18.0%    18.1%    50682    62156      0      0.64     6.80      0.02  4.0%
+write       10.0%     9.9%    27884    34009      0      1.15    13.93      0.04  4.0%
+create       1.0%     1.0%     2754     2754      0     27.58    94.49      0.36  9.5%
+remove       1.0%     0.6%     1556     1556      0     18.43    60.03      0.38  3.6%
+readdir      1.0%     1.0%     2756     2756      0      0.46     0.17      0.02  0.2%
+fsstat       1.0%     1.0%     2904     2904      0      0.16     0.07      0.01  0.1%
+access      11.0%    11.1%    31133    31133      0      0.16     0.07      0.00  0.6%
+commit       0.0%     0.0%        0    16576      0      0.00     0.00      0.00 45.9%
+readdirplus  2.0%     2.0%     5713     5713      0      0.97     5.49      0.06  0.7%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  938.15 Ops/Sec   AVG. RESPONSE TIME:    2.84 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 920 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  280509         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 314684   
+PHYSICAL NFS V3 THROUGHPUT: 1052.45 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3508848.0 KB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:55:08 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 920
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 17:55:08 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:55:08 2010 Completed.
+Wed Mar 24 17:55:08 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 17:55:09 2010 Received.
+Wed Mar 24 17:55:09 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 17:55:09 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 960  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 17:55:11 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 17:55:11 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 17:55:27 2010 Completed.
+Wed Mar 24 17:55:27 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:55:27 2010 Completed.
+Wed Mar 24 17:55:27 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:55:27 2010 Received.
+
+Wed Mar 24 17:55:27 2010 Initializing test directories.
+Wed Mar 24 17:55:27 2010 Child 3 will create 167 directories.
+Wed Mar 24 17:55:27 2010 Child 2 will create 167 directories.
+Wed Mar 24 17:55:27 2010 Child 0 will create 167 directories.
+Wed Mar 24 17:55:27 2010 Child 1 will create 167 directories.
+Wed Mar 24 17:55:28 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 17:55:28 2010 Child 2 will create 5102 files.
+Wed Mar 24 17:55:31 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 17:55:31 2010 Child 3 will create 5102 files.
+Wed Mar 24 17:55:33 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 17:55:33 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 17:55:33 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 17:55:33 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 17:55:33 2010 Child 1 will create 5102 files.
+Wed Mar 24 17:55:38 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 17:55:38 2010 Child 0 will create 5102 files.
+Wed Mar 24 17:55:40 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 17:55:40 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 17:55:41 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 17:55:44 2010 Child 1 verified 5102 files, created 49
+Wed Mar 24 17:55:44 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 17:55:44 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 17:55:48 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 17:55:48 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 17:55:49 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 17:55:49 2010 Completed.
+Wed Mar 24 17:55:49 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:55:49 2010 Completed.
+Wed Mar 24 17:55:49 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 17:55:50 2010 Received.
+Wed Mar 24 17:55:50 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 18:00:50 2010 Completed.
+Wed Mar 24 18:00:50 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:00:50 2010 Completed.
+Wed Mar 24 18:00:50 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:00:51 2010 Received.
+Wed Mar 24 18:00:51 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 200 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 250 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 2 - 300 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 250 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 300 aborted ops
+Child 0 - 250 aborted ops
+Child 2 - 400 aborted ops
+Child 3 - 300 aborted ops
+Child 2 - 450 aborted ops
+Child 1 - 350 aborted ops
+Child 3 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 18:06:01 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    75365    75365      0      0.17     0.09      0.00  1.1%
+setattr      4.0%     3.9%    11375    11375      0     30.31    77.50      0.16 29.7%
+lookup      24.0%    24.1%    69588    69588      0      0.18     0.09      0.00  1.1%
+readlink     1.0%     1.0%     2905     2905      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.0%    52104    64424      0      0.82    10.26      0.03  3.7%
+write       10.0%    10.1%    29159    35225      0      1.78    22.16      0.05  4.5%
+create       1.0%     1.0%     2926     2926      0     42.70   102.44      0.37 10.8%
+remove       1.0%     0.5%     1481     1481      0     30.68    80.90      0.46  3.9%
+readdir      1.0%     1.0%     2897     2897      0      0.50     0.51      0.03  0.1%
+fsstat       1.0%     1.1%     3036     3036      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    32044    32044      0      0.17     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    17389      0      0.00     0.00      0.00 44.0%
+readdirplus  2.0%     2.0%     5793     5793      0      0.99     5.54      0.06  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  965.46 Ops/Sec   AVG. RESPONSE TIME:    4.01 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 960 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  288673         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 324448   
+PHYSICAL NFS V3 THROUGHPUT: 1085.11 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:06:01 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 960
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 18:06:01 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:06:01 2010 Completed.
+Wed Mar 24 18:06:01 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 18:06:02 2010 Received.
+Wed Mar 24 18:06:02 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 18:06:02 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1000  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 18:06:04 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 18:06:04 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 18:06:20 2010 Completed.
+Wed Mar 24 18:06:20 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:06:20 2010 Completed.
+Wed Mar 24 18:06:20 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:06:20 2010 Received.
+
+Wed Mar 24 18:06:20 2010 Initializing test directories.
+Wed Mar 24 18:06:20 2010 Child 3 will create 167 directories.
+Wed Mar 24 18:06:20 2010 Child 2 will create 167 directories.
+Wed Mar 24 18:06:20 2010 Child 1 will create 167 directories.
+Wed Mar 24 18:06:20 2010 Child 0 will create 167 directories.
+Wed Mar 24 18:06:25 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 18:06:25 2010 Child 0 will create 5102 files.
+Wed Mar 24 18:06:28 2010 Child 0 verified 5102 files, created 50
+Wed Mar 24 18:06:28 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 18:06:28 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 18:06:30 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 18:06:30 2010 Child 1 will create 5102 files.
+Wed Mar 24 18:06:33 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 18:06:33 2010 Child 2 will create 5102 files.
+Wed Mar 24 18:06:35 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 18:06:35 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 18:06:35 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 18:06:36 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 18:06:36 2010 Child 3 will create 5102 files.
+Wed Mar 24 18:06:44 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 18:06:44 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 18:06:44 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 18:06:47 2010 Child 3 verified 5102 files, created 47
+Wed Mar 24 18:06:47 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 18:06:47 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 18:06:47 2010 Completed.
+Wed Mar 24 18:06:47 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:06:47 2010 Completed.
+Wed Mar 24 18:06:47 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:06:48 2010 Received.
+Wed Mar 24 18:06:48 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 18:11:48 2010 Completed.
+Wed Mar 24 18:11:48 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:11:48 2010 Completed.
+Wed Mar 24 18:11:48 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:11:49 2010 Received.
+Wed Mar 24 18:11:49 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 250 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 300 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 1 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 350 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 350 aborted ops
+Child 2 - 350 aborted ops
+Child 0 - 400 aborted ops
+Child 2 - 400 aborted ops
+Child 3 - 400 aborted ops
+Child 1 - 400 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 18:16:59 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    74091    74091      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11464    11464      0     32.61    82.02      0.17 31.1%
+lookup      24.0%    24.1%    68623    68623      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2867     2867      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    51462    63268      0      0.82     9.48      0.03  3.5%
+write       10.0%    10.1%    28826    34782      0      1.56    17.23      0.05  3.7%
+create       1.0%     1.0%     2787     2787      0     43.06    96.97      0.37 10.0%
+remove       1.0%     0.5%     1325     1325      0     33.92    92.00      0.52  3.7%
+readdir      1.0%     1.0%     2922     2922      0      0.56     3.63      0.07  0.1%
+fsstat       1.0%     1.0%     2797     2797      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    31449    31449      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    17232      0      0.00     0.00      0.00 44.6%
+readdirplus  2.0%     2.0%     5770     5770      0      0.99     5.71      0.06  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  951.11 Ops/Sec   AVG. RESPONSE TIME:    4.22 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1000 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  284383         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 319377   
+PHYSICAL NFS V3 THROUGHPUT: 1068.15 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3507998.0 KB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:16:59 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1000
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 18:16:59 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:16:59 2010 Completed.
+Wed Mar 24 18:16:59 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 18:17:00 2010 Received.
+Wed Mar 24 18:17:00 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 18:17:00 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1040  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 18:17:02 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 18:17:02 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 18:17:13 2010 Completed.
+Wed Mar 24 18:17:13 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:17:13 2010 Completed.
+Wed Mar 24 18:17:13 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:17:18 2010 Received.
+
+Wed Mar 24 18:17:18 2010 Initializing test directories.
+Wed Mar 24 18:17:18 2010 Child 3 will create 167 directories.
+Wed Mar 24 18:17:18 2010 Child 0 will create 167 directories.
+Wed Mar 24 18:17:18 2010 Child 1 will create 167 directories.
+Wed Mar 24 18:17:18 2010 Child 2 will create 167 directories.
+Wed Mar 24 18:17:21 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 18:17:21 2010 Child 3 will create 5102 files.
+Wed Mar 24 18:17:25 2010 Child 3 verified 5102 files, created 50
+Wed Mar 24 18:17:25 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 18:17:25 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 18:17:31 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 18:17:31 2010 Child 0 will create 5102 files.
+Wed Mar 24 18:17:32 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 18:17:32 2010 Child 1 will create 5102 files.
+Wed Mar 24 18:17:35 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 18:17:35 2010 Child 2 will create 5102 files.
+Wed Mar 24 18:17:40 2010 Child 0 verified 5102 files, created 50
+Wed Mar 24 18:17:40 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 18:17:40 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 18:17:43 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 18:17:43 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 18:17:43 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 18:17:46 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 18:17:46 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 18:17:46 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 18:17:46 2010 Completed.
+Wed Mar 24 18:17:46 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:17:46 2010 Completed.
+Wed Mar 24 18:17:46 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:17:47 2010 Received.
+Wed Mar 24 18:17:47 2010 Performing 300 seconds pretest warmup.
+Child 3 - 50 aborted ops
+Child 3 - 100 aborted ops
+Wed Mar 24 18:22:47 2010 Completed.
+Wed Mar 24 18:22:47 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:22:47 2010 Completed.
+Wed Mar 24 18:22:47 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:22:48 2010 Received.
+Wed Mar 24 18:22:48 2010 Starting 300 seconds test run.
+Child 3 - 150 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 350 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 400 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 450 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 500 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 250 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 18:27:58 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    74466    74466      0      0.17     0.09      0.00  1.1%
+setattr      4.0%     4.1%    11616    11616      0     32.56    85.25      0.17 31.3%
+lookup      24.0%    24.1%    68508    68508      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2820     2820      0      0.18     0.10      0.01  0.0%
+read        18.0%    18.1%    51508    63212      0      0.82     9.53      0.03  3.5%
+write       10.0%    10.1%    28636    34467      0      1.49    17.92      0.05  3.5%
+create       1.0%     1.0%     2911     2911      0     45.05   115.94      0.39 10.9%
+remove       1.0%     0.6%     1581     1581      0     28.94    51.10      0.35  3.8%
+readdir      1.0%     1.0%     2837     2837      0      0.49     0.24      0.02  0.1%
+fsstat       1.0%     1.0%     2912     2912      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    31365    31365      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    17114      0      0.00     0.00      0.00 43.7%
+readdirplus  2.0%     2.0%     5582     5582      0      1.13    10.26      0.08  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  949.14 Ops/Sec   AVG. RESPONSE TIME:    4.24 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1040 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  284742         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 319391   
+PHYSICAL NFS V3 THROUGHPUT: 1064.63 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:27:58 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1040
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 18:27:58 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:27:58 2010 Completed.
+Wed Mar 24 18:27:58 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 18:27:59 2010 Received.
+Wed Mar 24 18:27:59 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 18:27:59 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1080  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 18:28:01 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 18:28:01 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 18:28:17 2010 Completed.
+Wed Mar 24 18:28:17 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:28:17 2010 Completed.
+Wed Mar 24 18:28:17 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:28:17 2010 Received.
+
+Wed Mar 24 18:28:17 2010 Initializing test directories.
+Wed Mar 24 18:28:17 2010 Child 1 will create 167 directories.
+Wed Mar 24 18:28:17 2010 Child 3 will create 167 directories.
+Wed Mar 24 18:28:17 2010 Child 0 will create 167 directories.
+Wed Mar 24 18:28:17 2010 Child 2 will create 167 directories.
+Wed Mar 24 18:28:18 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 18:28:18 2010 Child 1 will create 5102 files.
+Wed Mar 24 18:28:21 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 18:28:21 2010 Child 2 will create 5102 files.
+Wed Mar 24 18:28:24 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 18:28:24 2010 Child 3 will create 5102 files.
+Wed Mar 24 18:28:26 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 18:28:26 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 18:28:26 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 18:28:31 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 18:28:31 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 18:28:31 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 18:28:33 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 18:28:33 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 18:28:33 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 18:28:33 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 18:28:33 2010 Child 0 will create 5102 files.
+Wed Mar 24 18:28:42 2010 Child 0 verified 5102 files, created 48
+Wed Mar 24 18:28:42 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 18:28:42 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 18:28:42 2010 Completed.
+Wed Mar 24 18:28:42 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:28:42 2010 Completed.
+Wed Mar 24 18:28:42 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:28:42 2010 Received.
+Wed Mar 24 18:28:42 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 18:33:42 2010 Completed.
+Wed Mar 24 18:33:42 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:33:42 2010 Completed.
+Wed Mar 24 18:33:42 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:33:43 2010 Received.
+Wed Mar 24 18:33:43 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 300 aborted ops
+Child 0 - 300 aborted ops
+Child 3 - 350 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 350 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 350 aborted ops
+Child 0 - 400 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 18:38:53 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    73731    73731      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     4.1%    11461    11461      0     32.35    82.85      0.17 30.7%
+lookup      24.0%    24.1%    67877    67877      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2803     2803      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    51052    62832      0      0.73     8.50      0.03  3.1%
+write       10.0%    10.1%    28345    34506      0      1.66    19.10      0.05  3.9%
+create       1.0%     1.0%     2791     2791      0     46.25   112.80      0.39 10.7%
+remove       1.0%     0.5%     1365     1365      0     32.61    69.85      0.44  3.7%
+readdir      1.0%     1.0%     2820     2820      0      0.90    13.09      0.13  0.2%
+fsstat       1.0%     1.0%     2855     2855      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    31054    31054      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    16907      0      0.00     0.00      0.00 44.6%
+readdirplus  2.0%     2.0%     5619     5619      0      0.93     1.24      0.03  0.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  942.38 Ops/Sec   AVG. RESPONSE TIME:    4.27 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1080 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  281773         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 316621   
+PHYSICAL NFS V3 THROUGHPUT: 1058.93 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:38:53 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1080
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 18:38:53 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:38:53 2010 Completed.
+Wed Mar 24 18:38:53 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 18:38:54 2010 Received.
+Wed Mar 24 18:38:54 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 18:38:54 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1120  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 18:38:56 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 18:38:56 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 18:39:07 2010 Completed.
+Wed Mar 24 18:39:07 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:39:07 2010 Completed.
+Wed Mar 24 18:39:07 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:39:12 2010 Received.
+
+Wed Mar 24 18:39:12 2010 Initializing test directories.
+Wed Mar 24 18:39:12 2010 Child 2 will create 167 directories.
+Wed Mar 24 18:39:12 2010 Child 1 will create 167 directories.
+Wed Mar 24 18:39:12 2010 Child 3 will create 167 directories.
+Wed Mar 24 18:39:12 2010 Child 0 will create 167 directories.
+Wed Mar 24 18:39:15 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 18:39:15 2010 Child 0 will create 5102 files.
+Wed Mar 24 18:39:17 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 18:39:17 2010 Child 1 will create 5102 files.
+Wed Mar 24 18:39:20 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 18:39:20 2010 Child 2 will create 5102 files.
+Wed Mar 24 18:39:21 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 18:39:21 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 18:39:22 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 18:39:23 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 18:39:23 2010 Child 3 will create 5102 files.
+Wed Mar 24 18:39:30 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 18:39:30 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 18:39:30 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 18:39:34 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 18:39:34 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 18:39:34 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 18:39:35 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 18:39:35 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 18:39:35 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 18:39:36 2010 Completed.
+Wed Mar 24 18:39:36 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:39:36 2010 Completed.
+Wed Mar 24 18:39:36 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:39:37 2010 Received.
+Wed Mar 24 18:39:37 2010 Performing 300 seconds pretest warmup.
+Child 0 - 50 aborted ops
+Wed Mar 24 18:44:37 2010 Completed.
+Wed Mar 24 18:44:37 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:44:37 2010 Completed.
+Wed Mar 24 18:44:37 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:44:38 2010 Received.
+Wed Mar 24 18:44:38 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 250 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 200 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 350 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 400 aborted ops
+Child 1 - 300 aborted ops
+Child 3 - 400 aborted ops
+Child 2 - 300 aborted ops
+Child 0 - 450 aborted ops
+Child 1 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 18:49:48 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    76310    76310      0      0.18     0.19      0.00  1.1%
+setattr      4.0%     4.0%    11686    11686      0     31.45    74.94      0.16 30.4%
+lookup      24.0%    24.0%    69912    69912      0      0.18     0.09      0.00  1.1%
+readlink     1.0%     1.0%     2829     2829      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.2%    52772    64728      0      0.76     7.66      0.02  3.3%
+write       10.0%    10.0%    29160    35198      0      1.80    20.44      0.05  4.3%
+create       1.0%     1.0%     2929     2929      0     42.04    92.55      0.35 10.2%
+remove       1.0%     0.5%     1486     1486      0     31.24    71.75      0.43  3.8%
+readdir      1.0%     1.0%     2959     2959      0      0.73     9.05      0.11  0.2%
+fsstat       1.0%     1.0%     2889     2889      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    31985    31985      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    17476      0      0.00     0.00      0.00 44.4%
+readdirplus  2.0%     2.0%     5803     5803      0      1.17    11.58      0.09  0.6%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  972.30 Ops/Sec   AVG. RESPONSE TIME:    4.15 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1120 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  290720         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 326190   
+PHYSICAL NFS V3 THROUGHPUT: 1090.93 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:49:48 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1120
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 18:49:48 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:49:48 2010 Completed.
+Wed Mar 24 18:49:48 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 18:49:49 2010 Received.
+Wed Mar 24 18:49:49 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 18:49:49 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1160  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 18:49:51 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 18:49:51 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Wed Mar 24 18:50:07 2010 Completed.
+Wed Mar 24 18:50:07 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:50:07 2010 Completed.
+Wed Mar 24 18:50:07 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:50:07 2010 Received.
+
+Wed Mar 24 18:50:07 2010 Initializing test directories.
+Wed Mar 24 18:50:07 2010 Child 3 will create 167 directories.
+Wed Mar 24 18:50:07 2010 Child 0 will create 167 directories.
+Wed Mar 24 18:50:07 2010 Child 1 will create 167 directories.
+Wed Mar 24 18:50:07 2010 Child 2 will create 167 directories.
+Wed Mar 24 18:50:10 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 18:50:10 2010 Child 2 will create 5102 files.
+Wed Mar 24 18:50:10 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 18:50:10 2010 Child 0 will create 5102 files.
+Wed Mar 24 18:50:13 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 18:50:13 2010 Child 3 will create 5102 files.
+Wed Mar 24 18:50:18 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 18:50:18 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 18:50:18 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 18:50:20 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 18:50:20 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 18:50:20 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 18:50:21 2010 Child 3 verified 5102 files, created 50
+Wed Mar 24 18:50:21 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 18:50:21 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 18:50:24 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 18:50:24 2010 Child 1 will create 5102 files.
+Wed Mar 24 18:50:32 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 18:50:32 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 18:50:32 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 18:50:32 2010 Completed.
+Wed Mar 24 18:50:32 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:50:32 2010 Completed.
+Wed Mar 24 18:50:32 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:50:33 2010 Received.
+Wed Mar 24 18:50:33 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 18:55:33 2010 Completed.
+Wed Mar 24 18:55:33 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:55:33 2010 Completed.
+Wed Mar 24 18:55:33 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 18:55:34 2010 Received.
+Wed Mar 24 18:55:34 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 200 aborted ops
+Child 0 - 300 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 0 - 350 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 400 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:00:44 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    74671    74671      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11403    11403      0     31.95    76.07      0.16 30.2%
+lookup      24.0%    24.1%    68842    68842      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2895     2895      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    51512    63175      0      0.74     8.05      0.02  3.2%
+write       10.0%    10.0%    28477    34415      0      1.92    22.47      0.06  4.5%
+create       1.0%     1.0%     2908     2908      0     46.08   115.21      0.39 11.1%
+remove       1.0%     0.5%     1515     1515      0     31.45    77.69      0.44  3.9%
+readdir      1.0%     1.0%     2875     2875      0      0.50     0.41      0.02  0.1%
+fsstat       1.0%     1.0%     2895     2895      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    31519    31519      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    16959      0      0.00     0.00      0.00 43.8%
+readdirplus  2.0%     2.0%     5708     5708      0      1.03     4.79      0.06  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  953.91 Ops/Sec   AVG. RESPONSE TIME:    4.23 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1160 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  285220         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 319780   
+PHYSICAL NFS V3 THROUGHPUT: 1069.49 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:00:44 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1160
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:00:44 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:00:44 2010 Completed.
+Wed Mar 24 19:00:44 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:00:45 2010 Received.
+Wed Mar 24 19:00:45 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:00:45 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1200  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:00:47 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:00:47 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 19:01:03 2010 Completed.
+Wed Mar 24 19:01:03 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:01:03 2010 Completed.
+Wed Mar 24 19:01:03 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:01:03 2010 Received.
+
+Wed Mar 24 19:01:03 2010 Initializing test directories.
+Wed Mar 24 19:01:03 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:01:03 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:01:03 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:01:03 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:01:07 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:01:07 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:01:10 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:01:10 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:01:12 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:01:12 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:01:14 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:01:14 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:01:19 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 19:01:19 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:01:19 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:01:22 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 19:01:22 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:01:22 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:01:27 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 19:01:27 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:01:27 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:01:28 2010 Child 0 verified 5102 files, created 49
+Wed Mar 24 19:01:28 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:01:28 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:01:28 2010 Completed.
+Wed Mar 24 19:01:28 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:01:28 2010 Completed.
+Wed Mar 24 19:01:28 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:01:29 2010 Received.
+Wed Mar 24 19:01:29 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 19:06:29 2010 Completed.
+Wed Mar 24 19:06:29 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:06:29 2010 Completed.
+Wed Mar 24 19:06:29 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:06:30 2010 Received.
+Wed Mar 24 19:06:30 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 250 aborted ops
+Child 1 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 200 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 300 aborted ops
+Child 0 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:11:40 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    73999    73999      0      0.17     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11415    11415      0     32.72    85.93      0.17 30.9%
+lookup      24.0%    24.1%    68270    68270      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2864     2864      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.2%    51648    63107      0      0.77     9.26      0.03  3.3%
+write       10.0%    10.0%    28357    34284      0      1.72    18.45      0.05  4.0%
+create       1.0%     1.0%     2911     2911      0     44.26   100.26      0.36 10.7%
+remove       1.0%     0.6%     1581     1581      0     32.55    88.65      0.46  4.3%
+readdir      1.0%     1.0%     2856     2856      0      0.49     0.30      0.02  0.1%
+fsstat       1.0%     1.0%     2811     2811      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    31093    31093      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    16879      0      0.00     0.00      0.00 43.6%
+readdirplus  2.0%     2.0%     5811     5811      0      1.06    11.29      0.09  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  948.54 Ops/Sec   AVG. RESPONSE TIME:    4.26 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1200 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  283616         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 317881   
+PHYSICAL NFS V3 THROUGHPUT: 1063.14 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:11:40 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1200
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:11:40 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:11:40 2010 Completed.
+Wed Mar 24 19:11:40 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:11:41 2010 Received.
+Wed Mar 24 19:11:41 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:11:41 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1240  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:11:43 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:11:43 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 19:11:59 2010 Completed.
+Wed Mar 24 19:11:59 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:11:59 2010 Completed.
+Wed Mar 24 19:11:59 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:11:59 2010 Received.
+
+Wed Mar 24 19:11:59 2010 Initializing test directories.
+Wed Mar 24 19:11:59 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:11:59 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:11:59 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:11:59 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:12:01 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:12:01 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:12:06 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 19:12:06 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:12:06 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:12:07 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:12:07 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:12:09 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:12:09 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:12:12 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:12:12 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:12:16 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 19:12:16 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:12:16 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:12:23 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 19:12:23 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:12:23 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:12:25 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 19:12:25 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:12:25 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:12:26 2010 Completed.
+Wed Mar 24 19:12:26 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:12:26 2010 Completed.
+Wed Mar 24 19:12:26 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:12:27 2010 Received.
+Wed Mar 24 19:12:27 2010 Performing 300 seconds pretest warmup.
+Child 3 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 3 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 3 - 250 aborted ops
+Wed Mar 24 19:17:27 2010 Completed.
+Wed Mar 24 19:17:27 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:17:27 2010 Completed.
+Wed Mar 24 19:17:27 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:17:28 2010 Received.
+Wed Mar 24 19:17:28 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 200 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 350 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 400 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 3 - 450 aborted ops
+Child 1 - 200 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 500 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 550 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:22:38 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    73251    73251      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11121    11121      0     32.08    74.97      0.16 29.7%
+lookup      24.0%    24.1%    67831    67831      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2836     2836      0      0.18     0.08      0.01  0.0%
+read        18.0%    18.1%    51004    62796      0      0.76     8.99      0.03  3.2%
+write       10.0%    10.0%    28191    34114      0      1.80    20.16      0.05  4.2%
+create       1.0%     1.0%     2838     2838      0     46.65   118.28      0.40 11.0%
+remove       1.0%     0.5%     1481     1481      0     35.68    91.53      0.49  4.4%
+readdir      1.0%     1.0%     2881     2881      0      0.82    12.08      0.13  0.2%
+fsstat       1.0%     1.0%     2849     2849      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    31110    31110      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    16829      0      0.00     0.00      0.00 44.2%
+readdirplus  2.0%     2.0%     5649     5649      0      0.93     0.63      0.02  0.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  943.09 Ops/Sec   AVG. RESPONSE TIME:    4.27 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1240 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  281042         TEST TIME: 298 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 315586   
+PHYSICAL NFS V3 THROUGHPUT: 1059.01 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:22:38 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1240
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:22:38 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:22:38 2010 Completed.
+Wed Mar 24 19:22:38 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:22:39 2010 Received.
+Wed Mar 24 19:22:39 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:22:39 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1280  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:22:41 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:22:41 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 19:22:52 2010 Completed.
+Wed Mar 24 19:22:52 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:22:52 2010 Completed.
+Wed Mar 24 19:22:52 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:22:57 2010 Received.
+
+Wed Mar 24 19:22:57 2010 Initializing test directories.
+Wed Mar 24 19:22:57 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:22:57 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:22:57 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:22:57 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:22:57 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:22:57 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:23:05 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 19:23:05 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:23:05 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:23:09 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:23:09 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:23:11 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:23:11 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:23:12 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:23:12 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:23:17 2010 Child 1 verified 5102 files, created 50
+Wed Mar 24 19:23:17 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:23:17 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:23:27 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 19:23:27 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:23:27 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:23:27 2010 Child 2 verified 5102 files, created 49
+Wed Mar 24 19:23:27 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:23:27 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:23:28 2010 Completed.
+Wed Mar 24 19:23:28 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:23:28 2010 Completed.
+Wed Mar 24 19:23:28 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:23:29 2010 Received.
+Wed Mar 24 19:23:29 2010 Performing 300 seconds pretest warmup.
+Child 1 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 1 - 200 aborted ops
+Child 1 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 1 - 350 aborted ops
+Child 2 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 400 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 450 aborted ops
+Child 2 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 2 - 300 aborted ops
+Wed Mar 24 19:28:29 2010 Completed.
+Wed Mar 24 19:28:29 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:28:29 2010 Completed.
+Wed Mar 24 19:28:29 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:28:30 2010 Received.
+Wed Mar 24 19:28:30 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 500 aborted ops
+Child 0 - 50 aborted ops
+Child 1 - 550 aborted ops
+Child 2 - 400 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 600 aborted ops
+Child 2 - 450 aborted ops
+Child 0 - 150 aborted ops
+Child 1 - 650 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 500 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 700 aborted ops
+Child 2 - 550 aborted ops
+Child 0 - 300 aborted ops
+Child 2 - 600 aborted ops
+Child 1 - 750 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 350 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 800 aborted ops
+Child 3 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:33:40 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    71710    71710      0      0.18     0.09      0.00  1.0%
+setattr      4.0%     4.0%    11002    11002      0     33.13    73.70      0.16 30.1%
+lookup      24.0%    24.1%    66380    66380      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2783     2783      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    49892    61082      0      1.05     9.85      0.03  4.3%
+write       10.0%    10.1%    27823    33587      0      1.89    18.46      0.05  4.3%
+create       1.0%     1.0%     2776     2776      0     47.98   109.49      0.39 11.0%
+remove       1.0%     0.5%     1418     1418      0     36.34    82.39      0.47  4.3%
+readdir      1.0%     1.0%     2689     2689      0      0.70     7.67      0.10  0.2%
+fsstat       1.0%     1.0%     2810     2810      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    30310    30310      0      0.18     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    16599      0      0.00     0.00      0.00 42.8%
+readdirplus  2.0%     2.0%     5519     5519      0      0.96     2.99      0.05  0.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  920.10 Ops/Sec   AVG. RESPONSE TIME:    4.39 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1280 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  275112         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 308665   
+PHYSICAL NFS V3 THROUGHPUT: 1032.32 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:33:40 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1280
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:33:40 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:33:40 2010 Completed.
+Wed Mar 24 19:33:40 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:33:41 2010 Received.
+Wed Mar 24 19:33:41 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:33:41 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1320  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:33:43 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:33:43 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 19:33:54 2010 Completed.
+Wed Mar 24 19:33:54 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:33:54 2010 Completed.
+Wed Mar 24 19:33:54 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:33:59 2010 Received.
+
+Wed Mar 24 19:33:59 2010 Initializing test directories.
+Wed Mar 24 19:33:59 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:33:59 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:33:59 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:33:59 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:34:03 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:34:03 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:34:06 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:34:06 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:34:08 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:34:08 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:34:11 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:34:11 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:34:13 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 19:34:13 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:34:13 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:34:19 2010 Child 1 verified 5102 files, created 48
+Wed Mar 24 19:34:19 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:34:20 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:34:25 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 19:34:25 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:34:25 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:34:27 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 19:34:27 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:34:27 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:34:27 2010 Completed.
+Wed Mar 24 19:34:27 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:34:27 2010 Completed.
+Wed Mar 24 19:34:27 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:34:28 2010 Received.
+Wed Mar 24 19:34:28 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 19:39:28 2010 Completed.
+Wed Mar 24 19:39:28 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:39:28 2010 Completed.
+Wed Mar 24 19:39:28 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:39:29 2010 Received.
+Wed Mar 24 19:39:29 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 350 aborted ops
+Child 2 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:44:41 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.2%    73237    73237      0      0.17     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11299    11299      0     33.42    80.58      0.17 31.1%
+lookup      24.0%    23.9%    66860    66860      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2873     2873      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.2%    51012    62366      0      0.76     8.98      0.03  3.2%
+write       10.0%    10.0%    27936    33923      0      1.92    20.56      0.05  4.4%
+create       1.0%     1.0%     2912     2912      0     48.55   106.35      0.37 11.6%
+remove       1.0%     0.5%     1464     1464      0     34.34    68.09      0.42  4.1%
+readdir      1.0%     1.0%     2798     2798      0      0.65     4.77      0.08  0.2%
+fsstat       1.0%     1.0%     2826     2826      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    31076    31076      0      0.18     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    16601      0      0.00     0.00      0.00 42.3%
+readdirplus  2.0%     2.0%     5550     5550      0      0.98     1.99      0.04  0.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  929.71 Ops/Sec   AVG. RESPONSE TIME:    4.33 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1320 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  279843         TEST TIME: 301 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 313785   
+PHYSICAL NFS V3 THROUGHPUT: 1042.47 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:44:41 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1320
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:44:41 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:44:41 2010 Completed.
+Wed Mar 24 19:44:41 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:44:42 2010 Received.
+Wed Mar 24 19:44:42 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:44:42 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1360  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:44:44 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:44:44 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 19:44:55 2010 Completed.
+Wed Mar 24 19:44:55 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:44:55 2010 Completed.
+Wed Mar 24 19:44:55 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:45:00 2010 Received.
+
+Wed Mar 24 19:45:00 2010 Initializing test directories.
+Wed Mar 24 19:45:00 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:45:00 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:45:00 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:45:00 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:45:01 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:45:01 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:45:06 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 19:45:06 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:45:06 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:45:10 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:45:10 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:45:13 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:45:13 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:45:16 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:45:16 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:45:19 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 19:45:19 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:45:19 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:45:28 2010 Child 2 verified 5102 files, created 47
+Wed Mar 24 19:45:28 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:45:28 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:45:30 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 19:45:30 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:45:30 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:45:30 2010 Completed.
+Wed Mar 24 19:45:30 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:45:30 2010 Completed.
+Wed Mar 24 19:45:30 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:45:30 2010 Received.
+Wed Mar 24 19:45:30 2010 Performing 300 seconds pretest warmup.
+Child 0 - 50 aborted ops
+Wed Mar 24 19:50:30 2010 Completed.
+Wed Mar 24 19:50:30 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:50:30 2010 Completed.
+Wed Mar 24 19:50:30 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:50:32 2010 Received.
+Wed Mar 24 19:50:32 2010 Starting 300 seconds test run.
+Child 0 - 100 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 300 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 250 aborted ops
+Child 0 - 350 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 400 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 350 aborted ops
+Child 0 - 450 aborted ops
+Child 2 - 250 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 19:55:41 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.3%    75275    75275      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     3.9%    11311    11311      0     31.77    81.03      0.17 29.8%
+lookup      24.0%    24.1%    69062    69062      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2835     2835      0      0.18     0.10      0.01  0.0%
+read        18.0%    18.1%    51716    64059      0      0.82    10.36      0.03  3.5%
+write       10.0%    10.0%    28699    34558      0      1.69    21.15      0.05  4.0%
+create       1.0%     1.0%     2894     2894      0     46.60   136.13      0.43 11.2%
+remove       1.0%     0.5%     1492     1492      0     30.59    59.05      0.39  3.8%
+readdir      1.0%     1.0%     2840     2840      0      0.52     1.35      0.04  0.1%
+fsstat       1.0%     1.0%     2910     2910      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.0%    31553    31553      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    17116      0      0.00     0.00      0.00 44.3%
+readdirplus  2.0%     2.0%     5825     5825      0      1.14    10.35      0.08  0.6%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  957.89 Ops/Sec   AVG. RESPONSE TIME:    4.20 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1360 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  286412         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 321730   
+PHYSICAL NFS V3 THROUGHPUT: 1076.02 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:55:41 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1360
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 19:55:41 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:55:41 2010 Completed.
+Wed Mar 24 19:55:41 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 19:55:42 2010 Received.
+Wed Mar 24 19:55:42 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 19:55:42 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1400  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 19:55:44 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 19:55:44 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 19:56:00 2010 Completed.
+Wed Mar 24 19:56:00 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:56:00 2010 Completed.
+Wed Mar 24 19:56:00 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:56:00 2010 Received.
+
+Wed Mar 24 19:56:00 2010 Initializing test directories.
+Wed Mar 24 19:56:00 2010 Child 1 will create 167 directories.
+Wed Mar 24 19:56:00 2010 Child 2 will create 167 directories.
+Wed Mar 24 19:56:00 2010 Child 3 will create 167 directories.
+Wed Mar 24 19:56:00 2010 Child 0 will create 167 directories.
+Wed Mar 24 19:56:00 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 19:56:00 2010 Child 2 will create 5102 files.
+Wed Mar 24 19:56:00 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 19:56:00 2010 Child 0 will create 5102 files.
+Wed Mar 24 19:56:03 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 19:56:03 2010 Child 3 will create 5102 files.
+Wed Mar 24 19:56:14 2010 Child 0 verified 5102 files, created 50
+Wed Mar 24 19:56:14 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 19:56:14 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 19:56:14 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 19:56:14 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 19:56:14 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 19:56:14 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 19:56:14 2010 Child 1 will create 5102 files.
+Wed Mar 24 19:56:18 2010 Child 3 verified 5102 files, created 49
+Wed Mar 24 19:56:18 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 19:56:18 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 19:56:25 2010 Child 1 verified 5102 files, created 50
+Wed Mar 24 19:56:25 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 19:56:25 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 19:56:25 2010 Completed.
+Wed Mar 24 19:56:25 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:56:25 2010 Completed.
+Wed Mar 24 19:56:25 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 19:56:26 2010 Received.
+Wed Mar 24 19:56:26 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 20:01:26 2010 Completed.
+Wed Mar 24 20:01:26 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:01:26 2010 Completed.
+Wed Mar 24 20:01:26 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:01:27 2010 Received.
+Wed Mar 24 20:01:27 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 200 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 300 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 300 aborted ops
+Child 2 - 350 aborted ops
+Child 3 - 250 aborted ops
+Child 3 - 300 aborted ops
+Child 2 - 400 aborted ops
+Child 0 - 350 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 20:06:37 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    72959    72959      0      0.18     0.09      0.00  1.1%
+setattr      4.0%     4.0%    11134    11134      0     32.15    75.05      0.16 29.6%
+lookup      24.0%    24.1%    67371    67371      0      0.18     0.14      0.00  1.0%
+readlink     1.0%     1.0%     2761     2761      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.2%    51051    62613      0      0.95    11.50      0.03  4.0%
+write       10.0%    10.0%    27927    33670      0      1.95    21.66      0.05  4.5%
+create       1.0%     1.0%     2875     2875      0     50.07   135.86      0.43 11.9%
+remove       1.0%     0.5%     1446     1446      0     33.07    73.70      0.44  3.9%
+readdir      1.0%     1.0%     2864     2864      0      0.56     1.98      0.05  0.1%
+fsstat       1.0%     1.0%     2863     2863      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    30940    30940      0      0.18     0.09      0.00  0.5%
+commit       0.0%     0.0%        0    16614      0      0.00     0.00      0.00 42.8%
+readdirplus  2.0%     2.0%     5692     5692      0      1.15    10.71      0.08  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  932.94 Ops/Sec   AVG. RESPONSE TIME:    4.32 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1400 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  279883         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 313802   
+PHYSICAL NFS V3 THROUGHPUT: 1046.00 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:06:37 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1400
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 20:06:37 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:06:37 2010 Completed.
+Wed Mar 24 20:06:37 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 20:06:38 2010 Received.
+Wed Mar 24 20:06:38 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 20:06:38 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1440  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 20:06:40 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 20:06:40 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Wed Mar 24 20:06:56 2010 Completed.
+Wed Mar 24 20:06:56 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:06:56 2010 Completed.
+Wed Mar 24 20:06:56 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:06:56 2010 Received.
+
+Wed Mar 24 20:06:56 2010 Initializing test directories.
+Wed Mar 24 20:06:56 2010 Child 1 will create 167 directories.
+Wed Mar 24 20:06:56 2010 Child 3 will create 167 directories.
+Wed Mar 24 20:06:56 2010 Child 0 will create 167 directories.
+Wed Mar 24 20:06:56 2010 Child 2 will create 167 directories.
+Wed Mar 24 20:06:57 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 20:06:57 2010 Child 1 will create 5102 files.
+Wed Mar 24 20:07:00 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 20:07:00 2010 Child 2 will create 5102 files.
+Wed Mar 24 20:07:03 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 20:07:03 2010 Child 3 will create 5102 files.
+Wed Mar 24 20:07:07 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 20:07:07 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 20:07:07 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 20:07:08 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 20:07:08 2010 Child 0 will create 5102 files.
+Wed Mar 24 20:07:13 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 20:07:13 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 20:07:13 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 20:07:16 2010 Child 3 verified 5102 files, created 49
+Wed Mar 24 20:07:16 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 20:07:16 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 20:07:20 2010 Child 0 verified 5102 files, created 47
+Wed Mar 24 20:07:20 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 20:07:20 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 20:07:21 2010 Completed.
+Wed Mar 24 20:07:21 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:07:21 2010 Completed.
+Wed Mar 24 20:07:21 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:07:22 2010 Received.
+Wed Mar 24 20:07:22 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 20:12:22 2010 Completed.
+Wed Mar 24 20:12:22 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:12:22 2010 Completed.
+Wed Mar 24 20:12:22 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:12:23 2010 Received.
+Wed Mar 24 20:12:23 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 200 aborted ops
+Child 0 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 300 aborted ops
+Child 2 - 300 aborted ops
+Child 0 - 300 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 350 aborted ops
+Child 2 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 20:17:33 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.0%    71924    71924      0      0.17     0.09      0.00  1.0%
+setattr      4.0%     4.0%    11178    11178      0     33.91    86.08      0.17 31.4%
+lookup      24.0%    24.0%    66390    66390      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2852     2852      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    50015    61356      0      0.74     7.78      0.02  3.1%
+write       10.0%    10.0%    27706    33478      0      1.93    22.43      0.06  4.4%
+create       1.0%     1.0%     2881     2881      0     47.29   111.16      0.38 11.3%
+remove       1.0%     0.5%     1427     1427      0     35.09    78.26      0.46  4.1%
+readdir      1.0%     1.0%     2782     2782      0      0.57     2.90      0.06  0.1%
+fsstat       1.0%     1.0%     2720     2720      0      0.17     0.08      0.01  0.0%
+access      11.0%    11.1%    30775    30775      0      0.17     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    16540      0      0.00     0.00      0.00 42.6%
+readdirplus  2.0%     2.0%     5513     5513      0      1.02     5.24      0.06  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  923.62 Ops/Sec   AVG. RESPONSE TIME:    4.37 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1440 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  276163         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 309816   
+PHYSICAL NFS V3 THROUGHPUT: 1036.17 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:17:33 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1440
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 20:17:33 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:17:33 2010 Completed.
+Wed Mar 24 20:17:33 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 20:17:34 2010 Received.
+Wed Mar 24 20:17:34 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 20:17:34 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1480  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 20:17:36 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 20:17:36 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 20:17:47 2010 Completed.
+Wed Mar 24 20:17:47 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:17:47 2010 Completed.
+Wed Mar 24 20:17:47 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:17:52 2010 Received.
+
+Wed Mar 24 20:17:52 2010 Initializing test directories.
+Wed Mar 24 20:17:52 2010 Child 1 will create 167 directories.
+Wed Mar 24 20:17:52 2010 Child 0 will create 167 directories.
+Wed Mar 24 20:17:52 2010 Child 2 will create 167 directories.
+Wed Mar 24 20:17:52 2010 Child 3 will create 167 directories.
+Wed Mar 24 20:18:00 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 20:18:00 2010 Child 2 will create 5102 files.
+Wed Mar 24 20:18:03 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 20:18:03 2010 Child 3 will create 5102 files.
+Wed Mar 24 20:18:05 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 20:18:05 2010 Child 1 will create 5102 files.
+Wed Mar 24 20:18:08 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 20:18:08 2010 Child 0 will create 5102 files.
+Wed Mar 24 20:18:08 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 20:18:08 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 20:18:09 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 20:18:17 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 20:18:17 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 20:18:17 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 20:18:20 2010 Child 1 verified 5102 files, created 50
+Wed Mar 24 20:18:20 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 20:18:21 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 20:18:22 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 20:18:22 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 20:18:22 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 20:18:22 2010 Completed.
+Wed Mar 24 20:18:22 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:18:22 2010 Completed.
+Wed Mar 24 20:18:22 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:18:23 2010 Received.
+Wed Mar 24 20:18:23 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 20:23:23 2010 Completed.
+Wed Mar 24 20:23:23 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:23:23 2010 Completed.
+Wed Mar 24 20:23:23 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:23:24 2010 Received.
+Wed Mar 24 20:23:24 2010 Starting 300 seconds test run.
+Child 3 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 3 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 50 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 0 - 100 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 150 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 2 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 300 aborted ops
+Child 2 - 300 aborted ops
+Child 1 - 300 aborted ops
+Child 3 - 350 aborted ops
+Child 2 - 350 aborted ops
+Child 1 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 20:28:34 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    70723    70723      0      0.17     0.09      0.00  1.0%
+setattr      4.0%     4.1%    10963    10963      0     34.37    75.54      0.16 31.2%
+lookup      24.0%    24.1%    65311    65311      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2703     2703      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.2%    49160    60492      0      0.77     8.72      0.03  3.1%
+write       10.0%    10.0%    26936    32616      0      2.02    21.40      0.06  4.5%
+create       1.0%     1.0%     2734     2734      0     52.23   112.91      0.40 11.8%
+remove       1.0%     0.5%     1353     1353      0     37.46    84.56      0.49  4.2%
+readdir      1.0%     1.0%     2663     2663      0      0.75     6.98      0.10  0.2%
+fsstat       1.0%     1.0%     2690     2690      0      0.17     0.08      0.01  0.0%
+access      11.0%    11.1%    29920    29920      0      0.17     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    16092      0      0.00     0.00      0.00 42.0%
+readdirplus  2.0%     2.0%     5434     5434      0      1.20     9.89      0.08  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  904.98 Ops/Sec   AVG. RESPONSE TIME:    4.46 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1480 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  270590         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 303694   
+PHYSICAL NFS V3 THROUGHPUT: 1015.69 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:28:34 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1480
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 20:28:34 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:28:34 2010 Completed.
+Wed Mar 24 20:28:34 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 20:28:35 2010 Received.
+Wed Mar 24 20:28:35 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 20:28:35 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1520  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 20:28:37 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 20:28:37 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 20:28:48 2010 Completed.
+Wed Mar 24 20:28:48 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:28:48 2010 Completed.
+Wed Mar 24 20:28:48 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:28:53 2010 Received.
+
+Wed Mar 24 20:28:53 2010 Initializing test directories.
+Wed Mar 24 20:28:53 2010 Child 0 will create 167 directories.
+Wed Mar 24 20:28:53 2010 Child 1 will create 167 directories.
+Wed Mar 24 20:28:53 2010 Child 2 will create 167 directories.
+Wed Mar 24 20:28:53 2010 Child 3 will create 167 directories.
+Wed Mar 24 20:28:56 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 20:28:56 2010 Child 2 will create 5102 files.
+Wed Mar 24 20:28:59 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 20:28:59 2010 Child 3 will create 5102 files.
+Wed Mar 24 20:29:04 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 20:29:04 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 20:29:04 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 20:29:09 2010 Child 3 verified 5102 files, created 51
+Wed Mar 24 20:29:09 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 20:29:09 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 20:29:10 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 20:29:10 2010 Child 0 will create 5102 files.
+Wed Mar 24 20:29:10 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 20:29:10 2010 Child 1 will create 5102 files.
+Wed Mar 24 20:29:25 2010 Child 0 verified 5102 files, created 50
+Wed Mar 24 20:29:25 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 20:29:25 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 20:29:26 2010 Child 1 verified 5102 files, created 48
+Wed Mar 24 20:29:26 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 20:29:26 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 20:29:26 2010 Completed.
+Wed Mar 24 20:29:26 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:29:26 2010 Completed.
+Wed Mar 24 20:29:26 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:29:27 2010 Received.
+Wed Mar 24 20:29:27 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 20:34:27 2010 Completed.
+Wed Mar 24 20:34:27 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:34:27 2010 Completed.
+Wed Mar 24 20:34:27 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:34:28 2010 Received.
+Wed Mar 24 20:34:28 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 1 - 50 aborted ops
+Child 3 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 0 - 50 aborted ops
+Child 1 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 1 - 200 aborted ops
+Child 3 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 300 aborted ops
+Child 0 - 250 aborted ops
+Child 3 - 300 aborted ops
+Child 1 - 300 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 20:39:38 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.3%    70941    70941      0      0.17     0.09      0.00  1.0%
+setattr      4.0%     4.0%    10779    10779      0     34.20    74.53      0.16 30.5%
+lookup      24.0%    24.0%    64604    64604      0      0.18     0.09      0.00  1.0%
+readlink     1.0%     1.0%     2596     2596      0      0.18     0.09      0.01  0.0%
+read        18.0%    18.1%    48713    59955      0      1.05    10.35      0.03  4.2%
+write       10.0%    10.0%    26826    32509      0      2.06    19.01      0.05  4.6%
+create       1.0%     1.0%     2793     2793      0     51.78   124.97      0.41 11.9%
+remove       1.0%     0.5%     1446     1446      0     34.66    61.37      0.40  4.1%
+readdir      1.0%     1.0%     2685     2685      0      1.12    18.34      0.16  0.2%
+fsstat       1.0%     1.0%     2747     2747      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    29832    29832      0      0.18     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    15922      0      0.00     0.00      0.00 41.4%
+readdirplus  2.0%     2.0%     5511     5511      0      1.18    10.76      0.09  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  901.24 Ops/Sec   AVG. RESPONSE TIME:    4.49 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1520 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  269473         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 302320   
+PHYSICAL NFS V3 THROUGHPUT: 1011.10 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:39:38 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1520
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 20:39:38 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:39:38 2010 Completed.
+Wed Mar 24 20:39:38 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 20:39:39 2010 Received.
+Wed Mar 24 20:39:39 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 20:39:39 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1560  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 20:39:41 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 20:39:41 2010 Mounting 4 remote test directories.
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Child[000]: NFS negotiated block size 32768
+Wed Mar 24 20:39:57 2010 Completed.
+Wed Mar 24 20:39:57 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:39:57 2010 Completed.
+Wed Mar 24 20:39:57 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:39:57 2010 Received.
+
+Wed Mar 24 20:39:57 2010 Initializing test directories.
+Wed Mar 24 20:39:57 2010 Child 0 will create 167 directories.
+Wed Mar 24 20:39:57 2010 Child 2 will create 167 directories.
+Wed Mar 24 20:39:57 2010 Child 1 will create 167 directories.
+Wed Mar 24 20:39:57 2010 Child 3 will create 167 directories.
+Wed Mar 24 20:40:01 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 20:40:01 2010 Child 1 will create 5102 files.
+Wed Mar 24 20:40:03 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 20:40:03 2010 Child 0 will create 5102 files.
+Wed Mar 24 20:40:04 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 20:40:04 2010 Child 2 will create 5102 files.
+Wed Mar 24 20:40:07 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 20:40:07 2010 Child 3 will create 5102 files.
+Wed Mar 24 20:40:16 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 20:40:16 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 20:40:16 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 20:40:19 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 20:40:19 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 20:40:20 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 20:40:21 2010 Child 2 verified 5102 files, created 50
+Wed Mar 24 20:40:21 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 20:40:21 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 20:40:23 2010 Child 3 verified 5102 files, created 50
+Wed Mar 24 20:40:23 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 20:40:23 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 20:40:23 2010 Completed.
+Wed Mar 24 20:40:23 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:40:23 2010 Completed.
+Wed Mar 24 20:40:23 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:40:24 2010 Received.
+Wed Mar 24 20:40:24 2010 Performing 300 seconds pretest warmup.
+Wed Mar 24 20:45:24 2010 Completed.
+Wed Mar 24 20:45:24 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:45:24 2010 Completed.
+Wed Mar 24 20:45:24 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:45:25 2010 Received.
+Wed Mar 24 20:45:25 2010 Starting 300 seconds test run.
+Child 2 - 50 aborted ops
+Child 0 - 50 aborted ops
+Child 2 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 50 aborted ops
+Child 1 - 150 aborted ops
+Child 2 - 200 aborted ops
+Child 3 - 100 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 0 - 300 aborted ops
+Child 1 - 250 aborted ops
+Child 2 - 300 aborted ops
+Child 3 - 150 aborted ops
+Child 0 - 350 aborted ops
+Child 2 - 350 aborted ops
+Child 3 - 200 aborted ops
+Child 1 - 300 aborted ops
+Child 0 - 400 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 20:50:36 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    67574    67574      0      0.17     0.09      0.00  1.0%
+setattr      4.0%     4.1%    10593    10593      0     36.27    83.76      0.17 31.8%
+lookup      24.0%    24.1%    62361    62361      0      0.18     0.09      0.00  0.9%
+readlink     1.0%     1.0%     2671     2671      0      0.18     0.10      0.01  0.0%
+read        18.0%    18.1%    46977    58049      0      0.84     8.92      0.03  3.3%
+write       10.0%    10.1%    26256    31638      0      1.85    18.86      0.05  4.0%
+create       1.0%     1.0%     2593     2593      0     55.67   129.09      0.44 11.9%
+remove       1.0%     0.5%     1362     1362      0     36.81    71.85      0.45  4.1%
+readdir      1.0%     1.0%     2558     2558      0      0.68     8.37      0.11  0.1%
+fsstat       1.0%     1.0%     2603     2603      0      0.17     0.08      0.01  0.0%
+access      11.0%    10.9%    28326    28326      0      0.17     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    15642      0      0.00     0.00      0.00 41.9%
+readdirplus  2.0%     2.0%     5236     5236      0      1.03     4.89      0.06  0.4%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  863.70 Ops/Sec   AVG. RESPONSE TIME:    4.66 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1560 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  259110         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 291206   
+PHYSICAL NFS V3 THROUGHPUT:  970.68 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:50:36 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1560
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 20:50:36 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:50:36 2010 Completed.
+Wed Mar 24 20:50:36 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 20:50:36 2010 Received.
+Wed Mar 24 20:50:36 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 20:50:36 2010 Completed.
+Started on client (c09-44): ../binaries/linux-x86/sfsnfs3 -N 1 -l 1600  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+NFS V3 Protocol Version
+
+************************************************************************
+../binaries/linux-x86/sfsnfs3: NFS User ID only supported on Windows client
+../binaries/linux-x86/sfsnfs3: NFS Group ID only supported on Windows client
+
+c09-44: Good clock resolution [ 1.000000 ] Micro seconds.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+
+SFS NFS V3 Benchmark Client Logfile, Wed Mar 24 20:50:38 2010
+       Client hostname = c09-44
+       Prime Client hostname = c09-44.sysnet.ucsd.edu
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+NFS V3 Protocol
+Wed Mar 24 20:50:38 2010 Mounting 4 remote test directories.
+Child[000]: NFS negotiated block size 32768
+Child[001]: NFS negotiated block size 32768
+Child[002]: NFS negotiated block size 32768
+Child[003]: NFS negotiated block size 32768
+Wed Mar 24 20:50:54 2010 Completed.
+Wed Mar 24 20:50:54 2010 Sending DONE-MOUNT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:50:54 2010 Completed.
+Wed Mar 24 20:50:54 2010 Waiting on DO-INIT message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:50:54 2010 Received.
+
+Wed Mar 24 20:50:54 2010 Initializing test directories.
+Wed Mar 24 20:50:54 2010 Child 1 will create 167 directories.
+Wed Mar 24 20:50:54 2010 Child 2 will create 167 directories.
+Wed Mar 24 20:50:54 2010 Child 3 will create 167 directories.
+Wed Mar 24 20:50:54 2010 Child 0 will create 167 directories.
+Wed Mar 24 20:51:02 2010 Child 1 finished creating 167 directories.
+Wed Mar 24 20:51:02 2010 Child 1 will create 5102 files.
+Wed Mar 24 20:51:05 2010 Child 2 finished creating 167 directories.
+Wed Mar 24 20:51:05 2010 Child 2 will create 5102 files.
+Wed Mar 24 20:51:08 2010 Child 3 finished creating 167 directories.
+Wed Mar 24 20:51:08 2010 Child 3 will create 5102 files.
+Wed Mar 24 20:51:11 2010 Child 0 finished creating 167 directories.
+Wed Mar 24 20:51:11 2010 Child 0 will create 5102 files.
+Wed Mar 24 20:51:11 2010 Child 1 verified 5102 files, created 51
+Wed Mar 24 20:51:11 2010 Child 1 will create 6 symlinks.
+Wed Mar 24 20:51:12 2010 Child 1 finished creating 6 symlinks.
+Wed Mar 24 20:51:20 2010 Child 2 verified 5102 files, created 51
+Wed Mar 24 20:51:20 2010 Child 2 will create 6 symlinks.
+Wed Mar 24 20:51:20 2010 Child 2 finished creating 6 symlinks.
+Wed Mar 24 20:51:24 2010 Child 3 verified 5102 files, created 49
+Wed Mar 24 20:51:24 2010 Child 3 will create 6 symlinks.
+Wed Mar 24 20:51:24 2010 Child 3 finished creating 6 symlinks.
+Wed Mar 24 20:51:26 2010 Child 0 verified 5102 files, created 51
+Wed Mar 24 20:51:26 2010 Child 0 will create 6 symlinks.
+Wed Mar 24 20:51:26 2010 Child 0 finished creating 6 symlinks.
+Wed Mar 24 20:51:26 2010 Completed.
+Wed Mar 24 20:51:26 2010 Sending DONE-INIT message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:51:26 2010 Completed.
+Wed Mar 24 20:51:26 2010 Waiting on DO-WARMUP message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:51:27 2010 Received.
+Wed Mar 24 20:51:27 2010 Performing 300 seconds pretest warmup.
+Child 3 - 50 aborted ops
+Wed Mar 24 20:56:27 2010 Completed.
+Wed Mar 24 20:56:27 2010 Sending READY message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:56:27 2010 Completed.
+Wed Mar 24 20:56:27 2010 Waiting on START message from Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 20:56:28 2010 Received.
+Wed Mar 24 20:56:28 2010 Starting 300 seconds test run.
+Child 0 - 50 aborted ops
+Child 2 - 50 aborted ops
+Child 0 - 100 aborted ops
+Child 1 - 50 aborted ops
+Child 0 - 150 aborted ops
+Child 2 - 100 aborted ops
+Child 3 - 100 aborted ops
+Child 2 - 150 aborted ops
+Child 0 - 200 aborted ops
+Child 3 - 150 aborted ops
+Child 1 - 100 aborted ops
+Child 0 - 250 aborted ops
+Child 1 - 150 aborted ops
+Child 3 - 200 aborted ops
+Child 2 - 200 aborted ops
+Child 0 - 300 aborted ops
+Child 1 - 200 aborted ops
+Child 2 - 250 aborted ops
+Child 1 - 250 aborted ops
+Child 3 - 250 aborted ops
+Child 0 - 350 aborted ops
+SFS Single Client (c09-44) Results, Wed Mar 24 21:01:39 2010
+--------------------------------------------------------------------------------------
+NFS V3     Target   Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op         Logical  Logical Logical Physical  Op     Response Response of Mean,  of  
+Type       Mix      Mix     Success Success   Error  Time     Time     95% Conf  Total
+           Pcnt     Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+--------------------------------------------------------------------------------------
+getattr     26.0%    26.1%    66655    66655      0      0.17     0.09      0.00  1.0%
+setattr      4.0%     4.0%    10191    10191      0     37.58    85.24      0.18 31.6%
+lookup      24.0%    24.3%    62034    62034      0      0.18     0.09      0.00  0.9%
+readlink     1.0%     1.0%     2514     2514      0      0.18     0.09      0.01  0.0%
+read        18.0%    17.9%    45723    56107      0      0.92    10.67      0.03  3.5%
+write       10.0%    10.0%    25525    30895      0      1.95    19.11      0.05  4.1%
+create       1.0%     1.0%     2620     2620      0     54.03   116.47      0.41 11.7%
+remove       1.0%     0.6%     1477     1477      0     38.07    69.66      0.43  4.6%
+readdir      1.0%     1.0%     2627     2627      0      0.77     8.62      0.11  0.2%
+fsstat       1.0%     1.0%     2649     2649      0      0.17     0.09      0.01  0.0%
+access      11.0%    11.1%    28418    28418      0      0.17     0.09      0.00  0.4%
+commit       0.0%     0.0%        0    15219      0      0.00     0.00      0.00 41.4%
+readdirplus  2.0%     2.0%     5156     5156      0      1.22    10.57      0.09  0.5%
+--------------------------------------------------------------------------------------
+
+      --------------------------------------------------
+      |   SPEC SFS 2008 SINGLE CLIENT RESULTS SUMMARY  |
+      --------------------------+-----------------------
+SFS NFS V3 THROUGHPUT:  851.96 Ops/Sec   AVG. RESPONSE TIME:    4.73 Msec/Op
+TCP PROTOCOL
+FAST CALLS: 0
+NFS V3 MIXFILE: [ SFS Default ]
+CLIENT REQUESTED LOAD: 1600 Ops/Sec 
+TOTAL LOGICAL NFS V3 OPERATIONS:  255589         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS V3 OPERATIONS: 286562   
+PHYSICAL NFS V3 THROUGHPUT:  955.20 Ops/Sec
+FILE SET SIZE CREATED: 10622124.0 KB
+FILE SET SIZE ACCESSED: 3188124.0 - 3506936.0 KB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 21:01:39 2010 Completed.
+
+Client Test Parameters: 
+       Number of processes = 4
+       Requested Load (NFS V3 operations/second) = 1600
+       Maximum number of outstanding biod writes = 2
+       Maximum number of outstanding biod reads = 2
+       Warm-up time (seconds) = 300
+       Run time (seconds) = 300
+       File Set = 20004 Files created for I/O operations
+                  6000 Files accessed for I/O operations
+                   404 Files for non-I/O operations
+                    24 Symlinks
+                   664 Directories
+                       Additional non-I/O files created as necessary
+
+
+SPEC SFS 2008 Benchmark, Creation - 1 February 2008
+Wed Mar 24 21:01:39 2010 Sending DONE-TEST message to Prime Client(c09-44.sysnet.ucsd.edu).
+Wed Mar 24 21:01:39 2010 Completed.
+Wed Mar 24 21:01:39 2010 Waiting on MOVE-DATA message from Prime Client(c09-44.sysnet.ucsd.edu).
+
+************************************************************************
+Wed Mar 24 21:01:39 2010 Received.
+Wed Mar 24 21:01:39 2010 Sending results to Prime Client(c09-44.sysnet.ucsd.edu)
+Wed Mar 24 21:01:39 2010 Completed.
diff --git a/results/knfsd-sync/sfslog.native2 b/results/knfsd-sync/sfslog.native2
new file mode 100644 (file)
index 0000000..431b7af
--- /dev/null
@@ -0,0 +1,3534 @@
+Wed Mar 24 13:35:11 PDT 2010 INVALID RUN: Configuration parameter FILE_COUNT
+       valid run requires 0
+       configuration file specified 20000
+Wed Mar 24 13:35:11 PDT 2010 ERROR: Configuration parameters failed validation
+
+Wed Mar 24 13:35:11 PDT 2010 ========================================================================
+SFS Benchmark Prime Client Logfile.
+        Creation Date: Wed Mar 24 13:35:11 PDT 2010
+        Prime Client hostname: c09-44.sysnet.ucsd.edu
+Wed Mar 24 13:35:16 PDT 2010         Number of Clients: 1
+        Client hostname(s): c09-44.sysnet.ucsd.edu 
+
+Wed Mar 24 13:35:16 PDT 2010 SfsManager: Started sfs_syncd on c09-44.sysnet.ucsd.edu
+Wed Mar 24 13:35:26 PDT 2010 
+************************************************************************
+Wed Mar 24 13:35:26 PDT 2010 Test Run 1 of 40
+
+Wed Mar 24 13:35:26 PDT 2010 Wed Mar 24 13:35:26 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 13:35:26 PDT 2010         sfsnfs3 -N 1 -l 40  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 13:35:41 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 13:35:42 2010 Received.
+Wed Mar 24 13:35:42 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 13:35:42 2010 Completed.
+Wed Mar 24 13:35:42 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 13:45:45 2010 Received.
+Wed Mar 24 13:45:45 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 13:45:45 2010 Completed.
+Wed Mar 24 13:45:45 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 13:50:46 2010 Received.
+Wed Mar 24 13:50:46 2010 Sending START message to 1 client(s).
+Wed Mar 24 13:50:46 2010 Completed.
+Wed Mar 24 13:55:46 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 13:55:46 2010 Completed.
+Wed Mar 24 13:55:46 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 13:55:57 2010 Received.
+Wed Mar 24 13:55:57 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 13:55:57 2010 Completed.
+Wed Mar 24 13:55:57 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 13:55:58 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 40
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 13:55:58 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%     3107     3107      0     0.14     0.01      0.00   2.2%
+setattr       4.0%   3.7%      446      446      0     1.93    10.97      0.31   4.3%
+lookup       24.0%  23.7%     2845     2845      0     0.15     0.01      0.00   2.2%
+readlink      1.0%   0.9%      112      112      0     0.14     0.01      0.02   0.1%
+read         18.0%  18.3%     2193     2709      0     4.52    11.95      0.14  49.0%
+write        10.0%   9.8%     1181     1433      0     2.95    13.56      0.21  17.2%
+create        1.0%   1.2%      146      146      0     8.82    46.64      1.11   6.4%
+remove        1.0%   1.1%      136      136      0     6.60    45.24      1.13   4.4%
+readdir       1.0%   1.0%      117      117      0     0.47     0.01      0.02   0.3%
+fsstat        1.0%   1.0%      119      119      0     0.13     0.01      0.02   0.1%
+access       11.0%  11.2%     1348     1348      0     0.14     0.01      0.01   0.9%
+commit        0.0%   0.0%        0      451      0     0.00     0.00      0.00  11.9%
+readdirplus   2.0%   2.1%      252      252      0     0.86     0.03      0.02   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:      40 Ops/Sec   AVG. RESPONSE TIME:     1.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  12002          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 13221    
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3139.3 MB  (100.00% to 100.83% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 13:55:59 PDT 2010 
+************************************************************************
+Wed Mar 24 13:55:59 PDT 2010 
+************************************************************************
+Wed Mar 24 13:55:59 PDT 2010 Test Run 2 of 40
+
+Wed Mar 24 13:55:59 PDT 2010 Wed Mar 24 13:55:59 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 13:55:59 PDT 2010         sfsnfs3 -N 1 -l 80  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 13:56:15 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 13:56:16 2010 Received.
+Wed Mar 24 13:56:16 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 13:56:16 2010 Completed.
+Wed Mar 24 13:56:16 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 13:56:33 2010 Received.
+Wed Mar 24 13:56:33 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 13:56:33 2010 Completed.
+Wed Mar 24 13:56:33 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:01:34 2010 Received.
+Wed Mar 24 14:01:34 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:01:34 2010 Completed.
+Wed Mar 24 14:06:34 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 14:06:34 2010 Completed.
+Wed Mar 24 14:06:34 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 14:06:45 2010 Received.
+Wed Mar 24 14:06:45 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 14:06:45 2010 Completed.
+Wed Mar 24 14:06:45 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 14:06:46 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 80
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:06:46 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%     6239     6239      0     0.14     0.01      0.00   2.0%
+setattr       4.0%   4.1%      995      995      0     5.23    51.14      0.44  12.1%
+lookup       24.0%  24.3%     5841     5841      0     0.15     0.02      0.00   2.0%
+readlink      1.0%   1.0%      244      244      0     0.14     0.01      0.01   0.1%
+read         18.0%  18.0%     4328     5382      0     2.95    13.50      0.11  29.8%
+write        10.0%   9.7%     2331     2763      0     4.09    31.40      0.23  22.2%
+create        1.0%   0.9%      221      221      0    14.56    93.83      1.28   7.5%
+remove        1.0%   0.9%      220      220      0     5.47    52.43      0.96   2.8%
+readdir       1.0%   0.9%      220      220      0     1.35    12.97      0.48   0.7%
+fsstat        1.0%   1.0%      230      230      0     0.13     0.01      0.01   0.1%
+access       11.0%  11.1%     2655     2655      0     0.14     0.01      0.00   0.9%
+commit        0.0%   0.0%        0      980      0     0.00     0.00      0.00  17.0%
+readdirplus   2.0%   2.1%      493      493      0     2.46    23.34      0.43   2.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:      80 Ops/Sec   AVG. RESPONSE TIME:     1.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  24017          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 26483    
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3164.1 MB  (100.00% to 101.63% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:06:47 PDT 2010 
+************************************************************************
+Wed Mar 24 14:06:47 PDT 2010 
+************************************************************************
+Wed Mar 24 14:06:47 PDT 2010 Test Run 3 of 40
+
+Wed Mar 24 14:06:47 PDT 2010 Wed Mar 24 14:06:47 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 14:06:47 PDT 2010         sfsnfs3 -N 1 -l 120  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 14:07:02 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 14:07:03 2010 Received.
+Wed Mar 24 14:07:03 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 14:07:03 2010 Completed.
+Wed Mar 24 14:07:03 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 14:07:15 2010 Received.
+Wed Mar 24 14:07:15 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 14:07:15 2010 Completed.
+Wed Mar 24 14:07:15 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:12:16 2010 Received.
+Wed Mar 24 14:12:16 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:12:16 2010 Completed.
+Wed Mar 24 14:17:16 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 14:17:16 2010 Completed.
+Wed Mar 24 14:17:16 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 14:17:27 2010 Received.
+Wed Mar 24 14:17:27 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 14:17:27 2010 Completed.
+Wed Mar 24 14:17:27 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 14:17:28 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 120
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:17:28 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%     9334     9334      0     0.14     0.02      0.00   2.2%
+setattr       4.0%   4.0%     1436     1436      0     9.10    78.31      0.46  22.4%
+lookup       24.0%  24.3%     8731     8731      0     0.15     0.02      0.00   2.2%
+readlink      1.0%   0.9%      331      331      0     0.15     0.02      0.02   0.1%
+read         18.0%  17.9%     6439     7928      0     2.03     8.08      0.07  22.4%
+write        10.0%   9.9%     3545     4272      0     1.84    15.24      0.13  11.2%
+create        1.0%   1.0%      353      353      0     5.02    39.36      0.65   3.0%
+remove        1.0%   0.9%      336      336      0    11.51    86.16      0.99   6.6%
+readdir       1.0%   1.0%      350      350      0     0.48     0.33      0.06   0.3%
+fsstat        1.0%   1.0%      374      374      0     0.14     0.03      0.02   0.1%
+access       11.0%  11.3%     4055     4055      0     0.14     0.02      0.00   1.0%
+commit        0.0%   0.0%        0     1664      0     0.00     0.00      0.00  25.6%
+readdirplus   2.0%   1.9%      701      701      0     2.35    23.27      0.36   2.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     120 Ops/Sec   AVG. RESPONSE TIME:     1.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  35985          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 39865    
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3199.3 MB  (100.00% to 102.76% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:17:29 PDT 2010 
+************************************************************************
+Wed Mar 24 14:17:29 PDT 2010 
+************************************************************************
+Wed Mar 24 14:17:29 PDT 2010 Test Run 4 of 40
+
+Wed Mar 24 14:17:29 PDT 2010 Wed Mar 24 14:17:29 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 14:17:29 PDT 2010         sfsnfs3 -N 1 -l 160  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 14:17:44 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 14:17:45 2010 Received.
+Wed Mar 24 14:17:45 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 14:17:45 2010 Completed.
+Wed Mar 24 14:17:45 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 14:18:00 2010 Received.
+Wed Mar 24 14:18:00 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 14:18:00 2010 Completed.
+Wed Mar 24 14:18:00 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:23:01 2010 Received.
+Wed Mar 24 14:23:01 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:23:01 2010 Completed.
+Wed Mar 24 14:28:01 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 14:28:01 2010 Completed.
+Wed Mar 24 14:28:01 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 14:28:12 2010 Received.
+Wed Mar 24 14:28:12 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 14:28:12 2010 Completed.
+Wed Mar 24 14:28:12 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 14:28:13 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 160
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:28:13 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    12622    12622      0     0.14     0.02      0.00   2.6%
+setattr       4.0%   3.9%     1881     1881      0     5.23    47.80      0.31  14.4%
+lookup       24.0%  24.3%    11689    11689      0     0.15     0.02      0.00   2.5%
+readlink      1.0%   1.0%      480      480      0     0.15     0.02      0.01   0.1%
+read         18.0%  18.0%     8669    10666      0     1.64     7.57      0.06  20.8%
+write        10.0%  10.0%     4798     5890      0     2.11    20.90      0.13  14.8%
+create        1.0%   0.9%      447      447      0    10.81    84.48      0.85   7.1%
+remove        1.0%   1.0%      502      502      0     5.95    55.79      0.65   4.4%
+readdir       1.0%   1.0%      476      476      0     1.55    18.28      0.38   1.1%
+fsstat        1.0%   1.0%      474      474      0     0.14     0.02      0.01   0.1%
+access       11.0%  10.8%     5206     5206      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     2420      0     0.00     0.00      0.00  28.3%
+readdirplus   2.0%   1.8%      885      885      0     2.10    22.40      0.31   2.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     160 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  48129          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 53638    
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3227.2 MB  (100.00% to 103.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:28:14 PDT 2010 
+************************************************************************
+Wed Mar 24 14:28:14 PDT 2010 
+************************************************************************
+Wed Mar 24 14:28:14 PDT 2010 Test Run 5 of 40
+
+Wed Mar 24 14:28:14 PDT 2010 Wed Mar 24 14:28:14 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 14:28:14 PDT 2010         sfsnfs3 -N 1 -l 200  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 14:28:29 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 14:28:30 2010 Received.
+Wed Mar 24 14:28:30 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 14:28:30 2010 Completed.
+Wed Mar 24 14:28:30 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 14:28:50 2010 Received.
+Wed Mar 24 14:28:50 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 14:28:50 2010 Completed.
+Wed Mar 24 14:28:50 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:33:51 2010 Received.
+Wed Mar 24 14:33:51 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:33:51 2010 Completed.
+Wed Mar 24 14:38:51 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 14:38:51 2010 Completed.
+Wed Mar 24 14:38:51 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 14:39:03 2010 Received.
+Wed Mar 24 14:39:03 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 14:39:03 2010 Completed.
+Wed Mar 24 14:39:03 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 14:39:04 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 200
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:39:04 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    15745    15745      0     0.14     0.02      0.00   2.6%
+setattr       4.0%   4.0%     2412     2412      0     6.65    65.90      0.32  19.2%
+lookup       24.0%  23.7%    14248    14248      0     0.15     0.02      0.00   2.5%
+readlink      1.0%   1.0%      608      608      0     0.14     0.01      0.01   0.1%
+read         18.0%  18.1%    10846    13326      0     1.36     8.48      0.05  17.6%
+write        10.0%  10.0%     6003     7216      0     1.81    19.80      0.11  13.0%
+create        1.0%   1.1%      652      652      0     6.28    69.14      0.64   4.9%
+remove        1.0%   1.0%      620      620      0    11.32    99.24      0.78   8.4%
+readdir       1.0%   1.0%      592      592      0     0.47     0.02      0.01   0.3%
+fsstat        1.0%   1.0%      582      582      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.0%     6589     6589      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     3147      0     0.00     0.00      0.00  28.6%
+readdirplus   2.0%   2.0%     1188     1188      0     1.03     4.14      0.12   1.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     200 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  60085          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 66925    
+PHYSICAL NFS IO THROUGHPUT: 223 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3249.5 MB  (100.00% to 104.37% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:39:05 PDT 2010 
+************************************************************************
+Wed Mar 24 14:39:05 PDT 2010 
+************************************************************************
+Wed Mar 24 14:39:05 PDT 2010 Test Run 6 of 40
+
+Wed Mar 24 14:39:05 PDT 2010 Wed Mar 24 14:39:05 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 14:39:05 PDT 2010         sfsnfs3 -N 1 -l 240  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 14:39:20 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 14:39:21 2010 Received.
+Wed Mar 24 14:39:21 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 14:39:21 2010 Completed.
+Wed Mar 24 14:39:21 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 14:39:40 2010 Received.
+Wed Mar 24 14:39:40 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 14:39:40 2010 Completed.
+Wed Mar 24 14:39:40 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:44:41 2010 Received.
+Wed Mar 24 14:44:41 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:44:41 2010 Completed.
+Wed Mar 24 14:49:41 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 14:49:41 2010 Completed.
+Wed Mar 24 14:49:41 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 14:49:52 2010 Received.
+Wed Mar 24 14:49:52 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 14:49:52 2010 Completed.
+Wed Mar 24 14:49:52 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 14:49:53 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 240
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:49:53 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    18926    18926      0     0.14     0.02      0.00   2.7%
+setattr       4.0%   4.0%     2915     2915      0     6.38    63.79      0.29  19.0%
+lookup       24.0%  24.2%    17476    17476      0     0.15     0.02      0.00   2.6%
+readlink      1.0%   1.0%      696      696      0     0.15     0.04      0.01   0.1%
+read         18.0%  17.8%    12890    15880      0     1.14     8.99      0.05  15.0%
+write        10.0%   9.8%     7087     8569      0     1.77    21.54      0.11  12.9%
+create        1.0%   1.0%      732      732      0    13.44   114.25      0.77  10.1%
+remove        1.0%   1.1%      774      774      0    11.45    94.36      0.68   9.1%
+readdir       1.0%   0.9%      684      684      0     0.68     3.93      0.15   0.5%
+fsstat        1.0%   1.0%      717      717      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.0%     7977     7977      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     3824      0     0.00     0.00      0.00  25.2%
+readdirplus   2.0%   1.9%     1404     1404      0     1.10     8.33      0.15   1.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     241 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  72278          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 80574    
+PHYSICAL NFS IO THROUGHPUT: 268 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3273.8 MB  (100.00% to 105.15% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:49:54 PDT 2010 
+************************************************************************
+Wed Mar 24 14:49:54 PDT 2010 
+************************************************************************
+Wed Mar 24 14:49:54 PDT 2010 Test Run 7 of 40
+
+Wed Mar 24 14:49:54 PDT 2010 Wed Mar 24 14:49:54 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 14:49:54 PDT 2010         sfsnfs3 -N 1 -l 280  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 14:50:09 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 14:50:10 2010 Received.
+Wed Mar 24 14:50:10 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 14:50:10 2010 Completed.
+Wed Mar 24 14:50:10 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 14:50:29 2010 Received.
+Wed Mar 24 14:50:29 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 14:50:29 2010 Completed.
+Wed Mar 24 14:50:29 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 14:55:30 2010 Received.
+Wed Mar 24 14:55:30 2010 Sending START message to 1 client(s).
+Wed Mar 24 14:55:30 2010 Completed.
+Wed Mar 24 15:00:30 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:00:30 2010 Completed.
+Wed Mar 24 15:00:30 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:00:41 2010 Received.
+Wed Mar 24 15:00:41 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:00:41 2010 Completed.
+Wed Mar 24 15:00:41 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:00:42 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 280
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:00:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    21802    21802      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   3.9%     3311     3311      0     6.10    61.20      0.27  19.1%
+lookup       24.0%  24.2%    20259    20259      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   1.0%      861      861      0     0.15     0.02      0.01   0.1%
+read         18.0%  17.9%    15021    18437      0     1.01     8.29      0.05  14.4%
+write        10.0%  10.0%     8410    10233      0     2.01    24.23      0.11  16.0%
+create        1.0%   1.0%      818      818      0    10.58    79.20      0.61   8.2%
+remove        1.0%   1.0%      843      843      0     6.47    59.81      0.52   5.2%
+readdir       1.0%   0.9%      796      796      0     0.49     0.42      0.04   0.4%
+fsstat        1.0%   1.0%      818      818      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.0%     9236     9236      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     4702      0     0.00     0.00      0.00  27.9%
+readdirplus   2.0%   2.0%     1689     1689      0     0.94     2.30      0.07   1.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     280 Ops/Sec   AVG. RESPONSE TIME:     1.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  83864          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 93805    
+PHYSICAL NFS IO THROUGHPUT: 312 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3309.7 MB  (100.00% to 106.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:00:43 PDT 2010 
+************************************************************************
+Wed Mar 24 15:00:43 PDT 2010 
+************************************************************************
+Wed Mar 24 15:00:43 PDT 2010 Test Run 8 of 40
+
+Wed Mar 24 15:00:43 PDT 2010 Wed Mar 24 15:00:43 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:00:43 PDT 2010         sfsnfs3 -N 1 -l 320  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:00:58 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:00:59 2010 Received.
+Wed Mar 24 15:00:59 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:00:59 2010 Completed.
+Wed Mar 24 15:00:59 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:01:23 2010 Received.
+Wed Mar 24 15:01:23 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:01:23 2010 Completed.
+Wed Mar 24 15:01:23 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 15:06:24 2010 Received.
+Wed Mar 24 15:06:24 2010 Sending START message to 1 client(s).
+Wed Mar 24 15:06:24 2010 Completed.
+Wed Mar 24 15:11:24 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:11:24 2010 Completed.
+Wed Mar 24 15:11:24 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:11:35 2010 Received.
+Wed Mar 24 15:11:35 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:11:35 2010 Completed.
+Wed Mar 24 15:11:35 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:11:36 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 320
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:11:36 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%    24771    24771      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   4.0%     3863     3863      0     7.00    70.19      0.26  22.4%
+lookup       24.0%  24.1%    23087    23087      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   1.0%      948      948      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    17286    21190      0     1.08    12.16      0.05  15.5%
+write        10.0%   9.9%     9424    11299      0     1.63    22.05      0.09  12.8%
+create        1.0%   1.0%      966      966      0    11.31    98.41      0.63   9.1%
+remove        1.0%   1.0%      948      948      0     4.67    60.15      0.49   3.7%
+readdir       1.0%   1.0%      943      943      0     0.67     5.93      0.16   0.5%
+fsstat        1.0%   1.0%      954      954      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.1%    10586    10586      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     5298      0     0.00     0.00      0.00  27.5%
+readdirplus   2.0%   2.0%     1898     1898      0     0.86     0.05      0.01   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     319 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  95674          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 106751   
+PHYSICAL NFS IO THROUGHPUT: 355 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3332.1 MB  (100.00% to 107.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:11:37 PDT 2010 
+************************************************************************
+Wed Mar 24 15:11:37 PDT 2010 
+************************************************************************
+Wed Mar 24 15:11:37 PDT 2010 Test Run 9 of 40
+
+Wed Mar 24 15:11:37 PDT 2010 Wed Mar 24 15:11:37 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:11:37 PDT 2010         sfsnfs3 -N 1 -l 360  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:11:52 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:11:53 2010 Received.
+Wed Mar 24 15:11:53 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:11:53 2010 Completed.
+Wed Mar 24 15:11:53 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:12:16 2010 Received.
+Wed Mar 24 15:12:16 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:12:16 2010 Completed.
+Wed Mar 24 15:12:16 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 15:17:17 2010 Received.
+Wed Mar 24 15:17:17 2010 Sending START message to 1 client(s).
+Wed Mar 24 15:17:17 2010 Completed.
+Wed Mar 24 15:22:17 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:22:17 2010 Completed.
+Wed Mar 24 15:22:17 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:22:28 2010 Received.
+Wed Mar 24 15:22:28 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:22:28 2010 Completed.
+Wed Mar 24 15:22:28 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:22:29 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 360
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:22:29 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    27952    27952      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   4.1%     4424     4424      0     7.17    74.14      0.25  23.0%
+lookup       24.0%  23.9%    25683    25683      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   0.9%     1022     1022      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    19526    23854      0     0.86     8.17      0.04  12.2%
+write        10.0%  10.1%    10897    13212      0     1.74    22.71      0.09  13.8%
+create        1.0%   1.0%     1061     1061      0     7.86    91.19      0.57   6.0%
+remove        1.0%   1.0%     1046     1046      0     6.21    60.69      0.47   4.7%
+readdir       1.0%   1.0%     1095     1095      0     1.34    21.37      0.27   1.1%
+fsstat        1.0%   1.0%     1125     1125      0     0.14     0.04      0.01   0.1%
+access       11.0%  10.9%    11706    11706      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     6211      0     0.00     0.00      0.00  30.2%
+readdirplus   2.0%   2.0%     2131     2131      0     1.24    14.48      0.16   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     359 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  107668         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 120522   
+PHYSICAL NFS IO THROUGHPUT: 401 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3360.0 MB  (100.00% to 107.92% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:22:30 PDT 2010 
+************************************************************************
+Wed Mar 24 15:22:30 PDT 2010 
+************************************************************************
+Wed Mar 24 15:22:30 PDT 2010 Test Run 10 of 40
+
+Wed Mar 24 15:22:30 PDT 2010 Wed Mar 24 15:22:30 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:22:30 PDT 2010         sfsnfs3 -N 1 -l 400  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:22:45 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:22:46 2010 Received.
+Wed Mar 24 15:22:46 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:22:46 2010 Completed.
+Wed Mar 24 15:22:46 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:23:08 2010 Received.
+Wed Mar 24 15:23:08 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:23:08 2010 Completed.
+Wed Mar 24 15:23:08 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 15:28:09 2010 Received.
+Wed Mar 24 15:28:09 2010 Sending START message to 1 client(s).
+Wed Mar 24 15:28:09 2010 Completed.
+Wed Mar 24 15:33:09 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:33:09 2010 Completed.
+Wed Mar 24 15:33:09 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:33:20 2010 Received.
+Wed Mar 24 15:33:20 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:33:20 2010 Completed.
+Wed Mar 24 15:33:20 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:33:21 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 400
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:33:21 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    31385    31385      0     0.14     0.03      0.00   1.5%
+setattr       4.0%   4.0%     4855     4855      0    13.29    76.44      0.25  21.6%
+lookup       24.0%  24.0%    28963    28963      0     0.15     0.03      0.00   1.5%
+readlink      1.0%   1.0%     1178     1178      0     0.15     0.03      0.01   0.1%
+read         18.0%  17.9%    21628    26342      0     1.18    11.69      0.05   8.5%
+write        10.0%   9.9%    11920    14336      0     2.02    23.98      0.09   8.1%
+create        1.0%   1.0%     1202     1202      0    20.61   103.21      0.57   8.3%
+remove        1.0%   1.0%     1170     1170      0    16.13    78.09      0.51   6.3%
+readdir       1.0%   0.9%     1139     1139      0     1.02    17.71      0.24   0.4%
+fsstat        1.0%   1.0%     1225     1225      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.2%    13533    13533      0     0.14     0.03      0.00   0.6%
+commit        0.0%   0.0%        0     6839      0     0.00     0.00      0.00  42.0%
+readdirplus   2.0%   2.1%     2510     2510      0     1.28    10.72      0.13   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     404 Ops/Sec   AVG. RESPONSE TIME:     2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  120708         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 134677   
+PHYSICAL NFS IO THROUGHPUT: 450 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3377.4 MB  (100.00% to 108.48% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:33:22 PDT 2010 
+************************************************************************
+Wed Mar 24 15:33:22 PDT 2010 
+************************************************************************
+Wed Mar 24 15:33:22 PDT 2010 Test Run 11 of 40
+
+Wed Mar 24 15:33:22 PDT 2010 Wed Mar 24 15:33:22 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:33:22 PDT 2010         sfsnfs3 -N 1 -l 440  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:33:37 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:33:38 2010 Received.
+Wed Mar 24 15:33:38 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:33:38 2010 Completed.
+Wed Mar 24 15:33:38 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:34:05 2010 Received.
+Wed Mar 24 15:34:05 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:34:05 2010 Completed.
+Wed Mar 24 15:34:05 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 15:39:06 2010 Received.
+Wed Mar 24 15:39:06 2010 Sending START message to 1 client(s).
+Wed Mar 24 15:39:06 2010 Completed.
+Wed Mar 24 15:44:06 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:44:06 2010 Completed.
+Wed Mar 24 15:44:06 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:44:17 2010 Received.
+Wed Mar 24 15:44:17 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:44:17 2010 Completed.
+Wed Mar 24 15:44:17 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:44:18 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 440
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:44:18 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    34710    34710      0     0.14     0.03      0.00   1.4%
+setattr       4.0%   4.0%     5313     5313      0    15.30    76.64      0.24  23.4%
+lookup       24.0%  23.8%    31557    31557      0     0.15     0.04      0.00   1.4%
+readlink      1.0%   0.9%     1227     1227      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    23994    29350      0     1.18    11.88      0.04   8.1%
+write        10.0%  10.0%    13316    16107      0     1.93    22.26      0.08   7.4%
+create        1.0%   1.0%     1306     1306      0    22.81   110.22      0.57   8.6%
+remove        1.0%   1.0%     1325     1325      0    15.09    69.92      0.45   5.8%
+readdir       1.0%   1.0%     1345     1345      0     1.73    25.57      0.27   0.7%
+fsstat        1.0%   1.0%     1290     1290      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.0%    14527    14527      0     0.14     0.03      0.00   0.6%
+commit        0.0%   0.0%        0     7713      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     2686     2686      0     1.48    15.84      0.15   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     443 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  132596         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 148456   
+PHYSICAL NFS IO THROUGHPUT: 496 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3413.7 MB  (100.00% to 109.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:44:19 PDT 2010 
+************************************************************************
+Wed Mar 24 15:44:19 PDT 2010 
+************************************************************************
+Wed Mar 24 15:44:19 PDT 2010 Test Run 12 of 40
+
+Wed Mar 24 15:44:19 PDT 2010 Wed Mar 24 15:44:19 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:44:19 PDT 2010         sfsnfs3 -N 1 -l 480  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:44:34 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:44:35 2010 Received.
+Wed Mar 24 15:44:35 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:44:35 2010 Completed.
+Wed Mar 24 15:44:35 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:44:58 2010 Received.
+Wed Mar 24 15:44:58 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:44:58 2010 Completed.
+Wed Mar 24 15:44:58 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 15:49:59 2010 Received.
+Wed Mar 24 15:49:59 2010 Sending START message to 1 client(s).
+Wed Mar 24 15:49:59 2010 Completed.
+Wed Mar 24 15:54:59 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 15:54:59 2010 Completed.
+Wed Mar 24 15:54:59 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 15:55:10 2010 Received.
+Wed Mar 24 15:55:10 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 15:55:10 2010 Completed.
+Wed Mar 24 15:55:10 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 15:55:11 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 480
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:55:11 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    37757    37757      0     0.14     0.03      0.00   1.4%
+setattr       4.0%   4.0%     5752     5752      0    14.50    74.72      0.22  21.9%
+lookup       24.0%  24.1%    34861    34861      0     0.15     0.03      0.00   1.4%
+readlink      1.0%   1.0%     1412     1412      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.0%    26126    32123      0     1.25    13.76      0.04   8.6%
+write        10.0%  10.1%    14569    17512      0     2.07    24.19      0.08   7.9%
+create        1.0%   0.9%     1376     1376      0    19.46    93.90      0.51   7.0%
+remove        1.0%   1.0%     1418     1418      0    20.26    99.55      0.52   7.6%
+readdir       1.0%   1.0%     1497     1497      0     0.84    11.39      0.17   0.3%
+fsstat        1.0%   1.0%     1481     1481      0     0.14     0.03      0.01   0.1%
+access       11.0%  10.9%    15801    15801      0     0.14     0.04      0.00   0.6%
+commit        0.0%   0.0%        0     8417      0     0.00     0.00      0.00  42.1%
+readdirplus   2.0%   2.0%     2888     2888      0     1.29    13.39      0.13   1.0%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     485 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  144938         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 162295   
+PHYSICAL NFS IO THROUGHPUT: 542 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.6 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:55:12 PDT 2010 
+************************************************************************
+Wed Mar 24 15:55:12 PDT 2010 
+************************************************************************
+Wed Mar 24 15:55:12 PDT 2010 Test Run 13 of 40
+
+Wed Mar 24 15:55:12 PDT 2010 Wed Mar 24 15:55:12 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 15:55:12 PDT 2010         sfsnfs3 -N 1 -l 520  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 15:55:27 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 15:55:28 2010 Received.
+Wed Mar 24 15:55:28 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 15:55:28 2010 Completed.
+Wed Mar 24 15:55:28 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 15:55:51 2010 Received.
+Wed Mar 24 15:55:51 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 15:55:51 2010 Completed.
+Wed Mar 24 15:55:51 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:00:52 2010 Received.
+Wed Mar 24 16:00:52 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:00:52 2010 Completed.
+Wed Mar 24 16:05:52 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 16:05:52 2010 Completed.
+Wed Mar 24 16:05:52 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 16:06:03 2010 Received.
+Wed Mar 24 16:06:03 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 16:06:03 2010 Completed.
+Wed Mar 24 16:06:03 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 16:06:04 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 520
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:06:04 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    40400    40400      0     0.14     0.04      0.00   1.4%
+setattr       4.0%   4.0%     6217     6217      0    15.46    81.65      0.22  23.6%
+lookup       24.0%  23.9%    37115    37115      0     0.15     0.04      0.00   1.4%
+readlink      1.0%   1.0%     1539     1539      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    28144    34660      0     0.96    10.46      0.04   6.6%
+write        10.0%  10.1%    15685    18877      0     1.48    17.62      0.07   5.7%
+create        1.0%   1.0%     1569     1569      0    20.66   105.47      0.51   7.9%
+remove        1.0%   0.9%     1458     1458      0    19.81   101.75      0.52   7.1%
+readdir       1.0%   1.0%     1493     1493      0     0.74     7.77      0.14   0.3%
+fsstat        1.0%   1.0%     1510     1510      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.1%    17336    17336      0     0.14     0.04      0.00   0.6%
+commit        0.0%   0.0%        0     9078      0     0.00     0.00      0.00  43.9%
+readdirplus   2.0%   2.0%     3141     3141      0     1.82    24.18      0.17   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     519 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  155607         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 174393   
+PHYSICAL NFS IO THROUGHPUT: 581 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.6 MB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:06:05 PDT 2010 
+************************************************************************
+Wed Mar 24 16:06:05 PDT 2010 
+************************************************************************
+Wed Mar 24 16:06:05 PDT 2010 Test Run 14 of 40
+
+Wed Mar 24 16:06:05 PDT 2010 Wed Mar 24 16:06:05 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 16:06:05 PDT 2010         sfsnfs3 -N 1 -l 560  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 16:06:20 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 16:06:21 2010 Received.
+Wed Mar 24 16:06:21 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 16:06:21 2010 Completed.
+Wed Mar 24 16:06:21 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 16:06:47 2010 Received.
+Wed Mar 24 16:06:47 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 16:06:47 2010 Completed.
+Wed Mar 24 16:06:47 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:11:48 2010 Received.
+Wed Mar 24 16:11:48 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:11:48 2010 Completed.
+Wed Mar 24 16:16:48 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 16:16:48 2010 Completed.
+Wed Mar 24 16:16:48 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 16:16:59 2010 Received.
+Wed Mar 24 16:16:59 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 16:16:59 2010 Completed.
+Wed Mar 24 16:16:59 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 16:17:00 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 560
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:17:00 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    44406    44406      0     0.15     0.04      0.00   2.9%
+setattr       4.0%   4.0%     6828     6828      0     7.28    72.50      0.20  22.3%
+lookup       24.0%  23.8%    40483    40483      0     0.15     0.04      0.00   2.8%
+readlink      1.0%   1.0%     1671     1671      0     0.15     0.04      0.01   0.1%
+read         18.0%  18.1%    30859    37815      0     0.70     7.18      0.03   9.7%
+write        10.0%  10.0%    17078    20652      0     1.52    21.67      0.07  11.7%
+create        1.0%   1.0%     1716     1716      0    14.75   108.35      0.49  11.4%
+remove        1.0%   0.9%     1608     1608      0     7.09    64.29      0.39   5.1%
+readdir       1.0%   1.0%     1670     1670      0     0.58     4.17      0.10   0.4%
+fsstat        1.0%   1.0%     1686     1686      0     0.15     0.04      0.01   0.1%
+access       11.0%  11.0%    18784    18784      0     0.15     0.04      0.00   1.2%
+commit        0.0%   0.0%        0    10000      0     0.00     0.00      0.00  30.3%
+readdirplus   2.0%   2.0%     3476     3476      0     1.24    12.16      0.12   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     569 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  170265         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 190795   
+PHYSICAL NFS IO THROUGHPUT: 638 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.8 MB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:17:01 PDT 2010 
+************************************************************************
+Wed Mar 24 16:17:01 PDT 2010 
+************************************************************************
+Wed Mar 24 16:17:01 PDT 2010 Test Run 15 of 40
+
+Wed Mar 24 16:17:01 PDT 2010 Wed Mar 24 16:17:01 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 16:17:01 PDT 2010         sfsnfs3 -N 1 -l 600  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 16:17:16 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 16:17:17 2010 Received.
+Wed Mar 24 16:17:17 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 16:17:17 2010 Completed.
+Wed Mar 24 16:17:17 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 16:17:39 2010 Received.
+Wed Mar 24 16:17:39 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 16:17:39 2010 Completed.
+Wed Mar 24 16:17:39 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:22:40 2010 Received.
+Wed Mar 24 16:22:40 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:22:40 2010 Completed.
+Wed Mar 24 16:27:40 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 16:27:40 2010 Completed.
+Wed Mar 24 16:27:40 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 16:27:51 2010 Received.
+Wed Mar 24 16:27:51 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 16:27:51 2010 Completed.
+Wed Mar 24 16:27:51 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 16:27:52 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 600
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:27:52 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    47260    47260      0     0.14     0.04      0.00   3.3%
+setattr       4.0%   4.1%     7412     7412      0     6.75    68.87      0.19  24.5%
+lookup       24.0%  23.9%    43335    43335      0     0.15     0.04      0.00   3.2%
+readlink      1.0%   1.0%     1789     1789      0     0.15     0.04      0.01   0.1%
+read         18.0%  17.9%    32431    39863      0     0.77     8.40      0.03  12.2%
+write        10.0%  10.0%    18092    22006      0     1.25    18.15      0.06  11.0%
+create        1.0%   1.0%     1898     1898      0     8.46    85.05      0.41   7.8%
+remove        1.0%   0.9%     1689     1689      0     4.95    56.57      0.36   4.1%
+readdir       1.0%   1.0%     1826     1826      0     0.49     0.33      0.03   0.4%
+fsstat        1.0%   1.0%     1793     1793      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.1%    20038    20038      0     0.14     0.04      0.00   1.4%
+commit        0.0%   0.0%        0    10661      0     0.00     0.00      0.00  29.8%
+readdirplus   2.0%   2.0%     3622     3622      0     1.12    10.83      0.11   2.0%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     604 Ops/Sec   AVG. RESPONSE TIME:     1.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  181185         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 203192   
+PHYSICAL NFS IO THROUGHPUT: 677 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3430.5 MB  (100.00% to 110.18% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:27:53 PDT 2010 
+************************************************************************
+Wed Mar 24 16:27:53 PDT 2010 
+************************************************************************
+Wed Mar 24 16:27:53 PDT 2010 Test Run 16 of 40
+
+Wed Mar 24 16:27:53 PDT 2010 Wed Mar 24 16:27:53 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 16:27:53 PDT 2010         sfsnfs3 -N 1 -l 640  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 16:28:08 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 16:28:09 2010 Received.
+Wed Mar 24 16:28:09 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 16:28:09 2010 Completed.
+Wed Mar 24 16:28:09 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 16:28:34 2010 Received.
+Wed Mar 24 16:28:34 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 16:28:34 2010 Completed.
+Wed Mar 24 16:28:34 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:33:35 2010 Received.
+Wed Mar 24 16:33:35 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:33:35 2010 Completed.
+Wed Mar 24 16:38:35 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 16:38:35 2010 Completed.
+Wed Mar 24 16:38:35 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 16:38:46 2010 Received.
+Wed Mar 24 16:38:46 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 16:38:46 2010 Completed.
+Wed Mar 24 16:38:46 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 16:38:47 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 640
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:38:47 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    50818    50818      0     0.15     0.04      0.00   3.4%
+setattr       4.0%   4.0%     7799     7799      0     7.25    76.55      0.19  25.9%
+lookup       24.0%  24.2%    47222    47222      0     0.15     0.04      0.00   3.3%
+readlink      1.0%   1.0%     1967     1967      0     0.15     0.04      0.01   0.1%
+read         18.0%  18.0%    35112    43105      0     0.59     5.75      0.03   9.5%
+write        10.0%  10.1%    19771    23991      0     1.02    13.28      0.05   9.2%
+create        1.0%   1.0%     1924     1924      0    10.12    95.45      0.44   8.9%
+remove        1.0%   0.7%     1406     1406      0     9.32   100.27      0.52   6.0%
+readdir       1.0%   1.0%     1903     1903      0     0.45     0.05      0.01   0.4%
+fsstat        1.0%   1.0%     2024     2024      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.1%    21598    21598      0     0.15     0.04      0.00   1.4%
+commit        0.0%   0.0%        0    11647      0     0.00     0.00      0.00  30.0%
+readdirplus   2.0%   2.0%     3886     3886      0     1.05     8.04      0.09   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     651 Ops/Sec   AVG. RESPONSE TIME:     1.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  195430         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 219290   
+PHYSICAL NFS IO THROUGHPUT: 730 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.3 MB  (100.00% to 110.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:38:48 PDT 2010 
+************************************************************************
+Wed Mar 24 16:38:48 PDT 2010 
+************************************************************************
+Wed Mar 24 16:38:48 PDT 2010 Test Run 17 of 40
+
+Wed Mar 24 16:38:48 PDT 2010 Wed Mar 24 16:38:48 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 16:38:48 PDT 2010         sfsnfs3 -N 1 -l 680  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 16:39:03 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 16:39:04 2010 Received.
+Wed Mar 24 16:39:04 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 16:39:04 2010 Completed.
+Wed Mar 24 16:39:04 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 16:39:31 2010 Received.
+Wed Mar 24 16:39:31 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 16:39:31 2010 Completed.
+Wed Mar 24 16:39:31 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:44:32 2010 Received.
+Wed Mar 24 16:44:32 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:44:32 2010 Completed.
+Wed Mar 24 16:49:32 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 16:49:32 2010 Completed.
+Wed Mar 24 16:49:32 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 16:49:43 2010 Received.
+Wed Mar 24 16:49:43 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 16:49:43 2010 Completed.
+Wed Mar 24 16:49:43 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 16:49:44 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 680
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:49:44 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%    53769    53769      0     0.15     0.06      0.00   1.4%
+setattr       4.0%   4.0%     8290     8290      0    18.92    70.16      0.18  26.0%
+lookup       24.0%  24.1%    49918    49918      0     0.16     0.05      0.00   1.3%
+readlink      1.0%   1.0%     2097     2097      0     0.15     0.05      0.01   0.1%
+read         18.0%  18.0%    37352    45875      0     0.73     7.92      0.03   4.5%
+write        10.0%  10.1%    20925    25463      0     1.22    15.37      0.05   4.3%
+create        1.0%   1.0%     2120     2120      0    25.12    86.43      0.40   8.8%
+remove        1.0%   0.8%     1580     1580      0    25.31   123.17      0.55   6.6%
+readdir       1.0%   1.0%     2052     2052      0     0.49     0.40      0.03   0.2%
+fsstat        1.0%   1.0%     2104     2104      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.0%    22861    22861      0     0.15     0.05      0.00   0.6%
+commit        0.0%   0.0%        0    12304      0     0.00     0.00      0.00  45.4%
+readdirplus   2.0%   2.0%     4159     4159      0     1.09     9.85      0.10   0.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     693 Ops/Sec   AVG. RESPONSE TIME:     2.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  207227         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 232592   
+PHYSICAL NFS IO THROUGHPUT: 777 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3427.7 MB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:49:45 PDT 2010 
+************************************************************************
+Wed Mar 24 16:49:45 PDT 2010 
+************************************************************************
+Wed Mar 24 16:49:45 PDT 2010 Test Run 18 of 40
+
+Wed Mar 24 16:49:45 PDT 2010 Wed Mar 24 16:49:45 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 16:49:45 PDT 2010         sfsnfs3 -N 1 -l 720  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 16:50:00 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 16:50:01 2010 Received.
+Wed Mar 24 16:50:01 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 16:50:01 2010 Completed.
+Wed Mar 24 16:50:01 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 16:50:21 2010 Received.
+Wed Mar 24 16:50:21 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 16:50:21 2010 Completed.
+Wed Mar 24 16:50:21 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 16:55:22 2010 Received.
+Wed Mar 24 16:55:22 2010 Sending START message to 1 client(s).
+Wed Mar 24 16:55:22 2010 Completed.
+Wed Mar 24 17:00:22 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:00:22 2010 Completed.
+Wed Mar 24 17:00:22 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:00:33 2010 Received.
+Wed Mar 24 17:00:33 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:00:33 2010 Completed.
+Wed Mar 24 17:00:33 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:00:34 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 720
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:00:34 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    57364    57364      0     0.15     0.06      0.00   1.3%
+setattr       4.0%   4.0%     8834     8834      0    20.81    72.35      0.18  27.3%
+lookup       24.0%  24.0%    52774    52774      0     0.16     0.06      0.00   1.3%
+readlink      1.0%   1.0%     2195     2195      0     0.16     0.06      0.01   0.1%
+read         18.0%  18.2%    39936    49168      0     0.83    10.20      0.03   4.9%
+write        10.0%   9.9%    21805    26424      0     1.73    21.16      0.06   5.6%
+create        1.0%   1.0%     2197     2197      0    25.77    70.35      0.35   8.4%
+remove        1.0%   0.7%     1580     1580      0    20.33    62.14      0.39   4.8%
+readdir       1.0%   1.0%     2187     2187      0     0.48     0.34      0.02   0.2%
+fsstat        1.0%   1.0%     2233     2233      0     0.15     0.07      0.01   0.1%
+access       11.0%  11.0%    24032    24032      0     0.15     0.06      0.00   0.6%
+commit        0.0%   0.0%        0    12883      0     0.00     0.00      0.00  44.9%
+readdirplus   2.0%   2.0%     4313     4313      0     1.21    14.50      0.11   0.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     734 Ops/Sec   AVG. RESPONSE TIME:     3.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  219450         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 246184   
+PHYSICAL NFS IO THROUGHPUT: 823 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.9 MB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:00:35 PDT 2010 
+************************************************************************
+Wed Mar 24 17:00:35 PDT 2010 
+************************************************************************
+Wed Mar 24 17:00:35 PDT 2010 Test Run 19 of 40
+
+Wed Mar 24 17:00:35 PDT 2010 Wed Mar 24 17:00:35 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:00:35 PDT 2010         sfsnfs3 -N 1 -l 760  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:00:50 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:00:51 2010 Received.
+Wed Mar 24 17:00:51 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:00:51 2010 Completed.
+Wed Mar 24 17:00:51 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:01:17 2010 Received.
+Wed Mar 24 17:01:17 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:01:17 2010 Completed.
+Wed Mar 24 17:01:17 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 17:06:18 2010 Received.
+Wed Mar 24 17:06:18 2010 Sending START message to 1 client(s).
+Wed Mar 24 17:06:18 2010 Completed.
+Wed Mar 24 17:11:18 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:11:18 2010 Completed.
+Wed Mar 24 17:11:18 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:11:29 2010 Received.
+Wed Mar 24 17:11:29 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:11:29 2010 Completed.
+Wed Mar 24 17:11:29 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:11:30 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 760
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:11:30 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    60960    60960      0     0.15     0.05      0.00   2.1%
+setattr       4.0%   3.9%     9062     9062      0    10.41    54.22      0.15  21.7%
+lookup       24.0%  24.2%    56292    56292      0     0.16     0.05      0.00   2.0%
+readlink      1.0%   1.0%     2354     2354      0     0.16     0.05      0.01   0.1%
+read         18.0%  18.0%    41731    51482      0     0.68     7.15      0.03   6.5%
+write        10.0%  10.0%    23148    27997      0     1.36    20.49      0.06   7.3%
+create        1.0%   1.0%     2352     2352      0    21.47   119.62      0.44  11.6%
+remove        1.0%   0.7%     1656     1656      0    16.11    96.98      0.47   6.2%
+readdir       1.0%   1.0%     2364     2364      0     0.88    14.83      0.16   0.5%
+fsstat        1.0%   1.0%     2344     2344      0     0.15     0.06      0.01   0.1%
+access       11.0%  11.0%    25545    25545      0     0.15     0.05      0.00   0.9%
+commit        0.0%   0.0%        0    13743      0     0.00     0.00      0.00  39.6%
+readdirplus   2.0%   2.0%     4675     4675      0     1.30    12.91      0.10   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     775 Ops/Sec   AVG. RESPONSE TIME:     1.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  232483         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 260826   
+PHYSICAL NFS IO THROUGHPUT: 869 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3426.6 MB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:11:31 PDT 2010 
+************************************************************************
+Wed Mar 24 17:11:31 PDT 2010 
+************************************************************************
+Wed Mar 24 17:11:31 PDT 2010 Test Run 20 of 40
+
+Wed Mar 24 17:11:31 PDT 2010 Wed Mar 24 17:11:31 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:11:31 PDT 2010         sfsnfs3 -N 1 -l 800  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:11:46 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:11:47 2010 Received.
+Wed Mar 24 17:11:47 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:11:47 2010 Completed.
+Wed Mar 24 17:11:47 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:12:16 2010 Received.
+Wed Mar 24 17:12:16 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:12:16 2010 Completed.
+Wed Mar 24 17:12:16 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 17:17:17 2010 Received.
+Wed Mar 24 17:17:17 2010 Sending START message to 1 client(s).
+Wed Mar 24 17:17:17 2010 Completed.
+Wed Mar 24 17:22:17 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:22:17 2010 Completed.
+Wed Mar 24 17:22:17 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:22:28 2010 Received.
+Wed Mar 24 17:22:28 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:22:28 2010 Completed.
+Wed Mar 24 17:22:28 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:22:29 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 800
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:22:29 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    64054    64054      0     0.15     0.05      0.00   2.3%
+setattr       4.0%   4.0%     9860     9860      0    11.24    70.97      0.17  26.2%
+lookup       24.0%  24.1%    59085    59085      0     0.16     0.05      0.00   2.2%
+readlink      1.0%   1.0%     2397     2397      0     0.15     0.05      0.01   0.1%
+read         18.0%  18.0%    44111    53882      0     0.65     7.05      0.02   6.8%
+write        10.0%  10.0%    24545    29861      0     1.15    15.70      0.05   6.7%
+create        1.0%   1.0%     2523     2523      0    16.66    94.58      0.38   9.9%
+remove        1.0%   0.6%     1502     1502      0    11.30    66.14      0.41   4.0%
+readdir       1.0%   1.0%     2428     2428      0     0.46     0.26      0.02   0.3%
+fsstat        1.0%   1.0%     2462     2462      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.0%    26923    26923      0     0.15     0.05      0.00   0.9%
+commit        0.0%   0.0%        0    14552      0     0.00     0.00      0.00  39.2%
+readdirplus   2.0%   2.0%     4913     4913      0     1.10    10.54      0.09   1.3%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     819 Ops/Sec   AVG. RESPONSE TIME:     1.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  244803         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 274442   
+PHYSICAL NFS IO THROUGHPUT: 917 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3432.2 MB  (100.00% to 110.24% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:22:30 PDT 2010 
+************************************************************************
+Wed Mar 24 17:22:30 PDT 2010 
+************************************************************************
+Wed Mar 24 17:22:30 PDT 2010 Test Run 21 of 40
+
+Wed Mar 24 17:22:30 PDT 2010 Wed Mar 24 17:22:30 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:22:30 PDT 2010         sfsnfs3 -N 1 -l 840  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:22:45 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:22:46 2010 Received.
+Wed Mar 24 17:22:46 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:22:46 2010 Completed.
+Wed Mar 24 17:22:46 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:23:07 2010 Received.
+Wed Mar 24 17:23:07 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:23:07 2010 Completed.
+Wed Mar 24 17:23:07 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 17:28:08 2010 Received.
+Wed Mar 24 17:28:08 2010 Sending START message to 1 client(s).
+Wed Mar 24 17:28:08 2010 Completed.
+Wed Mar 24 17:33:08 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:33:08 2010 Completed.
+Wed Mar 24 17:33:08 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:33:19 2010 Received.
+Wed Mar 24 17:33:19 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:33:19 2010 Completed.
+Wed Mar 24 17:33:19 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:33:20 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 840 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 840
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:33:20 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    66879    66879      0     0.15     0.06      0.00   1.8%
+setattr       4.0%   4.1%    10419    10419      0    13.77    68.79      0.16  26.1%
+lookup       24.0%  24.1%    62094    62094      0     0.16     0.06      0.00   1.8%
+readlink      1.0%   1.0%     2638     2638      0     0.16     0.05      0.01   0.1%
+read         18.0%  18.1%    46619    57562      0     0.61     5.43      0.02   5.1%
+write        10.0%  10.1%    25954    31328      0     1.16    14.92      0.05   5.5%
+create        1.0%   1.0%     2529     2529      0    24.81   130.18      0.44  11.4%
+remove        1.0%   0.6%     1443     1443      0    14.50    67.34      0.42   3.8%
+readdir       1.0%   1.0%     2521     2521      0     0.49     1.75      0.05   0.2%
+fsstat        1.0%   1.0%     2501     2501      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.1%    28501    28501      0     0.15     0.05      0.00   0.8%
+commit        0.0%   0.0%        0    15422      0     0.00     0.00      0.00  42.4%
+readdirplus   2.0%   2.0%     5127     5127      0     1.01     8.67      0.08   0.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     857 Ops/Sec   AVG. RESPONSE TIME:     2.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 840 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  257225         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 288964   
+PHYSICAL NFS IO THROUGHPUT: 963 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3427.5 MB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:33:21 PDT 2010 
+************************************************************************
+Wed Mar 24 17:33:21 PDT 2010 
+************************************************************************
+Wed Mar 24 17:33:21 PDT 2010 Test Run 22 of 40
+
+Wed Mar 24 17:33:21 PDT 2010 Wed Mar 24 17:33:21 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:33:21 PDT 2010         sfsnfs3 -N 1 -l 880  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:33:36 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:33:37 2010 Received.
+Wed Mar 24 17:33:37 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:33:37 2010 Completed.
+Wed Mar 24 17:33:37 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:34:02 2010 Received.
+Wed Mar 24 17:34:02 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:34:02 2010 Completed.
+Wed Mar 24 17:34:02 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 17:39:03 2010 Received.
+Wed Mar 24 17:39:03 2010 Sending START message to 1 client(s).
+Wed Mar 24 17:39:03 2010 Completed.
+Wed Mar 24 17:44:03 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:44:03 2010 Completed.
+Wed Mar 24 17:44:03 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:44:14 2010 Received.
+Wed Mar 24 17:44:14 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:44:14 2010 Completed.
+Wed Mar 24 17:44:14 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:44:15 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 880 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 880
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:44:15 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    70904    70904      0     0.16     0.06      0.00   1.6%
+setattr       4.0%   4.0%    10915    10915      0    18.01    78.45      0.17  28.6%
+lookup       24.0%  24.0%    64900    64900      0     0.16     0.06      0.00   1.5%
+readlink      1.0%   1.0%     2763     2763      0     0.16     0.06      0.01   0.1%
+read         18.0%  17.9%    48531    60100      0     0.63     5.75      0.02   4.5%
+write        10.0%  10.0%    27187    33036      0     1.17    13.93      0.04   4.6%
+create        1.0%   1.0%     2772     2772      0    24.81    99.10      0.37  10.0%
+remove        1.0%   0.6%     1650     1650      0    17.82    71.81      0.41   4.3%
+readdir       1.0%   1.0%     2748     2748      0     0.54     3.86      0.07   0.2%
+fsstat        1.0%   1.0%     2785     2785      0     0.15     0.06      0.01   0.1%
+access       11.0%  11.2%    30206    30206      0     0.16     0.06      0.00   0.7%
+commit        0.0%   0.0%        0    16108      0     0.00     0.00      0.00  43.2%
+readdirplus   2.0%   2.0%     5439     5439      0     0.95     4.82      0.06   0.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     906 Ops/Sec   AVG. RESPONSE TIME:     2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 880 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  270800         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 304326   
+PHYSICAL NFS IO THROUGHPUT: 1017 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3434.1 MB  (100.00% to 110.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:44:16 PDT 2010 
+************************************************************************
+Wed Mar 24 17:44:16 PDT 2010 
+************************************************************************
+Wed Mar 24 17:44:16 PDT 2010 Test Run 23 of 40
+
+Wed Mar 24 17:44:16 PDT 2010 Wed Mar 24 17:44:16 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:44:16 PDT 2010         sfsnfs3 -N 1 -l 920  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:44:31 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:44:32 2010 Received.
+Wed Mar 24 17:44:32 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:44:32 2010 Completed.
+Wed Mar 24 17:44:32 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:44:57 2010 Received.
+Wed Mar 24 17:44:57 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:44:57 2010 Completed.
+Wed Mar 24 17:44:57 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 17:49:58 2010 Received.
+Wed Mar 24 17:49:58 2010 Sending START message to 1 client(s).
+Wed Mar 24 17:49:58 2010 Completed.
+Wed Mar 24 17:54:58 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 17:54:58 2010 Completed.
+Wed Mar 24 17:54:58 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 17:55:09 2010 Received.
+Wed Mar 24 17:55:09 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 17:55:09 2010 Completed.
+Wed Mar 24 17:55:09 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 17:55:10 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 920 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 920
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:55:10 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73244    73244      0     0.16     0.07      0.00   1.4%
+setattr       4.0%   4.0%    11247    11247      0    20.29    74.59      0.16  28.5%
+lookup       24.0%  24.2%    67848    67848      0     0.16     0.06      0.00   1.4%
+readlink      1.0%   1.0%     2788     2788      0     0.16     0.07      0.01   0.1%
+read         18.0%  18.1%    50682    62156      0     0.64     6.80      0.02   4.0%
+write        10.0%   9.9%    27884    34009      0     1.15    13.93      0.04   4.0%
+create        1.0%   1.0%     2754     2754      0    27.58    94.49      0.36   9.5%
+remove        1.0%   0.6%     1556     1556      0    18.43    60.03      0.38   3.6%
+readdir       1.0%   1.0%     2756     2756      0     0.46     0.17      0.02   0.2%
+fsstat        1.0%   1.0%     2904     2904      0     0.16     0.07      0.01   0.1%
+access       11.0%  11.1%    31133    31133      0     0.16     0.07      0.00   0.6%
+commit        0.0%   0.0%        0    16576      0     0.00     0.00      0.00  45.9%
+readdirplus   2.0%   2.0%     5713     5713      0     0.97     5.49      0.06   0.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     938 Ops/Sec   AVG. RESPONSE TIME:     2.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 920 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  280509         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 314684   
+PHYSICAL NFS IO THROUGHPUT: 1052 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3426.6 MB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:55:11 PDT 2010 
+************************************************************************
+Wed Mar 24 17:55:11 PDT 2010 
+************************************************************************
+Wed Mar 24 17:55:11 PDT 2010 Test Run 24 of 40
+
+Wed Mar 24 17:55:11 PDT 2010 Wed Mar 24 17:55:11 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 17:55:11 PDT 2010         sfsnfs3 -N 1 -l 960  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 17:55:26 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 17:55:27 2010 Received.
+Wed Mar 24 17:55:27 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 17:55:27 2010 Completed.
+Wed Mar 24 17:55:27 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 17:55:50 2010 Received.
+Wed Mar 24 17:55:50 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 17:55:50 2010 Completed.
+Wed Mar 24 17:55:50 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:00:51 2010 Received.
+Wed Mar 24 18:00:51 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:00:51 2010 Completed.
+Wed Mar 24 18:05:51 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 18:05:51 2010 Completed.
+Wed Mar 24 18:05:51 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 18:06:02 2010 Received.
+Wed Mar 24 18:06:02 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 18:06:02 2010 Completed.
+Wed Mar 24 18:06:02 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 18:06:03 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 960 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 960
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:06:03 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    75365    75365      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   3.9%    11375    11375      0    30.31    77.50      0.16  29.7%
+lookup       24.0%  24.1%    69588    69588      0     0.18     0.09      0.00   1.1%
+readlink      1.0%   1.0%     2905     2905      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.0%    52104    64424      0     0.82    10.26      0.03   3.7%
+write        10.0%  10.1%    29159    35225      0     1.78    22.16      0.05   4.5%
+create        1.0%   1.0%     2926     2926      0    42.70   102.44      0.37  10.8%
+remove        1.0%   0.5%     1481     1481      0    30.68    80.90      0.46   3.9%
+readdir       1.0%   1.0%     2897     2897      0     0.50     0.51      0.03   0.1%
+fsstat        1.0%   1.1%     3036     3036      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    32044    32044      0     0.17     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17389      0     0.00     0.00      0.00  44.0%
+readdirplus   2.0%   2.0%     5793     5793      0     0.99     5.54      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     965 Ops/Sec   AVG. RESPONSE TIME:     4.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 960 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  288673         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 324448   
+PHYSICAL NFS IO THROUGHPUT: 1085 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:06:04 PDT 2010 
+************************************************************************
+Wed Mar 24 18:06:04 PDT 2010 
+************************************************************************
+Wed Mar 24 18:06:04 PDT 2010 Test Run 25 of 40
+
+Wed Mar 24 18:06:04 PDT 2010 Wed Mar 24 18:06:04 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 18:06:04 PDT 2010         sfsnfs3 -N 1 -l 1000  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 18:06:19 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 18:06:20 2010 Received.
+Wed Mar 24 18:06:20 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 18:06:20 2010 Completed.
+Wed Mar 24 18:06:20 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 18:06:48 2010 Received.
+Wed Mar 24 18:06:48 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 18:06:48 2010 Completed.
+Wed Mar 24 18:06:48 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:11:49 2010 Received.
+Wed Mar 24 18:11:49 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:11:49 2010 Completed.
+Wed Mar 24 18:16:49 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 18:16:49 2010 Completed.
+Wed Mar 24 18:16:49 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 18:17:00 2010 Received.
+Wed Mar 24 18:17:00 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 18:17:00 2010 Completed.
+Wed Mar 24 18:17:00 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 18:17:01 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1000 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1000
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:17:01 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    74091    74091      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11464    11464      0    32.61    82.02      0.17  31.1%
+lookup       24.0%  24.1%    68623    68623      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2867     2867      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51462    63268      0     0.82     9.48      0.03   3.5%
+write        10.0%  10.1%    28826    34782      0     1.56    17.23      0.05   3.7%
+create        1.0%   1.0%     2787     2787      0    43.06    96.97      0.37  10.0%
+remove        1.0%   0.5%     1325     1325      0    33.92    92.00      0.52   3.7%
+readdir       1.0%   1.0%     2922     2922      0     0.56     3.63      0.07   0.1%
+fsstat        1.0%   1.0%     2797     2797      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31449    31449      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17232      0     0.00     0.00      0.00  44.6%
+readdirplus   2.0%   2.0%     5770     5770      0     0.99     5.71      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     951 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1000 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  284383         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319377   
+PHYSICAL NFS IO THROUGHPUT: 1068 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.8 MB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:17:02 PDT 2010 
+************************************************************************
+Wed Mar 24 18:17:02 PDT 2010 
+************************************************************************
+Wed Mar 24 18:17:02 PDT 2010 Test Run 26 of 40
+
+Wed Mar 24 18:17:02 PDT 2010 Wed Mar 24 18:17:02 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 18:17:02 PDT 2010         sfsnfs3 -N 1 -l 1040  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 18:17:17 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 18:17:18 2010 Received.
+Wed Mar 24 18:17:18 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 18:17:18 2010 Completed.
+Wed Mar 24 18:17:18 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 18:17:47 2010 Received.
+Wed Mar 24 18:17:47 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 18:17:47 2010 Completed.
+Wed Mar 24 18:17:47 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:22:48 2010 Received.
+Wed Mar 24 18:22:48 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:22:48 2010 Completed.
+Wed Mar 24 18:27:48 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 18:27:48 2010 Completed.
+Wed Mar 24 18:27:48 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 18:27:59 2010 Received.
+Wed Mar 24 18:27:59 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 18:27:59 2010 Completed.
+Wed Mar 24 18:27:59 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 18:28:00 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1040 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1040
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:28:00 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    74466    74466      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.1%    11616    11616      0    32.56    85.25      0.17  31.3%
+lookup       24.0%  24.1%    68508    68508      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2820     2820      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    51508    63212      0     0.82     9.53      0.03   3.5%
+write        10.0%  10.1%    28636    34467      0     1.49    17.92      0.05   3.5%
+create        1.0%   1.0%     2911     2911      0    45.05   115.94      0.39  10.9%
+remove        1.0%   0.6%     1581     1581      0    28.94    51.10      0.35   3.8%
+readdir       1.0%   1.0%     2837     2837      0     0.49     0.24      0.02   0.1%
+fsstat        1.0%   1.0%     2912     2912      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31365    31365      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17114      0     0.00     0.00      0.00  43.7%
+readdirplus   2.0%   2.0%     5582     5582      0     1.13    10.26      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     949 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1040 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  284742         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319391   
+PHYSICAL NFS IO THROUGHPUT: 1064 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:28:01 PDT 2010 
+************************************************************************
+Wed Mar 24 18:28:01 PDT 2010 
+************************************************************************
+Wed Mar 24 18:28:01 PDT 2010 Test Run 27 of 40
+
+Wed Mar 24 18:28:01 PDT 2010 Wed Mar 24 18:28:01 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 18:28:01 PDT 2010         sfsnfs3 -N 1 -l 1080  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 18:28:16 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 18:28:17 2010 Received.
+Wed Mar 24 18:28:17 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 18:28:17 2010 Completed.
+Wed Mar 24 18:28:17 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 18:28:42 2010 Received.
+Wed Mar 24 18:28:42 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 18:28:42 2010 Completed.
+Wed Mar 24 18:28:42 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:33:43 2010 Received.
+Wed Mar 24 18:33:43 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:33:43 2010 Completed.
+Wed Mar 24 18:38:43 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 18:38:43 2010 Completed.
+Wed Mar 24 18:38:43 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 18:38:54 2010 Received.
+Wed Mar 24 18:38:54 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 18:38:54 2010 Completed.
+Wed Mar 24 18:38:54 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 18:38:55 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1080 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1080
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:38:55 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    73731    73731      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.1%    11461    11461      0    32.35    82.85      0.17  30.7%
+lookup       24.0%  24.1%    67877    67877      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2803     2803      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51052    62832      0     0.73     8.50      0.03   3.1%
+write        10.0%  10.1%    28345    34506      0     1.66    19.10      0.05   3.9%
+create        1.0%   1.0%     2791     2791      0    46.25   112.80      0.39  10.7%
+remove        1.0%   0.5%     1365     1365      0    32.61    69.85      0.44   3.7%
+readdir       1.0%   1.0%     2820     2820      0     0.90    13.09      0.13   0.2%
+fsstat        1.0%   1.0%     2855     2855      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31054    31054      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16907      0     0.00     0.00      0.00  44.6%
+readdirplus   2.0%   2.0%     5619     5619      0     0.93     1.24      0.03   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     942 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1080 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  281773         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 316621   
+PHYSICAL NFS IO THROUGHPUT: 1058 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:38:56 PDT 2010 
+************************************************************************
+Wed Mar 24 18:38:56 PDT 2010 
+************************************************************************
+Wed Mar 24 18:38:56 PDT 2010 Test Run 28 of 40
+
+Wed Mar 24 18:38:56 PDT 2010 Wed Mar 24 18:38:56 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 18:38:56 PDT 2010         sfsnfs3 -N 1 -l 1120  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 18:39:11 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 18:39:12 2010 Received.
+Wed Mar 24 18:39:12 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 18:39:12 2010 Completed.
+Wed Mar 24 18:39:12 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 18:39:37 2010 Received.
+Wed Mar 24 18:39:37 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 18:39:37 2010 Completed.
+Wed Mar 24 18:39:37 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:44:38 2010 Received.
+Wed Mar 24 18:44:38 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:44:38 2010 Completed.
+Wed Mar 24 18:49:38 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 18:49:38 2010 Completed.
+Wed Mar 24 18:49:38 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 18:49:49 2010 Received.
+Wed Mar 24 18:49:49 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 18:49:49 2010 Completed.
+Wed Mar 24 18:49:49 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 18:49:50 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1120 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1120
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:49:50 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    76310    76310      0     0.18     0.19      0.00   1.1%
+setattr       4.0%   4.0%    11686    11686      0    31.45    74.94      0.16  30.4%
+lookup       24.0%  24.0%    69912    69912      0     0.18     0.09      0.00   1.1%
+readlink      1.0%   1.0%     2829     2829      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    52772    64728      0     0.76     7.66      0.02   3.3%
+write        10.0%  10.0%    29160    35198      0     1.80    20.44      0.05   4.3%
+create        1.0%   1.0%     2929     2929      0    42.04    92.55      0.35  10.2%
+remove        1.0%   0.5%     1486     1486      0    31.24    71.75      0.43   3.8%
+readdir       1.0%   1.0%     2959     2959      0     0.73     9.05      0.11   0.2%
+fsstat        1.0%   1.0%     2889     2889      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31985    31985      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17476      0     0.00     0.00      0.00  44.4%
+readdirplus   2.0%   2.0%     5803     5803      0     1.17    11.58      0.09   0.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     972 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1120 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  290720         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 326190   
+PHYSICAL NFS IO THROUGHPUT: 1090 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:49:51 PDT 2010 
+************************************************************************
+Wed Mar 24 18:49:51 PDT 2010 
+************************************************************************
+Wed Mar 24 18:49:51 PDT 2010 Test Run 29 of 40
+
+Wed Mar 24 18:49:51 PDT 2010 Wed Mar 24 18:49:51 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 18:49:51 PDT 2010         sfsnfs3 -N 1 -l 1160  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 18:50:06 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 18:50:07 2010 Received.
+Wed Mar 24 18:50:07 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 18:50:07 2010 Completed.
+Wed Mar 24 18:50:07 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 18:50:33 2010 Received.
+Wed Mar 24 18:50:33 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 18:50:33 2010 Completed.
+Wed Mar 24 18:50:33 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 18:55:34 2010 Received.
+Wed Mar 24 18:55:34 2010 Sending START message to 1 client(s).
+Wed Mar 24 18:55:34 2010 Completed.
+Wed Mar 24 19:00:34 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:00:34 2010 Completed.
+Wed Mar 24 19:00:34 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:00:45 2010 Received.
+Wed Mar 24 19:00:45 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:00:45 2010 Completed.
+Wed Mar 24 19:00:45 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:00:46 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1160 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1160
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:00:46 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    74671    74671      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11403    11403      0    31.95    76.07      0.16  30.2%
+lookup       24.0%  24.1%    68842    68842      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2895     2895      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51512    63175      0     0.74     8.05      0.02   3.2%
+write        10.0%  10.0%    28477    34415      0     1.92    22.47      0.06   4.5%
+create        1.0%   1.0%     2908     2908      0    46.08   115.21      0.39  11.1%
+remove        1.0%   0.5%     1515     1515      0    31.45    77.69      0.44   3.9%
+readdir       1.0%   1.0%     2875     2875      0     0.50     0.41      0.02   0.1%
+fsstat        1.0%   1.0%     2895     2895      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31519    31519      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16959      0     0.00     0.00      0.00  43.8%
+readdirplus   2.0%   2.0%     5708     5708      0     1.03     4.79      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     954 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1160 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  285220         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319780   
+PHYSICAL NFS IO THROUGHPUT: 1069 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:00:47 PDT 2010 
+************************************************************************
+Wed Mar 24 19:00:47 PDT 2010 
+************************************************************************
+Wed Mar 24 19:00:47 PDT 2010 Test Run 30 of 40
+
+Wed Mar 24 19:00:47 PDT 2010 Wed Mar 24 19:00:47 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:00:47 PDT 2010         sfsnfs3 -N 1 -l 1200  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:01:02 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:01:03 2010 Received.
+Wed Mar 24 19:01:03 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:01:03 2010 Completed.
+Wed Mar 24 19:01:03 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:01:29 2010 Received.
+Wed Mar 24 19:01:29 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:01:29 2010 Completed.
+Wed Mar 24 19:01:29 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 19:06:30 2010 Received.
+Wed Mar 24 19:06:30 2010 Sending START message to 1 client(s).
+Wed Mar 24 19:06:30 2010 Completed.
+Wed Mar 24 19:11:30 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:11:30 2010 Completed.
+Wed Mar 24 19:11:30 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:11:41 2010 Received.
+Wed Mar 24 19:11:41 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:11:41 2010 Completed.
+Wed Mar 24 19:11:41 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:11:42 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1200 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1200
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:11:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73999    73999      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11415    11415      0    32.72    85.93      0.17  30.9%
+lookup       24.0%  24.1%    68270    68270      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2864     2864      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51648    63107      0     0.77     9.26      0.03   3.3%
+write        10.0%  10.0%    28357    34284      0     1.72    18.45      0.05   4.0%
+create        1.0%   1.0%     2911     2911      0    44.26   100.26      0.36  10.7%
+remove        1.0%   0.6%     1581     1581      0    32.55    88.65      0.46   4.3%
+readdir       1.0%   1.0%     2856     2856      0     0.49     0.30      0.02   0.1%
+fsstat        1.0%   1.0%     2811     2811      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31093    31093      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16879      0     0.00     0.00      0.00  43.6%
+readdirplus   2.0%   2.0%     5811     5811      0     1.06    11.29      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     949 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1200 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  283616         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 317881   
+PHYSICAL NFS IO THROUGHPUT: 1063 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:11:43 PDT 2010 
+************************************************************************
+Wed Mar 24 19:11:43 PDT 2010 
+************************************************************************
+Wed Mar 24 19:11:43 PDT 2010 Test Run 31 of 40
+
+Wed Mar 24 19:11:43 PDT 2010 Wed Mar 24 19:11:43 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:11:43 PDT 2010         sfsnfs3 -N 1 -l 1240  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:11:58 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:11:59 2010 Received.
+Wed Mar 24 19:11:59 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:11:59 2010 Completed.
+Wed Mar 24 19:11:59 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:12:27 2010 Received.
+Wed Mar 24 19:12:27 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:12:27 2010 Completed.
+Wed Mar 24 19:12:27 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 19:17:28 2010 Received.
+Wed Mar 24 19:17:28 2010 Sending START message to 1 client(s).
+Wed Mar 24 19:17:28 2010 Completed.
+Wed Mar 24 19:22:28 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:22:28 2010 Completed.
+Wed Mar 24 19:22:28 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:22:39 2010 Received.
+Wed Mar 24 19:22:39 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:22:39 2010 Completed.
+Wed Mar 24 19:22:39 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:22:40 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1240 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1240
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:22:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73251    73251      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11121    11121      0    32.08    74.97      0.16  29.7%
+lookup       24.0%  24.1%    67831    67831      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2836     2836      0     0.18     0.08      0.01   0.0%
+read         18.0%  18.1%    51004    62796      0     0.76     8.99      0.03   3.2%
+write        10.0%  10.0%    28191    34114      0     1.80    20.16      0.05   4.2%
+create        1.0%   1.0%     2838     2838      0    46.65   118.28      0.40  11.0%
+remove        1.0%   0.5%     1481     1481      0    35.68    91.53      0.49   4.4%
+readdir       1.0%   1.0%     2881     2881      0     0.82    12.08      0.13   0.2%
+fsstat        1.0%   1.0%     2849     2849      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31110    31110      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16829      0     0.00     0.00      0.00  44.2%
+readdirplus   2.0%   2.0%     5649     5649      0     0.93     0.63      0.02   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     943 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1240 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  281042         TEST TIME: 298 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 315586   
+PHYSICAL NFS IO THROUGHPUT: 1059 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:22:41 PDT 2010 
+************************************************************************
+Wed Mar 24 19:22:41 PDT 2010 
+************************************************************************
+Wed Mar 24 19:22:41 PDT 2010 Test Run 32 of 40
+
+Wed Mar 24 19:22:41 PDT 2010 Wed Mar 24 19:22:41 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:22:41 PDT 2010         sfsnfs3 -N 1 -l 1280  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:22:56 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:22:57 2010 Received.
+Wed Mar 24 19:22:57 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:22:57 2010 Completed.
+Wed Mar 24 19:22:57 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:23:29 2010 Received.
+Wed Mar 24 19:23:29 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:23:29 2010 Completed.
+Wed Mar 24 19:23:29 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 19:28:30 2010 Received.
+Wed Mar 24 19:28:30 2010 Sending START message to 1 client(s).
+Wed Mar 24 19:28:30 2010 Completed.
+Wed Mar 24 19:33:30 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:33:30 2010 Completed.
+Wed Mar 24 19:33:30 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:33:41 2010 Received.
+Wed Mar 24 19:33:41 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:33:41 2010 Completed.
+Wed Mar 24 19:33:41 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:33:42 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1280 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1280
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:33:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    71710    71710      0     0.18     0.09      0.00   1.0%
+setattr       4.0%   4.0%    11002    11002      0    33.13    73.70      0.16  30.1%
+lookup       24.0%  24.1%    66380    66380      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2783     2783      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    49892    61082      0     1.05     9.85      0.03   4.3%
+write        10.0%  10.1%    27823    33587      0     1.89    18.46      0.05   4.3%
+create        1.0%   1.0%     2776     2776      0    47.98   109.49      0.39  11.0%
+remove        1.0%   0.5%     1418     1418      0    36.34    82.39      0.47   4.3%
+readdir       1.0%   1.0%     2689     2689      0     0.70     7.67      0.10   0.2%
+fsstat        1.0%   1.0%     2810     2810      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    30310    30310      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16599      0     0.00     0.00      0.00  42.8%
+readdirplus   2.0%   2.0%     5519     5519      0     0.96     2.99      0.05   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     920 Ops/Sec   AVG. RESPONSE TIME:     4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1280 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  275112         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 308665   
+PHYSICAL NFS IO THROUGHPUT: 1032 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:33:43 PDT 2010 
+************************************************************************
+Wed Mar 24 19:33:43 PDT 2010 
+************************************************************************
+Wed Mar 24 19:33:43 PDT 2010 Test Run 33 of 40
+
+Wed Mar 24 19:33:43 PDT 2010 Wed Mar 24 19:33:43 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:33:43 PDT 2010         sfsnfs3 -N 1 -l 1320  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:33:58 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:33:59 2010 Received.
+Wed Mar 24 19:33:59 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:33:59 2010 Completed.
+Wed Mar 24 19:33:59 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:34:28 2010 Received.
+Wed Mar 24 19:34:28 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:34:28 2010 Completed.
+Wed Mar 24 19:34:28 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 19:39:29 2010 Received.
+Wed Mar 24 19:39:29 2010 Sending START message to 1 client(s).
+Wed Mar 24 19:39:29 2010 Completed.
+Wed Mar 24 19:44:29 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:44:29 2010 Completed.
+Wed Mar 24 19:44:29 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:44:42 2010 Received.
+Wed Mar 24 19:44:42 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:44:42 2010 Completed.
+Wed Mar 24 19:44:42 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:44:43 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1320 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1320
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:44:43 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    73237    73237      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11299    11299      0    33.42    80.58      0.17  31.1%
+lookup       24.0%  23.9%    66860    66860      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2873     2873      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51012    62366      0     0.76     8.98      0.03   3.2%
+write        10.0%  10.0%    27936    33923      0     1.92    20.56      0.05   4.4%
+create        1.0%   1.0%     2912     2912      0    48.55   106.35      0.37  11.6%
+remove        1.0%   0.5%     1464     1464      0    34.34    68.09      0.42   4.1%
+readdir       1.0%   1.0%     2798     2798      0     0.65     4.77      0.08   0.2%
+fsstat        1.0%   1.0%     2826     2826      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31076    31076      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16601      0     0.00     0.00      0.00  42.3%
+readdirplus   2.0%   2.0%     5550     5550      0     0.98     1.99      0.04   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     930 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1320 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  279843         TEST TIME: 301 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 313785   
+PHYSICAL NFS IO THROUGHPUT: 1042 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:44:44 PDT 2010 
+************************************************************************
+Wed Mar 24 19:44:44 PDT 2010 
+************************************************************************
+Wed Mar 24 19:44:44 PDT 2010 Test Run 34 of 40
+
+Wed Mar 24 19:44:44 PDT 2010 Wed Mar 24 19:44:44 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:44:44 PDT 2010         sfsnfs3 -N 1 -l 1360  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:44:59 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:45:00 2010 Received.
+Wed Mar 24 19:45:00 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:45:00 2010 Completed.
+Wed Mar 24 19:45:00 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:45:30 2010 Received.
+Wed Mar 24 19:45:30 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:45:30 2010 Completed.
+Wed Mar 24 19:45:30 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 19:50:31 2010 Received.
+Wed Mar 24 19:50:31 2010 Sending START message to 1 client(s).
+Wed Mar 24 19:50:31 2010 Completed.
+Wed Mar 24 19:55:31 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 19:55:31 2010 Completed.
+Wed Mar 24 19:55:31 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 19:55:42 2010 Received.
+Wed Mar 24 19:55:42 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 19:55:42 2010 Completed.
+Wed Mar 24 19:55:42 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 19:55:43 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1360 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1360
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:55:43 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.3%    75275    75275      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   3.9%    11311    11311      0    31.77    81.03      0.17  29.8%
+lookup       24.0%  24.1%    69062    69062      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2835     2835      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    51716    64059      0     0.82    10.36      0.03   3.5%
+write        10.0%  10.0%    28699    34558      0     1.69    21.15      0.05   4.0%
+create        1.0%   1.0%     2894     2894      0    46.60   136.13      0.43  11.2%
+remove        1.0%   0.5%     1492     1492      0    30.59    59.05      0.39   3.8%
+readdir       1.0%   1.0%     2840     2840      0     0.52     1.35      0.04   0.1%
+fsstat        1.0%   1.0%     2910     2910      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31553    31553      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17116      0     0.00     0.00      0.00  44.3%
+readdirplus   2.0%   2.0%     5825     5825      0     1.14    10.35      0.08   0.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     958 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1360 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  286412         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 321730   
+PHYSICAL NFS IO THROUGHPUT: 1076 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:55:44 PDT 2010 
+************************************************************************
+Wed Mar 24 19:55:44 PDT 2010 
+************************************************************************
+Wed Mar 24 19:55:44 PDT 2010 Test Run 35 of 40
+
+Wed Mar 24 19:55:44 PDT 2010 Wed Mar 24 19:55:44 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 19:55:44 PDT 2010         sfsnfs3 -N 1 -l 1400  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 19:55:59 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 19:56:00 2010 Received.
+Wed Mar 24 19:56:00 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 19:56:00 2010 Completed.
+Wed Mar 24 19:56:00 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 19:56:26 2010 Received.
+Wed Mar 24 19:56:26 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 19:56:26 2010 Completed.
+Wed Mar 24 19:56:26 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:01:27 2010 Received.
+Wed Mar 24 20:01:27 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:01:27 2010 Completed.
+Wed Mar 24 20:06:27 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 20:06:27 2010 Completed.
+Wed Mar 24 20:06:27 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 20:06:38 2010 Received.
+Wed Mar 24 20:06:38 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 20:06:38 2010 Completed.
+Wed Mar 24 20:06:38 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 20:06:39 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1400 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1400
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:06:39 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    72959    72959      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11134    11134      0    32.15    75.05      0.16  29.6%
+lookup       24.0%  24.1%    67371    67371      0     0.18     0.14      0.00   1.0%
+readlink      1.0%   1.0%     2761     2761      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51051    62613      0     0.95    11.50      0.03   4.0%
+write        10.0%  10.0%    27927    33670      0     1.95    21.66      0.05   4.5%
+create        1.0%   1.0%     2875     2875      0    50.07   135.86      0.43  11.9%
+remove        1.0%   0.5%     1446     1446      0    33.07    73.70      0.44   3.9%
+readdir       1.0%   1.0%     2864     2864      0     0.56     1.98      0.05   0.1%
+fsstat        1.0%   1.0%     2863     2863      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    30940    30940      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16614      0     0.00     0.00      0.00  42.8%
+readdirplus   2.0%   2.0%     5692     5692      0     1.15    10.71      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     933 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1400 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  279883         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 313802   
+PHYSICAL NFS IO THROUGHPUT: 1046 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:06:40 PDT 2010 
+************************************************************************
+Wed Mar 24 20:06:40 PDT 2010 
+************************************************************************
+Wed Mar 24 20:06:40 PDT 2010 Test Run 36 of 40
+
+Wed Mar 24 20:06:40 PDT 2010 Wed Mar 24 20:06:40 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 20:06:40 PDT 2010         sfsnfs3 -N 1 -l 1440  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 20:06:55 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 20:06:56 2010 Received.
+Wed Mar 24 20:06:56 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 20:06:56 2010 Completed.
+Wed Mar 24 20:06:56 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 20:07:22 2010 Received.
+Wed Mar 24 20:07:22 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 20:07:22 2010 Completed.
+Wed Mar 24 20:07:22 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:12:23 2010 Received.
+Wed Mar 24 20:12:23 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:12:23 2010 Completed.
+Wed Mar 24 20:17:23 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 20:17:23 2010 Completed.
+Wed Mar 24 20:17:23 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 20:17:34 2010 Received.
+Wed Mar 24 20:17:34 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 20:17:34 2010 Completed.
+Wed Mar 24 20:17:34 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 20:17:35 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1440 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1440
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:17:35 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    71924    71924      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    11178    11178      0    33.91    86.08      0.17  31.4%
+lookup       24.0%  24.0%    66390    66390      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2852     2852      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    50015    61356      0     0.74     7.78      0.02   3.1%
+write        10.0%  10.0%    27706    33478      0     1.93    22.43      0.06   4.4%
+create        1.0%   1.0%     2881     2881      0    47.29   111.16      0.38  11.3%
+remove        1.0%   0.5%     1427     1427      0    35.09    78.26      0.46   4.1%
+readdir       1.0%   1.0%     2782     2782      0     0.57     2.90      0.06   0.1%
+fsstat        1.0%   1.0%     2720     2720      0     0.17     0.08      0.01   0.0%
+access       11.0%  11.1%    30775    30775      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16540      0     0.00     0.00      0.00  42.6%
+readdirplus   2.0%   2.0%     5513     5513      0     1.02     5.24      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     924 Ops/Sec   AVG. RESPONSE TIME:     4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1440 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  276163         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 309816   
+PHYSICAL NFS IO THROUGHPUT: 1036 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:17:36 PDT 2010 
+************************************************************************
+Wed Mar 24 20:17:36 PDT 2010 
+************************************************************************
+Wed Mar 24 20:17:36 PDT 2010 Test Run 37 of 40
+
+Wed Mar 24 20:17:36 PDT 2010 Wed Mar 24 20:17:36 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 20:17:36 PDT 2010         sfsnfs3 -N 1 -l 1480  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 20:17:51 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 20:17:52 2010 Received.
+Wed Mar 24 20:17:52 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 20:17:52 2010 Completed.
+Wed Mar 24 20:17:52 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 20:18:23 2010 Received.
+Wed Mar 24 20:18:23 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 20:18:23 2010 Completed.
+Wed Mar 24 20:18:23 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:23:24 2010 Received.
+Wed Mar 24 20:23:24 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:23:24 2010 Completed.
+Wed Mar 24 20:28:24 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 20:28:24 2010 Completed.
+Wed Mar 24 20:28:24 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 20:28:35 2010 Received.
+Wed Mar 24 20:28:35 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 20:28:35 2010 Completed.
+Wed Mar 24 20:28:35 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 20:28:36 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1480 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1480
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:28:36 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    70723    70723      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.1%    10963    10963      0    34.37    75.54      0.16  31.2%
+lookup       24.0%  24.1%    65311    65311      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2703     2703      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    49160    60492      0     0.77     8.72      0.03   3.1%
+write        10.0%  10.0%    26936    32616      0     2.02    21.40      0.06   4.5%
+create        1.0%   1.0%     2734     2734      0    52.23   112.91      0.40  11.8%
+remove        1.0%   0.5%     1353     1353      0    37.46    84.56      0.49   4.2%
+readdir       1.0%   1.0%     2663     2663      0     0.75     6.98      0.10   0.2%
+fsstat        1.0%   1.0%     2690     2690      0     0.17     0.08      0.01   0.0%
+access       11.0%  11.1%    29920    29920      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16092      0     0.00     0.00      0.00  42.0%
+readdirplus   2.0%   2.0%     5434     5434      0     1.20     9.89      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     905 Ops/Sec   AVG. RESPONSE TIME:     4.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1480 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  270590         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 303694   
+PHYSICAL NFS IO THROUGHPUT: 1015 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:28:37 PDT 2010 
+************************************************************************
+Wed Mar 24 20:28:37 PDT 2010 
+************************************************************************
+Wed Mar 24 20:28:37 PDT 2010 Test Run 38 of 40
+
+Wed Mar 24 20:28:37 PDT 2010 Wed Mar 24 20:28:37 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 20:28:37 PDT 2010         sfsnfs3 -N 1 -l 1520  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 20:28:52 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 20:28:53 2010 Received.
+Wed Mar 24 20:28:53 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 20:28:53 2010 Completed.
+Wed Mar 24 20:28:53 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 20:29:27 2010 Received.
+Wed Mar 24 20:29:27 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 20:29:27 2010 Completed.
+Wed Mar 24 20:29:27 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:34:28 2010 Received.
+Wed Mar 24 20:34:28 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:34:28 2010 Completed.
+Wed Mar 24 20:39:28 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 20:39:28 2010 Completed.
+Wed Mar 24 20:39:28 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 20:39:39 2010 Received.
+Wed Mar 24 20:39:39 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 20:39:39 2010 Completed.
+Wed Mar 24 20:39:39 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 20:39:40 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1520 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1520
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:39:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.3%    70941    70941      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    10779    10779      0    34.20    74.53      0.16  30.5%
+lookup       24.0%  24.0%    64604    64604      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2596     2596      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    48713    59955      0     1.05    10.35      0.03   4.2%
+write        10.0%  10.0%    26826    32509      0     2.06    19.01      0.05   4.6%
+create        1.0%   1.0%     2793     2793      0    51.78   124.97      0.41  11.9%
+remove        1.0%   0.5%     1446     1446      0    34.66    61.37      0.40   4.1%
+readdir       1.0%   1.0%     2685     2685      0     1.12    18.34      0.16   0.2%
+fsstat        1.0%   1.0%     2747     2747      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    29832    29832      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15922      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     5511     5511      0     1.18    10.76      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     901 Ops/Sec   AVG. RESPONSE TIME:     4.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1520 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  269473         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 302320   
+PHYSICAL NFS IO THROUGHPUT: 1011 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:39:41 PDT 2010 
+************************************************************************
+Wed Mar 24 20:39:41 PDT 2010 
+************************************************************************
+Wed Mar 24 20:39:41 PDT 2010 Test Run 39 of 40
+
+Wed Mar 24 20:39:41 PDT 2010 Wed Mar 24 20:39:41 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 20:39:41 PDT 2010         sfsnfs3 -N 1 -l 1560  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 20:39:56 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 20:39:57 2010 Received.
+Wed Mar 24 20:39:57 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 20:39:57 2010 Completed.
+Wed Mar 24 20:39:57 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 20:40:24 2010 Received.
+Wed Mar 24 20:40:24 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 20:40:24 2010 Completed.
+Wed Mar 24 20:40:24 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:45:25 2010 Received.
+Wed Mar 24 20:45:25 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:45:25 2010 Completed.
+Wed Mar 24 20:50:25 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 20:50:25 2010 Completed.
+Wed Mar 24 20:50:25 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 20:50:36 2010 Received.
+Wed Mar 24 20:50:36 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 20:50:36 2010 Completed.
+Wed Mar 24 20:50:36 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 20:50:37 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1560 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1560
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:50:37 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    67574    67574      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.1%    10593    10593      0    36.27    83.76      0.17  31.8%
+lookup       24.0%  24.1%    62361    62361      0     0.18     0.09      0.00   0.9%
+readlink      1.0%   1.0%     2671     2671      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    46977    58049      0     0.84     8.92      0.03   3.3%
+write        10.0%  10.1%    26256    31638      0     1.85    18.86      0.05   4.0%
+create        1.0%   1.0%     2593     2593      0    55.67   129.09      0.44  11.9%
+remove        1.0%   0.5%     1362     1362      0    36.81    71.85      0.45   4.1%
+readdir       1.0%   1.0%     2558     2558      0     0.68     8.37      0.11   0.1%
+fsstat        1.0%   1.0%     2603     2603      0     0.17     0.08      0.01   0.0%
+access       11.0%  10.9%    28326    28326      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15642      0     0.00     0.00      0.00  41.9%
+readdirplus   2.0%   2.0%     5236     5236      0     1.03     4.89      0.06   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     864 Ops/Sec   AVG. RESPONSE TIME:     4.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1560 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  259110         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 291206   
+PHYSICAL NFS IO THROUGHPUT: 970 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:50:38 PDT 2010 
+************************************************************************
+Wed Mar 24 20:50:38 PDT 2010 
+************************************************************************
+Wed Mar 24 20:50:38 PDT 2010 Test Run 40 of 40
+
+Wed Mar 24 20:50:38 PDT 2010 Wed Mar 24 20:50:38 PDT 2010 c09-44.sysnet.ucsd.edu start:
+Wed Mar 24 20:50:38 PDT 2010         sfsnfs3 -N 1 -l 1600  -t 300 -a 30 -A 70 -R 2 -W 2 -D 30 -F 20000 -S 20 -Q -p 4 -w 300 -U 500 -g 500 -M c09-44.sysnet.ucsd.edu  c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export c09-45.sysnet.ucsd.edu:/export 
+
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Executing SFS Benchmark on 1 Client(s).
+Wed Mar 24 20:50:53 2010 Waiting on DONE-MOUNT message from 1 client(s).
+Wed Mar 24 20:50:54 2010 Received.
+Wed Mar 24 20:50:54 2010 Sending DO-INIT message to 1 client(s).
+Wed Mar 24 20:50:54 2010 Completed.
+Wed Mar 24 20:50:54 2010 Waiting on DONE-INIT message from 1 client(s) (timeout is 8000 seconds).
+Wed Mar 24 20:51:27 2010 Received.
+Wed Mar 24 20:51:27 2010 Sending DO-WARMUP message to 1 client(s).
+Wed Mar 24 20:51:27 2010 Completed.
+Wed Mar 24 20:51:27 2010 Waiting on READY message from 1 client(s).
+Wed Mar 24 20:56:28 2010 Received.
+Wed Mar 24 20:56:28 2010 Sending START message to 1 client(s).
+Wed Mar 24 20:56:28 2010 Completed.
+Wed Mar 24 21:01:28 2010 Sending STOP message to 1 client(s).
+Wed Mar 24 21:01:28 2010 Completed.
+Wed Mar 24 21:01:28 2010 Waiting on DONE-TEST message from 1 client(s).
+Wed Mar 24 21:01:39 2010 Received.
+Wed Mar 24 21:01:39 2010 Sending MOVE-DATA message to 1 client(s).
+Wed Mar 24 21:01:39 2010 Completed.
+Wed Mar 24 21:01:39 2010 Waiting on SEND-DATA message from 1 client(s).
+Wed Mar 24 21:01:40 2010 Received.
+SPEC SFS Benchmark Version 2008, Creation - 1 February 2008
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1600 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1600
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 21:01:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    66655    66655      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    10191    10191      0    37.58    85.24      0.18  31.6%
+lookup       24.0%  24.3%    62034    62034      0     0.18     0.09      0.00   0.9%
+readlink      1.0%   1.0%     2514     2514      0     0.18     0.09      0.01   0.0%
+read         18.0%  17.9%    45723    56107      0     0.92    10.67      0.03   3.5%
+write        10.0%  10.0%    25525    30895      0     1.95    19.11      0.05   4.1%
+create        1.0%   1.0%     2620     2620      0    54.03   116.47      0.41  11.7%
+remove        1.0%   0.6%     1477     1477      0    38.07    69.66      0.43   4.6%
+readdir       1.0%   1.0%     2627     2627      0     0.77     8.62      0.11   0.2%
+fsstat        1.0%   1.0%     2649     2649      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    28418    28418      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15219      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     5156     5156      0     1.22    10.57      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     852 Ops/Sec   AVG. RESPONSE TIME:     4.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1600 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  255589         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 286562   
+PHYSICAL NFS IO THROUGHPUT: 955 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 21:01:41 PDT 2010 
+************************************************************************
+Wed Mar 24 21:01:42 PDT 2010 ========================================================================
diff --git a/results/knfsd-sync/sfsres.native2 b/results/knfsd-sync/sfsres.native2
new file mode 100644 (file)
index 0000000..4c7c08e
--- /dev/null
@@ -0,0 +1,2320 @@
+Wed Mar 24 13:35:26 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 40 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 40
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 13:55:58 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%     3107     3107      0     0.14     0.01      0.00   2.2%
+setattr       4.0%   3.7%      446      446      0     1.93    10.97      0.31   4.3%
+lookup       24.0%  23.7%     2845     2845      0     0.15     0.01      0.00   2.2%
+readlink      1.0%   0.9%      112      112      0     0.14     0.01      0.02   0.1%
+read         18.0%  18.3%     2193     2709      0     4.52    11.95      0.14  49.0%
+write        10.0%   9.8%     1181     1433      0     2.95    13.56      0.21  17.2%
+create        1.0%   1.2%      146      146      0     8.82    46.64      1.11   6.4%
+remove        1.0%   1.1%      136      136      0     6.60    45.24      1.13   4.4%
+readdir       1.0%   1.0%      117      117      0     0.47     0.01      0.02   0.3%
+fsstat        1.0%   1.0%      119      119      0     0.13     0.01      0.02   0.1%
+access       11.0%  11.2%     1348     1348      0     0.14     0.01      0.01   0.9%
+commit        0.0%   0.0%        0      451      0     0.00     0.00      0.00  11.9%
+readdirplus   2.0%   2.1%      252      252      0     0.86     0.03      0.02   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:      40 Ops/Sec   AVG. RESPONSE TIME:     1.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 40 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  12002          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 13221    
+PHYSICAL NFS IO THROUGHPUT: 44 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3139.3 MB  (100.00% to 100.83% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 13:55:59 PDT 2010 ************************************************************************
+Wed Mar 24 13:55:59 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 80 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 80
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:06:46 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%     6239     6239      0     0.14     0.01      0.00   2.0%
+setattr       4.0%   4.1%      995      995      0     5.23    51.14      0.44  12.1%
+lookup       24.0%  24.3%     5841     5841      0     0.15     0.02      0.00   2.0%
+readlink      1.0%   1.0%      244      244      0     0.14     0.01      0.01   0.1%
+read         18.0%  18.0%     4328     5382      0     2.95    13.50      0.11  29.8%
+write        10.0%   9.7%     2331     2763      0     4.09    31.40      0.23  22.2%
+create        1.0%   0.9%      221      221      0    14.56    93.83      1.28   7.5%
+remove        1.0%   0.9%      220      220      0     5.47    52.43      0.96   2.8%
+readdir       1.0%   0.9%      220      220      0     1.35    12.97      0.48   0.7%
+fsstat        1.0%   1.0%      230      230      0     0.13     0.01      0.01   0.1%
+access       11.0%  11.1%     2655     2655      0     0.14     0.01      0.00   0.9%
+commit        0.0%   0.0%        0      980      0     0.00     0.00      0.00  17.0%
+readdirplus   2.0%   2.1%      493      493      0     2.46    23.34      0.43   2.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:      80 Ops/Sec   AVG. RESPONSE TIME:     1.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 80 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  24017          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 26483    
+PHYSICAL NFS IO THROUGHPUT: 88 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3164.1 MB  (100.00% to 101.63% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:06:47 PDT 2010 ************************************************************************
+Wed Mar 24 14:06:47 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 120 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 120
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:17:28 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%     9334     9334      0     0.14     0.02      0.00   2.2%
+setattr       4.0%   4.0%     1436     1436      0     9.10    78.31      0.46  22.4%
+lookup       24.0%  24.3%     8731     8731      0     0.15     0.02      0.00   2.2%
+readlink      1.0%   0.9%      331      331      0     0.15     0.02      0.02   0.1%
+read         18.0%  17.9%     6439     7928      0     2.03     8.08      0.07  22.4%
+write        10.0%   9.9%     3545     4272      0     1.84    15.24      0.13  11.2%
+create        1.0%   1.0%      353      353      0     5.02    39.36      0.65   3.0%
+remove        1.0%   0.9%      336      336      0    11.51    86.16      0.99   6.6%
+readdir       1.0%   1.0%      350      350      0     0.48     0.33      0.06   0.3%
+fsstat        1.0%   1.0%      374      374      0     0.14     0.03      0.02   0.1%
+access       11.0%  11.3%     4055     4055      0     0.14     0.02      0.00   1.0%
+commit        0.0%   0.0%        0     1664      0     0.00     0.00      0.00  25.6%
+readdirplus   2.0%   1.9%      701      701      0     2.35    23.27      0.36   2.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     120 Ops/Sec   AVG. RESPONSE TIME:     1.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 120 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  35985          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 39865    
+PHYSICAL NFS IO THROUGHPUT: 132 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3199.3 MB  (100.00% to 102.76% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:17:29 PDT 2010 ************************************************************************
+Wed Mar 24 14:17:29 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 160 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 160
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:28:13 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    12622    12622      0     0.14     0.02      0.00   2.6%
+setattr       4.0%   3.9%     1881     1881      0     5.23    47.80      0.31  14.4%
+lookup       24.0%  24.3%    11689    11689      0     0.15     0.02      0.00   2.5%
+readlink      1.0%   1.0%      480      480      0     0.15     0.02      0.01   0.1%
+read         18.0%  18.0%     8669    10666      0     1.64     7.57      0.06  20.8%
+write        10.0%  10.0%     4798     5890      0     2.11    20.90      0.13  14.8%
+create        1.0%   0.9%      447      447      0    10.81    84.48      0.85   7.1%
+remove        1.0%   1.0%      502      502      0     5.95    55.79      0.65   4.4%
+readdir       1.0%   1.0%      476      476      0     1.55    18.28      0.38   1.1%
+fsstat        1.0%   1.0%      474      474      0     0.14     0.02      0.01   0.1%
+access       11.0%  10.8%     5206     5206      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     2420      0     0.00     0.00      0.00  28.3%
+readdirplus   2.0%   1.8%      885      885      0     2.10    22.40      0.31   2.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     160 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 160 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  48129          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 53638    
+PHYSICAL NFS IO THROUGHPUT: 178 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3227.2 MB  (100.00% to 103.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:28:14 PDT 2010 ************************************************************************
+Wed Mar 24 14:28:14 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 200 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 200
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:39:04 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    15745    15745      0     0.14     0.02      0.00   2.6%
+setattr       4.0%   4.0%     2412     2412      0     6.65    65.90      0.32  19.2%
+lookup       24.0%  23.7%    14248    14248      0     0.15     0.02      0.00   2.5%
+readlink      1.0%   1.0%      608      608      0     0.14     0.01      0.01   0.1%
+read         18.0%  18.1%    10846    13326      0     1.36     8.48      0.05  17.6%
+write        10.0%  10.0%     6003     7216      0     1.81    19.80      0.11  13.0%
+create        1.0%   1.1%      652      652      0     6.28    69.14      0.64   4.9%
+remove        1.0%   1.0%      620      620      0    11.32    99.24      0.78   8.4%
+readdir       1.0%   1.0%      592      592      0     0.47     0.02      0.01   0.3%
+fsstat        1.0%   1.0%      582      582      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.0%     6589     6589      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     3147      0     0.00     0.00      0.00  28.6%
+readdirplus   2.0%   2.0%     1188     1188      0     1.03     4.14      0.12   1.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     200 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 200 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  60085          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 66925    
+PHYSICAL NFS IO THROUGHPUT: 223 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3249.5 MB  (100.00% to 104.37% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:39:05 PDT 2010 ************************************************************************
+Wed Mar 24 14:39:05 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 240 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 240
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 14:49:53 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    18926    18926      0     0.14     0.02      0.00   2.7%
+setattr       4.0%   4.0%     2915     2915      0     6.38    63.79      0.29  19.0%
+lookup       24.0%  24.2%    17476    17476      0     0.15     0.02      0.00   2.6%
+readlink      1.0%   1.0%      696      696      0     0.15     0.04      0.01   0.1%
+read         18.0%  17.8%    12890    15880      0     1.14     8.99      0.05  15.0%
+write        10.0%   9.8%     7087     8569      0     1.77    21.54      0.11  12.9%
+create        1.0%   1.0%      732      732      0    13.44   114.25      0.77  10.1%
+remove        1.0%   1.1%      774      774      0    11.45    94.36      0.68   9.1%
+readdir       1.0%   0.9%      684      684      0     0.68     3.93      0.15   0.5%
+fsstat        1.0%   1.0%      717      717      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.0%     7977     7977      0     0.14     0.02      0.00   1.1%
+commit        0.0%   0.0%        0     3824      0     0.00     0.00      0.00  25.2%
+readdirplus   2.0%   1.9%     1404     1404      0     1.10     8.33      0.15   1.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     241 Ops/Sec   AVG. RESPONSE TIME:     1.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 240 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  72278          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 80574    
+PHYSICAL NFS IO THROUGHPUT: 268 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3273.8 MB  (100.00% to 105.15% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 14:49:54 PDT 2010 ************************************************************************
+Wed Mar 24 14:49:54 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 280 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 280
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:00:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    21802    21802      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   3.9%     3311     3311      0     6.10    61.20      0.27  19.1%
+lookup       24.0%  24.2%    20259    20259      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   1.0%      861      861      0     0.15     0.02      0.01   0.1%
+read         18.0%  17.9%    15021    18437      0     1.01     8.29      0.05  14.4%
+write        10.0%  10.0%     8410    10233      0     2.01    24.23      0.11  16.0%
+create        1.0%   1.0%      818      818      0    10.58    79.20      0.61   8.2%
+remove        1.0%   1.0%      843      843      0     6.47    59.81      0.52   5.2%
+readdir       1.0%   0.9%      796      796      0     0.49     0.42      0.04   0.4%
+fsstat        1.0%   1.0%      818      818      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.0%     9236     9236      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     4702      0     0.00     0.00      0.00  27.9%
+readdirplus   2.0%   2.0%     1689     1689      0     0.94     2.30      0.07   1.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     280 Ops/Sec   AVG. RESPONSE TIME:     1.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 280 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  83864          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 93805    
+PHYSICAL NFS IO THROUGHPUT: 312 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3309.7 MB  (100.00% to 106.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:00:43 PDT 2010 ************************************************************************
+Wed Mar 24 15:00:43 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 320 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 320
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:11:36 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%    24771    24771      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   4.0%     3863     3863      0     7.00    70.19      0.26  22.4%
+lookup       24.0%  24.1%    23087    23087      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   1.0%      948      948      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    17286    21190      0     1.08    12.16      0.05  15.5%
+write        10.0%   9.9%     9424    11299      0     1.63    22.05      0.09  12.8%
+create        1.0%   1.0%      966      966      0    11.31    98.41      0.63   9.1%
+remove        1.0%   1.0%      948      948      0     4.67    60.15      0.49   3.7%
+readdir       1.0%   1.0%      943      943      0     0.67     5.93      0.16   0.5%
+fsstat        1.0%   1.0%      954      954      0     0.14     0.02      0.01   0.1%
+access       11.0%  11.1%    10586    10586      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     5298      0     0.00     0.00      0.00  27.5%
+readdirplus   2.0%   2.0%     1898     1898      0     0.86     0.05      0.01   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     319 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 320 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  95674          TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 106751   
+PHYSICAL NFS IO THROUGHPUT: 355 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3332.1 MB  (100.00% to 107.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:11:37 PDT 2010 ************************************************************************
+Wed Mar 24 15:11:37 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 360 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 360
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:22:29 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    27952    27952      0     0.14     0.03      0.00   2.9%
+setattr       4.0%   4.1%     4424     4424      0     7.17    74.14      0.25  23.0%
+lookup       24.0%  23.9%    25683    25683      0     0.15     0.03      0.00   2.8%
+readlink      1.0%   0.9%     1022     1022      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    19526    23854      0     0.86     8.17      0.04  12.2%
+write        10.0%  10.1%    10897    13212      0     1.74    22.71      0.09  13.8%
+create        1.0%   1.0%     1061     1061      0     7.86    91.19      0.57   6.0%
+remove        1.0%   1.0%     1046     1046      0     6.21    60.69      0.47   4.7%
+readdir       1.0%   1.0%     1095     1095      0     1.34    21.37      0.27   1.1%
+fsstat        1.0%   1.0%     1125     1125      0     0.14     0.04      0.01   0.1%
+access       11.0%  10.9%    11706    11706      0     0.14     0.03      0.00   1.2%
+commit        0.0%   0.0%        0     6211      0     0.00     0.00      0.00  30.2%
+readdirplus   2.0%   2.0%     2131     2131      0     1.24    14.48      0.16   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     359 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 360 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  107668         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 120522   
+PHYSICAL NFS IO THROUGHPUT: 401 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3360.0 MB  (100.00% to 107.92% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:22:30 PDT 2010 ************************************************************************
+Wed Mar 24 15:22:30 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 400 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 400
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:33:21 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    31385    31385      0     0.14     0.03      0.00   1.5%
+setattr       4.0%   4.0%     4855     4855      0    13.29    76.44      0.25  21.6%
+lookup       24.0%  24.0%    28963    28963      0     0.15     0.03      0.00   1.5%
+readlink      1.0%   1.0%     1178     1178      0     0.15     0.03      0.01   0.1%
+read         18.0%  17.9%    21628    26342      0     1.18    11.69      0.05   8.5%
+write        10.0%   9.9%    11920    14336      0     2.02    23.98      0.09   8.1%
+create        1.0%   1.0%     1202     1202      0    20.61   103.21      0.57   8.3%
+remove        1.0%   1.0%     1170     1170      0    16.13    78.09      0.51   6.3%
+readdir       1.0%   0.9%     1139     1139      0     1.02    17.71      0.24   0.4%
+fsstat        1.0%   1.0%     1225     1225      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.2%    13533    13533      0     0.14     0.03      0.00   0.6%
+commit        0.0%   0.0%        0     6839      0     0.00     0.00      0.00  42.0%
+readdirplus   2.0%   2.1%     2510     2510      0     1.28    10.72      0.13   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     404 Ops/Sec   AVG. RESPONSE TIME:     2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 400 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  120708         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 134677   
+PHYSICAL NFS IO THROUGHPUT: 450 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3377.4 MB  (100.00% to 108.48% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:33:22 PDT 2010 ************************************************************************
+Wed Mar 24 15:33:22 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 440 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 440
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:44:18 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    34710    34710      0     0.14     0.03      0.00   1.4%
+setattr       4.0%   4.0%     5313     5313      0    15.30    76.64      0.24  23.4%
+lookup       24.0%  23.8%    31557    31557      0     0.15     0.04      0.00   1.4%
+readlink      1.0%   0.9%     1227     1227      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    23994    29350      0     1.18    11.88      0.04   8.1%
+write        10.0%  10.0%    13316    16107      0     1.93    22.26      0.08   7.4%
+create        1.0%   1.0%     1306     1306      0    22.81   110.22      0.57   8.6%
+remove        1.0%   1.0%     1325     1325      0    15.09    69.92      0.45   5.8%
+readdir       1.0%   1.0%     1345     1345      0     1.73    25.57      0.27   0.7%
+fsstat        1.0%   1.0%     1290     1290      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.0%    14527    14527      0     0.14     0.03      0.00   0.6%
+commit        0.0%   0.0%        0     7713      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     2686     2686      0     1.48    15.84      0.15   1.1%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     443 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 440 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  132596         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 148456   
+PHYSICAL NFS IO THROUGHPUT: 496 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3413.7 MB  (100.00% to 109.65% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:44:19 PDT 2010 ************************************************************************
+Wed Mar 24 15:44:19 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 480 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 480
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 15:55:11 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    37757    37757      0     0.14     0.03      0.00   1.4%
+setattr       4.0%   4.0%     5752     5752      0    14.50    74.72      0.22  21.9%
+lookup       24.0%  24.1%    34861    34861      0     0.15     0.03      0.00   1.4%
+readlink      1.0%   1.0%     1412     1412      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.0%    26126    32123      0     1.25    13.76      0.04   8.6%
+write        10.0%  10.1%    14569    17512      0     2.07    24.19      0.08   7.9%
+create        1.0%   0.9%     1376     1376      0    19.46    93.90      0.51   7.0%
+remove        1.0%   1.0%     1418     1418      0    20.26    99.55      0.52   7.6%
+readdir       1.0%   1.0%     1497     1497      0     0.84    11.39      0.17   0.3%
+fsstat        1.0%   1.0%     1481     1481      0     0.14     0.03      0.01   0.1%
+access       11.0%  10.9%    15801    15801      0     0.14     0.04      0.00   0.6%
+commit        0.0%   0.0%        0     8417      0     0.00     0.00      0.00  42.1%
+readdirplus   2.0%   2.0%     2888     2888      0     1.29    13.39      0.13   1.0%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     485 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 480 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  144938         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 162295   
+PHYSICAL NFS IO THROUGHPUT: 542 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.6 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 15:55:12 PDT 2010 ************************************************************************
+Wed Mar 24 15:55:12 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 520 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 520
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:06:04 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    40400    40400      0     0.14     0.04      0.00   1.4%
+setattr       4.0%   4.0%     6217     6217      0    15.46    81.65      0.22  23.6%
+lookup       24.0%  23.9%    37115    37115      0     0.15     0.04      0.00   1.4%
+readlink      1.0%   1.0%     1539     1539      0     0.15     0.03      0.01   0.1%
+read         18.0%  18.1%    28144    34660      0     0.96    10.46      0.04   6.6%
+write        10.0%  10.1%    15685    18877      0     1.48    17.62      0.07   5.7%
+create        1.0%   1.0%     1569     1569      0    20.66   105.47      0.51   7.9%
+remove        1.0%   0.9%     1458     1458      0    19.81   101.75      0.52   7.1%
+readdir       1.0%   1.0%     1493     1493      0     0.74     7.77      0.14   0.3%
+fsstat        1.0%   1.0%     1510     1510      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.1%    17336    17336      0     0.14     0.04      0.00   0.6%
+commit        0.0%   0.0%        0     9078      0     0.00     0.00      0.00  43.9%
+readdirplus   2.0%   2.0%     3141     3141      0     1.82    24.18      0.17   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     519 Ops/Sec   AVG. RESPONSE TIME:     2.6 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 520 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  155607         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 174393   
+PHYSICAL NFS IO THROUGHPUT: 581 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.6 MB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:06:05 PDT 2010 ************************************************************************
+Wed Mar 24 16:06:05 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 560 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 560
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:17:00 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    44406    44406      0     0.15     0.04      0.00   2.9%
+setattr       4.0%   4.0%     6828     6828      0     7.28    72.50      0.20  22.3%
+lookup       24.0%  23.8%    40483    40483      0     0.15     0.04      0.00   2.8%
+readlink      1.0%   1.0%     1671     1671      0     0.15     0.04      0.01   0.1%
+read         18.0%  18.1%    30859    37815      0     0.70     7.18      0.03   9.7%
+write        10.0%  10.0%    17078    20652      0     1.52    21.67      0.07  11.7%
+create        1.0%   1.0%     1716     1716      0    14.75   108.35      0.49  11.4%
+remove        1.0%   0.9%     1608     1608      0     7.09    64.29      0.39   5.1%
+readdir       1.0%   1.0%     1670     1670      0     0.58     4.17      0.10   0.4%
+fsstat        1.0%   1.0%     1686     1686      0     0.15     0.04      0.01   0.1%
+access       11.0%  11.0%    18784    18784      0     0.15     0.04      0.00   1.2%
+commit        0.0%   0.0%        0    10000      0     0.00     0.00      0.00  30.3%
+readdirplus   2.0%   2.0%     3476     3476      0     1.24    12.16      0.12   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     569 Ops/Sec   AVG. RESPONSE TIME:     1.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 560 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  170265         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 190795   
+PHYSICAL NFS IO THROUGHPUT: 638 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.8 MB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:17:01 PDT 2010 ************************************************************************
+Wed Mar 24 16:17:01 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 600 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 600
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:27:52 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    47260    47260      0     0.14     0.04      0.00   3.3%
+setattr       4.0%   4.1%     7412     7412      0     6.75    68.87      0.19  24.5%
+lookup       24.0%  23.9%    43335    43335      0     0.15     0.04      0.00   3.2%
+readlink      1.0%   1.0%     1789     1789      0     0.15     0.04      0.01   0.1%
+read         18.0%  17.9%    32431    39863      0     0.77     8.40      0.03  12.2%
+write        10.0%  10.0%    18092    22006      0     1.25    18.15      0.06  11.0%
+create        1.0%   1.0%     1898     1898      0     8.46    85.05      0.41   7.8%
+remove        1.0%   0.9%     1689     1689      0     4.95    56.57      0.36   4.1%
+readdir       1.0%   1.0%     1826     1826      0     0.49     0.33      0.03   0.4%
+fsstat        1.0%   1.0%     1793     1793      0     0.14     0.03      0.01   0.1%
+access       11.0%  11.1%    20038    20038      0     0.14     0.04      0.00   1.4%
+commit        0.0%   0.0%        0    10661      0     0.00     0.00      0.00  29.8%
+readdirplus   2.0%   2.0%     3622     3622      0     1.12    10.83      0.11   2.0%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     604 Ops/Sec   AVG. RESPONSE TIME:     1.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 600 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  181185         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 203192   
+PHYSICAL NFS IO THROUGHPUT: 677 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3430.5 MB  (100.00% to 110.18% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:27:53 PDT 2010 ************************************************************************
+Wed Mar 24 16:27:53 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 640 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 640
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:38:47 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    50818    50818      0     0.15     0.04      0.00   3.4%
+setattr       4.0%   4.0%     7799     7799      0     7.25    76.55      0.19  25.9%
+lookup       24.0%  24.2%    47222    47222      0     0.15     0.04      0.00   3.3%
+readlink      1.0%   1.0%     1967     1967      0     0.15     0.04      0.01   0.1%
+read         18.0%  18.0%    35112    43105      0     0.59     5.75      0.03   9.5%
+write        10.0%  10.1%    19771    23991      0     1.02    13.28      0.05   9.2%
+create        1.0%   1.0%     1924     1924      0    10.12    95.45      0.44   8.9%
+remove        1.0%   0.7%     1406     1406      0     9.32   100.27      0.52   6.0%
+readdir       1.0%   1.0%     1903     1903      0     0.45     0.05      0.01   0.4%
+fsstat        1.0%   1.0%     2024     2024      0     0.14     0.04      0.01   0.1%
+access       11.0%  11.1%    21598    21598      0     0.15     0.04      0.00   1.4%
+commit        0.0%   0.0%        0    11647      0     0.00     0.00      0.00  30.0%
+readdirplus   2.0%   2.0%     3886     3886      0     1.05     8.04      0.09   1.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     651 Ops/Sec   AVG. RESPONSE TIME:     1.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 640 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  195430         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 219290   
+PHYSICAL NFS IO THROUGHPUT: 730 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.3 MB  (100.00% to 110.02% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:38:48 PDT 2010 ************************************************************************
+Wed Mar 24 16:38:48 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 680 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 680
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 16:49:44 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  25.9%    53769    53769      0     0.15     0.06      0.00   1.4%
+setattr       4.0%   4.0%     8290     8290      0    18.92    70.16      0.18  26.0%
+lookup       24.0%  24.1%    49918    49918      0     0.16     0.05      0.00   1.3%
+readlink      1.0%   1.0%     2097     2097      0     0.15     0.05      0.01   0.1%
+read         18.0%  18.0%    37352    45875      0     0.73     7.92      0.03   4.5%
+write        10.0%  10.1%    20925    25463      0     1.22    15.37      0.05   4.3%
+create        1.0%   1.0%     2120     2120      0    25.12    86.43      0.40   8.8%
+remove        1.0%   0.8%     1580     1580      0    25.31   123.17      0.55   6.6%
+readdir       1.0%   1.0%     2052     2052      0     0.49     0.40      0.03   0.2%
+fsstat        1.0%   1.0%     2104     2104      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.0%    22861    22861      0     0.15     0.05      0.00   0.6%
+commit        0.0%   0.0%        0    12304      0     0.00     0.00      0.00  45.4%
+readdirplus   2.0%   2.0%     4159     4159      0     1.09     9.85      0.10   0.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     693 Ops/Sec   AVG. RESPONSE TIME:     2.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 680 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  207227         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 232592   
+PHYSICAL NFS IO THROUGHPUT: 777 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3427.7 MB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 16:49:45 PDT 2010 ************************************************************************
+Wed Mar 24 16:49:45 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 720 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 720
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:00:34 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    57364    57364      0     0.15     0.06      0.00   1.3%
+setattr       4.0%   4.0%     8834     8834      0    20.81    72.35      0.18  27.3%
+lookup       24.0%  24.0%    52774    52774      0     0.16     0.06      0.00   1.3%
+readlink      1.0%   1.0%     2195     2195      0     0.16     0.06      0.01   0.1%
+read         18.0%  18.2%    39936    49168      0     0.83    10.20      0.03   4.9%
+write        10.0%   9.9%    21805    26424      0     1.73    21.16      0.06   5.6%
+create        1.0%   1.0%     2197     2197      0    25.77    70.35      0.35   8.4%
+remove        1.0%   0.7%     1580     1580      0    20.33    62.14      0.39   4.8%
+readdir       1.0%   1.0%     2187     2187      0     0.48     0.34      0.02   0.2%
+fsstat        1.0%   1.0%     2233     2233      0     0.15     0.07      0.01   0.1%
+access       11.0%  11.0%    24032    24032      0     0.15     0.06      0.00   0.6%
+commit        0.0%   0.0%        0    12883      0     0.00     0.00      0.00  44.9%
+readdirplus   2.0%   2.0%     4313     4313      0     1.21    14.50      0.11   0.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     734 Ops/Sec   AVG. RESPONSE TIME:     3.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 720 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  219450         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 246184   
+PHYSICAL NFS IO THROUGHPUT: 823 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.9 MB  (100.00% to 110.04% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:00:35 PDT 2010 ************************************************************************
+Wed Mar 24 17:00:35 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 760 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 760
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:11:30 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    60960    60960      0     0.15     0.05      0.00   2.1%
+setattr       4.0%   3.9%     9062     9062      0    10.41    54.22      0.15  21.7%
+lookup       24.0%  24.2%    56292    56292      0     0.16     0.05      0.00   2.0%
+readlink      1.0%   1.0%     2354     2354      0     0.16     0.05      0.01   0.1%
+read         18.0%  18.0%    41731    51482      0     0.68     7.15      0.03   6.5%
+write        10.0%  10.0%    23148    27997      0     1.36    20.49      0.06   7.3%
+create        1.0%   1.0%     2352     2352      0    21.47   119.62      0.44  11.6%
+remove        1.0%   0.7%     1656     1656      0    16.11    96.98      0.47   6.2%
+readdir       1.0%   1.0%     2364     2364      0     0.88    14.83      0.16   0.5%
+fsstat        1.0%   1.0%     2344     2344      0     0.15     0.06      0.01   0.1%
+access       11.0%  11.0%    25545    25545      0     0.15     0.05      0.00   0.9%
+commit        0.0%   0.0%        0    13743      0     0.00     0.00      0.00  39.6%
+readdirplus   2.0%   2.0%     4675     4675      0     1.30    12.91      0.10   1.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     775 Ops/Sec   AVG. RESPONSE TIME:     1.9 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 760 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  232483         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 260826   
+PHYSICAL NFS IO THROUGHPUT: 869 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3426.6 MB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:11:31 PDT 2010 ************************************************************************
+Wed Mar 24 17:11:31 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 800 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 800
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:22:29 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    64054    64054      0     0.15     0.05      0.00   2.3%
+setattr       4.0%   4.0%     9860     9860      0    11.24    70.97      0.17  26.2%
+lookup       24.0%  24.1%    59085    59085      0     0.16     0.05      0.00   2.2%
+readlink      1.0%   1.0%     2397     2397      0     0.15     0.05      0.01   0.1%
+read         18.0%  18.0%    44111    53882      0     0.65     7.05      0.02   6.8%
+write        10.0%  10.0%    24545    29861      0     1.15    15.70      0.05   6.7%
+create        1.0%   1.0%     2523     2523      0    16.66    94.58      0.38   9.9%
+remove        1.0%   0.6%     1502     1502      0    11.30    66.14      0.41   4.0%
+readdir       1.0%   1.0%     2428     2428      0     0.46     0.26      0.02   0.3%
+fsstat        1.0%   1.0%     2462     2462      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.0%    26923    26923      0     0.15     0.05      0.00   0.9%
+commit        0.0%   0.0%        0    14552      0     0.00     0.00      0.00  39.2%
+readdirplus   2.0%   2.0%     4913     4913      0     1.10    10.54      0.09   1.3%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     819 Ops/Sec   AVG. RESPONSE TIME:     1.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 800 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  244803         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 274442   
+PHYSICAL NFS IO THROUGHPUT: 917 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3432.2 MB  (100.00% to 110.24% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:22:30 PDT 2010 ************************************************************************
+Wed Mar 24 17:22:30 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 840 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 840
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:33:20 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    66879    66879      0     0.15     0.06      0.00   1.8%
+setattr       4.0%   4.1%    10419    10419      0    13.77    68.79      0.16  26.1%
+lookup       24.0%  24.1%    62094    62094      0     0.16     0.06      0.00   1.8%
+readlink      1.0%   1.0%     2638     2638      0     0.16     0.05      0.01   0.1%
+read         18.0%  18.1%    46619    57562      0     0.61     5.43      0.02   5.1%
+write        10.0%  10.1%    25954    31328      0     1.16    14.92      0.05   5.5%
+create        1.0%   1.0%     2529     2529      0    24.81   130.18      0.44  11.4%
+remove        1.0%   0.6%     1443     1443      0    14.50    67.34      0.42   3.8%
+readdir       1.0%   1.0%     2521     2521      0     0.49     1.75      0.05   0.2%
+fsstat        1.0%   1.0%     2501     2501      0     0.15     0.05      0.01   0.1%
+access       11.0%  11.1%    28501    28501      0     0.15     0.05      0.00   0.8%
+commit        0.0%   0.0%        0    15422      0     0.00     0.00      0.00  42.4%
+readdirplus   2.0%   2.0%     5127     5127      0     1.01     8.67      0.08   0.9%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     857 Ops/Sec   AVG. RESPONSE TIME:     2.1 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 840 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  257225         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 288964   
+PHYSICAL NFS IO THROUGHPUT: 963 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3427.5 MB  (100.00% to 110.09% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:33:21 PDT 2010 ************************************************************************
+Wed Mar 24 17:33:21 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 880 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 880
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:44:15 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    70904    70904      0     0.16     0.06      0.00   1.6%
+setattr       4.0%   4.0%    10915    10915      0    18.01    78.45      0.17  28.6%
+lookup       24.0%  24.0%    64900    64900      0     0.16     0.06      0.00   1.5%
+readlink      1.0%   1.0%     2763     2763      0     0.16     0.06      0.01   0.1%
+read         18.0%  17.9%    48531    60100      0     0.63     5.75      0.02   4.5%
+write        10.0%  10.0%    27187    33036      0     1.17    13.93      0.04   4.6%
+create        1.0%   1.0%     2772     2772      0    24.81    99.10      0.37  10.0%
+remove        1.0%   0.6%     1650     1650      0    17.82    71.81      0.41   4.3%
+readdir       1.0%   1.0%     2748     2748      0     0.54     3.86      0.07   0.2%
+fsstat        1.0%   1.0%     2785     2785      0     0.15     0.06      0.01   0.1%
+access       11.0%  11.2%    30206    30206      0     0.16     0.06      0.00   0.7%
+commit        0.0%   0.0%        0    16108      0     0.00     0.00      0.00  43.2%
+readdirplus   2.0%   2.0%     5439     5439      0     0.95     4.82      0.06   0.8%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     906 Ops/Sec   AVG. RESPONSE TIME:     2.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 880 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  270800         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 304326   
+PHYSICAL NFS IO THROUGHPUT: 1017 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3434.1 MB  (100.00% to 110.30% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:44:16 PDT 2010 ************************************************************************
+Wed Mar 24 17:44:16 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 920 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 920
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 17:55:10 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73244    73244      0     0.16     0.07      0.00   1.4%
+setattr       4.0%   4.0%    11247    11247      0    20.29    74.59      0.16  28.5%
+lookup       24.0%  24.2%    67848    67848      0     0.16     0.06      0.00   1.4%
+readlink      1.0%   1.0%     2788     2788      0     0.16     0.07      0.01   0.1%
+read         18.0%  18.1%    50682    62156      0     0.64     6.80      0.02   4.0%
+write        10.0%   9.9%    27884    34009      0     1.15    13.93      0.04   4.0%
+create        1.0%   1.0%     2754     2754      0    27.58    94.49      0.36   9.5%
+remove        1.0%   0.6%     1556     1556      0    18.43    60.03      0.38   3.6%
+readdir       1.0%   1.0%     2756     2756      0     0.46     0.17      0.02   0.2%
+fsstat        1.0%   1.0%     2904     2904      0     0.16     0.07      0.01   0.1%
+access       11.0%  11.1%    31133    31133      0     0.16     0.07      0.00   0.6%
+commit        0.0%   0.0%        0    16576      0     0.00     0.00      0.00  45.9%
+readdirplus   2.0%   2.0%     5713     5713      0     0.97     5.49      0.06   0.7%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     938 Ops/Sec   AVG. RESPONSE TIME:     2.8 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 920 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  280509         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 314684   
+PHYSICAL NFS IO THROUGHPUT: 1052 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3426.6 MB  (100.00% to 110.06% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 17:55:11 PDT 2010 ************************************************************************
+Wed Mar 24 17:55:11 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 960 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 960
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:06:03 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    75365    75365      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   3.9%    11375    11375      0    30.31    77.50      0.16  29.7%
+lookup       24.0%  24.1%    69588    69588      0     0.18     0.09      0.00   1.1%
+readlink      1.0%   1.0%     2905     2905      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.0%    52104    64424      0     0.82    10.26      0.03   3.7%
+write        10.0%  10.1%    29159    35225      0     1.78    22.16      0.05   4.5%
+create        1.0%   1.0%     2926     2926      0    42.70   102.44      0.37  10.8%
+remove        1.0%   0.5%     1481     1481      0    30.68    80.90      0.46   3.9%
+readdir       1.0%   1.0%     2897     2897      0     0.50     0.51      0.03   0.1%
+fsstat        1.0%   1.1%     3036     3036      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    32044    32044      0     0.17     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17389      0     0.00     0.00      0.00  44.0%
+readdirplus   2.0%   2.0%     5793     5793      0     0.99     5.54      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     965 Ops/Sec   AVG. RESPONSE TIME:     4.0 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 960 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  288673         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 324448   
+PHYSICAL NFS IO THROUGHPUT: 1085 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:06:04 PDT 2010 ************************************************************************
+Wed Mar 24 18:06:04 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1000 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1000
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:17:01 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    74091    74091      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11464    11464      0    32.61    82.02      0.17  31.1%
+lookup       24.0%  24.1%    68623    68623      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2867     2867      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51462    63268      0     0.82     9.48      0.03   3.5%
+write        10.0%  10.1%    28826    34782      0     1.56    17.23      0.05   3.7%
+create        1.0%   1.0%     2787     2787      0    43.06    96.97      0.37  10.0%
+remove        1.0%   0.5%     1325     1325      0    33.92    92.00      0.52   3.7%
+readdir       1.0%   1.0%     2922     2922      0     0.56     3.63      0.07   0.1%
+fsstat        1.0%   1.0%     2797     2797      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31449    31449      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17232      0     0.00     0.00      0.00  44.6%
+readdirplus   2.0%   2.0%     5770     5770      0     0.99     5.71      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     951 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1000 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  284383         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319377   
+PHYSICAL NFS IO THROUGHPUT: 1068 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3425.8 MB  (100.00% to 110.03% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:17:02 PDT 2010 ************************************************************************
+Wed Mar 24 18:17:02 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1040 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1040
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:28:00 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    74466    74466      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.1%    11616    11616      0    32.56    85.25      0.17  31.3%
+lookup       24.0%  24.1%    68508    68508      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2820     2820      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    51508    63212      0     0.82     9.53      0.03   3.5%
+write        10.0%  10.1%    28636    34467      0     1.49    17.92      0.05   3.5%
+create        1.0%   1.0%     2911     2911      0    45.05   115.94      0.39  10.9%
+remove        1.0%   0.6%     1581     1581      0    28.94    51.10      0.35   3.8%
+readdir       1.0%   1.0%     2837     2837      0     0.49     0.24      0.02   0.1%
+fsstat        1.0%   1.0%     2912     2912      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31365    31365      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17114      0     0.00     0.00      0.00  43.7%
+readdirplus   2.0%   2.0%     5582     5582      0     1.13    10.26      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     949 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1040 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  284742         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319391   
+PHYSICAL NFS IO THROUGHPUT: 1064 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:28:01 PDT 2010 ************************************************************************
+Wed Mar 24 18:28:01 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1080 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1080
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:38:55 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    73731    73731      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.1%    11461    11461      0    32.35    82.85      0.17  30.7%
+lookup       24.0%  24.1%    67877    67877      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2803     2803      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51052    62832      0     0.73     8.50      0.03   3.1%
+write        10.0%  10.1%    28345    34506      0     1.66    19.10      0.05   3.9%
+create        1.0%   1.0%     2791     2791      0    46.25   112.80      0.39  10.7%
+remove        1.0%   0.5%     1365     1365      0    32.61    69.85      0.44   3.7%
+readdir       1.0%   1.0%     2820     2820      0     0.90    13.09      0.13   0.2%
+fsstat        1.0%   1.0%     2855     2855      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31054    31054      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16907      0     0.00     0.00      0.00  44.6%
+readdirplus   2.0%   2.0%     5619     5619      0     0.93     1.24      0.03   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     942 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1080 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  281773         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 316621   
+PHYSICAL NFS IO THROUGHPUT: 1058 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:38:56 PDT 2010 ************************************************************************
+Wed Mar 24 18:38:56 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1120 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1120
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 18:49:50 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    76310    76310      0     0.18     0.19      0.00   1.1%
+setattr       4.0%   4.0%    11686    11686      0    31.45    74.94      0.16  30.4%
+lookup       24.0%  24.0%    69912    69912      0     0.18     0.09      0.00   1.1%
+readlink      1.0%   1.0%     2829     2829      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    52772    64728      0     0.76     7.66      0.02   3.3%
+write        10.0%  10.0%    29160    35198      0     1.80    20.44      0.05   4.3%
+create        1.0%   1.0%     2929     2929      0    42.04    92.55      0.35  10.2%
+remove        1.0%   0.5%     1486     1486      0    31.24    71.75      0.43   3.8%
+readdir       1.0%   1.0%     2959     2959      0     0.73     9.05      0.11   0.2%
+fsstat        1.0%   1.0%     2889     2889      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31985    31985      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17476      0     0.00     0.00      0.00  44.4%
+readdirplus   2.0%   2.0%     5803     5803      0     1.17    11.58      0.09   0.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     972 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1120 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  290720         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 326190   
+PHYSICAL NFS IO THROUGHPUT: 1090 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 18:49:51 PDT 2010 ************************************************************************
+Wed Mar 24 18:49:51 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1160 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1160
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:00:46 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    74671    74671      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11403    11403      0    31.95    76.07      0.16  30.2%
+lookup       24.0%  24.1%    68842    68842      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2895     2895      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    51512    63175      0     0.74     8.05      0.02   3.2%
+write        10.0%  10.0%    28477    34415      0     1.92    22.47      0.06   4.5%
+create        1.0%   1.0%     2908     2908      0    46.08   115.21      0.39  11.1%
+remove        1.0%   0.5%     1515     1515      0    31.45    77.69      0.44   3.9%
+readdir       1.0%   1.0%     2875     2875      0     0.50     0.41      0.02   0.1%
+fsstat        1.0%   1.0%     2895     2895      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31519    31519      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16959      0     0.00     0.00      0.00  43.8%
+readdirplus   2.0%   2.0%     5708     5708      0     1.03     4.79      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     954 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1160 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  285220         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 319780   
+PHYSICAL NFS IO THROUGHPUT: 1069 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:00:47 PDT 2010 ************************************************************************
+Wed Mar 24 19:00:47 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1200 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1200
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:11:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73999    73999      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11415    11415      0    32.72    85.93      0.17  30.9%
+lookup       24.0%  24.1%    68270    68270      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2864     2864      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51648    63107      0     0.77     9.26      0.03   3.3%
+write        10.0%  10.0%    28357    34284      0     1.72    18.45      0.05   4.0%
+create        1.0%   1.0%     2911     2911      0    44.26   100.26      0.36  10.7%
+remove        1.0%   0.6%     1581     1581      0    32.55    88.65      0.46   4.3%
+readdir       1.0%   1.0%     2856     2856      0     0.49     0.30      0.02   0.1%
+fsstat        1.0%   1.0%     2811     2811      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31093    31093      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16879      0     0.00     0.00      0.00  43.6%
+readdirplus   2.0%   2.0%     5811     5811      0     1.06    11.29      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     949 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1200 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  283616         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 317881   
+PHYSICAL NFS IO THROUGHPUT: 1063 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:11:43 PDT 2010 ************************************************************************
+Wed Mar 24 19:11:43 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1240 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1240
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:22:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    73251    73251      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11121    11121      0    32.08    74.97      0.16  29.7%
+lookup       24.0%  24.1%    67831    67831      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2836     2836      0     0.18     0.08      0.01   0.0%
+read         18.0%  18.1%    51004    62796      0     0.76     8.99      0.03   3.2%
+write        10.0%  10.0%    28191    34114      0     1.80    20.16      0.05   4.2%
+create        1.0%   1.0%     2838     2838      0    46.65   118.28      0.40  11.0%
+remove        1.0%   0.5%     1481     1481      0    35.68    91.53      0.49   4.4%
+readdir       1.0%   1.0%     2881     2881      0     0.82    12.08      0.13   0.2%
+fsstat        1.0%   1.0%     2849     2849      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31110    31110      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16829      0     0.00     0.00      0.00  44.2%
+readdirplus   2.0%   2.0%     5649     5649      0     0.93     0.63      0.02   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     943 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1240 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  281042         TEST TIME: 298 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 315586   
+PHYSICAL NFS IO THROUGHPUT: 1059 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:22:41 PDT 2010 ************************************************************************
+Wed Mar 24 19:22:41 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1280 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1280
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:33:42 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    71710    71710      0     0.18     0.09      0.00   1.0%
+setattr       4.0%   4.0%    11002    11002      0    33.13    73.70      0.16  30.1%
+lookup       24.0%  24.1%    66380    66380      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2783     2783      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    49892    61082      0     1.05     9.85      0.03   4.3%
+write        10.0%  10.1%    27823    33587      0     1.89    18.46      0.05   4.3%
+create        1.0%   1.0%     2776     2776      0    47.98   109.49      0.39  11.0%
+remove        1.0%   0.5%     1418     1418      0    36.34    82.39      0.47   4.3%
+readdir       1.0%   1.0%     2689     2689      0     0.70     7.67      0.10   0.2%
+fsstat        1.0%   1.0%     2810     2810      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    30310    30310      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16599      0     0.00     0.00      0.00  42.8%
+readdirplus   2.0%   2.0%     5519     5519      0     0.96     2.99      0.05   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     920 Ops/Sec   AVG. RESPONSE TIME:     4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1280 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  275112         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 308665   
+PHYSICAL NFS IO THROUGHPUT: 1032 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:33:43 PDT 2010 ************************************************************************
+Wed Mar 24 19:33:43 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1320 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1320
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:44:43 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.2%    73237    73237      0     0.17     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11299    11299      0    33.42    80.58      0.17  31.1%
+lookup       24.0%  23.9%    66860    66860      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2873     2873      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51012    62366      0     0.76     8.98      0.03   3.2%
+write        10.0%  10.0%    27936    33923      0     1.92    20.56      0.05   4.4%
+create        1.0%   1.0%     2912     2912      0    48.55   106.35      0.37  11.6%
+remove        1.0%   0.5%     1464     1464      0    34.34    68.09      0.42   4.1%
+readdir       1.0%   1.0%     2798     2798      0     0.65     4.77      0.08   0.2%
+fsstat        1.0%   1.0%     2826     2826      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    31076    31076      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16601      0     0.00     0.00      0.00  42.3%
+readdirplus   2.0%   2.0%     5550     5550      0     0.98     1.99      0.04   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     930 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1320 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  279843         TEST TIME: 301 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 313785   
+PHYSICAL NFS IO THROUGHPUT: 1042 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:44:44 PDT 2010 ************************************************************************
+Wed Mar 24 19:44:44 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1360 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1360
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 19:55:43 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.3%    75275    75275      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   3.9%    11311    11311      0    31.77    81.03      0.17  29.8%
+lookup       24.0%  24.1%    69062    69062      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2835     2835      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    51716    64059      0     0.82    10.36      0.03   3.5%
+write        10.0%  10.0%    28699    34558      0     1.69    21.15      0.05   4.0%
+create        1.0%   1.0%     2894     2894      0    46.60   136.13      0.43  11.2%
+remove        1.0%   0.5%     1492     1492      0    30.59    59.05      0.39   3.8%
+readdir       1.0%   1.0%     2840     2840      0     0.52     1.35      0.04   0.1%
+fsstat        1.0%   1.0%     2910     2910      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.0%    31553    31553      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    17116      0     0.00     0.00      0.00  44.3%
+readdirplus   2.0%   2.0%     5825     5825      0     1.14    10.35      0.08   0.6%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     958 Ops/Sec   AVG. RESPONSE TIME:     4.2 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1360 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  286412         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 321730   
+PHYSICAL NFS IO THROUGHPUT: 1076 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 19:55:44 PDT 2010 ************************************************************************
+Wed Mar 24 19:55:44 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1400 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1400
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:06:39 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    72959    72959      0     0.18     0.09      0.00   1.1%
+setattr       4.0%   4.0%    11134    11134      0    32.15    75.05      0.16  29.6%
+lookup       24.0%  24.1%    67371    67371      0     0.18     0.14      0.00   1.0%
+readlink      1.0%   1.0%     2761     2761      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    51051    62613      0     0.95    11.50      0.03   4.0%
+write        10.0%  10.0%    27927    33670      0     1.95    21.66      0.05   4.5%
+create        1.0%   1.0%     2875     2875      0    50.07   135.86      0.43  11.9%
+remove        1.0%   0.5%     1446     1446      0    33.07    73.70      0.44   3.9%
+readdir       1.0%   1.0%     2864     2864      0     0.56     1.98      0.05   0.1%
+fsstat        1.0%   1.0%     2863     2863      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    30940    30940      0     0.18     0.09      0.00   0.5%
+commit        0.0%   0.0%        0    16614      0     0.00     0.00      0.00  42.8%
+readdirplus   2.0%   2.0%     5692     5692      0     1.15    10.71      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     933 Ops/Sec   AVG. RESPONSE TIME:     4.3 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1400 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  279883         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 313802   
+PHYSICAL NFS IO THROUGHPUT: 1046 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:06:40 PDT 2010 ************************************************************************
+Wed Mar 24 20:06:40 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1440 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1440
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:17:35 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.0%    71924    71924      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    11178    11178      0    33.91    86.08      0.17  31.4%
+lookup       24.0%  24.0%    66390    66390      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2852     2852      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    50015    61356      0     0.74     7.78      0.02   3.1%
+write        10.0%  10.0%    27706    33478      0     1.93    22.43      0.06   4.4%
+create        1.0%   1.0%     2881     2881      0    47.29   111.16      0.38  11.3%
+remove        1.0%   0.5%     1427     1427      0    35.09    78.26      0.46   4.1%
+readdir       1.0%   1.0%     2782     2782      0     0.57     2.90      0.06   0.1%
+fsstat        1.0%   1.0%     2720     2720      0     0.17     0.08      0.01   0.0%
+access       11.0%  11.1%    30775    30775      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16540      0     0.00     0.00      0.00  42.6%
+readdirplus   2.0%   2.0%     5513     5513      0     1.02     5.24      0.06   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     924 Ops/Sec   AVG. RESPONSE TIME:     4.4 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1440 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  276163         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 309816   
+PHYSICAL NFS IO THROUGHPUT: 1036 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:17:36 PDT 2010 ************************************************************************
+Wed Mar 24 20:17:36 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1480 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1480
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:28:36 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    70723    70723      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.1%    10963    10963      0    34.37    75.54      0.16  31.2%
+lookup       24.0%  24.1%    65311    65311      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2703     2703      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.2%    49160    60492      0     0.77     8.72      0.03   3.1%
+write        10.0%  10.0%    26936    32616      0     2.02    21.40      0.06   4.5%
+create        1.0%   1.0%     2734     2734      0    52.23   112.91      0.40  11.8%
+remove        1.0%   0.5%     1353     1353      0    37.46    84.56      0.49   4.2%
+readdir       1.0%   1.0%     2663     2663      0     0.75     6.98      0.10   0.2%
+fsstat        1.0%   1.0%     2690     2690      0     0.17     0.08      0.01   0.0%
+access       11.0%  11.1%    29920    29920      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    16092      0     0.00     0.00      0.00  42.0%
+readdirplus   2.0%   2.0%     5434     5434      0     1.20     9.89      0.08   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     905 Ops/Sec   AVG. RESPONSE TIME:     4.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1480 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  270590         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 303694   
+PHYSICAL NFS IO THROUGHPUT: 1015 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:28:37 PDT 2010 ************************************************************************
+Wed Mar 24 20:28:37 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1520 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1520
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:39:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.3%    70941    70941      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    10779    10779      0    34.20    74.53      0.16  30.5%
+lookup       24.0%  24.0%    64604    64604      0     0.18     0.09      0.00   1.0%
+readlink      1.0%   1.0%     2596     2596      0     0.18     0.09      0.01   0.0%
+read         18.0%  18.1%    48713    59955      0     1.05    10.35      0.03   4.2%
+write        10.0%  10.0%    26826    32509      0     2.06    19.01      0.05   4.6%
+create        1.0%   1.0%     2793     2793      0    51.78   124.97      0.41  11.9%
+remove        1.0%   0.5%     1446     1446      0    34.66    61.37      0.40   4.1%
+readdir       1.0%   1.0%     2685     2685      0     1.12    18.34      0.16   0.2%
+fsstat        1.0%   1.0%     2747     2747      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    29832    29832      0     0.18     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15922      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     5511     5511      0     1.18    10.76      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     901 Ops/Sec   AVG. RESPONSE TIME:     4.5 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1520 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  269473         TEST TIME: 299 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 302320   
+PHYSICAL NFS IO THROUGHPUT: 1011 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:39:41 PDT 2010 ************************************************************************
+Wed Mar 24 20:39:41 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1560 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1560
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 20:50:37 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    67574    67574      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.1%    10593    10593      0    36.27    83.76      0.17  31.8%
+lookup       24.0%  24.1%    62361    62361      0     0.18     0.09      0.00   0.9%
+readlink      1.0%   1.0%     2671     2671      0     0.18     0.10      0.01   0.0%
+read         18.0%  18.1%    46977    58049      0     0.84     8.92      0.03   3.3%
+write        10.0%  10.1%    26256    31638      0     1.85    18.86      0.05   4.0%
+create        1.0%   1.0%     2593     2593      0    55.67   129.09      0.44  11.9%
+remove        1.0%   0.5%     1362     1362      0    36.81    71.85      0.45   4.1%
+readdir       1.0%   1.0%     2558     2558      0     0.68     8.37      0.11   0.1%
+fsstat        1.0%   1.0%     2603     2603      0     0.17     0.08      0.01   0.0%
+access       11.0%  10.9%    28326    28326      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15642      0     0.00     0.00      0.00  41.9%
+readdirplus   2.0%   2.0%     5236     5236      0     1.03     4.89      0.06   0.4%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     864 Ops/Sec   AVG. RESPONSE TIME:     4.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1560 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  259110         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 291206   
+PHYSICAL NFS IO THROUGHPUT: 970 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 20:50:38 PDT 2010 ************************************************************************
+Wed Mar 24 20:50:38 PDT 2010 ************************************************************************
+Started on client (c09-44): ../binaries/linux-x86/sfs_prime -l 1600 -C ../result/sfssum.native2 -t 300 -a 30 -A 70 -R 2 -W 2 -Q -p 4 -w 300 -X 8000 c09-44.sysnet.ucsd.edu 
+
+Aggregate Test Parameters: 
+    Number of processes = 4
+    Requested Load (NFS operations/second) = 1600
+    Maximum number of outstanding biod writes = 2
+    Maximum number of outstanding biod reads = 2
+    Warm-up time (seconds) = 300
+    Run time (seconds) = 300
+    File Set =  20004 Files created for I/O operations
+                 6000 Files accessed for I/O operations
+                  404 Files for non-I/O operations
+                   24 Symlinks
+                  664 Directories
+                      Additional non-I/O files created as necessary
+
+SFS Aggregate Results for 1 Client(s), Wed Mar 24 21:01:40 2010
+NFS Protocol Version 3
+
+-------------------------------------------------------------------------------------
+NFS         Target Actual  NFS Op  NFS Op    NFS    Mean     Std Dev  Std Error Pcnt 
+Op          NFS    NFS     Logical Physical  Op     Response Response of Mean,  of   
+Type        Mix    Mix     Success Success   Error  Time     Time     95% Conf  Total
+            Pcnt   Pcnt    Count   Count     Count  Msec/Op  Msec/Op  +-Msec/Op Time 
+-------------------------------------------------------------------------------------
+getattr      26.0%  26.1%    66655    66655      0     0.17     0.09      0.00   1.0%
+setattr       4.0%   4.0%    10191    10191      0    37.58    85.24      0.18  31.6%
+lookup       24.0%  24.3%    62034    62034      0     0.18     0.09      0.00   0.9%
+readlink      1.0%   1.0%     2514     2514      0     0.18     0.09      0.01   0.0%
+read         18.0%  17.9%    45723    56107      0     0.92    10.67      0.03   3.5%
+write        10.0%  10.0%    25525    30895      0     1.95    19.11      0.05   4.1%
+create        1.0%   1.0%     2620     2620      0    54.03   116.47      0.41  11.7%
+remove        1.0%   0.6%     1477     1477      0    38.07    69.66      0.43   4.6%
+readdir       1.0%   1.0%     2627     2627      0     0.77     8.62      0.11   0.2%
+fsstat        1.0%   1.0%     2649     2649      0     0.17     0.09      0.01   0.0%
+access       11.0%  11.1%    28418    28418      0     0.17     0.09      0.00   0.4%
+commit        0.0%   0.0%        0    15219      0     0.00     0.00      0.00  41.4%
+readdirplus   2.0%   2.0%     5156     5156      0     1.22    10.57      0.09   0.5%
+-------------------------------------------------------------------------------------
+
+        ---------------------------------------------
+        |  SPEC SFS 2008 AGGREGATE RESULTS SUMMARY  |
+        ---------------------------------------------
+SFS NFS THROUGHPUT:     852 Ops/Sec   AVG. RESPONSE TIME:     4.7 Msec/Op
+TCP PROTOCOL (IPv4)
+NFS MIXFILE: [ SFS default ]
+AGGREGATE REQUESTED LOAD: 1600 Ops/Sec 
+TOTAL LOGICAL NFS OPERATIONS:  255589         TEST TIME: 300 Sec 
+TOTAL PHYSICAL NFS OPERATIONS: 286562   
+PHYSICAL NFS IO THROUGHPUT: 955 Ops/sec
+NUMBER OF SFS CLIENTS: 1
+TOTAL FILE SET SIZE CREATED: 10373.2 MB
+TOTAL FILE SET SIZE ACCESSED: 3113.4 - 3424.7 MB  (100.00% to 110.00% of Base)
+
+------------------------------------------------------------------------
+
+Wed Mar 24 21:01:41 PDT 2010 ************************************************************************
diff --git a/results/knfsd-sync/sfssum.native2 b/results/knfsd-sync/sfssum.native2
new file mode 100644 (file)
index 0000000..99f2e49
--- /dev/null
@@ -0,0 +1,40 @@
+             40      40     1.7    12002  300 NFS3 T 4   10622124   1  4  2  2 2008
+             80      80     1.8    24017  300 NFS3 T 4   10622124   1  4  2  2 2008
+            120     120     1.6    35985  300 NFS3 T 4   10622124   1  4  2  2 2008
+            160     160     1.4    48129  300 NFS3 T 4   10622124   1  4  2  2 2008
+            200     200     1.4    60085  300 NFS3 T 4   10622124   1  4  2  2 2008
+            240     241     1.4    72278  300 NFS3 T 4   10622124   1  4  2  2 2008
+            280     280     1.2    83864  300 NFS3 T 4   10622124   1  4  2  2 2008
+            320     319     1.3    95674  300 NFS3 T 4   10622124   1  4  2  2 2008
+            360     359     1.3   107668  300 NFS3 T 4   10622124   1  4  2  2 2008
+            400     404     2.5   120708  299 NFS3 T 4   10622124   1  4  2  2 2008
+            440     443     2.6   132596  299 NFS3 T 4   10622124   1  4  2  2 2008
+            480     485     2.6   144938  299 NFS3 T 4   10622124   1  4  2  2 2008
+            520     519     2.6   155607  300 NFS3 T 4   10622124   1  4  2  2 2008
+            560     569     1.3   170265  299 NFS3 T 4   10622124   1  4  2  2 2008
+            600     604     1.1   181185  300 NFS3 T 4   10622124   1  4  2  2 2008
+            640     651     1.1   195430  300 NFS3 T 4   10622124   1  4  2  2 2008
+            680     693     2.9   207227  299 NFS3 T 4   10622124   1  4  2  2 2008
+            720     734     3.1   219450  299 NFS3 T 4   10622124   1  4  2  2 2008
+            760     775     1.9   232483  300 NFS3 T 4   10622124   1  4  2  2 2008
+            800     819     1.7   244803  299 NFS3 T 4   10622124   1  4  2  2 2008
+            840     857     2.1   257225  300 NFS3 T 4   10622124   1  4  2  2 2008
+            880     906     2.5   270800  299 NFS3 T 4   10622124   1  4  2  2 2008
+            920     938     2.8   280509  299 NFS3 T 4   10622124   1  4  2  2 2008
+            960     965     4.0   288673  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1000     951     4.2   284383  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1040     949     4.2   284742  300 NFS3 T 4   10622124   1  4  2  2 2008
+           1080     942     4.3   281773  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1120     972     4.2   290720  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1160     954     4.2   285220  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1200     949     4.3   283616  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1240     943     4.3   281042  298 NFS3 T 4   10622124   1  4  2  2 2008
+           1280     920     4.4   275112  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1320     930     4.3   279843  301 NFS3 T 4   10622124   1  4  2  2 2008
+           1360     958     4.2   286412  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1400     933     4.3   279883  300 NFS3 T 4   10622124   1  4  2  2 2008
+           1440     924     4.4   276163  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1480     905     4.5   270590  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1520     901     4.5   269473  299 NFS3 T 4   10622124   1  4  2  2 2008
+           1560     864     4.7   259110  300 NFS3 T 4   10622124   1  4  2  2 2008
+           1600     852     4.7   255589  300 NFS3 T 4   10622124   1  4  2  2 2008
diff --git a/results/knfsd-sync/syncd_c001.native2 b/results/knfsd-sync/syncd_c001.native2
new file mode 100644 (file)
index 0000000..bda09d0
--- /dev/null
@@ -0,0 +1,603 @@
+Started on client (c09-44): ../binaries/linux-x86/sfs_syncd
+--------------------
+Start of sfs run.
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5
+sfs_syncd: Got Client_SIGNAL - 1_1
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_1
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_2
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_2
+   Sent SIGUSR1
+sfs_syncd: Got Client_SIGNAL - 1_3
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_3
+   Sent SIGUSR1
+sfs_syncd: Got PRIME_ALARM(SIGALRM) - Prime_4
+   Sent SIGALRM
+sfs_syncd: Got Client_SIGNAL - 1_4
+sfs_syncd: Got PRIME_SIGNAL(SIGUSR1) - Prime_5
+   Sent SIGUSR1
+sfs_syncd: Got Client_DATA - 1_5