Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/MILC/workspace
Updating https://github.com/reubendb/SWTools-BWCI/trunk/milc-nsf@HEAD at revision HEAD
At revision 22

No changes for https://github.com/reubendb/SWTools-BWCI/trunk/milc-nsf since the previous build
[workspace] $ /bin/sh -xe /tmp/jenkins13710934366499781107.sh
+ rsync -az --delete -e ssh /var/lib/jenkins/jobs/MILC/workspace/milc-nsf JYC_REMOTE:/scratch/system/bwjenkins/tests/
[SSH] script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_ROOT="/scratch/system/bwjenkins/tests"

echo $PATH $SW_CONFIG $PYTHONPATH > /dev/null
export SW_CONFIG=$SW_CONFIG

cd $SW_ROOT
cd milc-nsf/v1/cle5.2_gnu4.9.3
ls -al
echo REMODULE
#cat -n remodule
#cp remodule /tmp
#chmod og+r /tmp/remodule
cp /u/staff/arnoldg/milc_bwjenkins/remodule  .
cat -n remodule
pwd
which swbuildwait
cat -n `which swbuildwait`
swbuildwait


[SSH] executing...
total 33
drwxr-xr-x 3 bwjenkins BW_System 4096 Mar 14  2019 .
drwxr-xr-x 4 bwjenkins BW_System 4096 Mar 14  2019 ..
-rw-r--r-- 1 bwjenkins BW_System  258 Mar 14  2019 build-notes
-rw-r--r-- 1 bwjenkins BW_System    9 Mar 14  2019 .owners
-rwxr-xr-x 1 bwjenkins BW_System 1503 Mar 14  2019 rebuild
-rwxr-xr-x 1 bwjenkins BW_System 1559 Mar 14  2019 relink
-rw-r--r-- 1 bwjenkins BW_System  795 Mar 14  2019 remodule
-rwxr-xr-x 1 bwjenkins BW_System 2928 Mar 14  2019 retest
drwxr-xr-x 6 bwjenkins BW_System 4096 Nov 30 08:20 .svn
REMODULE
     1	  ### Set Environment (do not remove this line only change what is in between)
     2	  . ${MODULESHOME}/init/ksh
     3	#  module use /u/vendor/cray/dalton/modulefiles
     4	
     5	  module unload PrgEnv-intel
     6	  module unload PrgEnv-cray
     7	  module unload PrgEnv-gnu
     8	  module load PrgEnv-gnu
     9	#  module load PrgEnv-gnu
    10	#  module swap gcc gcc/4.9.3
    11	
    12	#module unload darshan
    13	#module load darshan/3.1.3
    14	#module load darshan/3.1.6
    15	  module load PrgEnv/gnu-7.3.0-cuda-9.1
    16	
    17	  ### End Environment (do not remove this line only change what is in between)
    18	 
    19	  PACKAGE=milc-nsf
    20	  VERSION=v1
    21	  #SRCDIR=$PACKAGE-$VERSION
    22	  SRCDIR=$PACKAGE
    23	
    24	# load any other module here
    25	
    26	#module load cray-hdf5
    27	
    28	export F77=gfortran
    29	export F90=gfortran
    30	export F9X=gfortran
    31	export FC=gfortran
    32	export F9X=gfortran
    33	export CC=gcc
    34	export CXX=g++
    35	
    36	#module load craype-hugepages2M
    37	
    38	#export CRAYPE_LINK_TYPE=static
    39	#
    40	#export F77=ftn
    41	#export F90=ftn
    42	#export F9X=ftn
    43	#export FC=ftn
    44	#export F9X=ftn
    45	#export CC=cc
    46	#export CXX=CC
    47	#module load cray-mpich-compat/v7
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3
/sw/tools/bin/swbuildwait
     1	#!/bin/sh
     2	
     3	realpath=`readlink -f .`
     4	build=`basename $realpath`
     5	
     6	version_dir=`dirname $realpath`
     7	version=`basename $version_dir`
     8	
     9	app_dir=`dirname $version_dir`
    10	app=`basename $app_dir`
    11	
    12	arch_dir=`dirname $app_dir`
    13	arch=`basename $arch_dir`
    14	
    15	echo "swbuild -s -a $app -v $version -b $build"
    16	swbuild -s -a $app -v $version -b $build 2>&1 | tee build.log
swbuild -s -a milc-nsf -v v1 -b cle5.2_gnu4.9.3
ModuleCmd_Load.c(244):ERROR:105: Unable to locate a modulefile for 'PrgEnv/gnu-7.3.0-cuda-9.1'
# clear out old installation to prevent potential libtool chmod 
# commands from failing when reinstalled by another person
rm -rf bin lib include status test.log $SRCDIR


#clear out status file since re-making
rm -f status

tar xf /sw/sources/$PACKAGE/$VERSION/$SRCDIR.tar.gz
tar: milc-nsf/src/milc-nsf/ks_imp_dyn2/.lastmake.Make_mpi.su3_rmd: implausibly old time stamp 1969-12-31 17:59:59
cd $SRCDIR/src/milc-nsf/ks_imp_dyn2

# Make clean
make -f Make_mpi clean
/bin/rm -f *.o
touch ../libraries/Make_vanilla

#Make
make -f Make_mpi su3_rmd

make -f Make_mpi target "MYTARGET= su3_rmd" \
	"DEFINES= -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS" \
	"GAUGE = symanzik_1loop_action.h" \
	"QUARK = asqtad_action.h" \
	"EXTRA_OBJECTS= dslash_fn2.o d_congrad5_fn.o"
make[1]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2'
Building libraries with Make_vanilla
cd ../libraries ;\
	make -f Make_vanilla   "APP_CC=cc   " all
