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/jenkins4451438268264827544.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 Dec 14 17: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 598410.jyc to start ... 
Submitted job 598410.jyc is running. Following .running ... 
598410.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.014016e-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.326849e-01 (Naik) mflops = 2.732403e+02
LLTIME(Fat): time = 6.795671e+00 (Asqtad opt) mflops = 5.943658e+02
LLTIME(long): time =  4.128120e-01 (Naik) mflops = 2.863942e+02
LLTIME(Fat): time = 6.758495e+00 (Asqtad opt) mflops = 5.976352e+02
LLTIME(long): time =  4.178071e-01 (Naik) mflops = 2.829702e+02
LLTIME(Fat): time = 6.767862e+00 (Asqtad opt) mflops = 5.968081e+02
CONGRAD5: time = 1.087245e+01 iters = 104 mflops = 7.441089e+02
TESTCONG: reduce_time = 2.262537e-01 iters = 104 time/iter = 2.175517e-03
CONGRAD5: time = 1.084376e+01 iters = 104 mflops = 7.460780e+02
TESTCONG: reduce_time = 1.300213e-01 iters = 104 time/iter = 1.250205e-03
GFTIME:   time = 2.712183e+01 (Symanzik1) mflops = -2.029739e-01
FFTIME:  time = 3.611008e+01 mflops = 7.876064e+02
LLTIME(long): time =  4.128239e-01 (Naik) mflops = 2.863859e+02
LLTIME(Fat): time = 6.775315e+00 (Asqtad opt) mflops = 5.961516e+02
LLTIME(long): time =  4.084039e-01 (Naik) mflops = 2.894854e+02
LLTIME(Fat): time = 6.776369e+00 (Asqtad opt) mflops = 5.960588e+02
LLTIME(long): time =  4.235511e-01 (Naik) mflops = 2.791327e+02
LLTIME(Fat): time = 6.774467e+00 (Asqtad opt) mflops = 5.962262e+02
CONGRAD5: time = 1.086854e+01 iters = 104 mflops = 7.443769e+02
TESTCONG: reduce_time = 2.025466e-01 iters = 104 time/iter = 1.947563e-03
CONGRAD5: time = 1.086802e+01 iters = 104 mflops = 7.444125e+02
TESTCONG: reduce_time = 1.923213e-01 iters = 104 time/iter = 1.849243e-03
GFTIME:   time = 2.709082e+01 (Symanzik1) mflops = -2.032062e-01
FFTIME:  time = 3.611188e+01 mflops = 7.875671e+02
LLTIME(long): time =  4.058511e-01 (Naik) mflops = 2.913062e+02
LLTIME(Fat): time = 6.777005e+00 (Asqtad opt) mflops = 5.960029e+02
LLTIME(long): time =  4.187260e-01 (Naik) mflops = 2.823492e+02
LLTIME(Fat): time = 6.764964e+00 (Asqtad opt) mflops = 5.970637e+02
LLTIME(long): time =  4.142630e-01 (Naik) mflops = 2.853910e+02
LLTIME(Fat): time = 6.772473e+00 (Asqtad opt) mflops = 5.964018e+02
CONGRAD5: time = 1.084727e+01 iters = 104 mflops = 7.458363e+02
TESTCONG: reduce_time = 1.393709e-01 iters = 104 time/iter = 1.340105e-03
CONGRAD5: time = 1.086364e+01 iters = 104 mflops = 7.447125e+02
TESTCONG: reduce_time = 2.164690e-01 iters = 104 time/iter = 2.081433e-03
GFTIME:   time = 2.712866e+01 (Symanzik1) mflops = -2.029228e-01
FFTIME:  time = 3.612211e+01 mflops = 7.873441e+02
LLTIME(long): time =  4.040411e-01 (Naik) mflops = 2.926112e+02
LLTIME(Fat): time = 6.758790e+00 (Asqtad opt) mflops = 5.976091e+02
LLTIME(long): time =  4.197819e-01 (Naik) mflops = 2.816390e+02
LLTIME(Fat): time = 6.773793e+00 (Asqtad opt) mflops = 5.962855e+02
LLTIME(long): time =  4.134910e-01 (Naik) mflops = 2.859239e+02
LLTIME(Fat): time = 6.756200e+00 (Asqtad opt) mflops = 5.978383e+02
CONGRAD5: time = 1.096311e+01 iters = 105 mflops = 7.450515e+02
TESTCONG: reduce_time = 2.702510e-01 iters = 105 time/iter = 2.573819e-03
CONGRAD5: time = 1.096417e+01 iters = 105 mflops = 7.449789e+02
TESTCONG: reduce_time = 1.655505e-01 iters = 105 time/iter = 1.576671e-03
GFTIME:   time = 2.711700e+01 (Symanzik1) mflops = -2.030100e-01
FFTIME:  time = 3.617935e+01 mflops = 7.860984e+02
LLTIME(long): time =  4.114161e-01 (Naik) mflops = 2.873659e+02
LLTIME(Fat): time = 6.770240e+00 (Asqtad opt) mflops = 5.965985e+02
LLTIME(long): time =  4.155819e-01 (Naik) mflops = 2.844853e+02
LLTIME(Fat): time = 6.764056e+00 (Asqtad opt) mflops = 5.971439e+02
LLTIME(long): time =  4.212341e-01 (Naik) mflops = 2.806680e+02
LLTIME(Fat): time = 6.761310e+00 (Asqtad opt) mflops = 5.973864e+02
CONGRAD5: time = 1.096172e+01 iters = 105 mflops = 7.451458e+02
TESTCONG: reduce_time = 2.204726e-01 iters = 105 time/iter = 2.099739e-03
CONGRAD5: time = 1.098074e+01 iters = 105 mflops = 7.438551e+02
TESTCONG: reduce_time = 1.369801e-01 iters = 105 time/iter = 1.304572e-03
GFTIME:   time = 2.712012e+01 (Symanzik1) mflops = -2.029867e-01
FFTIME:  time = 3.615748e+01 mflops = 7.865739e+02
LLTIME(long): time =  4.159381e-01 (Naik) mflops = 2.842417e+02
LLTIME(Fat): time = 6.766948e+00 (Asqtad opt) mflops = 5.968887e+02
LLTIME(long): time =  4.060519e-01 (Naik) mflops = 2.911622e+02
LLTIME(Fat): time = 6.765290e+00 (Asqtad opt) mflops = 5.970350e+02
LLTIME(long): time =  4.173751e-01 (Naik) mflops = 2.832631e+02
LLTIME(Fat): time = 6.759292e+00 (Asqtad opt) mflops = 5.975648e+02
CONGRAD5: time = 1.107005e+01 iters = 106 mflops = 7.448809e+02
TESTCONG: reduce_time = 2.198701e-01 iters = 106 time/iter = 2.074246e-03
CONGRAD5: time = 1.105296e+01 iters = 106 mflops = 7.460328e+02
TESTCONG: reduce_time = 1.585724e-01 iters = 106 time/iter = 1.495966e-03
GFTIME:   time = 2.711932e+01 (Symanzik1) mflops = -2.029927e-01
FFTIME:  time = 3.611042e+01 mflops = 7.875989e+02
LLTIME(long): time =  4.087069e-01 (Naik) mflops = 2.892707e+02
LLTIME(Fat): time = 6.741312e+00 (Asqtad opt) mflops = 5.991586e+02
LLTIME(long): time =  4.190099e-01 (Naik) mflops = 2.821579e+02
LLTIME(Fat): time = 6.764974e+00 (Asqtad opt) mflops = 5.970629e+02
LLTIME(long): time =  4.133198e-01 (Naik) mflops = 2.860423e+02
LLTIME(Fat): time = 6.769298e+00 (Asqtad opt) mflops = 5.966815e+02
CONGRAD5: time = 1.107919e+01 iters = 106 mflops = 7.442668e+02
TESTCONG: reduce_time = 2.122481e-01 iters = 106 time/iter = 2.002340e-03
CONGRAD5: time = 1.106514e+01 iters = 106 mflops = 7.452113e+02
TESTCONG: reduce_time = 1.806490e-01 iters = 106 time/iter = 1.704236e-03
GFTIME:   time = 2.710979e+01 (Symanzik1) mflops = -2.030640e-01
FFTIME:  time = 3.612499e+01 mflops = 7.872813e+02
LLTIME(long): time =  4.127679e-01 (Naik) mflops = 2.864248e+02
LLTIME(Fat): time = 6.768671e+00 (Asqtad opt) mflops = 5.967368e+02
LLTIME(long): time =  4.193749e-01 (Naik) mflops = 2.819123e+02
LLTIME(Fat): time = 6.749057e+00 (Asqtad opt) mflops = 5.984710e+02
LLTIME(long): time =  4.137359e-01 (Naik) mflops = 2.857546e+02
LLTIME(Fat): time = 6.754206e+00 (Asqtad opt) mflops = 5.980147e+02
CONGRAD5: time = 1.115401e+01 iters = 107 mflops = 7.462482e+02
TESTCONG: reduce_time = 2.218812e-01 iters = 107 time/iter = 2.073656e-03
CONGRAD5: time = 1.116617e+01 iters = 107 mflops = 7.454358e+02
TESTCONG: reduce_time = 1.341748e-01 iters = 107 time/iter = 1.253970e-03
GFTIME:   time = 2.712071e+01 (Symanzik1) mflops = -2.029823e-01
FFTIME:  time = 3.612465e+01 mflops = 7.872886e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.116008e-01 (Naik) mflops = 2.872369e+02
LLTIME(Fat): time = 6.761159e+00 (Asqtad opt) mflops = 5.973998e+02
CONGRAD5: time = 9.513355e+00 iters = 91 mflops = 7.441121e+02
TESTCONG: reduce_time = 1.780977e-01 iters = 91 time/iter = 1.957118e-03
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.404924e+00 iters = 90 mflops = 7.444197e+02
TESTCONG: reduce_time = 1.706731e-01 iters = 90 time/iter = 1.896368e-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.199550e-01 (Naik) mflops = 2.815229e+02
LLTIME(Fat): time = 6.760522e+00 (Asqtad opt) mflops = 5.974561e+02
LLTIME(long): time =  4.157879e-01 (Naik) mflops = 2.843443e+02
LLTIME(Fat): time = 6.759968e+00 (Asqtad opt) mflops = 5.975050e+02
LLTIME(long): time =  4.131930e-01 (Naik) mflops = 2.861301e+02
LLTIME(Fat): time = 6.758271e+00 (Asqtad opt) mflops = 5.976550e+02
CONGRAD5: time = 1.115865e+01 iters = 107 mflops = 7.459381e+02
TESTCONG: reduce_time = 1.661649e-01 iters = 107 time/iter = 1.552943e-03
CONGRAD5: time = 1.117732e+01 iters = 107 mflops = 7.446922e+02
TESTCONG: reduce_time = 1.900799e-01 iters = 107 time/iter = 1.776448e-03
GFTIME:   time = 2.711440e+01 (Symanzik1) mflops = -2.030295e-01
FFTIME:  time = 3.609587e+01 mflops = 7.879163e+02
LLTIME(long): time =  4.084620e-01 (Naik) mflops = 2.894441e+02
LLTIME(Fat): time = 6.749538e+00 (Asqtad opt) mflops = 5.984283e+02
LLTIME(long): time =  4.175971e-01 (Naik) mflops = 2.831125e+02
LLTIME(Fat): time = 6.766233e+00 (Asqtad opt) mflops = 5.969518e+02
LLTIME(long): time =  4.161391e-01 (Naik) mflops = 2.841044e+02
LLTIME(Fat): time = 6.769365e+00 (Asqtad opt) mflops = 5.966756e+02
CONGRAD5: time = 1.116156e+01 iters = 107 mflops = 7.457435e+02
TESTCONG: reduce_time = 1.454129e-01 iters = 107 time/iter = 1.358999e-03
CONGRAD5: time = 1.114704e+01 iters = 107 mflops = 7.467151e+02
TESTCONG: reduce_time = 1.886532e-01 iters = 107 time/iter = 1.763114e-03
GFTIME:   time = 2.710161e+01 (Symanzik1) mflops = -2.031254e-01
FFTIME:  time = 3.614786e+01 mflops = 7.867831e+02
LLTIME(long): time =  4.067972e-01 (Naik) mflops = 2.906287e+02
LLTIME(Fat): time = 6.758670e+00 (Asqtad opt) mflops = 5.976198e+02
LLTIME(long): time =  4.129009e-01 (Naik) mflops = 2.863325e+02
LLTIME(Fat): time = 6.764134e+00 (Asqtad opt) mflops = 5.971370e+02
LLTIME(long): time =  4.129119e-01 (Naik) mflops = 2.863249e+02
LLTIME(Fat): time = 6.771617e+00 (Asqtad opt) mflops = 5.964771e+02
CONGRAD5: time = 1.117064e+01 iters = 107 mflops = 7.451377e+02
TESTCONG: reduce_time = 2.318728e-01 iters = 107 time/iter = 2.167035e-03
CONGRAD5: time = 1.117039e+01 iters = 107 mflops = 7.451544e+02
TESTCONG: reduce_time = 2.035608e-01 iters = 107 time/iter = 1.902438e-03
GFTIME:   time = 2.712128e+01 (Symanzik1) mflops = -2.029780e-01
FFTIME:  time = 3.610364e+01 mflops = 7.877469e+02
LLTIME(long): time =  4.083722e-01 (Naik) mflops = 2.895078e+02
LLTIME(Fat): time = 6.763330e+00 (Asqtad opt) mflops = 5.972080e+02
LLTIME(long): time =  4.163070e-01 (Naik) mflops = 2.839898e+02
LLTIME(Fat): time = 6.758798e+00 (Asqtad opt) mflops = 5.976085e+02
LLTIME(long): time =  4.152520e-01 (Naik) mflops = 2.847113e+02
LLTIME(Fat): time = 6.770486e+00 (Asqtad opt) mflops = 5.965768e+02
CONGRAD5: time = 1.126267e+01 iters = 108 mflops = 7.459554e+02
TESTCONG: reduce_time = 1.217222e-01 iters = 108 time/iter = 1.127058e-03
CONGRAD5: time = 1.123159e+01 iters = 108 mflops = 7.480200e+02
TESTCONG: reduce_time = 1.907139e-01 iters = 108 time/iter = 1.765869e-03
GFTIME:   time = 2.710216e+01 (Symanzik1) mflops = -2.031212e-01
FFTIME:  time = 3.608114e+01 mflops = 7.882381e+02
LLTIME(long): time =  4.139512e-01 (Naik) mflops = 2.856060e+02
LLTIME(Fat): time = 6.761819e+00 (Asqtad opt) mflops = 5.973414e+02
LLTIME(long): time =  4.133480e-01 (Naik) mflops = 2.860228e+02
LLTIME(Fat): time = 6.748820e+00 (Asqtad opt) mflops = 5.984920e+02
LLTIME(long): time =  4.185250e-01 (Naik) mflops = 2.824848e+02
LLTIME(Fat): time = 6.769302e+00 (Asqtad opt) mflops = 5.966811e+02
CONGRAD5: time = 1.126909e+01 iters = 108 mflops = 7.455309e+02
TESTCONG: reduce_time = 1.707864e-01 iters = 108 time/iter = 1.581355e-03
CONGRAD5: time = 1.125600e+01 iters = 108 mflops = 7.463975e+02
TESTCONG: reduce_time = 1.681521e-01 iters = 108 time/iter = 1.556964e-03
GFTIME:   time = 2.708036e+01 (Symanzik1) mflops = -2.032848e-01
FFTIME:  time = 3.610605e+01 mflops = 7.876942e+02
LLTIME(long): time =  4.195340e-01 (Naik) mflops = 2.818054e+02
LLTIME(Fat): time = 6.764308e+00 (Asqtad opt) mflops = 5.971217e+02
LLTIME(long): time =  4.119711e-01 (Naik) mflops = 2.869787e+02
LLTIME(Fat): time = 6.766901e+00 (Asqtad opt) mflops = 5.968928e+02
LLTIME(long): time =  4.182870e-01 (Naik) mflops = 2.826455e+02
LLTIME(Fat): time = 6.772543e+00 (Asqtad opt) mflops = 5.963956e+02
CONGRAD5: time = 1.127285e+01 iters = 108 mflops = 7.452819e+02
TESTCONG: reduce_time = 1.554050e-01 iters = 108 time/iter = 1.438936e-03
CONGRAD5: time = 1.139141e+01 iters = 109 mflops = 7.443545e+02
TESTCONG: reduce_time = 1.607020e-01 iters = 109 time/iter = 1.474330e-03
GFTIME:   time = 2.713849e+01 (Symanzik1) mflops = -2.028493e-01
FFTIME:  time = 3.611264e+01 mflops = 7.875505e+02
LLTIME(long): time =  4.091699e-01 (Naik) mflops = 2.889434e+02
LLTIME(Fat): time = 6.755887e+00 (Asqtad opt) mflops = 5.978660e+02
LLTIME(long): time =  4.162309e-01 (Naik) mflops = 2.840417e+02
LLTIME(Fat): time = 6.754297e+00 (Asqtad opt) mflops = 5.980067e+02
LLTIME(long): time =  4.201341e-01 (Naik) mflops = 2.814029e+02
LLTIME(Fat): time = 6.760922e+00 (Asqtad opt) mflops = 5.974207e+02
CONGRAD5: time = 1.138137e+01 iters = 109 mflops = 7.450111e+02
TESTCONG: reduce_time = 1.764438e-01 iters = 109 time/iter = 1.618751e-03
CONGRAD5: time = 1.138624e+01 iters = 109 mflops = 7.446923e+02
TESTCONG: reduce_time = 1.972404e-01 iters = 109 time/iter = 1.809545e-03
GFTIME:   time = 2.711093e+01 (Symanzik1) mflops = -2.030555e-01
FFTIME:  time = 3.613225e+01 mflops = 7.871231e+02
LLTIME(long): time =  4.289160e-01 (Naik) mflops = 2.756413e+02
LLTIME(Fat): time = 6.751728e+00 (Asqtad opt) mflops = 5.982342e+02
LLTIME(long): time =  4.150200e-01 (Naik) mflops = 2.848705e+02
LLTIME(Fat): time = 6.770543e+00 (Asqtad opt) mflops = 5.965718e+02
LLTIME(long): time =  4.157519e-01 (Naik) mflops = 2.843690e+02
LLTIME(Fat): time = 6.767728e+00 (Asqtad opt) mflops = 5.968199e+02
CONGRAD5: time = 1.148606e+01 iters = 110 mflops = 7.449934e+02
TESTCONG: reduce_time = 2.020247e-01 iters = 110 time/iter = 1.836588e-03
CONGRAD5: time = 1.148781e+01 iters = 110 mflops = 7.448794e+02
TESTCONG: reduce_time = 2.211919e-01 iters = 110 time/iter = 2.010835e-03
GFTIME:   time = 2.712400e+01 (Symanzik1) mflops = -2.029577e-01
FFTIME:  time = 3.612392e+01 mflops = 7.873045e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.078109e-01 (Naik) mflops = 2.899063e+02
LLTIME(Fat): time = 6.769262e+00 (Asqtad opt) mflops = 5.966846e+02
CONGRAD5: time = 9.704212e+00 iters = 93 mflops = 7.455097e+02
TESTCONG: reduce_time = 1.818185e-01 iters = 93 time/iter = 1.955037e-03
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.704398e+00 iters = 93 mflops = 7.454954e+02
TESTCONG: reduce_time = 1.430492e-01 iters = 93 time/iter = 1.538164e-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 1801.909 secs