make[2]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
================================================================
PLEASE CHECK COMPILERS: Libraries: cc . Application: cc
================================================================
/bin/rm -f .lastmake.*
make -f Make_vanilla clean
make[3]: Entering directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
/bin/rm -f *.o
make[3]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
touch .lastmake.Make_vanilla
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cadd.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cdiv.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  ce_itheta.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cexp.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clog.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmplx.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmul.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  conjg.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  csqrt.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  csub.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcadd.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcdiv.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dce_itheta.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcexp.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dclog.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcmplx.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcmul.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dconjg.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcsqrt.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dcsub.c
ar rcs complex.a cadd.o cdiv.o ce_itheta.o cexp.o clog.o cmplx.o cmul.o conjg.o csqrt.o csub.o dcadd.o dcdiv.o dce_itheta.o dcexp.o dclog.o dcmplx.o dcmul.o dconjg.o dcsqrt.o dcsub.o 
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  addmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  addvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cmp_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_s_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  det_su3.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clear_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clearvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec_s.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amatvec_ns.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_an.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_na.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_nn.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec_ns.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_matvec_s.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  make_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  rand_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  realtr.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  complextr.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_s_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_s_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_sum_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_s_mat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_adjoint.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_rdot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_proj.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3mat_copy.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3vec_copy.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  submat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  subvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  trace_su3.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  uncmp_ahmat.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  msq_su3vec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  sub4vecs.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amv_4dir.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amv_4vec.c
m_amv_4vec.c: In function 'mult_adj_su3_mat_4vec':
m_amv_4vec.c:45:24: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
   for(n=0;n<4;n++,a++,c=cc[n]){
                       ~^~~~~~
m_amv_4vec.c:45:3: note: within this loop
   for(n=0;n<4;n++,a++,c=cc[n]){
   ^~~
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mv_s_4dir.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  flush_to_zero.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  l_su2_hit_n.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  r_su2_hit_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dumpsu2.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_su2_mat_vec_n.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_su2_mat_vec_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  gaussrand.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  byterevn.c
cc     -g -ffast-math -funroll-loops -c prefetch.c
ar rcs su3.a addmat.o addvec.o cmp_ahmat.o cs_m_a_vec.o cs_m_a_mat.o cs_m_s_vec.o cs_m_vec.o det_su3.o clear_mat.o dumpmat.o dumpvec.o clearvec.o m_amatvec_s.o m_amatvec.o m_amatvec_ns.o m_mat_an.o m_mat_na.o m_mat_nn.o m_matvec.o m_matvec_ns.o m_matvec_s.o make_ahmat.o rand_ahmat.o realtr.o complextr.o s_m_a_mat.o s_m_a_vec.o s_m_s_mat.o s_m_s_vec.o s_m_sum_vec.o s_m_vec.o s_m_mat.o cs_m_mat.o cs_m_s_mat.o su3_adjoint.o su3_dot.o su3_rdot.o su3_proj.o su3mat_copy.o su3vec_copy.o submat.o subvec.o trace_su3.o uncmp_ahmat.o msq_su3vec.o sub4vecs.o m_amv_4dir.o m_amv_4vec.o m_mv_s_4dir.o flush_to_zero.o l_su2_hit_n.o r_su2_hit_a.o dumpsu2.o m_su2_mat_vec_n.o m_su2_mat_vec_a.o gaussrand.o byterevn.o prefetch.o
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_shrink.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_grow.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_grow_a.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  dump_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  clear_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  su3_proj_w.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  copy_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  add_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  sub_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  msq_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec2_dot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wvec_rdot.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_a_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  s_m_atm_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma_l.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mb_gamma_r.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mswvb_gamma_l.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  mswvb_gamma_r.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  cs_m_a_wvec2.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_mat_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amat_wvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  m_amat_hwvec.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  grow4wvecs.c
cc     -c -O3 -g  -ffast-math -funroll-loops -DFAST  wp_shrink4.c
ar rcs su3.a wp_shrink.o wp_grow.o wp_grow_a.o dump_wvec.o clear_wvec.o su3_proj_w.o copy_wvec.o add_wvec.o sub_wvec.o s_m_wvec.o s_m_hwvec.o msq_wvec.o wvec_dot.o wvec2_dot.o wvec_rdot.o s_m_a_wvec.o s_m_atm_wvec.o mb_gamma.o mb_gamma_l.o mb_gamma_r.o mswvb_gamma_l.o mswvb_gamma_r.o cs_m_wvec.o cs_m_a_wvec.o cs_m_a_wvec2.o m_mat_wvec.o m_mat_hwvec.o m_amat_wvec.o m_amat_hwvec.o grow4wvecs.o wp_shrink4.o
make[2]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/libraries'
make[1]: .lastmake.Make_mpi.su3_rmd: Timestamp out of range; substituting 1969-12-31 18:00:00
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  control.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/f_meas.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  gauge_info.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  setup.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update_h.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  update_u.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/layout_hyper_tstretch.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/check_unitarity.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/d_plaq4.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/gaugefix2.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/gauge_stuff.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_helpers.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_lat4.c 
../generic/io_lat4.c: In function 'qcdhdr_get_hdr':
../generic/io_lat4.c:188:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     len = (int) q - (int) line;
           ^
../generic/io_lat4.c:188:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     len = (int) q - (int) line;
                     ^
../generic/io_lat4.c: In function 'read_gauge_hdr':
../generic/io_lat4.c:1316:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        (char *)GAUGE_VERSION_NUMBER,(char *)tmp);
                                     ^
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/make_lattice.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/path_product.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ploop3.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ranmom.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/ranstuff.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/reunitarize2.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/grsource_imp.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/mat_invert.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/quark_stuff4.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/rephase.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/dslash_fn2.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic_ks/d_congrad5_fn.c
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/com_mpi.c 
cc    -c -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS  ../generic/io_ansi.c 
cc    -O3 -g   -O3 -g   -ffast-math -funroll-loops                 -DMPI -DINLINE -DNOPREFETCH -DCGTIME -DFFTIME -DLLTIME -DGFTIME -DMYNODE_INLINE    -I. -DFN -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS      -o su3_rmd \
	control.o f_meas.o gauge_info.o setup.o update.o update_h.o update_u.o layout_hyper_tstretch.o check_unitarity.o d_plaq4.o gaugefix2.o gauge_stuff.o io_helpers.o io_lat4.o make_lattice.o path_product.o ploop3.o ranmom.o ranstuff.o reunitarize2.o grsource_imp.o mat_invert.o quark_stuff4.o rephase.o dslash_fn2.o d_congrad5_fn.o com_mpi.o io_ansi.o  ../libraries/su3.a ../libraries/complex.a   -lm
touch localmake
make[1]: Leaving directory `/mnt/abc/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/milc-nsf/src/milc-nsf/ks_imp_dyn2'
if [[ ! -e su3_rmd ]] ; then
    echo "make failed"
    exit 1
fi

mkdir -p $SW_BLDDIR/bin
cp su3_rmd $SW_BLDDIR/bin

cd $SW_BLDDIR

############################### if this far, return 0
exit 0
['/scratch/system/bwjenkins/tests/milc-nsf/v1']
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/rebuild : passed (0)

[SSH] completed
[SSH] exit-status: 0

[SSH] script:
PATH="/sw/tools/bin:/sw/tools/bin:$PATH"
SW_CONFIG="/scratch/system/bwjenkins/sw_config"
PYTHONPATH="/sw/tools/bin:/sw/tools/bin:$PYTHONPATH"
SW_ROOT="/scratch/system/bwjenkins/tests"
SW_WORKDIR="/scratch/system/bwjenkins/sw_workdir"


echo $PATH $SW_CONFIG $PYTHONPATH SW_WORKDIR > /dev/null
export SW_CONFIG=$SW_CONFIG
export SW_WORKDIR=$SW_WORKDIR

cd $SW_ROOT
cd milc-nsf/v1/cle5.2_gnu4.9.3
swtestwait


[SSH] executing...
Waiting for job 597227.jyc to start ... 
Submitted job 597227.jyc is running. Following .running ... 
597227.jyc
SU3 with improved KS action
Microcanonical simulation with refreshing
MIMD version 6
Machine = MPI (portable), with 256 nodes
R algorithm
type 0 for no prompts  or 1 for prompts
nflavors1 4
nflavors2 4
nx 64
ny 64
nz 64
nt 64
iseed 5682304
LAYOUT = Hypercubes, options = EVENFIRST,
ON EACH NODE 16 x 16 x 16 x 16
Mallocing 73.9 MBytes per node for lattice
Made lattice
Made nn gathers
Made 3nn gathers
Finished setup


warms 0
trajecs 2
traj_between_meas 1
beta 5.6
mass1 0.01
mass2 0.01
u0 0.8441
microcanonical_time_step 0.02
steps_per_trajectory 8
max_cg_iterations 200
error_per_site 1e-05
error_for_propagator 0.0001
fresh 
forget 
unit gauge configuration loaded
CHECK PLAQ: 3.000000e+00 3.000000e+00
Unitarity checked.  Max deviation 0.00e+00
Time to check unitarity = 3.023005e-02
Symanzik 1x1 + 1x2 + 1x1x1 action
loop coefficients: nloop rep loop_coeff  multiplicity
                    0 0      1.000000e+00     6
                    1 0      -7.762509e-02     12
                    2 0      -1.031171e-02     16
"O(a^2): couplings(pi)=0, Naik term, No O(a^2) errors, tadpole weights"
path coefficients: npath  path_coeff  multiplicity
                    0      6.250000e-01     8
                    1      -5.847914e-02     8
                    2      -8.771872e-02     48
                    3      3.077829e-02     192
                    4      -7.199552e-03     384
                    5      -1.231132e-01     48
WARMUPS COMPLETED
LLTIME(long): time =  4.302661e-01 (Naik) mflops = 2.747763e+02
LLTIME(Fat): time = 6.789144e+00 (Asqtad opt) mflops = 5.949373e+02
LLTIME(long): time =  4.150338e-01 (Naik) mflops = 2.848610e+02
LLTIME(Fat): time = 6.760581e+00 (Asqtad opt) mflops = 5.974508e+02
LLTIME(long): time =  4.200861e-01 (Naik) mflops = 2.814350e+02
LLTIME(Fat): time = 6.769255e+00 (Asqtad opt) mflops = 5.966853e+02
CONGRAD5: time = 1.084569e+01 iters = 104 mflops = 7.459452e+02
TESTCONG: reduce_time = 1.331365e-01 iters = 104 time/iter = 1.280159e-03
CONGRAD5: time = 1.083634e+01 iters = 104 mflops = 7.465885e+02
TESTCONG: reduce_time = 1.373079e-01 iters = 104 time/iter = 1.320268e-03
GFTIME:   time = 2.711338e+01 (Symanzik1) mflops = -2.030371e-01
FFTIME:  time = 3.620153e+01 mflops = 7.856168e+02
LLTIME(long): time =  4.179819e-01 (Naik) mflops = 2.828519e+02
LLTIME(Fat): time = 6.763320e+00 (Asqtad opt) mflops = 5.972089e+02
LLTIME(long): time =  4.139369e-01 (Naik) mflops = 2.856159e+02
LLTIME(Fat): time = 6.771016e+00 (Asqtad opt) mflops = 5.965301e+02
LLTIME(long): time =  4.156058e-01 (Naik) mflops = 2.844690e+02
LLTIME(Fat): time = 6.767821e+00 (Asqtad opt) mflops = 5.968117e+02
CONGRAD5: time = 1.084436e+01 iters = 104 mflops = 7.460365e+02
TESTCONG: reduce_time = 1.206675e-01 iters = 104 time/iter = 1.160264e-03
CONGRAD5: time = 1.084099e+01 iters = 104 mflops = 7.462684e+02
TESTCONG: reduce_time = 8.422494e-02 iters = 104 time/iter = 8.098552e-04
GFTIME:   time = 2.711815e+01 (Symanzik1) mflops = -2.030014e-01
FFTIME:  time = 3.615998e+01 mflops = 7.865194e+02
LLTIME(long): time =  4.099541e-01 (Naik) mflops = 2.883907e+02
LLTIME(Fat): time = 6.753684e+00 (Asqtad opt) mflops = 5.980610e+02
LLTIME(long): time =  4.160259e-01 (Naik) mflops = 2.841817e+02
LLTIME(Fat): time = 6.752577e+00 (Asqtad opt) mflops = 5.981590e+02
LLTIME(long): time =  4.141202e-01 (Naik) mflops = 2.854894e+02
LLTIME(Fat): time = 6.758745e+00 (Asqtad opt) mflops = 5.976131e+02
CONGRAD5: time = 1.086016e+01 iters = 104 mflops = 7.449510e+02
TESTCONG: reduce_time = 1.757283e-01 iters = 104 time/iter = 1.689695e-03
CONGRAD5: time = 1.080890e+01 iters = 104 mflops = 7.484840e+02
TESTCONG: reduce_time = 8.764839e-02 iters = 104 time/iter = 8.427730e-04
GFTIME:   time = 2.713276e+01 (Symanzik1) mflops = -2.028921e-01
FFTIME:  time = 3.615120e+01 mflops = 7.867105e+02
LLTIME(long): time =  4.122500e-01 (Naik) mflops = 2.867846e+02
LLTIME(Fat): time = 6.769084e+00 (Asqtad opt) mflops = 5.967003e+02
LLTIME(long): time =  4.161301e-01 (Naik) mflops = 2.841106e+02
LLTIME(Fat): time = 6.771254e+00 (Asqtad opt) mflops = 5.965091e+02
LLTIME(long): time =  4.146421e-01 (Naik) mflops = 2.851301e+02
LLTIME(Fat): time = 6.772378e+00 (Asqtad opt) mflops = 5.964101e+02
CONGRAD5: time = 1.093271e+01 iters = 105 mflops = 7.471230e+02
TESTCONG: reduce_time = 1.244535e-01 iters = 105 time/iter = 1.185272e-03
CONGRAD5: time = 1.095405e+01 iters = 105 mflops = 7.456677e+02
TESTCONG: reduce_time = 1.865506e-01 iters = 105 time/iter = 1.776673e-03
GFTIME:   time = 2.711390e+01 (Symanzik1) mflops = -2.030333e-01
FFTIME:  time = 3.604081e+01 mflops = 7.891202e+02
LLTIME(long): time =  4.079859e-01 (Naik) mflops = 2.897819e+02
LLTIME(Fat): time = 6.736125e+00 (Asqtad opt) mflops = 5.996199e+02
LLTIME(long): time =  4.133968e-01 (Naik) mflops = 2.859890e+02
LLTIME(Fat): time = 6.774348e+00 (Asqtad opt) mflops = 5.962367e+02
LLTIME(long): time =  4.151440e-01 (Naik) mflops = 2.847854e+02
LLTIME(Fat): time = 6.752964e+00 (Asqtad opt) mflops = 5.981247e+02
CONGRAD5: time = 1.091645e+01 iters = 105 mflops = 7.482357e+02
TESTCONG: reduce_time = 1.226649e-01 iters = 105 time/iter = 1.168237e-03
CONGRAD5: time = 1.093727e+01 iters = 105 mflops = 7.468117e+02
TESTCONG: reduce_time = 1.682529e-01 iters = 105 time/iter = 1.602409e-03
GFTIME:   time = 2.714087e+01 (Symanzik1) mflops = -2.028315e-01
FFTIME:  time = 3.610457e+01 mflops = 7.877266e+02
LLTIME(long): time =  4.057651e-01 (Naik) mflops = 2.913680e+02
LLTIME(Fat): time = 6.758840e+00 (Asqtad opt) mflops = 5.976047e+02
LLTIME(long): time =  4.126408e-01 (Naik) mflops = 2.865130e+02
LLTIME(Fat): time = 6.761466e+00 (Asqtad opt) mflops = 5.973726e+02
LLTIME(long): time =  4.153531e-01 (Naik) mflops = 2.846420e+02
LLTIME(Fat): time = 6.752854e+00 (Asqtad opt) mflops = 5.981345e+02
CONGRAD5: time = 1.106466e+01 iters = 106 mflops = 7.452439e+02
TESTCONG: reduce_time = 7.762551e-02 iters = 106 time/iter = 7.323162e-04
CONGRAD5: time = 1.103629e+01 iters = 106 mflops = 7.471594e+02
TESTCONG: reduce_time = 1.702590e-01 iters = 106 time/iter = 1.606217e-03
GFTIME:   time = 2.710767e+01 (Symanzik1) mflops = -2.030800e-01
FFTIME:  time = 3.615334e+01 mflops = 7.866639e+02
LLTIME(long): time =  4.103339e-01 (Naik) mflops = 2.881238e+02
LLTIME(Fat): time = 6.749267e+00 (Asqtad opt) mflops = 5.984524e+02
LLTIME(long): time =  4.103048e-01 (Naik) mflops = 2.881442e+02
LLTIME(Fat): time = 6.765125e+00 (Asqtad opt) mflops = 5.970495e+02
LLTIME(long): time =  4.174330e-01 (Naik) mflops = 2.832237e+02
LLTIME(Fat): time = 6.769432e+00 (Asqtad opt) mflops = 5.966697e+02
CONGRAD5: time = 1.105668e+01 iters = 106 mflops = 7.457819e+02
TESTCONG: reduce_time = 1.310794e-01 iters = 106 time/iter = 1.236598e-03
CONGRAD5: time = 1.103809e+01 iters = 106 mflops = 7.470381e+02
TESTCONG: reduce_time = 9.909964e-02 iters = 106 time/iter = 9.349022e-04
GFTIME:   time = 2.710424e+01 (Symanzik1) mflops = -2.031057e-01
FFTIME:  time = 3.607130e+01 mflops = 7.884530e+02
LLTIME(long): time =  4.089558e-01 (Naik) mflops = 2.890947e+02
LLTIME(Fat): time = 6.760254e+00 (Asqtad opt) mflops = 5.974797e+02
LLTIME(long): time =  4.126341e-01 (Naik) mflops = 2.865176e+02
LLTIME(Fat): time = 6.747355e+00 (Asqtad opt) mflops = 5.986219e+02
LLTIME(long): time =  4.161921e-01 (Naik) mflops = 2.840682e+02
LLTIME(Fat): time = 6.768012e+00 (Asqtad opt) mflops = 5.967949e+02
CONGRAD5: time = 1.115985e+01 iters = 107 mflops = 7.458580e+02
TESTCONG: reduce_time = 1.579552e-01 iters = 107 time/iter = 1.476217e-03
CONGRAD5: time = 1.113341e+01 iters = 107 mflops = 7.476294e+02
TESTCONG: reduce_time = 1.331167e-01 iters = 107 time/iter = 1.244082e-03
GFTIME:   time = 2.709826e+01 (Symanzik1) mflops = -2.031505e-01
FFTIME:  time = 3.603442e+01 mflops = 7.892600e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.144380e-01 (Naik) mflops = 2.852705e+02
LLTIME(Fat): time = 6.771083e+00 (Asqtad opt) mflops = 5.965242e+02
CONGRAD5: time = 9.493204e+00 iters = 91 mflops = 7.456916e+02
TESTCONG: reduce_time = 7.735634e-02 iters = 91 time/iter = 8.500697e-04
PBP: mass 1.000000e-02     5.142765e-03  5.259435e-03  9.211007e-05  8.879411e-05 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500418e+00 ( 1 of 1 )
CONGRAD5: time = 9.400723e+00 iters = 90 mflops = 7.447524e+02
TESTCONG: reduce_time = 1.752014e-01 iters = 90 time/iter = 1.946682e-03
PBP: mass 1.000000e-02     5.042681e-03  5.353270e-03  -1.212902e-04  -1.269964e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.499398e+00 ( 1 of 1 )
LLTIME(long): time =  4.184091e-01 (Naik) mflops = 2.825630e+02
LLTIME(Fat): time = 6.750088e+00 (Asqtad opt) mflops = 5.983796e+02
LLTIME(long): time =  4.172010e-01 (Naik) mflops = 2.833812e+02
LLTIME(Fat): time = 6.768538e+00 (Asqtad opt) mflops = 5.967485e+02
LLTIME(long): time =  4.197340e-01 (Naik) mflops = 2.816711e+02
LLTIME(Fat): time = 6.757411e+00 (Asqtad opt) mflops = 5.977311e+02
CONGRAD5: time = 1.113892e+01 iters = 107 mflops = 7.472591e+02
TESTCONG: reduce_time = 8.499241e-02 iters = 107 time/iter = 7.943216e-04
CONGRAD5: time = 1.113736e+01 iters = 107 mflops = 7.473639e+02
TESTCONG: reduce_time = 1.549389e-01 iters = 107 time/iter = 1.448027e-03
GFTIME:   time = 2.708301e+01 (Symanzik1) mflops = -2.032648e-01
FFTIME:  time = 3.611565e+01 mflops = 7.874848e+02
LLTIME(long): time =  4.138939e-01 (Naik) mflops = 2.856455e+02
LLTIME(Fat): time = 6.744957e+00 (Asqtad opt) mflops = 5.988348e+02
LLTIME(long): time =  4.164290e-01 (Naik) mflops = 2.839066e+02
LLTIME(Fat): time = 6.777677e+00 (Asqtad opt) mflops = 5.959438e+02
LLTIME(long): time =  4.236441e-01 (Naik) mflops = 2.790714e+02
LLTIME(Fat): time = 6.761684e+00 (Asqtad opt) mflops = 5.973534e+02
CONGRAD5: time = 1.113202e+01 iters = 107 mflops = 7.477227e+02
TESTCONG: reduce_time = 1.300516e-01 iters = 107 time/iter = 1.215436e-03
CONGRAD5: time = 1.113494e+01 iters = 107 mflops = 7.475267e+02
TESTCONG: reduce_time = 1.182835e-01 iters = 107 time/iter = 1.105453e-03
GFTIME:   time = 2.710481e+01 (Symanzik1) mflops = -2.031014e-01
FFTIME:  time = 3.609343e+01 mflops = 7.879697e+02
LLTIME(long): time =  4.134820e-01 (Naik) mflops = 2.859301e+02
LLTIME(Fat): time = 6.762686e+00 (Asqtad opt) mflops = 5.972649e+02
LLTIME(long): time =  4.119110e-01 (Naik) mflops = 2.870206e+02
LLTIME(Fat): time = 6.751169e+00 (Asqtad opt) mflops = 5.982838e+02
LLTIME(long): time =  4.158120e-01 (Naik) mflops = 2.843279e+02
LLTIME(Fat): time = 6.756308e+00 (Asqtad opt) mflops = 5.978287e+02
CONGRAD5: time = 1.112793e+01 iters = 107 mflops = 7.479975e+02
TESTCONG: reduce_time = 1.058867e-01 iters = 107 time/iter = 9.895953e-04
CONGRAD5: time = 1.113847e+01 iters = 107 mflops = 7.472896e+02
TESTCONG: reduce_time = 9.049416e-02 iters = 107 time/iter = 8.457398e-04
GFTIME:   time = 2.708446e+01 (Symanzik1) mflops = -2.032540e-01
FFTIME:  time = 3.612701e+01 mflops = 7.872372e+02
LLTIME(long): time =  4.004250e-01 (Naik) mflops = 2.952537e+02
LLTIME(Fat): time = 6.744364e+00 (Asqtad opt) mflops = 5.988874e+02
LLTIME(long): time =  4.142311e-01 (Naik) mflops = 2.854130e+02
LLTIME(Fat): time = 6.754601e+00 (Asqtad opt) mflops = 5.979798e+02
LLTIME(long): time =  4.108729e-01 (Naik) mflops = 2.877458e+02
LLTIME(Fat): time = 6.743794e+00 (Asqtad opt) mflops = 5.989380e+02
CONGRAD5: time = 1.125722e+01 iters = 108 mflops = 7.463167e+02
TESTCONG: reduce_time = 1.387024e-01 iters = 108 time/iter = 1.284281e-03
CONGRAD5: time = 1.124512e+01 iters = 108 mflops = 7.471196e+02
TESTCONG: reduce_time = 1.057684e-01 iters = 108 time/iter = 9.793374e-04
GFTIME:   time = 2.706987e+01 (Symanzik1) mflops = -2.033635e-01
FFTIME:  time = 3.612715e+01 mflops = 7.872342e+02
LLTIME(long): time =  4.179590e-01 (Naik) mflops = 2.828673e+02
LLTIME(Fat): time = 6.760035e+00 (Asqtad opt) mflops = 5.974991e+02
LLTIME(long): time =  4.193718e-01 (Naik) mflops = 2.819144e+02
LLTIME(Fat): time = 6.764473e+00 (Asqtad opt) mflops = 5.971071e+02
LLTIME(long): time =  4.094250e-01 (Naik) mflops = 2.887634e+02
LLTIME(Fat): time = 6.755368e+00 (Asqtad opt) mflops = 5.979119e+02
CONGRAD5: time = 1.122590e+01 iters = 108 mflops = 7.483987e+02
TESTCONG: reduce_time = 8.927202e-02 iters = 108 time/iter = 8.265928e-04
CONGRAD5: time = 1.122207e+01 iters = 108 mflops = 7.486542e+02
TESTCONG: reduce_time = 9.640002e-02 iters = 108 time/iter = 8.925928e-04
GFTIME:   time = 2.709688e+01 (Symanzik1) mflops = -2.031608e-01
FFTIME:  time = 3.617221e+01 mflops = 7.862534e+02
LLTIME(long): time =  4.059789e-01 (Naik) mflops = 2.912145e+02
LLTIME(Fat): time = 6.761015e+00 (Asqtad opt) mflops = 5.974125e+02
LLTIME(long): time =  4.149780e-01 (Naik) mflops = 2.848993e+02
LLTIME(Fat): time = 6.749301e+00 (Asqtad opt) mflops = 5.984493e+02
LLTIME(long): time =  4.162860e-01 (Naik) mflops = 2.840041e+02
LLTIME(Fat): time = 6.764688e+00 (Asqtad opt) mflops = 5.970881e+02
CONGRAD5: time = 1.123464e+01 iters = 108 mflops = 7.478168e+02
TESTCONG: reduce_time = 1.273365e-01 iters = 108 time/iter = 1.179042e-03
CONGRAD5: time = 1.136062e+01 iters = 109 mflops = 7.463719e+02
TESTCONG: reduce_time = 1.181068e-01 iters = 109 time/iter = 1.083549e-03
GFTIME:   time = 2.709712e+01 (Symanzik1) mflops = -2.031590e-01
FFTIME:  time = 3.618740e+01 mflops = 7.859234e+02
LLTIME(long): time =  4.128389e-01 (Naik) mflops = 2.863755e+02
LLTIME(Fat): time = 6.755280e+00 (Asqtad opt) mflops = 5.979197e+02
LLTIME(long): time =  4.174120e-01 (Naik) mflops = 2.832380e+02
LLTIME(Fat): time = 6.765092e+00 (Asqtad opt) mflops = 5.970525e+02
LLTIME(long): time =  4.175351e-01 (Naik) mflops = 2.831545e+02
LLTIME(Fat): time = 6.762817e+00 (Asqtad opt) mflops = 5.972533e+02
CONGRAD5: time = 1.135895e+01 iters = 109 mflops = 7.464810e+02
TESTCONG: reduce_time = 1.054754e-01 iters = 109 time/iter = 9.676645e-04
CONGRAD5: time = 1.132810e+01 iters = 109 mflops = 7.485142e+02
TESTCONG: reduce_time = 1.647143e-01 iters = 109 time/iter = 1.511141e-03
GFTIME:   time = 2.708823e+01 (Symanzik1) mflops = -2.032257e-01
FFTIME:  time = 3.616469e+01 mflops = 7.864169e+02
LLTIME(long): time =  4.116740e-01 (Naik) mflops = 2.871858e+02
LLTIME(Fat): time = 6.761951e+00 (Asqtad opt) mflops = 5.973298e+02
LLTIME(long): time =  4.102750e-01 (Naik) mflops = 2.881651e+02
LLTIME(Fat): time = 6.762474e+00 (Asqtad opt) mflops = 5.972836e+02
LLTIME(long): time =  4.109478e-01 (Naik) mflops = 2.876933e+02
LLTIME(Fat): time = 6.758509e+00 (Asqtad opt) mflops = 5.976340e+02
CONGRAD5: time = 1.145788e+01 iters = 110 mflops = 7.468256e+02
TESTCONG: reduce_time = 1.389921e-01 iters = 110 time/iter = 1.263564e-03
CONGRAD5: time = 1.144578e+01 iters = 110 mflops = 7.476150e+02
TESTCONG: reduce_time = 1.627266e-01 iters = 110 time/iter = 1.479333e-03
GFTIME:   time = 2.707850e+01 (Symanzik1) mflops = -2.032987e-01
FFTIME:  time = 3.608432e+01 mflops = 7.881685e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.099290e-01 (Naik) mflops = 2.884083e+02
LLTIME(Fat): time = 6.753458e+00 (Asqtad opt) mflops = 5.980810e+02
CONGRAD5: time = 9.704517e+00 iters = 93 mflops = 7.454863e+02
TESTCONG: reduce_time = 7.073903e-02 iters = 93 time/iter = 7.606347e-04
PBP: mass 1.000000e-02     5.879080e-03  5.866801e-03  5.882369e-05  6.414428e-05 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500385e+00 ( 1 of 1 )
CONGRAD5: time = 9.697591e+00 iters = 93 mflops = 7.460187e+02
TESTCONG: reduce_time = 1.535394e-01 iters = 93 time/iter = 1.650961e-03
PBP: mass 1.000000e-02     5.840848e-03  5.897290e-03  1.105854e-04  1.071485e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500023e+00 ( 1 of 1 )
RUNNING COMPLETED
average cg iters for step= 2.130000e+02
total_iters = 3778
NERSC_TIME 1800.685 secs


exit: Tue Nov 30 08:51:45 2021

Application 1105367 resources: utime ~449951s, stime ~11607s, Rss ~285272, inblocks ~1080546, outblocks ~161653
Displaying test.log:
['/scratch/system/bwjenkins/tests/milc-nsf/v1']
/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/retest : batch submitted (2)
SU3 with improved KS action
Microcanonical simulation with refreshing
MIMD version 6
Machine = MPI (portable), with 256 nodes
R algorithm
type 0 for no prompts  or 1 for prompts
nflavors1 4
nflavors2 4
nx 64
ny 64
nz 64
nt 64
iseed 5682304
LAYOUT = Hypercubes, options = EVENFIRST,
ON EACH NODE 16 x 16 x 16 x 16
Mallocing 73.9 MBytes per node for lattice
Made lattice
Made nn gathers
Made 3nn gathers
Finished setup


warms 0
trajecs 2
traj_between_meas 1
beta 5.6
mass1 0.01
mass2 0.01
u0 0.8441
microcanonical_time_step 0.02
steps_per_trajectory 8
max_cg_iterations 200
error_per_site 1e-05
error_for_propagator 0.0001
fresh 
forget 
unit gauge configuration loaded
CHECK PLAQ: 3.000000e+00 3.000000e+00
Unitarity checked.  Max deviation 0.00e+00
Time to check unitarity = 3.023005e-02
Symanzik 1x1 + 1x2 + 1x1x1 action
loop coefficients: nloop rep loop_coeff  multiplicity
                    0 0      1.000000e+00     6
                    1 0      -7.762509e-02     12
                    2 0      -1.031171e-02     16
"O(a^2): couplings(pi)=0, Naik term, No O(a^2) errors, tadpole weights"
path coefficients: npath  path_coeff  multiplicity
                    0      6.250000e-01     8
                    1      -5.847914e-02     8
                    2      -8.771872e-02     48
                    3      3.077829e-02     192
                    4      -7.199552e-03     384
                    5      -1.231132e-01     48
WARMUPS COMPLETED
LLTIME(long): time =  4.302661e-01 (Naik) mflops = 2.747763e+02
LLTIME(Fat): time = 6.789144e+00 (Asqtad opt) mflops = 5.949373e+02
LLTIME(long): time =  4.150338e-01 (Naik) mflops = 2.848610e+02
LLTIME(Fat): time = 6.760581e+00 (Asqtad opt) mflops = 5.974508e+02
LLTIME(long): time =  4.200861e-01 (Naik) mflops = 2.814350e+02
LLTIME(Fat): time = 6.769255e+00 (Asqtad opt) mflops = 5.966853e+02
CONGRAD5: time = 1.084569e+01 iters = 104 mflops = 7.459452e+02
TESTCONG: reduce_time = 1.331365e-01 iters = 104 time/iter = 1.280159e-03
CONGRAD5: time = 1.083634e+01 iters = 104 mflops = 7.465885e+02
TESTCONG: reduce_time = 1.373079e-01 iters = 104 time/iter = 1.320268e-03
GFTIME:   time = 2.711338e+01 (Symanzik1) mflops = -2.030371e-01
FFTIME:  time = 3.620153e+01 mflops = 7.856168e+02
LLTIME(long): time =  4.179819e-01 (Naik) mflops = 2.828519e+02
LLTIME(Fat): time = 6.763320e+00 (Asqtad opt) mflops = 5.972089e+02
LLTIME(long): time =  4.139369e-01 (Naik) mflops = 2.856159e+02
LLTIME(Fat): time = 6.771016e+00 (Asqtad opt) mflops = 5.965301e+02
LLTIME(long): time =  4.156058e-01 (Naik) mflops = 2.844690e+02
LLTIME(Fat): time = 6.767821e+00 (Asqtad opt) mflops = 5.968117e+02
CONGRAD5: time = 1.084436e+01 iters = 104 mflops = 7.460365e+02
TESTCONG: reduce_time = 1.206675e-01 iters = 104 time/iter = 1.160264e-03
CONGRAD5: time = 1.084099e+01 iters = 104 mflops = 7.462684e+02
TESTCONG: reduce_time = 8.422494e-02 iters = 104 time/iter = 8.098552e-04
GFTIME:   time = 2.711815e+01 (Symanzik1) mflops = -2.030014e-01
FFTIME:  time = 3.615998e+01 mflops = 7.865194e+02
LLTIME(long): time =  4.099541e-01 (Naik) mflops = 2.883907e+02
LLTIME(Fat): time = 6.753684e+00 (Asqtad opt) mflops = 5.980610e+02
LLTIME(long): time =  4.160259e-01 (Naik) mflops = 2.841817e+02
LLTIME(Fat): time = 6.752577e+00 (Asqtad opt) mflops = 5.981590e+02
LLTIME(long): time =  4.141202e-01 (Naik) mflops = 2.854894e+02
LLTIME(Fat): time = 6.758745e+00 (Asqtad opt) mflops = 5.976131e+02
CONGRAD5: time = 1.086016e+01 iters = 104 mflops = 7.449510e+02
TESTCONG: reduce_time = 1.757283e-01 iters = 104 time/iter = 1.689695e-03
CONGRAD5: time = 1.080890e+01 iters = 104 mflops = 7.484840e+02
TESTCONG: reduce_time = 8.764839e-02 iters = 104 time/iter = 8.427730e-04
GFTIME:   time = 2.713276e+01 (Symanzik1) mflops = -2.028921e-01
FFTIME:  time = 3.615120e+01 mflops = 7.867105e+02
LLTIME(long): time =  4.122500e-01 (Naik) mflops = 2.867846e+02
LLTIME(Fat): time = 6.769084e+00 (Asqtad opt) mflops = 5.967003e+02
LLTIME(long): time =  4.161301e-01 (Naik) mflops = 2.841106e+02
LLTIME(Fat): time = 6.771254e+00 (Asqtad opt) mflops = 5.965091e+02
LLTIME(long): time =  4.146421e-01 (Naik) mflops = 2.851301e+02
LLTIME(Fat): time = 6.772378e+00 (Asqtad opt) mflops = 5.964101e+02
CONGRAD5: time = 1.093271e+01 iters = 105 mflops = 7.471230e+02
TESTCONG: reduce_time = 1.244535e-01 iters = 105 time/iter = 1.185272e-03
CONGRAD5: time = 1.095405e+01 iters = 105 mflops = 7.456677e+02
TESTCONG: reduce_time = 1.865506e-01 iters = 105 time/iter = 1.776673e-03
GFTIME:   time = 2.711390e+01 (Symanzik1) mflops = -2.030333e-01
FFTIME:  time = 3.604081e+01 mflops = 7.891202e+02
LLTIME(long): time =  4.079859e-01 (Naik) mflops = 2.897819e+02
LLTIME(Fat): time = 6.736125e+00 (Asqtad opt) mflops = 5.996199e+02
LLTIME(long): time =  4.133968e-01 (Naik) mflops = 2.859890e+02
LLTIME(Fat): time = 6.774348e+00 (Asqtad opt) mflops = 5.962367e+02
LLTIME(long): time =  4.151440e-01 (Naik) mflops = 2.847854e+02
LLTIME(Fat): time = 6.752964e+00 (Asqtad opt) mflops = 5.981247e+02
CONGRAD5: time = 1.091645e+01 iters = 105 mflops = 7.482357e+02
TESTCONG: reduce_time = 1.226649e-01 iters = 105 time/iter = 1.168237e-03
CONGRAD5: time = 1.093727e+01 iters = 105 mflops = 7.468117e+02
TESTCONG: reduce_time = 1.682529e-01 iters = 105 time/iter = 1.602409e-03
GFTIME:   time = 2.714087e+01 (Symanzik1) mflops = -2.028315e-01
FFTIME:  time = 3.610457e+01 mflops = 7.877266e+02
LLTIME(long): time =  4.057651e-01 (Naik) mflops = 2.913680e+02
LLTIME(Fat): time = 6.758840e+00 (Asqtad opt) mflops = 5.976047e+02
LLTIME(long): time =  4.126408e-01 (Naik) mflops = 2.865130e+02
LLTIME(Fat): time = 6.761466e+00 (Asqtad opt) mflops = 5.973726e+02
LLTIME(long): time =  4.153531e-01 (Naik) mflops = 2.846420e+02
LLTIME(Fat): time = 6.752854e+00 (Asqtad opt) mflops = 5.981345e+02
CONGRAD5: time = 1.106466e+01 iters = 106 mflops = 7.452439e+02
TESTCONG: reduce_time = 7.762551e-02 iters = 106 time/iter = 7.323162e-04
CONGRAD5: time = 1.103629e+01 iters = 106 mflops = 7.471594e+02
TESTCONG: reduce_time = 1.702590e-01 iters = 106 time/iter = 1.606217e-03
GFTIME:   time = 2.710767e+01 (Symanzik1) mflops = -2.030800e-01
FFTIME:  time = 3.615334e+01 mflops = 7.866639e+02
LLTIME(long): time =  4.103339e-01 (Naik) mflops = 2.881238e+02
LLTIME(Fat): time = 6.749267e+00 (Asqtad opt) mflops = 5.984524e+02
LLTIME(long): time =  4.103048e-01 (Naik) mflops = 2.881442e+02
LLTIME(Fat): time = 6.765125e+00 (Asqtad opt) mflops = 5.970495e+02
LLTIME(long): time =  4.174330e-01 (Naik) mflops = 2.832237e+02
LLTIME(Fat): time = 6.769432e+00 (Asqtad opt) mflops = 5.966697e+02
CONGRAD5: time = 1.105668e+01 iters = 106 mflops = 7.457819e+02
TESTCONG: reduce_time = 1.310794e-01 iters = 106 time/iter = 1.236598e-03
CONGRAD5: time = 1.103809e+01 iters = 106 mflops = 7.470381e+02
TESTCONG: reduce_time = 9.909964e-02 iters = 106 time/iter = 9.349022e-04
GFTIME:   time = 2.710424e+01 (Symanzik1) mflops = -2.031057e-01
FFTIME:  time = 3.607130e+01 mflops = 7.884530e+02
LLTIME(long): time =  4.089558e-01 (Naik) mflops = 2.890947e+02
LLTIME(Fat): time = 6.760254e+00 (Asqtad opt) mflops = 5.974797e+02
LLTIME(long): time =  4.126341e-01 (Naik) mflops = 2.865176e+02
LLTIME(Fat): time = 6.747355e+00 (Asqtad opt) mflops = 5.986219e+02
LLTIME(long): time =  4.161921e-01 (Naik) mflops = 2.840682e+02
LLTIME(Fat): time = 6.768012e+00 (Asqtad opt) mflops = 5.967949e+02
CONGRAD5: time = 1.115985e+01 iters = 107 mflops = 7.458580e+02
TESTCONG: reduce_time = 1.579552e-01 iters = 107 time/iter = 1.476217e-03
CONGRAD5: time = 1.113341e+01 iters = 107 mflops = 7.476294e+02
TESTCONG: reduce_time = 1.331167e-01 iters = 107 time/iter = 1.244082e-03
GFTIME:   time = 2.709826e+01 (Symanzik1) mflops = -2.031505e-01
FFTIME:  time = 3.603442e+01 mflops = 7.892600e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.144380e-01 (Naik) mflops = 2.852705e+02
LLTIME(Fat): time = 6.771083e+00 (Asqtad opt) mflops = 5.965242e+02
CONGRAD5: time = 9.493204e+00 iters = 91 mflops = 7.456916e+02
TESTCONG: reduce_time = 7.735634e-02 iters = 91 time/iter = 8.500697e-04
PBP: mass 1.000000e-02     5.142765e-03  5.259435e-03  9.211007e-05  8.879411e-05 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500418e+00 ( 1 of 1 )
CONGRAD5: time = 9.400723e+00 iters = 90 mflops = 7.447524e+02
TESTCONG: reduce_time = 1.752014e-01 iters = 90 time/iter = 1.946682e-03
PBP: mass 1.000000e-02     5.042681e-03  5.353270e-03  -1.212902e-04  -1.269964e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.499398e+00 ( 1 of 1 )
LLTIME(long): time =  4.184091e-01 (Naik) mflops = 2.825630e+02
LLTIME(Fat): time = 6.750088e+00 (Asqtad opt) mflops = 5.983796e+02
LLTIME(long): time =  4.172010e-01 (Naik) mflops = 2.833812e+02
LLTIME(Fat): time = 6.768538e+00 (Asqtad opt) mflops = 5.967485e+02
LLTIME(long): time =  4.197340e-01 (Naik) mflops = 2.816711e+02
LLTIME(Fat): time = 6.757411e+00 (Asqtad opt) mflops = 5.977311e+02
CONGRAD5: time = 1.113892e+01 iters = 107 mflops = 7.472591e+02
TESTCONG: reduce_time = 8.499241e-02 iters = 107 time/iter = 7.943216e-04
CONGRAD5: time = 1.113736e+01 iters = 107 mflops = 7.473639e+02
TESTCONG: reduce_time = 1.549389e-01 iters = 107 time/iter = 1.448027e-03
GFTIME:   time = 2.708301e+01 (Symanzik1) mflops = -2.032648e-01
FFTIME:  time = 3.611565e+01 mflops = 7.874848e+02
LLTIME(long): time =  4.138939e-01 (Naik) mflops = 2.856455e+02
LLTIME(Fat): time = 6.744957e+00 (Asqtad opt) mflops = 5.988348e+02
LLTIME(long): time =  4.164290e-01 (Naik) mflops = 2.839066e+02
LLTIME(Fat): time = 6.777677e+00 (Asqtad opt) mflops = 5.959438e+02
LLTIME(long): time =  4.236441e-01 (Naik) mflops = 2.790714e+02
LLTIME(Fat): time = 6.761684e+00 (Asqtad opt) mflops = 5.973534e+02
CONGRAD5: time = 1.113202e+01 iters = 107 mflops = 7.477227e+02
TESTCONG: reduce_time = 1.300516e-01 iters = 107 time/iter = 1.215436e-03
CONGRAD5: time = 1.113494e+01 iters = 107 mflops = 7.475267e+02
TESTCONG: reduce_time = 1.182835e-01 iters = 107 time/iter = 1.105453e-03
GFTIME:   time = 2.710481e+01 (Symanzik1) mflops = -2.031014e-01
FFTIME:  time = 3.609343e+01 mflops = 7.879697e+02
LLTIME(long): time =  4.134820e-01 (Naik) mflops = 2.859301e+02
LLTIME(Fat): time = 6.762686e+00 (Asqtad opt) mflops = 5.972649e+02
LLTIME(long): time =  4.119110e-01 (Naik) mflops = 2.870206e+02
LLTIME(Fat): time = 6.751169e+00 (Asqtad opt) mflops = 5.982838e+02
LLTIME(long): time =  4.158120e-01 (Naik) mflops = 2.843279e+02
LLTIME(Fat): time = 6.756308e+00 (Asqtad opt) mflops = 5.978287e+02
CONGRAD5: time = 1.112793e+01 iters = 107 mflops = 7.479975e+02
TESTCONG: reduce_time = 1.058867e-01 iters = 107 time/iter = 9.895953e-04
CONGRAD5: time = 1.113847e+01 iters = 107 mflops = 7.472896e+02
TESTCONG: reduce_time = 9.049416e-02 iters = 107 time/iter = 8.457398e-04
GFTIME:   time = 2.708446e+01 (Symanzik1) mflops = -2.032540e-01
FFTIME:  time = 3.612701e+01 mflops = 7.872372e+02
LLTIME(long): time =  4.004250e-01 (Naik) mflops = 2.952537e+02
LLTIME(Fat): time = 6.744364e+00 (Asqtad opt) mflops = 5.988874e+02
LLTIME(long): time =  4.142311e-01 (Naik) mflops = 2.854130e+02
LLTIME(Fat): time = 6.754601e+00 (Asqtad opt) mflops = 5.979798e+02
LLTIME(long): time =  4.108729e-01 (Naik) mflops = 2.877458e+02
LLTIME(Fat): time = 6.743794e+00 (Asqtad opt) mflops = 5.989380e+02
CONGRAD5: time = 1.125722e+01 iters = 108 mflops = 7.463167e+02
TESTCONG: reduce_time = 1.387024e-01 iters = 108 time/iter = 1.284281e-03
CONGRAD5: time = 1.124512e+01 iters = 108 mflops = 7.471196e+02
TESTCONG: reduce_time = 1.057684e-01 iters = 108 time/iter = 9.793374e-04
GFTIME:   time = 2.706987e+01 (Symanzik1) mflops = -2.033635e-01
FFTIME:  time = 3.612715e+01 mflops = 7.872342e+02
LLTIME(long): time =  4.179590e-01 (Naik) mflops = 2.828673e+02
LLTIME(Fat): time = 6.760035e+00 (Asqtad opt) mflops = 5.974991e+02
LLTIME(long): time =  4.193718e-01 (Naik) mflops = 2.819144e+02
LLTIME(Fat): time = 6.764473e+00 (Asqtad opt) mflops = 5.971071e+02
LLTIME(long): time =  4.094250e-01 (Naik) mflops = 2.887634e+02
LLTIME(Fat): time = 6.755368e+00 (Asqtad opt) mflops = 5.979119e+02
CONGRAD5: time = 1.122590e+01 iters = 108 mflops = 7.483987e+02
TESTCONG: reduce_time = 8.927202e-02 iters = 108 time/iter = 8.265928e-04
CONGRAD5: time = 1.122207e+01 iters = 108 mflops = 7.486542e+02
TESTCONG: reduce_time = 9.640002e-02 iters = 108 time/iter = 8.925928e-04
GFTIME:   time = 2.709688e+01 (Symanzik1) mflops = -2.031608e-01
FFTIME:  time = 3.617221e+01 mflops = 7.862534e+02
LLTIME(long): time =  4.059789e-01 (Naik) mflops = 2.912145e+02
LLTIME(Fat): time = 6.761015e+00 (Asqtad opt) mflops = 5.974125e+02
LLTIME(long): time =  4.149780e-01 (Naik) mflops = 2.848993e+02
LLTIME(Fat): time = 6.749301e+00 (Asqtad opt) mflops = 5.984493e+02
LLTIME(long): time =  4.162860e-01 (Naik) mflops = 2.840041e+02
LLTIME(Fat): time = 6.764688e+00 (Asqtad opt) mflops = 5.970881e+02
CONGRAD5: time = 1.123464e+01 iters = 108 mflops = 7.478168e+02
TESTCONG: reduce_time = 1.273365e-01 iters = 108 time/iter = 1.179042e-03
CONGRAD5: time = 1.136062e+01 iters = 109 mflops = 7.463719e+02
TESTCONG: reduce_time = 1.181068e-01 iters = 109 time/iter = 1.083549e-03
GFTIME:   time = 2.709712e+01 (Symanzik1) mflops = -2.031590e-01
FFTIME:  time = 3.618740e+01 mflops = 7.859234e+02
LLTIME(long): time =  4.128389e-01 (Naik) mflops = 2.863755e+02
LLTIME(Fat): time = 6.755280e+00 (Asqtad opt) mflops = 5.979197e+02
LLTIME(long): time =  4.174120e-01 (Naik) mflops = 2.832380e+02
LLTIME(Fat): time = 6.765092e+00 (Asqtad opt) mflops = 5.970525e+02
LLTIME(long): time =  4.175351e-01 (Naik) mflops = 2.831545e+02
LLTIME(Fat): time = 6.762817e+00 (Asqtad opt) mflops = 5.972533e+02
CONGRAD5: time = 1.135895e+01 iters = 109 mflops = 7.464810e+02
TESTCONG: reduce_time = 1.054754e-01 iters = 109 time/iter = 9.676645e-04
CONGRAD5: time = 1.132810e+01 iters = 109 mflops = 7.485142e+02
TESTCONG: reduce_time = 1.647143e-01 iters = 109 time/iter = 1.511141e-03
GFTIME:   time = 2.708823e+01 (Symanzik1) mflops = -2.032257e-01
FFTIME:  time = 3.616469e+01 mflops = 7.864169e+02
LLTIME(long): time =  4.116740e-01 (Naik) mflops = 2.871858e+02
LLTIME(Fat): time = 6.761951e+00 (Asqtad opt) mflops = 5.973298e+02
LLTIME(long): time =  4.102750e-01 (Naik) mflops = 2.881651e+02
LLTIME(Fat): time = 6.762474e+00 (Asqtad opt) mflops = 5.972836e+02
LLTIME(long): time =  4.109478e-01 (Naik) mflops = 2.876933e+02
LLTIME(Fat): time = 6.758509e+00 (Asqtad opt) mflops = 5.976340e+02
CONGRAD5: time = 1.145788e+01 iters = 110 mflops = 7.468256e+02
TESTCONG: reduce_time = 1.389921e-01 iters = 110 time/iter = 1.263564e-03
CONGRAD5: time = 1.144578e+01 iters = 110 mflops = 7.476150e+02
TESTCONG: reduce_time = 1.627266e-01 iters = 110 time/iter = 1.479333e-03
GFTIME:   time = 2.707850e+01 (Symanzik1) mflops = -2.032987e-01
FFTIME:  time = 3.608432e+01 mflops = 7.881685e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.099290e-01 (Naik) mflops = 2.884083e+02
LLTIME(Fat): time = 6.753458e+00 (Asqtad opt) mflops = 5.980810e+02
CONGRAD5: time = 9.704517e+00 iters = 93 mflops = 7.454863e+02
TESTCONG: reduce_time = 7.073903e-02 iters = 93 time/iter = 7.606347e-04
PBP: mass 1.000000e-02     5.879080e-03  5.866801e-03  5.882369e-05  6.414428e-05 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500385e+00 ( 1 of 1 )
CONGRAD5: time = 9.697591e+00 iters = 93 mflops = 7.460187e+02
TESTCONG: reduce_time = 1.535394e-01 iters = 93 time/iter = 1.650961e-03
PBP: mass 1.000000e-02     5.840848e-03  5.897290e-03  1.105854e-04  1.071485e-04 ( 1 of 1 )
FACTION: mass = 1.000000e-02,  1.500023e+00 ( 1 of 1 )
RUNNING COMPLETED
average cg iters for step= 2.130000e+02
total_iters = 3778
NERSC_TIME 1800.685 secs


exit: Tue Nov 30 08:51:45 2021

Application 1105367 resources: utime ~449951s, stime ~11607s, Rss ~285272, inblocks ~1080546, outblocks ~161653
Displaying status file:
verified

[SSH] completed
[SSH] exit-status: 0

[workspace] $ /bin/sh -xe /tmp/jenkins4392493246850411534.sh
+ scp JYC_REMOTE:/scratch/system/bwjenkins/tests/milc-nsf/v1/cle5.2_gnu4.9.3/wallclock /var/lib/jenkins/jobs/MILC/workspace
Recording plot data
Saving plot series data from: /var/lib/jenkins/jobs/MILC/workspace/wallclock
Finished: SUCCESS