exit: Tue Dec 14 17:51:54 2021

Application 1110005 resources: utime ~450283s, stime ~11623s, Rss ~285272, inblocks ~1079695, outblocks ~161654
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.014016e-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.326849e-01 (Naik) mflops = 2.732403e+02
LLTIME(Fat): time = 6.795671e+00 (Asqtad opt) mflops = 5.943658e+02
LLTIME(long): time =  4.128120e-01 (Naik) mflops = 2.863942e+02
LLTIME(Fat): time = 6.758495e+00 (Asqtad opt) mflops = 5.976352e+02
LLTIME(long): time =  4.178071e-01 (Naik) mflops = 2.829702e+02
LLTIME(Fat): time = 6.767862e+00 (Asqtad opt) mflops = 5.968081e+02
CONGRAD5: time = 1.087245e+01 iters = 104 mflops = 7.441089e+02
TESTCONG: reduce_time = 2.262537e-01 iters = 104 time/iter = 2.175517e-03
CONGRAD5: time = 1.084376e+01 iters = 104 mflops = 7.460780e+02
TESTCONG: reduce_time = 1.300213e-01 iters = 104 time/iter = 1.250205e-03
GFTIME:   time = 2.712183e+01 (Symanzik1) mflops = -2.029739e-01
FFTIME:  time = 3.611008e+01 mflops = 7.876064e+02
LLTIME(long): time =  4.128239e-01 (Naik) mflops = 2.863859e+02
LLTIME(Fat): time = 6.775315e+00 (Asqtad opt) mflops = 5.961516e+02
LLTIME(long): time =  4.084039e-01 (Naik) mflops = 2.894854e+02
LLTIME(Fat): time = 6.776369e+00 (Asqtad opt) mflops = 5.960588e+02
LLTIME(long): time =  4.235511e-01 (Naik) mflops = 2.791327e+02
LLTIME(Fat): time = 6.774467e+00 (Asqtad opt) mflops = 5.962262e+02
CONGRAD5: time = 1.086854e+01 iters = 104 mflops = 7.443769e+02
TESTCONG: reduce_time = 2.025466e-01 iters = 104 time/iter = 1.947563e-03
CONGRAD5: time = 1.086802e+01 iters = 104 mflops = 7.444125e+02
TESTCONG: reduce_time = 1.923213e-01 iters = 104 time/iter = 1.849243e-03
GFTIME:   time = 2.709082e+01 (Symanzik1) mflops = -2.032062e-01
FFTIME:  time = 3.611188e+01 mflops = 7.875671e+02
LLTIME(long): time =  4.058511e-01 (Naik) mflops = 2.913062e+02
LLTIME(Fat): time = 6.777005e+00 (Asqtad opt) mflops = 5.960029e+02
LLTIME(long): time =  4.187260e-01 (Naik) mflops = 2.823492e+02
LLTIME(Fat): time = 6.764964e+00 (Asqtad opt) mflops = 5.970637e+02
LLTIME(long): time =  4.142630e-01 (Naik) mflops = 2.853910e+02
LLTIME(Fat): time = 6.772473e+00 (Asqtad opt) mflops = 5.964018e+02
CONGRAD5: time = 1.084727e+01 iters = 104 mflops = 7.458363e+02
TESTCONG: reduce_time = 1.393709e-01 iters = 104 time/iter = 1.340105e-03
CONGRAD5: time = 1.086364e+01 iters = 104 mflops = 7.447125e+02
TESTCONG: reduce_time = 2.164690e-01 iters = 104 time/iter = 2.081433e-03
GFTIME:   time = 2.712866e+01 (Symanzik1) mflops = -2.029228e-01
FFTIME:  time = 3.612211e+01 mflops = 7.873441e+02
LLTIME(long): time =  4.040411e-01 (Naik) mflops = 2.926112e+02
LLTIME(Fat): time = 6.758790e+00 (Asqtad opt) mflops = 5.976091e+02
LLTIME(long): time =  4.197819e-01 (Naik) mflops = 2.816390e+02
LLTIME(Fat): time = 6.773793e+00 (Asqtad opt) mflops = 5.962855e+02
LLTIME(long): time =  4.134910e-01 (Naik) mflops = 2.859239e+02
LLTIME(Fat): time = 6.756200e+00 (Asqtad opt) mflops = 5.978383e+02
CONGRAD5: time = 1.096311e+01 iters = 105 mflops = 7.450515e+02
TESTCONG: reduce_time = 2.702510e-01 iters = 105 time/iter = 2.573819e-03
CONGRAD5: time = 1.096417e+01 iters = 105 mflops = 7.449789e+02
TESTCONG: reduce_time = 1.655505e-01 iters = 105 time/iter = 1.576671e-03
GFTIME:   time = 2.711700e+01 (Symanzik1) mflops = -2.030100e-01
FFTIME:  time = 3.617935e+01 mflops = 7.860984e+02
LLTIME(long): time =  4.114161e-01 (Naik) mflops = 2.873659e+02
LLTIME(Fat): time = 6.770240e+00 (Asqtad opt) mflops = 5.965985e+02
LLTIME(long): time =  4.155819e-01 (Naik) mflops = 2.844853e+02
LLTIME(Fat): time = 6.764056e+00 (Asqtad opt) mflops = 5.971439e+02
LLTIME(long): time =  4.212341e-01 (Naik) mflops = 2.806680e+02
LLTIME(Fat): time = 6.761310e+00 (Asqtad opt) mflops = 5.973864e+02
CONGRAD5: time = 1.096172e+01 iters = 105 mflops = 7.451458e+02
TESTCONG: reduce_time = 2.204726e-01 iters = 105 time/iter = 2.099739e-03
CONGRAD5: time = 1.098074e+01 iters = 105 mflops = 7.438551e+02
TESTCONG: reduce_time = 1.369801e-01 iters = 105 time/iter = 1.304572e-03
GFTIME:   time = 2.712012e+01 (Symanzik1) mflops = -2.029867e-01
FFTIME:  time = 3.615748e+01 mflops = 7.865739e+02
LLTIME(long): time =  4.159381e-01 (Naik) mflops = 2.842417e+02
LLTIME(Fat): time = 6.766948e+00 (Asqtad opt) mflops = 5.968887e+02
LLTIME(long): time =  4.060519e-01 (Naik) mflops = 2.911622e+02
LLTIME(Fat): time = 6.765290e+00 (Asqtad opt) mflops = 5.970350e+02
LLTIME(long): time =  4.173751e-01 (Naik) mflops = 2.832631e+02
LLTIME(Fat): time = 6.759292e+00 (Asqtad opt) mflops = 5.975648e+02
CONGRAD5: time = 1.107005e+01 iters = 106 mflops = 7.448809e+02
TESTCONG: reduce_time = 2.198701e-01 iters = 106 time/iter = 2.074246e-03
CONGRAD5: time = 1.105296e+01 iters = 106 mflops = 7.460328e+02
TESTCONG: reduce_time = 1.585724e-01 iters = 106 time/iter = 1.495966e-03
GFTIME:   time = 2.711932e+01 (Symanzik1) mflops = -2.029927e-01
FFTIME:  time = 3.611042e+01 mflops = 7.875989e+02
LLTIME(long): time =  4.087069e-01 (Naik) mflops = 2.892707e+02
LLTIME(Fat): time = 6.741312e+00 (Asqtad opt) mflops = 5.991586e+02
LLTIME(long): time =  4.190099e-01 (Naik) mflops = 2.821579e+02
LLTIME(Fat): time = 6.764974e+00 (Asqtad opt) mflops = 5.970629e+02
LLTIME(long): time =  4.133198e-01 (Naik) mflops = 2.860423e+02
LLTIME(Fat): time = 6.769298e+00 (Asqtad opt) mflops = 5.966815e+02
CONGRAD5: time = 1.107919e+01 iters = 106 mflops = 7.442668e+02
TESTCONG: reduce_time = 2.122481e-01 iters = 106 time/iter = 2.002340e-03
CONGRAD5: time = 1.106514e+01 iters = 106 mflops = 7.452113e+02
TESTCONG: reduce_time = 1.806490e-01 iters = 106 time/iter = 1.704236e-03
GFTIME:   time = 2.710979e+01 (Symanzik1) mflops = -2.030640e-01
FFTIME:  time = 3.612499e+01 mflops = 7.872813e+02
LLTIME(long): time =  4.127679e-01 (Naik) mflops = 2.864248e+02
LLTIME(Fat): time = 6.768671e+00 (Asqtad opt) mflops = 5.967368e+02
LLTIME(long): time =  4.193749e-01 (Naik) mflops = 2.819123e+02
LLTIME(Fat): time = 6.749057e+00 (Asqtad opt) mflops = 5.984710e+02
LLTIME(long): time =  4.137359e-01 (Naik) mflops = 2.857546e+02
LLTIME(Fat): time = 6.754206e+00 (Asqtad opt) mflops = 5.980147e+02
CONGRAD5: time = 1.115401e+01 iters = 107 mflops = 7.462482e+02
TESTCONG: reduce_time = 2.218812e-01 iters = 107 time/iter = 2.073656e-03
CONGRAD5: time = 1.116617e+01 iters = 107 mflops = 7.454358e+02
TESTCONG: reduce_time = 1.341748e-01 iters = 107 time/iter = 1.253970e-03
GFTIME:   time = 2.712071e+01 (Symanzik1) mflops = -2.029823e-01
FFTIME:  time = 3.612465e+01 mflops = 7.872886e+02
PLAQ:	2.658360	2.658338
P_LOOP:	3.906134e-01	-1.507364e-03
LLTIME(long): time =  4.116008e-01 (Naik) mflops = 2.872369e+02
LLTIME(Fat): time = 6.761159e+00 (Asqtad opt) mflops = 5.973998e+02
CONGRAD5: time = 9.513355e+00 iters = 91 mflops = 7.441121e+02
TESTCONG: reduce_time = 1.780977e-01 iters = 91 time/iter = 1.957118e-03
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.404924e+00 iters = 90 mflops = 7.444197e+02
TESTCONG: reduce_time = 1.706731e-01 iters = 90 time/iter = 1.896368e-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.199550e-01 (Naik) mflops = 2.815229e+02
LLTIME(Fat): time = 6.760522e+00 (Asqtad opt) mflops = 5.974561e+02
LLTIME(long): time =  4.157879e-01 (Naik) mflops = 2.843443e+02
LLTIME(Fat): time = 6.759968e+00 (Asqtad opt) mflops = 5.975050e+02
LLTIME(long): time =  4.131930e-01 (Naik) mflops = 2.861301e+02
LLTIME(Fat): time = 6.758271e+00 (Asqtad opt) mflops = 5.976550e+02
CONGRAD5: time = 1.115865e+01 iters = 107 mflops = 7.459381e+02
TESTCONG: reduce_time = 1.661649e-01 iters = 107 time/iter = 1.552943e-03
CONGRAD5: time = 1.117732e+01 iters = 107 mflops = 7.446922e+02
TESTCONG: reduce_time = 1.900799e-01 iters = 107 time/iter = 1.776448e-03
GFTIME:   time = 2.711440e+01 (Symanzik1) mflops = -2.030295e-01
FFTIME:  time = 3.609587e+01 mflops = 7.879163e+02
LLTIME(long): time =  4.084620e-01 (Naik) mflops = 2.894441e+02
LLTIME(Fat): time = 6.749538e+00 (Asqtad opt) mflops = 5.984283e+02
LLTIME(long): time =  4.175971e-01 (Naik) mflops = 2.831125e+02
LLTIME(Fat): time = 6.766233e+00 (Asqtad opt) mflops = 5.969518e+02
LLTIME(long): time =  4.161391e-01 (Naik) mflops = 2.841044e+02
LLTIME(Fat): time = 6.769365e+00 (Asqtad opt) mflops = 5.966756e+02
CONGRAD5: time = 1.116156e+01 iters = 107 mflops = 7.457435e+02
TESTCONG: reduce_time = 1.454129e-01 iters = 107 time/iter = 1.358999e-03
CONGRAD5: time = 1.114704e+01 iters = 107 mflops = 7.467151e+02
TESTCONG: reduce_time = 1.886532e-01 iters = 107 time/iter = 1.763114e-03
GFTIME:   time = 2.710161e+01 (Symanzik1) mflops = -2.031254e-01
FFTIME:  time = 3.614786e+01 mflops = 7.867831e+02
LLTIME(long): time =  4.067972e-01 (Naik) mflops = 2.906287e+02
LLTIME(Fat): time = 6.758670e+00 (Asqtad opt) mflops = 5.976198e+02
LLTIME(long): time =  4.129009e-01 (Naik) mflops = 2.863325e+02
LLTIME(Fat): time = 6.764134e+00 (Asqtad opt) mflops = 5.971370e+02
LLTIME(long): time =  4.129119e-01 (Naik) mflops = 2.863249e+02
LLTIME(Fat): time = 6.771617e+00 (Asqtad opt) mflops = 5.964771e+02
CONGRAD5: time = 1.117064e+01 iters = 107 mflops = 7.451377e+02
TESTCONG: reduce_time = 2.318728e-01 iters = 107 time/iter = 2.167035e-03
CONGRAD5: time = 1.117039e+01 iters = 107 mflops = 7.451544e+02
TESTCONG: reduce_time = 2.035608e-01 iters = 107 time/iter = 1.902438e-03
GFTIME:   time = 2.712128e+01 (Symanzik1) mflops = -2.029780e-01
FFTIME:  time = 3.610364e+01 mflops = 7.877469e+02
LLTIME(long): time =  4.083722e-01 (Naik) mflops = 2.895078e+02
LLTIME(Fat): time = 6.763330e+00 (Asqtad opt) mflops = 5.972080e+02
LLTIME(long): time =  4.163070e-01 (Naik) mflops = 2.839898e+02
LLTIME(Fat): time = 6.758798e+00 (Asqtad opt) mflops = 5.976085e+02
LLTIME(long): time =  4.152520e-01 (Naik) mflops = 2.847113e+02
LLTIME(Fat): time = 6.770486e+00 (Asqtad opt) mflops = 5.965768e+02
CONGRAD5: time = 1.126267e+01 iters = 108 mflops = 7.459554e+02
TESTCONG: reduce_time = 1.217222e-01 iters = 108 time/iter = 1.127058e-03
CONGRAD5: time = 1.123159e+01 iters = 108 mflops = 7.480200e+02
TESTCONG: reduce_time = 1.907139e-01 iters = 108 time/iter = 1.765869e-03
GFTIME:   time = 2.710216e+01 (Symanzik1) mflops = -2.031212e-01
FFTIME:  time = 3.608114e+01 mflops = 7.882381e+02
LLTIME(long): time =  4.139512e-01 (Naik) mflops = 2.856060e+02
LLTIME(Fat): time = 6.761819e+00 (Asqtad opt) mflops = 5.973414e+02
LLTIME(long): time =  4.133480e-01 (Naik) mflops = 2.860228e+02
LLTIME(Fat): time = 6.748820e+00 (Asqtad opt) mflops = 5.984920e+02
LLTIME(long): time =  4.185250e-01 (Naik) mflops = 2.824848e+02
LLTIME(Fat): time = 6.769302e+00 (Asqtad opt) mflops = 5.966811e+02
CONGRAD5: time = 1.126909e+01 iters = 108 mflops = 7.455309e+02
TESTCONG: reduce_time = 1.707864e-01 iters = 108 time/iter = 1.581355e-03
CONGRAD5: time = 1.125600e+01 iters = 108 mflops = 7.463975e+02
TESTCONG: reduce_time = 1.681521e-01 iters = 108 time/iter = 1.556964e-03
GFTIME:   time = 2.708036e+01 (Symanzik1) mflops = -2.032848e-01
FFTIME:  time = 3.610605e+01 mflops = 7.876942e+02
LLTIME(long): time =  4.195340e-01 (Naik) mflops = 2.818054e+02
LLTIME(Fat): time = 6.764308e+00 (Asqtad opt) mflops = 5.971217e+02
LLTIME(long): time =  4.119711e-01 (Naik) mflops = 2.869787e+02
LLTIME(Fat): time = 6.766901e+00 (Asqtad opt) mflops = 5.968928e+02
LLTIME(long): time =  4.182870e-01 (Naik) mflops = 2.826455e+02
LLTIME(Fat): time = 6.772543e+00 (Asqtad opt) mflops = 5.963956e+02
CONGRAD5: time = 1.127285e+01 iters = 108 mflops = 7.452819e+02
TESTCONG: reduce_time = 1.554050e-01 iters = 108 time/iter = 1.438936e-03
CONGRAD5: time = 1.139141e+01 iters = 109 mflops = 7.443545e+02
TESTCONG: reduce_time = 1.607020e-01 iters = 109 time/iter = 1.474330e-03
GFTIME:   time = 2.713849e+01 (Symanzik1) mflops = -2.028493e-01
FFTIME:  time = 3.611264e+01 mflops = 7.875505e+02
LLTIME(long): time =  4.091699e-01 (Naik) mflops = 2.889434e+02
LLTIME(Fat): time = 6.755887e+00 (Asqtad opt) mflops = 5.978660e+02
LLTIME(long): time =  4.162309e-01 (Naik) mflops = 2.840417e+02
LLTIME(Fat): time = 6.754297e+00 (Asqtad opt) mflops = 5.980067e+02
LLTIME(long): time =  4.201341e-01 (Naik) mflops = 2.814029e+02
LLTIME(Fat): time = 6.760922e+00 (Asqtad opt) mflops = 5.974207e+02
CONGRAD5: time = 1.138137e+01 iters = 109 mflops = 7.450111e+02
TESTCONG: reduce_time = 1.764438e-01 iters = 109 time/iter = 1.618751e-03
CONGRAD5: time = 1.138624e+01 iters = 109 mflops = 7.446923e+02
TESTCONG: reduce_time = 1.972404e-01 iters = 109 time/iter = 1.809545e-03
GFTIME:   time = 2.711093e+01 (Symanzik1) mflops = -2.030555e-01
FFTIME:  time = 3.613225e+01 mflops = 7.871231e+02
LLTIME(long): time =  4.289160e-01 (Naik) mflops = 2.756413e+02
LLTIME(Fat): time = 6.751728e+00 (Asqtad opt) mflops = 5.982342e+02
LLTIME(long): time =  4.150200e-01 (Naik) mflops = 2.848705e+02
LLTIME(Fat): time = 6.770543e+00 (Asqtad opt) mflops = 5.965718e+02
LLTIME(long): time =  4.157519e-01 (Naik) mflops = 2.843690e+02
LLTIME(Fat): time = 6.767728e+00 (Asqtad opt) mflops = 5.968199e+02
CONGRAD5: time = 1.148606e+01 iters = 110 mflops = 7.449934e+02
TESTCONG: reduce_time = 2.020247e-01 iters = 110 time/iter = 1.836588e-03
CONGRAD5: time = 1.148781e+01 iters = 110 mflops = 7.448794e+02
TESTCONG: reduce_time = 2.211919e-01 iters = 110 time/iter = 2.010835e-03
GFTIME:   time = 2.712400e+01 (Symanzik1) mflops = -2.029577e-01
FFTIME:  time = 3.612392e+01 mflops = 7.873045e+02
PLAQ:	2.443139	2.443152
P_LOOP:	6.489087e-02	-2.986151e-03
LLTIME(long): time =  4.078109e-01 (Naik) mflops = 2.899063e+02
LLTIME(Fat): time = 6.769262e+00 (Asqtad opt) mflops = 5.966846e+02
CONGRAD5: time = 9.704212e+00 iters = 93 mflops = 7.455097e+02
TESTCONG: reduce_time = 1.818185e-01 iters = 93 time/iter = 1.955037e-03
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.704398e+00 iters = 93 mflops = 7.454954e+02
TESTCONG: reduce_time = 1.430492e-01 iters = 93 time/iter = 1.538164e-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 1801.909 secs


exit: Tue Dec 14 17:51:54 2021

Application 1110005 resources: utime ~450283s, stime ~11623s, Rss ~285272, inblocks ~1079695, outblocks ~161654
Displaying status file:
verified

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

[workspace] $ /bin/sh -xe /tmp/jenkins14989340113394229502.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