[petsc-users] Modified Taylor-Hood elements with piece-wise constant pressure for Stokes equation

Justin Chang jychang48 at gmail.com
Tue Jun 2 16:00:41 CDT 2015


MTH did not converge with the default -ksp_rtol 1e-6 so I had to raise the
tolerance to 1e-5 in order to get a solution. Attached are the outputs for
TH and MTH

Last one with the svd did not work with the way the AMG PC was hard-coded
into FEniCS. Here's the list of preconditioners my installation of FEniCS
supports:

Preconditioner    |  Description
---------------------------------------------------------------
default           |  default preconditioner
ilu               |  Incomplete LU factorization
icc               |  Incomplete Cholesky factorization
sor               |  Successive over-relaxation
petsc_amg         |  PETSc algebraic multigrid
jacobi            |  Jacobi iteration
bjacobi           |  Block Jacobi iteration
additive_schwarz  |  Additive Schwarz
amg               |  Algebraic multigrid
hypre_amg         |  Hypre algebraic multigrid (BoomerAMG)
hypre_euclid      |  Hypre parallel incomplete LU factorization
hypre_parasails   |  Hypre parallel sparse approximate inverse
none              |  No preconditioner

I would need to change a few things here and there if we really insisted on
seeing if svd works.

On Tue, Jun 2, 2015 at 3:00 PM, Jed Brown <jed at jedbrown.org> wrote:

> Justin Chang <jychang48 at gmail.com> writes:
>
> > I originally solve that example problem using LU.
>
> I'd like to learn why LU didn't notice that the system is singular.
> (The checks are not reliable, but this case should be pretty obviously
> bad.)
>
> > But when I solve this one:
> >
> >
> http://fenicsproject.org/documentation/dolfin/1.5.0/python/demo/documented/stokes-iterative/python/documentation.html
> >
> > By simply running their code as is for TH and adding the one like I
> > mentioned for MTH, I get the following outputs when I pass in
> -ksp_monitor
> > -ksp_view and -log_summary
>
> Thanks, Justin.  Could you please run with
>
>  -ksp_type gmres -ksp_gmres_restart 1000 -ksp_monitor_true_residual
> -ksp_monitor_singular_value
>
> Also, can you run a tiny problem size (like less than 1000 dofs) with
>
>   -pc_type svd -pc_svd_monitor
>
> Thanks.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150602/6aaf1474/attachment-0001.html>
-------------- next part --------------
Passing options to PETSc: -ksp_view -log_summary -ksp_type gmres -ksp_gmres_restart 1000 -ksp_monitor_true_residual -ksp_monitor_singular_value -ksp_rtol 1e-5
Solving linear system of size 112724 x 112724 (PETSc Krylov solver).
  0 KSP preconditioned resid norm 5.017503570069e+02 true resid norm 1.438923047556e+02 ||r(i)||/||b|| 1.000000000000e+00
  0 KSP Residual norm 5.017503570069e+02 % max 1.000000000000e+00 min 1.000000000000e+00 max/min 1.000000000000e+00
  1 KSP preconditioned resid norm 7.591227630371e+01 true resid norm 7.427193761206e+00 ||r(i)||/||b|| 5.161633746726e-02
  1 KSP Residual norm 7.591227630371e+01 % max 9.403189726191e-01 min 9.403189726191e-01 max/min 1.000000000000e+00
  2 KSP preconditioned resid norm 6.427205593966e+01 true resid norm 7.023263320949e+01 ||r(i)||/||b|| 4.880916552750e-01
  2 KSP Residual norm 6.427205593966e+01 % max 6.747758529473e+00 min 1.359589903873e-01 max/min 4.963083728594e+01
  3 KSP preconditioned resid norm 3.241898279412e+01 true resid norm 1.878401197162e+01 ||r(i)||/||b|| 1.305421579251e-01
  3 KSP Residual norm 3.241898279412e+01 % max 7.471631147563e+00 min 1.038325889219e-01 max/min 7.195844026564e+01
  4 KSP preconditioned resid norm 3.139681416085e+01 true resid norm 4.074206515646e+01 ||r(i)||/||b|| 2.831427658739e-01
  4 KSP Residual norm 3.139681416085e+01 % max 8.974811447045e+00 min 8.653195741514e-02 max/min 1.037167274974e+02
  5 KSP preconditioned resid norm 1.739306265625e+01 true resid norm 4.884953541019e+00 ||r(i)||/||b|| 3.394867814034e-02
  5 KSP Residual norm 1.739306265625e+01 % max 1.071697436698e+01 min 8.634525870439e-02 max/min 1.241176936381e+02
  6 KSP preconditioned resid norm 1.707694901980e+01 true resid norm 1.424666892138e+01 ||r(i)||/||b|| 9.900924824005e-02
  6 KSP Residual norm 1.707694901980e+01 % max 1.074994667555e+01 min 8.525014244853e-02 max/min 1.260988705332e+02
  7 KSP preconditioned resid norm 7.950399757905e+00 true resid norm 3.517784684167e+00 ||r(i)||/||b|| 2.444734407544e-02
  7 KSP Residual norm 7.950399757905e+00 % max 1.095728016052e+01 min 8.483422448658e-02 max/min 1.291610812362e+02
  8 KSP preconditioned resid norm 7.874381372884e+00 true resid norm 1.171852447583e+00 ||r(i)||/||b|| 8.143954950011e-03
  8 KSP Residual norm 7.874381372884e+00 % max 1.121106359583e+01 min 8.208782597679e-02 max/min 1.365740103654e+02
  9 KSP preconditioned resid norm 4.107489268098e+00 true resid norm 3.264930884633e+00 ||r(i)||/||b|| 2.269010069843e-02
  9 KSP Residual norm 4.107489268098e+00 % max 1.152921320407e+01 min 8.053265011085e-02 max/min 1.431619745309e+02
 10 KSP preconditioned resid norm 4.061177925849e+00 true resid norm 2.616167211079e+00 ||r(i)||/||b|| 1.818142544539e-02
 10 KSP Residual norm 4.061177925849e+00 % max 1.167998175586e+01 min 7.384111196038e-02 max/min 1.581772192452e+02
 11 KSP preconditioned resid norm 2.523921262752e+00 true resid norm 2.570520377043e+00 ||r(i)||/||b|| 1.786419629187e-02
 11 KSP Residual norm 2.523921262752e+00 % max 1.275510655235e+01 min 7.372487579383e-02 max/min 1.730095359946e+02
 12 KSP preconditioned resid norm 2.522786385151e+00 true resid norm 2.561222438539e+00 ||r(i)||/||b|| 1.779957894822e-02
 12 KSP Residual norm 2.522786385151e+00 % max 1.276571885197e+01 min 7.281793271540e-02 max/min 1.753100970589e+02
 13 KSP preconditioned resid norm 1.761799021615e+00 true resid norm 2.602521600466e+00 ||r(i)||/||b|| 1.808659333719e-02
 13 KSP Residual norm 1.761799021615e+00 % max 1.284861800915e+01 min 7.248322221961e-02 max/min 1.772633392348e+02
 14 KSP preconditioned resid norm 1.691971503345e+00 true resid norm 1.732652664732e+00 ||r(i)||/||b|| 1.204131567477e-02
 14 KSP Residual norm 1.691971503345e+00 % max 1.295322782113e+01 min 7.196406381698e-02 max/min 1.799957803116e+02
 15 KSP preconditioned resid norm 1.301081818132e+00 true resid norm 1.876510383618e+00 ||r(i)||/||b|| 1.304107531535e-02
 15 KSP Residual norm 1.301081818132e+00 % max 1.312790775668e+01 min 7.169232568829e-02 max/min 1.831145472077e+02
 16 KSP preconditioned resid norm 1.197984621371e+00 true resid norm 9.074366379619e-01 ||r(i)||/||b|| 6.306359742470e-03
 16 KSP Residual norm 1.197984621371e+00 % max 1.313382580953e+01 min 7.149010577640e-02 max/min 1.837152941220e+02
 17 KSP preconditioned resid norm 8.964510840301e-01 true resid norm 6.964575951497e-01 ||r(i)||/||b|| 4.840130932177e-03
 17 KSP Residual norm 8.964510840301e-01 % max 1.315654379064e+01 min 7.090550743665e-02 max/min 1.855503791775e+02
 18 KSP preconditioned resid norm 8.225518302734e-01 true resid norm 3.243310925156e-01 ||r(i)||/||b|| 2.253984972070e-03
 18 KSP Residual norm 8.225518302734e-01 % max 1.325103083529e+01 min 7.042590884757e-02 max/min 1.881556241464e+02
 19 KSP preconditioned resid norm 5.362354290050e-01 true resid norm 5.047117409956e-02 ||r(i)||/||b|| 3.507565896959e-04
 19 KSP Residual norm 5.362354290050e-01 % max 1.339812068819e+01 min 6.994224201038e-02 max/min 1.915597828020e+02
 20 KSP preconditioned resid norm 4.879788824637e-01 true resid norm 1.337642351024e-02 ||r(i)||/||b|| 9.296135420832e-05
 20 KSP Residual norm 4.879788824637e-01 % max 1.344376429628e+01 min 6.993970445428e-02 max/min 1.922193466669e+02
 21 KSP preconditioned resid norm 3.382919502049e-01 true resid norm 8.955332313210e-02 ||r(i)||/||b|| 6.223635328117e-04
 21 KSP Residual norm 3.382919502049e-01 % max 1.344410382581e+01 min 6.993725959792e-02 max/min 1.922309210155e+02
 22 KSP preconditioned resid norm 2.932082142605e-01 true resid norm 4.457206495651e-02 ||r(i)||/||b|| 3.097598932216e-04
 22 KSP Residual norm 2.932082142605e-01 % max 1.344547709826e+01 min 6.963674731515e-02 max/min 1.930801999900e+02
 23 KSP preconditioned resid norm 2.354873961507e-01 true resid norm 1.009021654589e-01 ||r(i)||/||b|| 7.012339237340e-04
 23 KSP Residual norm 2.354873961507e-01 % max 1.350110123202e+01 min 6.780948821130e-02 max/min 1.991034232547e+02
 24 KSP preconditioned resid norm 1.578982598937e-01 true resid norm 2.149204669477e-02 ||r(i)||/||b|| 1.493620296879e-04
 24 KSP Residual norm 1.578982598937e-01 % max 1.393796405377e+01 min 6.778909020282e-02 max/min 2.056077757065e+02
 25 KSP preconditioned resid norm 1.439132384300e-01 true resid norm 4.564585559954e-02 ||r(i)||/||b|| 3.172223537393e-04
 25 KSP Residual norm 1.439132384300e-01 % max 1.401534831073e+01 min 6.775955702329e-02 max/min 2.068394323462e+02
 26 KSP preconditioned resid norm 9.784723458020e-02 true resid norm 7.158308842766e-03 ||r(i)||/||b|| 4.974768355351e-05
 26 KSP Residual norm 9.784723458020e-02 % max 1.402292817398e+01 min 6.759901445918e-02 max/min 2.074427901970e+02
 27 KSP preconditioned resid norm 8.727790174243e-02 true resid norm 1.195804045346e-02 ||r(i)||/||b|| 8.310409979028e-05
 27 KSP Residual norm 8.727790174243e-02 % max 1.405135637013e+01 min 6.725460215889e-02 max/min 2.089278044784e+02
 28 KSP preconditioned resid norm 5.309479090041e-02 true resid norm 3.287140314870e-03 ||r(i)||/||b|| 2.284444828688e-05
 28 KSP Residual norm 5.309479090041e-02 % max 1.405158291679e+01 min 6.517623965333e-02 max/min 2.155936425841e+02
 29 KSP preconditioned resid norm 5.014747837635e-02 true resid norm 5.834891583834e-03 ||r(i)||/||b|| 4.055040742968e-05
 29 KSP Residual norm 5.014747837635e-02 % max 1.431486239570e+01 min 6.440934819935e-02 max/min 2.222482107938e+02
 30 KSP preconditioned resid norm 2.999073294099e-02 true resid norm 7.278697198972e-03 ||r(i)||/||b|| 5.058433952626e-05
 30 KSP Residual norm 2.999073294099e-02 % max 1.436079512227e+01 min 5.986686536951e-02 max/min 2.398788550834e+02
 31 KSP preconditioned resid norm 2.993620377984e-02 true resid norm 7.860741293369e-03 ||r(i)||/||b|| 5.462933759190e-05
 31 KSP Residual norm 2.993620377984e-02 % max 1.446116755600e+01 min 5.975423408035e-02 max/min 2.420107592134e+02
 32 KSP preconditioned resid norm 1.691446958699e-02 true resid norm 4.474713026899e-03 ||r(i)||/||b|| 3.109765344644e-05
 32 KSP Residual norm 1.691446958699e-02 % max 1.446150692933e+01 min 5.505096962773e-02 max/min 2.626930465916e+02
 33 KSP preconditioned resid norm 1.566058026851e-02 true resid norm 2.493664854637e-03 ||r(i)||/||b|| 1.733007792788e-05
 33 KSP Residual norm 1.566058026851e-02 % max 1.449299837284e+01 min 5.420191030017e-02 max/min 2.673890697317e+02
 34 KSP preconditioned resid norm 8.422901071325e-03 true resid norm 8.641226071459e-04 ||r(i)||/||b|| 6.005342736109e-06
 34 KSP Residual norm 8.422901071325e-03 % max 1.464522771660e+01 min 5.178442848214e-02 max/min 2.828114192986e+02
 35 KSP preconditioned resid norm 7.681102835129e-03 true resid norm 3.694560993766e-04 ||r(i)||/||b|| 2.567587613557e-06
 35 KSP Residual norm 7.681102835129e-03 % max 1.464708984491e+01 min 4.568418646613e-02 max/min 3.206161908075e+02
 36 KSP preconditioned resid norm 4.912467893099e-03 true resid norm 1.012672552156e-04 ||r(i)||/||b|| 7.037711668290e-07
 36 KSP Residual norm 4.912467893099e-03 % max 1.467836674228e+01 min 4.478303063548e-02 max/min 3.277662662394e+02
KSP Object: 1 MPI processes
  type: gmres
    GMRES: restart=1000, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
    GMRES: happy breakdown tolerance 1e-30
  maximum iterations=10000, initial guess is zero
  tolerances:  relative=1e-05, absolute=1e-15, divergence=10000
  left preconditioning
  using PRECONDITIONED norm type for convergence test
PC Object: 1 MPI processes
  type: hypre
    HYPRE BoomerAMG preconditioning
    HYPRE BoomerAMG: Cycle type V
    HYPRE BoomerAMG: Maximum number of levels 25
    HYPRE BoomerAMG: Maximum number of iterations PER hypre call 1
    HYPRE BoomerAMG: Convergence tolerance PER hypre call 0
    HYPRE BoomerAMG: Threshold for strong coupling 0.25
    HYPRE BoomerAMG: Interpolation truncation factor 0
    HYPRE BoomerAMG: Interpolation: max elements per row 0
    HYPRE BoomerAMG: Number of levels of aggressive coarsening 0
    HYPRE BoomerAMG: Number of paths for aggressive coarsening 1
    HYPRE BoomerAMG: Maximum row sums 0.9
    HYPRE BoomerAMG: Sweeps down         1
    HYPRE BoomerAMG: Sweeps up           1
    HYPRE BoomerAMG: Sweeps on coarse    1
    HYPRE BoomerAMG: Relax down          symmetric-SOR/Jacobi
    HYPRE BoomerAMG: Relax up            symmetric-SOR/Jacobi
    HYPRE BoomerAMG: Relax on coarse     Gaussian-elimination
    HYPRE BoomerAMG: Relax weight  (all)      1
    HYPRE BoomerAMG: Outer relax weight (all) 1
    HYPRE BoomerAMG: Using CF-relaxation
    HYPRE BoomerAMG: Measure type        local
    HYPRE BoomerAMG: Coarsen type        Falgout
    HYPRE BoomerAMG: Interpolation type  classical
  linear system matrix followed by preconditioner matrix:
  Matrix Object:   1 MPI processes
    type: seqaij
    rows=112724, cols=112724
    total: nonzeros=10553536, allocated nonzeros=10553536
    total number of mallocs used during MatSetValues calls =0
      using I-node routines: found 77769 nodes, limit used is 5
  Matrix Object:   1 MPI processes
    type: seqaij
    rows=112724, cols=112724
    total: nonzeros=10553536, allocated nonzeros=10553536
    total number of mallocs used during MatSetValues calls =0
      using I-node routines: found 77769 nodes, limit used is 5
************************************************************************************************************************
***             WIDEN YOUR WINDOW TO 120 CHARACTERS.  Use 'enscript -r -fCourier9' to print this document            ***
************************************************************************************************************************

---------------------------------------------- PETSc Performance Summary: ----------------------------------------------

Unknown Name on a linux-gnu-c-opt named pacotaco-xps with 1 processor, by justin Tue Jun  2 15:38:36 2015
Using Petsc Release Version 3.4.2, Jul, 02, 2013 

                         Max       Max/Min        Avg      Total 
Time (sec):           1.793e+01      1.00000   1.793e+01
Objects:              2.700e+02      1.00000   2.700e+02
Flops:                2.025e+09      1.00000   2.025e+09  2.025e+09
Flops/sec:            1.129e+08      1.00000   1.129e+08  1.129e+08
MPI Messages:         0.000e+00      0.00000   0.000e+00  0.000e+00
MPI Message Lengths:  0.000e+00      0.00000   0.000e+00  0.000e+00
MPI Reductions:       2.810e+02      1.00000

Flop counting convention: 1 flop = 1 real number operation of type (multiply/divide/add/subtract)
                            e.g., VecAXPY() for real vectors of length N --> 2N flops
                            and VecAXPY() for complex vectors of length N --> 8N flops

Summary of Stages:   ----- Time ------  ----- Flops -----  --- Messages ---  -- Message Lengths --  -- Reductions --
                        Avg     %Total     Avg     %Total   counts   %Total     Avg         %Total   counts   %Total 
 0:      Main Stage: 1.7930e+01 100.0%  2.0247e+09 100.0%  0.000e+00   0.0%  0.000e+00        0.0%  2.800e+02  99.6% 

------------------------------------------------------------------------------------------------------------------------
See the 'Profiling' chapter of the users' manual for details on interpreting output.
Phase summary info:
   Count: number of times phase was executed
   Time and Flops: Max - maximum over all processors
                   Ratio - ratio of maximum to minimum over all processors
   Mess: number of messages sent
   Avg. len: average message length (bytes)
   Reduct: number of global reductions
   Global: entire computation
   Stage: stages of a computation. Set stages with PetscLogStagePush() and PetscLogStagePop().
      %T - percent time in this phase         %f - percent flops in this phase
      %M - percent messages in this phase     %L - percent message lengths in this phase
      %R - percent reductions in this phase
   Total Mflop/s: 10e-6 * (sum of flops over all processors)/(max time over all processors)
------------------------------------------------------------------------------------------------------------------------
Event                Count      Time (sec)     Flops                             --- Global ---  --- Stage ---   Total
                   Max Ratio  Max     Ratio   Max  Ratio  Mess   Avg len Reduct  %T %f %M %L %R  %T %f %M %L %R Mflop/s
------------------------------------------------------------------------------------------------------------------------

--- Event Stage 0: Main Stage

------------------------------------------------------------------------------------------------------------------------

Memory usage is given in bytes:

Object Type          Creations   Destructions     Memory  Descendants' Mem.
Reports information only for process 0.

--- Event Stage 0: Main Stage

              Viewer     1              0            0     0
           Index Set     6              6         4584     0
   IS L to G Mapping    10             10      3162152     0
              Vector   246            246    112196064     0
      Vector Scatter     3              3         1932     0
              Matrix     2              2    256897368     0
      Preconditioner     1              1         1072     0
       Krylov Solver     1              1     24237768     0
========================================================================================================================
Average time to get PetscTime(): 9.53674e-08
#PETSc Option Table entries:
-ksp_gmres_restart 1000
-ksp_monitor_singular_value
-ksp_monitor_true_residual
-ksp_rtol 1e-5
-ksp_type gmres
-ksp_view
-log_summary
#End of PETSc Option Table entries
Compiled without FORTRAN kernels
Compiled with full precision matrices (default)
sizeof(short) 2 sizeof(int) 4 sizeof(long) 8 sizeof(void*) 8 sizeof(PetscScalar) 8 sizeof(PetscInt) 4
Configure run at: Tue Dec 17 23:10:14 2013
Configure options: --with-shared-libraries --with-debugging=0 --useThreads 0 --with-clanguage=C++ --with-c-support --with-fortran-interfaces=1 --with-mpi-dir=/usr/lib/openmpi --with-mpi-shared=1 --with-blas-lib=-lblas --with-lapack-lib=-llapack --with-blacs=1 --with-blacs-include=/usr/include --with-blacs-lib="[/usr/lib/libblacsCinit-openmpi.so,/usr/lib/libblacs-openmpi.so]" --with-scalapack=1 --with-scalapack-include=/usr/include --with-scalapack-lib=/usr/lib/libscalapack-openmpi.so --with-mumps=1 --with-mumps-include=/usr/include --with-mumps-lib="[/usr/lib/libdmumps.so,/usr/lib/libzmumps.so,/usr/lib/libsmumps.so,/usr/lib/libcmumps.so,/usr/lib/libmumps_common.so,/usr/lib/libpord.so]" --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse --with-umfpack-lib="[/usr/lib/libumfpack.so,/usr/lib/libamd.so]" --with-cholmod=1 --with-cholmod-include=/usr/include/suitesparse --with-cholmod-lib=/usr/lib/libcholmod.so --with-spooles=1 --with-spooles-include=/usr/include/spooles --with-spooles-lib=/usr/lib/libspooles.so --with-hypre=1 --with-hypre-dir=/usr --with-ptscotch=1 --with-ptscotch-include=/usr/include/scotch --with-ptscotch-lib="[/usr/lib/libptesmumps.so,/usr/lib/libptscotch.so,/usr/lib/libptscotcherr.so]" --with-fftw=1 --with-fftw-include=/usr/include --with-fftw-lib="[/usr/lib/x86_64-linux-gnu/libfftw3.so,/usr/lib/x86_64-linux-gnu/libfftw3_mpi.so]" --CXX_LINKER_FLAGS=-Wl,--no-as-needed
-----------------------------------------
Libraries compiled on Tue Dec 17 23:10:14 2013 on lamiak 
Machine characteristics: Linux-3.2.0-37-generic-x86_64-with-Ubuntu-14.04-trusty
Using PETSc directory: /build/buildd/petsc-3.4.2.dfsg1
Using PETSc arch: linux-gnu-c-opt
-----------------------------------------

Using C compiler: mpicxx  -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -O   -fPIC   ${COPTFLAGS} ${CFLAGS}
Using Fortran compiler: mpif90  -fPIC -Wall -Wno-unused-variable -Wno-unused-dummy-argument -O   ${FOPTFLAGS} ${FFLAGS} 
-----------------------------------------

Using include paths: -I/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/include -I/build/buildd/petsc-3.4.2.dfsg1/include -I/build/buildd/petsc-3.4.2.dfsg1/include -I/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/include -I/usr/include -I/usr/include/suitesparse -I/usr/include/scotch -I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi
-----------------------------------------

Using C linker: mpicxx
Using Fortran linker: mpif90
Using libraries: -L/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/lib -L/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/lib -lpetsc -L/usr/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord -lscalapack-openmpi -lHYPRE_utilities -lHYPRE_struct_mv -lHYPRE_struct_ls -lHYPRE_sstruct_mv -lHYPRE_sstruct_ls -lHYPRE_IJ_mv -lHYPRE_parcsr_ls -lcholmod -lumfpack -lamd -llapack -lblas -lX11 -lpthread -lptesmumps -lptscotch -lptscotcherr -L/usr/lib/x86_64-linux-gnu -lfftw3 -lfftw3_mpi -lm -L/usr/lib/openmpi/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/lib/x86_64-linux-gnu -lmpi_f90 -lmpi_f77 -lgfortran -lm -lgfortran -lm -lquadmath -lm -lmpi_cxx -lstdc++ -ldl -lmpi -lhwloc -lgcc_s -lpthread -ldl 
-----------------------------------------
-------------- next part --------------
Passing options to PETSc: -ksp_view -log_summary -ksp_type gmres -ksp_gmres_restart 1000 -ksp_monitor_true_residual -ksp_monitor_singular_value -ksp_rtol 1e-5
Solving linear system of size 137300 x 137300 (PETSc Krylov solver).
  0 KSP preconditioned resid norm 6.984814267994e+02 true resid norm 1.438923066390e+02 ||r(i)||/||b|| 1.000000000000e+00
  0 KSP Residual norm 6.984814267994e+02 % max 1.000000000000e+00 min 1.000000000000e+00 max/min 1.000000000000e+00
  1 KSP preconditioned resid norm 1.163986004310e+02 true resid norm 8.933451693693e+00 ||r(i)||/||b|| 6.208428999687e-02
  1 KSP Residual norm 1.163986004310e+02 % max 9.287729945853e-01 min 9.287729945853e-01 max/min 1.000000000000e+00
  2 KSP preconditioned resid norm 1.059479342938e+02 true resid norm 6.038790946940e+01 ||r(i)||/||b|| 4.196743445145e-01
  2 KSP Residual norm 1.059479342938e+02 % max 6.126631016906e+00 min 1.285422639890e-01 max/min 4.766238610384e+01
  3 KSP preconditioned resid norm 5.223783429483e+01 true resid norm 9.994585037421e-01 ||r(i)||/||b|| 6.945878671955e-03
  3 KSP Residual norm 5.223783429483e+01 % max 7.465419988555e+00 min 1.087399792034e-01 max/min 6.865386625276e+01
  4 KSP preconditioned resid norm 5.026240307604e+01 true resid norm 3.301854430057e+01 ||r(i)||/||b|| 2.294670581896e-01
  4 KSP Residual norm 5.026240307604e+01 % max 8.165875239877e+00 min 9.898171436843e-02 max/min 8.249882609107e+01
  5 KSP preconditioned resid norm 2.624220793040e+01 true resid norm 9.305239379087e+00 ||r(i)||/||b|| 6.466808126465e-02
  5 KSP Residual norm 2.624220793040e+01 % max 9.487455998759e+00 min 9.830746058473e-02 max/min 9.650799585634e+01
  6 KSP preconditioned resid norm 2.579673821273e+01 true resid norm 4.130468370235e+00 ||r(i)||/||b|| 2.870527595751e-02
  6 KSP Residual norm 2.579673821273e+01 % max 9.498549062834e+00 min 9.824745073782e-02 max/min 9.667985267304e+01
  7 KSP preconditioned resid norm 1.229586352739e+01 true resid norm 1.167819462052e+01 ||r(i)||/||b|| 8.115927038283e-02
  7 KSP Residual norm 1.229586352739e+01 % max 9.515516850351e+00 min 9.797858247120e-02 max/min 9.711833556224e+01
  8 KSP preconditioned resid norm 1.167672289446e+01 true resid norm 2.549025174662e+00 ||r(i)||/||b|| 1.771481209942e-02
  8 KSP Residual norm 1.167672289446e+01 % max 9.692597770176e+00 min 9.281651306170e-02 max/min 1.044275145710e+02
  9 KSP preconditioned resid norm 6.302455269425e+00 true resid norm 5.262700136815e+00 ||r(i)||/||b|| 3.657388125704e-02
  9 KSP Residual norm 6.302455269425e+00 % max 1.021954586970e+01 min 9.267134980311e-02 max/min 1.102772959649e+02
 10 KSP preconditioned resid norm 6.073640036558e+00 true resid norm 2.573333151284e+00 ||r(i)||/||b|| 1.788374383170e-02
 10 KSP Residual norm 6.073640036558e+00 % max 1.022055340290e+01 min 8.910309349226e-02 max/min 1.147048099266e+02
 11 KSP preconditioned resid norm 3.651903697539e+00 true resid norm 3.412601613272e+00 ||r(i)||/||b|| 2.371635908120e-02
 11 KSP Residual norm 3.651903697539e+00 % max 1.063746875617e+01 min 8.784139785472e-02 max/min 1.210985823992e+02
 12 KSP preconditioned resid norm 3.615882175100e+00 true resid norm 2.985337016258e+00 ||r(i)||/||b|| 2.074702314522e-02
 12 KSP Residual norm 3.615882175100e+00 % max 1.065052062013e+01 min 8.403061114075e-02 max/min 1.267457236779e+02
 13 KSP preconditioned resid norm 2.435682789121e+00 true resid norm 3.479769878744e+00 ||r(i)||/||b|| 2.418315447173e-02
 13 KSP Residual norm 2.435682789121e+00 % max 1.098132202634e+01 min 8.388597954917e-02 max/min 1.309077164666e+02
 14 KSP preconditioned resid norm 2.411170965897e+00 true resid norm 3.207679396198e+00 ||r(i)||/||b|| 2.229222305989e-02
 14 KSP Residual norm 2.411170965897e+00 % max 1.104312864839e+01 min 8.377799106713e-02 max/min 1.318141973533e+02
 15 KSP preconditioned resid norm 1.802221103228e+00 true resid norm 3.661737765783e+00 ||r(i)||/||b|| 2.544776611977e-02
 15 KSP Residual norm 1.802221103228e+00 % max 1.117539151513e+01 min 8.312850956824e-02 max/min 1.344351242814e+02
 16 KSP preconditioned resid norm 1.724050337077e+00 true resid norm 2.614493520188e+00 ||r(i)||/||b|| 1.816979365511e-02
 16 KSP Residual norm 1.724050337077e+00 % max 1.121848051810e+01 min 8.295746169681e-02 max/min 1.352317234476e+02
 17 KSP preconditioned resid norm 1.446543004216e+00 true resid norm 2.593901633636e+00 ||r(i)||/||b|| 1.802668741800e-02
 17 KSP Residual norm 1.446543004216e+00 % max 1.121901106493e+01 min 8.035014922135e-02 max/min 1.396265118815e+02
 18 KSP preconditioned resid norm 1.270289424799e+00 true resid norm 1.230509884415e+00 ||r(i)||/||b|| 8.551603022822e-03
 18 KSP Residual norm 1.270289424799e+00 % max 1.124027603502e+01 min 7.973337070066e-02 max/min 1.409732955756e+02
 19 KSP preconditioned resid norm 1.080253063006e+00 true resid norm 1.082987561438e+00 ||r(i)||/||b|| 7.526375709267e-03
 19 KSP Residual norm 1.080253063006e+00 % max 1.133699520009e+01 min 7.601792058171e-02 max/min 1.491358236760e+02
 20 KSP preconditioned resid norm 9.970541525815e-01 true resid norm 6.633295087021e-01 ||r(i)||/||b|| 4.609902531943e-03
 20 KSP Residual norm 9.970541525815e-01 % max 1.138059682811e+01 min 7.557071730428e-02 max/min 1.505953262597e+02
 21 KSP preconditioned resid norm 8.966498019650e-01 true resid norm 5.486447217741e-01 ||r(i)||/||b|| 3.812884334050e-03
 21 KSP Residual norm 8.966498019650e-01 % max 1.139404354003e+01 min 7.311184878176e-02 max/min 1.558440079123e+02
 22 KSP preconditioned resid norm 8.337476676724e-01 true resid norm 3.389792250906e-01 ||r(i)||/||b|| 2.355784218131e-03
 22 KSP Residual norm 8.337476676724e-01 % max 1.140218849999e+01 min 7.194664865864e-02 max/min 1.584811622580e+02
 23 KSP preconditioned resid norm 7.456280014082e-01 true resid norm 1.718772952356e-01 ||r(i)||/||b|| 1.194485648679e-03
 23 KSP Residual norm 7.456280014082e-01 % max 1.152770388731e+01 min 6.666423164915e-02 max/min 1.729218743265e+02
 24 KSP preconditioned resid norm 7.015114847169e-01 true resid norm 1.443046009947e-01 ||r(i)||/||b|| 1.002865298120e-03
 24 KSP Residual norm 7.015114847169e-01 % max 1.155974051319e+01 min 6.656731948674e-02 max/min 1.736548895513e+02
 25 KSP preconditioned resid norm 6.739554018025e-01 true resid norm 1.858419872640e-02 ||r(i)||/||b|| 1.291535257200e-04
 25 KSP Residual norm 6.739554018025e-01 % max 1.156385727969e+01 min 6.215469200284e-02 max/min 1.860496272616e+02
 26 KSP preconditioned resid norm 6.200637861680e-01 true resid norm 1.132932938906e-01 ||r(i)||/||b|| 7.873478196085e-04
 26 KSP Residual norm 6.200637861680e-01 % max 1.170223472658e+01 min 6.190712793501e-02 max/min 1.890288746534e+02
 27 KSP preconditioned resid norm 6.105065907983e-01 true resid norm 3.994545617989e-02 ||r(i)||/||b|| 2.776066150647e-04
 27 KSP Residual norm 6.105065907983e-01 % max 1.171365389653e+01 min 6.027234281800e-02 max/min 1.943454219442e+02
 28 KSP preconditioned resid norm 5.610386072732e-01 true resid norm 1.217257320241e-01 ||r(i)||/||b|| 8.459502447860e-04
 28 KSP Residual norm 5.610386072732e-01 % max 1.172151686361e+01 min 5.728046389443e-02 max/min 2.046337628343e+02
 29 KSP preconditioned resid norm 5.540259455874e-01 true resid norm 8.563080828184e-02 ||r(i)||/||b|| 5.951034511990e-04
 29 KSP Residual norm 5.540259455874e-01 % max 1.172195784500e+01 min 5.671439847376e-02 max/min 2.066839843223e+02
 30 KSP preconditioned resid norm 5.202167379615e-01 true resid norm 1.284220147458e-01 ||r(i)||/||b|| 8.924870116097e-04
 30 KSP Residual norm 5.202167379615e-01 % max 1.182277060575e+01 min 5.020883270604e-02 max/min 2.354719273195e+02
 31 KSP preconditioned resid norm 5.063245395222e-01 true resid norm 1.075653393151e-01 ||r(i)||/||b|| 7.475405866207e-04
 31 KSP Residual norm 5.063245395222e-01 % max 1.184536475727e+01 min 4.908259681136e-02 max/min 2.413353311928e+02
 32 KSP preconditioned resid norm 4.724480857262e-01 true resid norm 1.234120256066e-01 ||r(i)||/||b|| 8.576693812840e-04
 32 KSP Residual norm 4.724480857262e-01 % max 1.186011169962e+01 min 3.884608431681e-02 max/min 3.053103525928e+02
 33 KSP preconditioned resid norm 4.597874122923e-01 true resid norm 1.246405383864e-01 ||r(i)||/||b|| 8.662071051449e-04
 33 KSP Residual norm 4.597874122923e-01 % max 1.186602976776e+01 min 3.825401433368e-02 max/min 3.101904460079e+02
 34 KSP preconditioned resid norm 4.284942444766e-01 true resid norm 1.130606423234e-01 ||r(i)||/||b|| 7.857309745340e-04
 34 KSP Residual norm 4.284942444766e-01 % max 1.189958948203e+01 min 3.091916244303e-02 max/min 3.848613138843e+02
 35 KSP preconditioned resid norm 4.244269206123e-01 true resid norm 1.250348185214e-01 ||r(i)||/||b|| 8.689472108828e-04
 35 KSP Residual norm 4.244269206123e-01 % max 1.191766131238e+01 min 3.024693929003e-02 max/min 3.940121411329e+02
 36 KSP preconditioned resid norm 3.939025131320e-01 true resid norm 9.144589066824e-02 ||r(i)||/||b|| 6.355161912699e-04
 36 KSP Residual norm 3.939025131320e-01 % max 1.202518185820e+01 min 2.593268190026e-02 max/min 4.637076066585e+02
 37 KSP preconditioned resid norm 3.935795758769e-01 true resid norm 9.649570618534e-02 ||r(i)||/||b|| 6.706106006587e-04
 37 KSP Residual norm 3.935795758769e-01 % max 1.203570530708e+01 min 2.496967807790e-02 max/min 4.820128345079e+02
 38 KSP preconditioned resid norm 3.727310812870e-01 true resid norm 6.811969852976e-02 ||r(i)||/||b|| 4.734075095527e-04
 38 KSP Residual norm 3.727310812870e-01 % max 1.208413247918e+01 min 2.165231259890e-02 max/min 5.580989293400e+02
 39 KSP preconditioned resid norm 3.709983760517e-01 true resid norm 7.787632201538e-02 ||r(i)||/||b|| 5.412125487068e-04
 39 KSP Residual norm 3.709983760517e-01 % max 1.210834407119e+01 min 2.098191538922e-02 max/min 5.770847821365e+02
 40 KSP preconditioned resid norm 3.467238503118e-01 true resid norm 5.154845790525e-02 ||r(i)||/||b|| 3.582433217544e-04
 40 KSP Residual norm 3.467238503118e-01 % max 1.224001159771e+01 min 1.814604032371e-02 max/min 6.745279619885e+02
 41 KSP preconditioned resid norm 3.439959783975e-01 true resid norm 5.943616733119e-02 ||r(i)||/||b|| 4.130600774947e-04
 41 KSP Residual norm 3.439959783975e-01 % max 1.224561432077e+01 min 1.767836586229e-02 max/min 6.926892686890e+02
 42 KSP preconditioned resid norm 3.219614031089e-01 true resid norm 3.736094738334e-02 ||r(i)||/||b|| 2.596452045006e-04
 42 KSP Residual norm 3.219614031089e-01 % max 1.227596175886e+01 min 1.612104438917e-02 max/min 7.614867537433e+02
 43 KSP preconditioned resid norm 3.199947639961e-01 true resid norm 3.822136396506e-02 ||r(i)||/||b|| 2.656247916086e-04
 43 KSP Residual norm 3.199947639961e-01 % max 1.227743106469e+01 min 1.572993605863e-02 max/min 7.805137299308e+02
 44 KSP preconditioned resid norm 3.019847533357e-01 true resid norm 2.165216070075e-02 ||r(i)||/||b|| 1.504747627340e-04
 44 KSP Residual norm 3.019847533357e-01 % max 1.240993286547e+01 min 1.461321415914e-02 max/min 8.492267840826e+02
 45 KSP preconditioned resid norm 3.019442005034e-01 true resid norm 2.135563477224e-02 ||r(i)||/||b|| 1.484140137236e-04
 45 KSP Residual norm 3.019442005034e-01 % max 1.243517069391e+01 min 1.440804616025e-02 max/min 8.630712697338e+02
 46 KSP preconditioned resid norm 2.850889693160e-01 true resid norm 7.207841532279e-03 ||r(i)||/||b|| 5.009191735569e-05
 46 KSP Residual norm 2.850889693160e-01 % max 1.243534970093e+01 min 1.323540651787e-02 max/min 9.395517760748e+02
 47 KSP preconditioned resid norm 2.842908210742e-01 true resid norm 9.849131826029e-03 ||r(i)||/||b|| 6.844793899051e-05
 47 KSP Residual norm 2.842908210742e-01 % max 1.249881969067e+01 min 1.320941100729e-02 max/min 9.462056774351e+02
 48 KSP preconditioned resid norm 2.689207737926e-01 true resid norm 9.583983712934e-04 ||r(i)||/||b|| 6.660525456014e-06
 48 KSP Residual norm 2.689207737926e-01 % max 1.261650861132e+01 min 1.223081388475e-02 max/min 1.031534673833e+03
 49 KSP preconditioned resid norm 2.668280776593e-01 true resid norm 7.070848430604e-03 ||r(i)||/||b|| 4.913986435942e-05
 49 KSP Residual norm 2.668280776593e-01 % max 1.262190931915e+01 min 1.216049456642e-02 max/min 1.037943748933e+03
 50 KSP preconditioned resid norm 2.538922892674e-01 true resid norm 1.279955193991e-03 ||r(i)||/||b|| 8.895230216876e-06
 50 KSP Residual norm 2.538922892674e-01 % max 1.267018660817e+01 min 1.132031787357e-02 max/min 1.119243006219e+03
 51 KSP preconditioned resid norm 2.523880023918e-01 true resid norm 5.780247796299e-03 ||r(i)||/||b|| 4.017065214474e-05
 51 KSP Residual norm 2.523880023918e-01 % max 1.268242637678e+01 min 1.111061199465e-02 max/min 1.141469649277e+03
 52 KSP preconditioned resid norm 2.417991847669e-01 true resid norm 4.293987037567e-03 ||r(i)||/||b|| 2.984167213568e-05
 52 KSP Residual norm 2.417991847669e-01 % max 1.270116330233e+01 min 1.034857425034e-02 max/min 1.227334606206e+03
 53 KSP preconditioned resid norm 2.398246159240e-01 true resid norm 6.681384762633e-03 ||r(i)||/||b|| 4.643323134291e-05
 53 KSP Residual norm 2.398246159240e-01 % max 1.272464486407e+01 min 1.021008048567e-02 max/min 1.246282522643e+03
 54 KSP preconditioned resid norm 2.304239973256e-01 true resid norm 8.786460783172e-03 ||r(i)||/||b|| 6.106275580957e-05
 54 KSP Residual norm 2.304239973256e-01 % max 1.282145153236e+01 min 9.617654891509e-03 max/min 1.333116199010e+03
 55 KSP preconditioned resid norm 2.274098647246e-01 true resid norm 8.787197459688e-03 ||r(i)||/||b|| 6.106787544754e-05
 55 KSP Residual norm 2.274098647246e-01 % max 1.284495561158e+01 min 9.439808674336e-03 max/min 1.360722028880e+03
 56 KSP preconditioned resid norm 2.180398826060e-01 true resid norm 1.434954347375e-02 ||r(i)||/||b|| 9.972418824135e-05
 56 KSP Residual norm 2.180398826060e-01 % max 1.286926627221e+01 min 9.015633770371e-03 max/min 1.427438891152e+03
 57 KSP preconditioned resid norm 2.131920589612e-01 true resid norm 1.084420646671e-02 ||r(i)||/||b|| 7.536335138416e-05
 57 KSP Residual norm 2.131920589612e-01 % max 1.290100040400e+01 min 8.814169489220e-03 max/min 1.463666023189e+03
 58 KSP preconditioned resid norm 2.065643280101e-01 true resid norm 1.656339704046e-02 ||r(i)||/||b|| 1.151096776982e-04
 58 KSP Residual norm 2.065643280101e-01 % max 1.292804597402e+01 min 8.384549705094e-03 max/min 1.541889120911e+03
 59 KSP preconditioned resid norm 2.003555740237e-01 true resid norm 1.038231288935e-02 ||r(i)||/||b|| 7.215335643622e-05
 59 KSP Residual norm 2.003555740237e-01 % max 1.293249562818e+01 min 8.155142206128e-03 max/min 1.585808720596e+03
 60 KSP preconditioned resid norm 1.950953867657e-01 true resid norm 1.413406089093e-02 ||r(i)||/||b|| 9.822666146001e-05
 60 KSP Residual norm 1.950953867657e-01 % max 1.293554486453e+01 min 7.731095227769e-03 max/min 1.673184003486e+03
 61 KSP preconditioned resid norm 1.899764851607e-01 true resid norm 8.827240071818e-03 ||r(i)||/||b|| 6.134615726166e-05
 61 KSP Residual norm 1.899764851607e-01 % max 1.298065726625e+01 min 7.508160945402e-03 max/min 1.728873070335e+03
 62 KSP preconditioned resid norm 1.858933940701e-01 true resid norm 1.056927489106e-02 ||r(i)||/||b|| 7.345267539268e-05
 62 KSP Residual norm 1.858933940701e-01 % max 1.299440622646e+01 min 7.213860170192e-03 max/min 1.801311076163e+03
 63 KSP preconditioned resid norm 1.810870303013e-01 true resid norm 6.742586426457e-03 ||r(i)||/||b|| 4.685856098877e-05
 63 KSP Residual norm 1.810870303013e-01 % max 1.299595367805e+01 min 7.004034416700e-03 max/min 1.855495405200e+03
 64 KSP preconditioned resid norm 1.778248798506e-01 true resid norm 6.677930576889e-03 ||r(i)||/||b|| 4.640922598902e-05
 64 KSP Residual norm 1.778248798506e-01 % max 1.299595829248e+01 min 6.814647504450e-03 max/min 1.907062439252e+03
 65 KSP preconditioned resid norm 1.727924115825e-01 true resid norm 5.197256457236e-03 ||r(i)||/||b|| 3.611907112085e-05
 65 KSP Residual norm 1.727924115825e-01 % max 1.301320633714e+01 min 6.624687576804e-03 max/min 1.964350195579e+03
 66 KSP preconditioned resid norm 1.699236934303e-01 true resid norm 2.760195052716e-03 ||r(i)||/||b|| 1.918236712712e-05
 66 KSP Residual norm 1.699236934303e-01 % max 1.302167249004e+01 min 6.519638399051e-03 max/min 1.997299802997e+03
 67 KSP preconditioned resid norm 1.649310998218e-01 true resid norm 3.293409382150e-03 ||r(i)||/||b|| 2.288801576038e-05
 67 KSP Residual norm 1.649310998218e-01 % max 1.302371148724e+01 min 6.266781646072e-03 max/min 2.078213702468e+03
 68 KSP preconditioned resid norm 1.636393596642e-01 true resid norm 9.884906209348e-04 ||r(i)||/||b|| 6.869655814295e-06
 68 KSP Residual norm 1.636393596642e-01 % max 1.302437495991e+01 min 6.215671699475e-03 max/min 2.095409086843e+03
 69 KSP preconditioned resid norm 1.586669709342e-01 true resid norm 2.881441378483e-03 ||r(i)||/||b|| 2.002498567010e-05
 69 KSP Residual norm 1.586669709342e-01 % max 1.304427120268e+01 min 5.967380256283e-03 max/min 2.185929275907e+03
 70 KSP preconditioned resid norm 1.573023989071e-01 true resid norm 1.000381550810e-03 ||r(i)||/||b|| 6.952293518515e-06
 70 KSP Residual norm 1.573023989071e-01 % max 1.306574692601e+01 min 5.881181855636e-03 max/min 2.221619267477e+03
 71 KSP preconditioned resid norm 1.516399060506e-01 true resid norm 3.560033719346e-03 ||r(i)||/||b|| 2.474095941959e-05
 71 KSP Residual norm 1.516399060506e-01 % max 1.306952059296e+01 min 5.636288570587e-03 max/min 2.318816793937e+03
 72 KSP preconditioned resid norm 1.503518195084e-01 true resid norm 2.345474287001e-03 ||r(i)||/||b|| 1.630020632643e-05
 72 KSP Residual norm 1.503518195084e-01 % max 1.307213706006e+01 min 5.548190071151e-03 max/min 2.356108369111e+03
 73 KSP preconditioned resid norm 1.439927992762e-01 true resid norm 4.703459082651e-03 ||r(i)||/||b|| 3.268735620767e-05
 73 KSP Residual norm 1.439927992762e-01 % max 1.307917952886e+01 min 5.275363624723e-03 max/min 2.479294406847e+03
 74 KSP preconditioned resid norm 1.435960011870e-01 true resid norm 4.483492384225e-03 ||r(i)||/||b|| 3.115866642873e-05
 74 KSP Residual norm 1.435960011870e-01 % max 1.308872240647e+01 min 5.247381315279e-03 max/min 2.494334148799e+03
 75 KSP preconditioned resid norm 1.384154018521e-01 true resid norm 6.030043122791e-03 ||r(i)||/||b|| 4.190664020641e-05
 75 KSP Residual norm 1.384154018521e-01 % max 1.309605706761e+01 min 5.057534139172e-03 max/min 2.589415455681e+03
 76 KSP preconditioned resid norm 1.383519341196e-01 true resid norm 6.181946178464e-03 ||r(i)||/||b|| 4.296231204337e-05
 76 KSP Residual norm 1.383519341196e-01 % max 1.309642044538e+01 min 5.047463753370e-03 max/min 2.594653688525e+03
 77 KSP preconditioned resid norm 1.329173312782e-01 true resid norm 6.954398536003e-03 ||r(i)||/||b|| 4.833057929533e-05
 77 KSP Residual norm 1.329173312782e-01 % max 1.309825571272e+01 min 4.803507372123e-03 max/min 2.726810785955e+03
 78 KSP preconditioned resid norm 1.329173043215e-01 true resid norm 6.946120254536e-03 ||r(i)||/||b|| 4.827304820378e-05
 78 KSP Residual norm 1.329173043215e-01 % max 1.311072078455e+01 min 4.802189162826e-03 max/min 2.730155006397e+03
 79 KSP preconditioned resid norm 1.275598927624e-01 true resid norm 7.138958457992e-03 ||r(i)||/||b|| 4.961320465800e-05
 79 KSP Residual norm 1.275598927624e-01 % max 1.312650704646e+01 min 4.590610278138e-03 max/min 2.859425272708e+03
 80 KSP preconditioned resid norm 1.275569484234e-01 true resid norm 7.025529210780e-03 ||r(i)||/||b|| 4.882491201150e-05
 80 KSP Residual norm 1.275569484234e-01 % max 1.313280315207e+01 min 4.588845114264e-03 max/min 2.861897236680e+03
 81 KSP preconditioned resid norm 1.227187849301e-01 true resid norm 6.636830240688e-03 ||r(i)||/||b|| 4.612359337139e-05
 81 KSP Residual norm 1.227187849301e-01 % max 1.313338768313e+01 min 4.423884807674e-03 max/min 2.968745402310e+03
 82 KSP preconditioned resid norm 1.226831891668e-01 true resid norm 6.348147610828e-03 ||r(i)||/||b|| 4.411735247775e-05
 82 KSP Residual norm 1.226831891668e-01 % max 1.313744093170e+01 min 4.423633515412e-03 max/min 2.969830318432e+03
 83 KSP preconditioned resid norm 1.188228300298e-01 true resid norm 5.241447831669e-03 ||r(i)||/||b|| 3.642618534721e-05
 83 KSP Residual norm 1.188228300298e-01 % max 1.315934322753e+01 min 4.272492365165e-03 max/min 3.080015621519e+03
 84 KSP preconditioned resid norm 1.186380416906e-01 true resid norm 4.901826119931e-03 ||r(i)||/||b|| 3.406593607697e-05
 84 KSP Residual norm 1.186380416906e-01 % max 1.317531594396e+01 min 4.266446309469e-03 max/min 3.088124164300e+03
 85 KSP preconditioned resid norm 1.139134638963e-01 true resid norm 3.199432120475e-03 ||r(i)||/||b|| 2.223490744715e-05
 85 KSP Residual norm 1.139134638963e-01 % max 1.318322334426e+01 min 4.086290876519e-03 max/min 3.226207762159e+03
 86 KSP preconditioned resid norm 1.137291112899e-01 true resid norm 3.143817299611e-03 ||r(i)||/||b|| 2.184840435910e-05
 86 KSP Residual norm 1.137291112899e-01 % max 1.319134391703e+01 min 4.076597334424e-03 max/min 3.235871202103e+03
 87 KSP preconditioned resid norm 1.097004766710e-01 true resid norm 1.510053474298e-03 ||r(i)||/||b|| 1.049433086153e-05
 87 KSP Residual norm 1.097004766710e-01 % max 1.319857384286e+01 min 3.927846091124e-03 max/min 3.360257387040e+03
 88 KSP preconditioned resid norm 1.093354755492e-01 true resid norm 1.894396889453e-03 ||r(i)||/||b|| 1.316537995465e-05
 88 KSP Residual norm 1.093354755492e-01 % max 1.320364831022e+01 min 3.909315868034e-03 max/min 3.377483108537e+03
 89 KSP preconditioned resid norm 1.058535985624e-01 true resid norm 5.684208172485e-04 ||r(i)||/||b|| 3.950321115323e-06
 89 KSP Residual norm 1.058535985624e-01 % max 1.321346591367e+01 min 3.762621022208e-03 max/min 3.511771670778e+03
 90 KSP preconditioned resid norm 1.050510394459e-01 true resid norm 1.393768720082e-03 ||r(i)||/||b|| 9.686193463967e-06
 90 KSP Residual norm 1.050510394459e-01 % max 1.321404376514e+01 min 3.726850313945e-03 max/min 3.545633082095e+03
 91 KSP preconditioned resid norm 1.022704996805e-01 true resid norm 4.841068462494e-04 ||r(i)||/||b|| 3.364369211650e-06
 91 KSP Residual norm 1.022704996805e-01 % max 1.321405643370e+01 min 3.615650805644e-03 max/min 3.654682695872e+03
 92 KSP preconditioned resid norm 1.010278070060e-01 true resid norm 1.598147668229e-03 ||r(i)||/||b|| 1.110655396079e-05
 92 KSP Residual norm 1.010278070060e-01 % max 1.322392599062e+01 min 3.567311549166e-03 max/min 3.706972550159e+03
 93 KSP preconditioned resid norm 9.910271109254e-02 true resid norm 9.571008610822e-04 ||r(i)||/||b|| 6.651508224714e-06
 93 KSP Residual norm 9.910271109254e-02 % max 1.324107680397e+01 min 3.483178966884e-03 max/min 3.801434531461e+03
 94 KSP preconditioned resid norm 9.746667337540e-02 true resid norm 2.021028671667e-03 ||r(i)||/||b|| 1.404542549129e-05
 94 KSP Residual norm 9.746667337540e-02 % max 1.324111623698e+01 min 3.434913976134e-03 max/min 3.854861090841e+03
 95 KSP preconditioned resid norm 9.617362913527e-02 true resid norm 1.898737757434e-03 ||r(i)||/||b|| 1.319554743255e-05
 95 KSP Residual norm 9.617362913527e-02 % max 1.324744395627e+01 min 3.367741117081e-03 max/min 3.933628950597e+03
 96 KSP preconditioned resid norm 9.429461101496e-02 true resid norm 2.580754399862e-03 ||r(i)||/||b|| 1.793531885160e-05
 96 KSP Residual norm 9.429461101496e-02 % max 1.324928841468e+01 min 3.316661615028e-03 max/min 3.994766410491e+03
 97 KSP preconditioned resid norm 9.322069914953e-02 true resid norm 3.045169681452e-03 ||r(i)||/||b|| 2.116283874087e-05
 97 KSP Residual norm 9.322069914953e-02 % max 1.325306385734e+01 min 3.259670836798e-03 max/min 4.065767533253e+03
 98 KSP preconditioned resid norm 9.113307259015e-02 true resid norm 2.812404084890e-03 ||r(i)||/||b|| 1.954520120347e-05
 98 KSP Residual norm 9.113307259015e-02 % max 1.325427325937e+01 min 3.191256486501e-03 max/min 4.153308678083e+03
 99 KSP preconditioned resid norm 9.010748437649e-02 true resid norm 3.703813480914e-03 ||r(i)||/||b|| 2.574017727165e-05
 99 KSP Residual norm 9.010748437649e-02 % max 1.327531231621e+01 min 3.137828551200e-03 max/min 4.230732208466e+03
100 KSP preconditioned resid norm 8.819342232903e-02 true resid norm 2.974323179808e-03 ||r(i)||/||b|| 2.067048092620e-05
100 KSP Residual norm 8.819342232903e-02 % max 1.327604652283e+01 min 3.078535574862e-03 max/min 4.312455126793e+03
101 KSP preconditioned resid norm 8.732667531731e-02 true resid norm 3.918253547658e-03 ||r(i)||/||b|| 2.723045893961e-05
101 KSP Residual norm 8.732667531731e-02 % max 1.327611936692e+01 min 3.036562153884e-03 max/min 4.372088794538e+03
102 KSP preconditioned resid norm 8.488685144925e-02 true resid norm 2.832462665539e-03 ||r(i)||/||b|| 1.968460115554e-05
102 KSP Residual norm 8.488685144925e-02 % max 1.327639034385e+01 min 2.953423223567e-03 max/min 4.495254942775e+03
103 KSP preconditioned resid norm 8.412146811290e-02 true resid norm 3.491332959370e-03 ||r(i)||/||b|| 2.426351374108e-05
103 KSP Residual norm 8.412146811290e-02 % max 1.327896568665e+01 min 2.921834859000e-03 max/min 4.544735184383e+03
104 KSP preconditioned resid norm 8.205234384475e-02 true resid norm 2.481514483287e-03 ||r(i)||/||b|| 1.724563697150e-05
104 KSP Residual norm 8.205234384475e-02 % max 1.330258303015e+01 min 2.854889165799e-03 max/min 4.659579499448e+03
105 KSP preconditioned resid norm 8.121078609603e-02 true resid norm 2.791072710808e-03 ||r(i)||/||b|| 1.939695579286e-05
105 KSP Residual norm 8.121078609603e-02 % max 1.337719366592e+01 min 2.825089980479e-03 max/min 4.735138971983e+03
106 KSP preconditioned resid norm 7.928895760050e-02 true resid norm 2.154083347577e-03 ||r(i)||/||b|| 1.497010783892e-05
106 KSP Residual norm 7.928895760050e-02 % max 1.401972017728e+01 min 2.763217156283e-03 max/min 5.073694677019e+03
107 KSP preconditioned resid norm 7.871632096076e-02 true resid norm 2.043176991235e-03 ||r(i)||/||b|| 1.419934838046e-05
107 KSP Residual norm 7.871632096076e-02 % max 1.406645202154e+01 min 2.745551846299e-03 max/min 5.123360551542e+03
108 KSP preconditioned resid norm 7.670730506069e-02 true resid norm 1.852220621451e-03 ||r(i)||/||b|| 1.287226999632e-05
108 KSP Residual norm 7.670730506069e-02 % max 1.484828705143e+01 min 2.668128116971e-03 max/min 5.565057748533e+03
109 KSP preconditioned resid norm 7.647386643631e-02 true resid norm 1.539066082434e-03 ||r(i)||/||b|| 1.069595809799e-05
109 KSP Residual norm 7.647386643631e-02 % max 1.490463305077e+01 min 2.663402756843e-03 max/min 5.596086815062e+03
110 KSP preconditioned resid norm 7.374274892578e-02 true resid norm 1.448708624507e-03 ||r(i)||/||b|| 1.006800612448e-05
110 KSP Residual norm 7.374274892578e-02 % max 1.582724695778e+01 min 2.556578577454e-03 max/min 6.190792294577e+03
111 KSP preconditioned resid norm 7.359342205137e-02 true resid norm 1.123777932966e-03 ||r(i)||/||b|| 7.809854183419e-06
111 KSP Residual norm 7.359342205137e-02 % max 1.595402265911e+01 min 2.553487687942e-03 max/min 6.247934045049e+03
112 KSP preconditioned resid norm 7.095448465081e-02 true resid norm 1.329261318887e-03 ||r(i)||/||b|| 9.237890127245e-06
112 KSP Residual norm 7.095448465081e-02 % max 1.645781196433e+01 min 2.454668540298e-03 max/min 6.704698289871e+03
113 KSP preconditioned resid norm 7.091227992601e-02 true resid norm 1.165934728348e-03 ||r(i)||/||b|| 8.102828814007e-06
113 KSP Residual norm 7.091227992601e-02 % max 1.659166130904e+01 min 2.452963977443e-03 max/min 6.763923751681e+03
114 KSP preconditioned resid norm 6.839860034076e-02 true resid norm 1.581836269981e-03 ||r(i)||/||b|| 1.099319558446e-05
114 KSP Residual norm 6.839860034076e-02 % max 1.677005110257e+01 min 2.360577707051e-03 max/min 7.104214808300e+03
115 KSP preconditioned resid norm 6.839664267602e-02 true resid norm 1.561170986505e-03 ||r(i)||/||b|| 1.084957926501e-05
115 KSP Residual norm 6.839664267602e-02 % max 1.695990613121e+01 min 2.360174810368e-03 max/min 7.185868630033e+03
116 KSP preconditioned resid norm 6.623018576874e-02 true resid norm 1.996395554550e-03 ||r(i)||/||b|| 1.387423414901e-05
116 KSP Residual norm 6.623018576874e-02 % max 1.698227378849e+01 min 2.285042453228e-03 max/min 7.431929224993e+03
117 KSP preconditioned resid norm 6.622585703291e-02 true resid norm 1.997354283265e-03 ||r(i)||/||b|| 1.388089697023e-05
117 KSP Residual norm 6.622585703291e-02 % max 1.737933517688e+01 min 2.284882397872e-03 max/min 7.606227433439e+03
118 KSP preconditioned resid norm 6.450813240620e-02 true resid norm 2.379123427294e-03 ||r(i)||/||b|| 1.653405580093e-05
118 KSP Residual norm 6.450813240620e-02 % max 1.737935525882e+01 min 2.220832028101e-03 max/min 7.825605466292e+03
119 KSP preconditioned resid norm 6.444002578015e-02 true resid norm 2.284010159286e-03 ||r(i)||/||b|| 1.587305265052e-05
119 KSP Residual norm 6.444002578015e-02 % max 1.777510718397e+01 min 2.220589880917e-03 max/min 8.004678097798e+03
120 KSP preconditioned resid norm 6.243494509431e-02 true resid norm 2.568109654162e-03 ||r(i)||/||b|| 1.784744239736e-05
120 KSP Residual norm 6.243494509431e-02 % max 1.778840866865e+01 min 2.148285547508e-03 max/min 8.280281310499e+03
121 KSP preconditioned resid norm 6.229003579918e-02 true resid norm 2.324134806590e-03 ||r(i)||/||b|| 1.615190457973e-05
121 KSP Residual norm 6.229003579918e-02 % max 1.797396785459e+01 min 2.147409030827e-03 max/min 8.370071838463e+03
122 KSP preconditioned resid norm 6.029478848700e-02 true resid norm 2.460084383984e-03 ||r(i)||/||b|| 1.709670545595e-05
122 KSP Residual norm 6.029478848700e-02 % max 1.798128465339e+01 min 2.079543527272e-03 max/min 8.646745988999e+03
123 KSP preconditioned resid norm 6.007031497142e-02 true resid norm 2.106108170100e-03 ||r(i)||/||b|| 1.463669753647e-05
123 KSP Residual norm 6.007031497142e-02 % max 1.800454939518e+01 min 2.076901118012e-03 max/min 8.668948771339e+03
124 KSP preconditioned resid norm 5.832926212876e-02 true resid norm 2.103161324551e-03 ||r(i)||/||b|| 1.461621801524e-05
124 KSP Residual norm 5.832926212876e-02 % max 1.800676896299e+01 min 2.019401552711e-03 max/min 8.916883786099e+03
125 KSP preconditioned resid norm 5.792543787644e-02 true resid norm 1.715151715863e-03 ||r(i)||/||b|| 1.191969019002e-05
125 KSP Residual norm 5.792543787644e-02 % max 1.800677793544e+01 min 2.011427159239e-03 max/min 8.952239633799e+03
126 KSP preconditioned resid norm 5.644152956544e-02 true resid norm 1.499161446982e-03 ||r(i)||/||b|| 1.041863517237e-05
126 KSP Residual norm 5.644152956544e-02 % max 1.800704443929e+01 min 1.967537092265e-03 max/min 9.152073681396e+03
127 KSP preconditioned resid norm 5.586973660567e-02 true resid norm 1.267102798702e-03 ||r(i)||/||b|| 8.805910672355e-06
127 KSP Residual norm 5.586973660567e-02 % max 1.805107398084e+01 min 1.952915856602e-03 max/min 9.243139646707e+03
128 KSP preconditioned resid norm 5.448891069115e-02 true resid norm 8.636346720002e-04 ||r(i)||/||b|| 6.001951682984e-06
128 KSP Residual norm 5.448891069115e-02 % max 1.805292736098e+01 min 1.913983497951e-03 max/min 9.432122784922e+03
129 KSP preconditioned resid norm 5.380539802981e-02 true resid norm 8.535034045037e-04 ||r(i)||/||b|| 5.931543002122e-06
129 KSP Residual norm 5.380539802981e-02 % max 1.811398444083e+01 min 1.893818302409e-03 max/min 9.564795322653e+03
130 KSP preconditioned resid norm 5.262703692841e-02 true resid norm 4.611697276534e-04 ||r(i)||/||b|| 3.204964451716e-06
130 KSP Residual norm 5.262703692841e-02 % max 1.812411377959e+01 min 1.864425110017e-03 max/min 9.721019998186e+03
131 KSP preconditioned resid norm 5.198010431990e-02 true resid norm 5.966815064337e-04 ||r(i)||/||b|| 4.146722784358e-06
131 KSP Residual norm 5.198010431990e-02 % max 1.823860571865e+01 min 1.839903165476e-03 max/min 9.912807402519e+03
132 KSP preconditioned resid norm 5.085529391473e-02 true resid norm 3.358781460833e-04 ||r(i)||/||b|| 2.334232829598e-06
132 KSP Residual norm 5.085529391473e-02 % max 1.826518404725e+01 min 1.810005386907e-03 max/min 1.009123187112e+04
133 KSP preconditioned resid norm 5.017514432361e-02 true resid norm 4.625101396212e-04 ||r(i)||/||b|| 3.214279834860e-06
133 KSP Residual norm 5.017514432361e-02 % max 1.828202177562e+01 min 1.785517877663e-03 max/min 1.023905837311e+04
134 KSP preconditioned resid norm 4.897836349852e-02 true resid norm 3.140587545507e-04 ||r(i)||/||b|| 2.182595872472e-06
134 KSP Residual norm 4.897836349852e-02 % max 1.828630516866e+01 min 1.753922973542e-03 max/min 1.042594540611e+04
135 KSP preconditioned resid norm 4.769605892209e-02 true resid norm 4.604200622165e-04 ||r(i)||/||b|| 3.199754545402e-06
135 KSP Residual norm 4.769605892209e-02 % max 1.828834683359e+01 min 1.716950298410e-03 max/min 1.065164603222e+04
136 KSP preconditioned resid norm 4.694516363902e-02 true resid norm 3.158829423650e-04 ||r(i)||/||b|| 2.195273324497e-06
136 KSP Residual norm 4.694516363902e-02 % max 1.829267335642e+01 min 1.692763795326e-03 max/min 1.080639449339e+04
137 KSP preconditioned resid norm 4.600477726265e-02 true resid norm 4.459130802726e-04 ||r(i)||/||b|| 3.098936216176e-06
137 KSP Residual norm 4.600477726265e-02 % max 1.831613436675e+01 min 1.665361379688e-03 max/min 1.099829417815e+04
138 KSP preconditioned resid norm 4.537939803542e-02 true resid norm 4.828484084324e-04 ||r(i)||/||b|| 3.355623519497e-06
138 KSP Residual norm 4.537939803542e-02 % max 1.831837575747e+01 min 1.644411398981e-03 max/min 1.113977668169e+04
139 KSP preconditioned resid norm 4.335672641269e-02 true resid norm 5.407678166899e-04 ||r(i)||/||b|| 3.758142664616e-06
139 KSP Residual norm 4.335672641269e-02 % max 1.835769547367e+01 min 1.600134099372e-03 max/min 1.147259812842e+04
140 KSP preconditioned resid norm 4.265504838638e-02 true resid norm 7.866395801145e-04 ||r(i)||/||b|| 5.466863368090e-06
140 KSP Residual norm 4.265504838638e-02 % max 1.835951473748e+01 min 1.577862587640e-03 max/min 1.163568670764e+04
141 KSP preconditioned resid norm 4.158346550243e-02 true resid norm 6.048841061750e-04 ||r(i)||/||b|| 4.203727915021e-06
141 KSP Residual norm 4.158346550243e-02 % max 1.847341913997e+01 min 1.557608383332e-03 max/min 1.186011794598e+04
142 KSP preconditioned resid norm 4.101409775033e-02 true resid norm 9.513463716205e-04 ||r(i)||/||b|| 6.611516583770e-06
142 KSP Residual norm 4.101409775033e-02 % max 1.851917901130e+01 min 1.542216069792e-03 max/min 1.200816109626e+04
143 KSP preconditioned resid norm 3.849619047557e-02 true resid norm 4.785060954918e-04 ||r(i)||/||b|| 3.325445999642e-06
143 KSP Residual norm 3.849619047557e-02 % max 1.860764097096e+01 min 1.499689912992e-03 max/min 1.240765894987e+04
144 KSP preconditioned resid norm 3.751577318689e-02 true resid norm 8.583533930410e-04 ||r(i)||/||b|| 5.965248685564e-06
144 KSP Residual norm 3.751577318689e-02 % max 1.863149145223e+01 min 1.481689591305e-03 max/min 1.257449033966e+04
145 KSP preconditioned resid norm 3.673387855308e-02 true resid norm 5.341137389016e-04 ||r(i)||/||b|| 3.711899206965e-06
145 KSP Residual norm 3.673387855308e-02 % max 1.867047493836e+01 min 1.468644236269e-03 max/min 1.271272815926e+04
146 KSP preconditioned resid norm 3.672694107649e-02 true resid norm 5.564983768274e-04 ||r(i)||/||b|| 3.867464424096e-06
146 KSP Residual norm 3.672694107649e-02 % max 1.867843142104e+01 min 1.468356392371e-03 max/min 1.272063888446e+04
147 KSP preconditioned resid norm 3.476552175333e-02 true resid norm 3.041819741103e-04 ||r(i)||/||b|| 2.113955785513e-06
147 KSP Residual norm 3.476552175333e-02 % max 1.874371026285e+01 min 1.443869321819e-03 max/min 1.298158356827e+04
148 KSP preconditioned resid norm 3.441661614207e-02 true resid norm 3.232787917785e-04 ||r(i)||/||b|| 2.246671829298e-06
148 KSP Residual norm 3.441661614207e-02 % max 1.875011791543e+01 min 1.440369950492e-03 max/min 1.301757087409e+04
149 KSP preconditioned resid norm 3.416583700832e-02 true resid norm 3.504294946165e-04 ||r(i)||/||b|| 2.435359490732e-06
149 KSP Residual norm 3.416583700832e-02 % max 1.875025564682e+01 min 1.436520145975e-03 max/min 1.305255321296e+04
150 KSP preconditioned resid norm 3.347212141620e-02 true resid norm 3.631417495901e-04 ||r(i)||/||b|| 2.523705110247e-06
150 KSP Residual norm 3.347212141620e-02 % max 1.875837031230e+01 min 1.426742386720e-03 max/min 1.314769259462e+04
151 KSP preconditioned resid norm 3.345420139042e-02 true resid norm 3.694013060342e-04 ||r(i)||/||b|| 2.567206785843e-06
151 KSP Residual norm 3.345420139042e-02 % max 1.882712051051e+01 min 1.426311630585e-03 max/min 1.319986467669e+04
152 KSP preconditioned resid norm 3.340755394354e-02 true resid norm 3.589735646211e-04 ||r(i)||/||b|| 2.494737717436e-06
152 KSP Residual norm 3.340755394354e-02 % max 1.883670991915e+01 min 1.424634232216e-03 max/min 1.322213764992e+04
153 KSP preconditioned resid norm 3.332106769315e-02 true resid norm 3.563428109286e-04 ||r(i)||/||b|| 2.476454921406e-06
153 KSP Residual norm 3.332106769315e-02 % max 1.887164917076e+01 min 1.423474821806e-03 max/min 1.325745203334e+04
154 KSP preconditioned resid norm 3.117258568907e-02 true resid norm 5.059814012607e-04 ||r(i)||/||b|| 3.516389535197e-06
154 KSP Residual norm 3.117258568907e-02 % max 1.889695812179e+01 min 1.394886394906e-03 max/min 1.354730979584e+04
155 KSP preconditioned resid norm 2.951301076745e-02 true resid norm 5.381856032655e-04 ||r(i)||/||b|| 3.740197206066e-06
155 KSP Residual norm 2.951301076745e-02 % max 1.992328134051e+01 min 1.377048843662e-03 max/min 1.446810070116e+04
156 KSP preconditioned resid norm 2.828691807444e-02 true resid norm 5.783569996283e-04 ||r(i)||/||b|| 4.019374024488e-06
156 KSP Residual norm 2.828691807444e-02 % max 2.057048552195e+01 min 1.363961483973e-03 max/min 1.508142697844e+04
157 KSP preconditioned resid norm 2.686596481189e-02 true resid norm 6.142573094409e-04 ||r(i)||/||b|| 4.268868320959e-06
157 KSP Residual norm 2.686596481189e-02 % max 2.169548158726e+01 min 1.350696937715e-03 max/min 1.606243486711e+04
158 KSP preconditioned resid norm 2.570785084243e-02 true resid norm 7.027270166661e-04 ||r(i)||/||b|| 4.883701103140e-06
158 KSP Residual norm 2.570785084243e-02 % max 2.265067929617e+01 min 1.340996265478e-03 max/min 1.689093391180e+04
159 KSP preconditioned resid norm 2.461384343166e-02 true resid norm 7.143033815156e-04 ||r(i)||/||b|| 4.964152693082e-06
159 KSP Residual norm 2.461384343166e-02 % max 2.426711626246e+01 min 1.331963318795e-03 max/min 1.821905747706e+04
160 KSP preconditioned resid norm 2.365655554984e-02 true resid norm 7.716314609398e-04 ||r(i)||/||b|| 5.362562314578e-06
160 KSP Residual norm 2.365655554984e-02 % max 2.528508397832e+01 min 1.324598508089e-03 max/min 1.908886641794e+04
161 KSP preconditioned resid norm 2.271313995990e-02 true resid norm 8.080063247403e-04 ||r(i)||/||b|| 5.615354591317e-06
161 KSP Residual norm 2.271313995990e-02 % max 2.710047477105e+01 min 1.318001272460e-03 max/min 2.056179712215e+04
162 KSP preconditioned resid norm 2.195987859654e-02 true resid norm 8.351249765833e-04 ||r(i)||/||b|| 5.803819509813e-06
162 KSP Residual norm 2.195987859654e-02 % max 2.819404882400e+01 min 1.312444049260e-03 max/min 2.148209581954e+04
163 KSP preconditioned resid norm 2.116085117451e-02 true resid norm 8.708485797190e-04 ||r(i)||/||b|| 6.052085758163e-06
163 KSP Residual norm 2.116085117451e-02 % max 3.000654129611e+01 min 1.307527119994e-03 max/min 2.294907756579e+04
164 KSP preconditioned resid norm 2.058340051781e-02 true resid norm 8.940937884719e-04 ||r(i)||/||b|| 6.213631634352e-06
164 KSP Residual norm 2.058340051781e-02 % max 3.109002584249e+01 min 1.303546908895e-03 max/min 2.385033145362e+04
165 KSP preconditioned resid norm 1.989398367284e-02 true resid norm 9.152102157778e-04 ||r(i)||/||b|| 6.360383241851e-06
165 KSP Residual norm 1.989398367284e-02 % max 3.280265234906e+01 min 1.299588058166e-03 max/min 2.524080776440e+04
166 KSP preconditioned resid norm 1.942554001343e-02 true resid norm 9.447512947604e-04 ||r(i)||/||b|| 6.565683161441e-06
166 KSP Residual norm 1.942554001343e-02 % max 3.388010820064e+01 min 1.296668249847e-03 max/min 2.612858624759e+04
167 KSP preconditioned resid norm 1.883038279646e-02 true resid norm 9.557977336677e-04 ||r(i)||/||b|| 6.642451955863e-06
167 KSP Residual norm 1.883038279646e-02 % max 3.547736279262e+01 min 1.293421019733e-03 max/min 2.742909095443e+04
168 KSP preconditioned resid norm 1.843122179957e-02 true resid norm 9.852184505393e-04 ||r(i)||/||b|| 6.846915401886e-06
168 KSP Residual norm 1.843122179957e-02 % max 3.654814903453e+01 min 1.291140051594e-03 max/min 2.830688196018e+04
169 KSP preconditioned resid norm 1.791806980431e-02 true resid norm 9.933253867828e-04 ||r(i)||/||b|| 6.903255705498e-06
169 KSP Residual norm 1.791806980431e-02 % max 3.801089399080e+01 min 1.288507285123e-03 max/min 2.949994495930e+04
170 KSP preconditioned resid norm 1.756513299053e-02 true resid norm 1.016284945532e-03 ||r(i)||/||b|| 7.062816416461e-06
170 KSP Residual norm 1.756513299053e-02 % max 3.906308178664e+01 min 1.286580812911e-03 max/min 3.036193404614e+04
171 KSP preconditioned resid norm 1.712025674221e-02 true resid norm 1.025179454020e-03 ||r(i)||/||b|| 7.124630065120e-06
171 KSP Residual norm 1.712025674221e-02 % max 4.040754299400e+01 min 1.284454485174e-03 max/min 3.145891385051e+04
172 KSP preconditioned resid norm 1.680355215203e-02 true resid norm 1.040867875233e-03 ||r(i)||/||b|| 7.233658974167e-06
172 KSP Residual norm 1.680355215203e-02 % max 4.143651193717e+01 min 1.282771441588e-03 max/min 3.230233430041e+04
173 KSP preconditioned resid norm 1.641453139877e-02 true resid norm 1.050486119211e-03 ||r(i)||/||b|| 7.300502325302e-06
173 KSP Residual norm 1.641453139877e-02 % max 4.268339661464e+01 min 1.281026597983e-03 max/min 3.331968023290e+04
174 KSP preconditioned resid norm 1.613141341887e-02 true resid norm 1.061609283280e-03 ||r(i)||/||b|| 7.377804332120e-06
174 KSP Residual norm 1.613141341887e-02 % max 4.368932696223e+01 min 1.279579757862e-03 max/min 3.414349648296e+04
175 KSP preconditioned resid norm 1.578732659562e-02 true resid norm 1.070526175546e-03 ||r(i)||/||b|| 7.439773540026e-06
175 KSP Residual norm 1.578732659562e-02 % max 4.484821904310e+01 min 1.278100728236e-03 max/min 3.508973749276e+04
176 KSP preconditioned resid norm 1.553403085934e-02 true resid norm 1.080028301277e-03 ||r(i)||/||b|| 7.505809910926e-06
176 KSP Residual norm 1.553403085934e-02 % max 4.583537344650e+01 min 1.276894454857e-03 max/min 3.589597657987e+04
177 KSP preconditioned resid norm 1.522618995395e-02 true resid norm 1.087445876720e-03 ||r(i)||/||b|| 7.557359403853e-06
177 KSP Residual norm 1.522618995395e-02 % max 4.691219773705e+01 min 1.275601612061e-03 max/min 3.677652747809e+04
178 KSP preconditioned resid norm 1.499668120626e-02 true resid norm 1.096769621916e-03 ||r(i)||/||b|| 7.622156093920e-06
178 KSP Residual norm 1.499668120626e-02 % max 4.788429158490e+01 min 1.274611942854e-03 max/min 3.756774118849e+04
179 KSP preconditioned resid norm 1.471884070273e-02 true resid norm 1.102777184181e-03 ||r(i)||/||b|| 7.663906500214e-06
179 KSP Residual norm 1.471884070273e-02 % max 4.888735534287e+01 min 1.273464298715e-03 max/min 3.838926257470e+04
180 KSP preconditioned resid norm 1.450863899336e-02 true resid norm 1.111729635978e-03 ||r(i)||/||b|| 7.726122834122e-06
180 KSP Residual norm 1.450863899336e-02 % max 4.984315787189e+01 min 1.272639990685e-03 max/min 3.916516708316e+04
181 KSP preconditioned resid norm 1.425612625648e-02 true resid norm 1.116798520172e-03 ||r(i)||/||b|| 7.761349763989e-06
181 KSP Residual norm 1.425612625648e-02 % max 5.078440462749e+01 min 1.271619534833e-03 max/min 3.993679181261e+04
182 KSP preconditioned resid norm 1.406351275203e-02 true resid norm 1.124594576327e-03 ||r(i)||/||b|| 7.815529562319e-06
182 KSP Residual norm 1.406351275203e-02 % max 5.171928847725e+01 min 1.270904809420e-03 max/min 4.069485621103e+04
183 KSP preconditioned resid norm 1.383249156419e-02 true resid norm 1.129174115919e-03 ||r(i)||/||b|| 7.847355722442e-06
183 KSP Residual norm 1.383249156419e-02 % max 5.261368552263e+01 min 1.270001930509e-03 max/min 4.142803586255e+04
184 KSP preconditioned resid norm 1.365658097167e-02 true resid norm 1.135459325074e-03 ||r(i)||/||b|| 7.891035675191e-06
184 KSP Residual norm 1.365658097167e-02 % max 5.352288966369e+01 min 1.269355492916e-03 max/min 4.216540595791e+04
185 KSP preconditioned resid norm 1.344383471329e-02 true resid norm 1.139764798163e-03 ||r(i)||/||b|| 7.920957171272e-06
185 KSP Residual norm 1.344383471329e-02 % max 5.438537408976e+01 min 1.268560753224e-03 max/min 4.287171422539e+04
186 KSP preconditioned resid norm 1.328404728176e-02 true resid norm 1.144824520075e-03 ||r(i)||/||b|| 7.956120426557e-06
186 KSP Residual norm 1.328404728176e-02 % max 5.526578320716e+01 min 1.267962194465e-03 max/min 4.358630205885e+04
187 KSP preconditioned resid norm 1.308695214231e-02 true resid norm 1.148801543475e-03 ||r(i)||/||b|| 7.983759314927e-06
187 KSP Residual norm 1.308695214231e-02 % max 5.610579081176e+01 min 1.267262760542e-03 max/min 4.427321038594e+04
188 KSP preconditioned resid norm 1.294292922909e-02 true resid norm 1.153263845064e-03 ||r(i)||/||b|| 8.014770712915e-06
188 KSP Residual norm 1.294292922909e-02 % max 5.695681206694e+01 min 1.266707691636e-03 max/min 4.496444794882e+04
189 KSP preconditioned resid norm 1.275944133029e-02 true resid norm 1.156731324409e-03 ||r(i)||/||b|| 8.038868452583e-06
189 KSP Residual norm 1.275944133029e-02 % max 5.777644964581e+01 min 1.266087810417e-03 max/min 4.563384085247e+04
190 KSP preconditioned resid norm 1.263008719773e-02 true resid norm 1.161189570863e-03 ||r(i)||/||b|| 8.069851668833e-06
190 KSP Residual norm 1.263008719773e-02 % max 5.860045207835e+01 min 1.265577565211e-03 max/min 4.630332718373e+04
191 KSP preconditioned resid norm 1.245871543701e-02 true resid norm 1.164044879892e-03 ||r(i)||/||b|| 8.089695044037e-06
191 KSP Residual norm 1.245871543701e-02 % max 5.939738460512e+01 min 1.265021908749e-03 max/min 4.695364103523e+04
192 KSP preconditioned resid norm 1.234100490949e-02 true resid norm 1.168766607171e-03 ||r(i)||/||b|| 8.122509357664e-06
192 KSP Residual norm 1.234100490949e-02 % max 6.019904586841e+01 min 1.264554265652e-03 max/min 4.760495259359e+04
193 KSP preconditioned resid norm 1.218072285661e-02 true resid norm 1.171083749038e-03 ||r(i)||/||b|| 8.138612663815e-06
193 KSP Residual norm 1.218072285661e-02 % max 6.097127016777e+01 min 1.264051451217e-03 max/min 4.823480097196e+04
194 KSP preconditioned resid norm 1.207011696255e-02 true resid norm 1.175896411555e-03 ||r(i)||/||b|| 8.172058944788e-06
194 KSP Residual norm 1.207011696255e-02 % max 6.175555091566e+01 min 1.263617221571e-03 max/min 4.887203961882e+04
195 KSP preconditioned resid norm 1.192016374675e-02 true resid norm 1.177866002139e-03 ||r(i)||/||b|| 8.185746893989e-06
195 KSP Residual norm 1.192016374675e-02 % max 6.250451858129e+01 min 1.263160844574e-03 max/min 4.948262832068e+04
196 KSP preconditioned resid norm 1.181306904179e-02 true resid norm 1.182356800390e-03 ||r(i)||/||b|| 8.216956333577e-06
196 KSP Residual norm 1.181306904179e-02 % max 6.327473124885e+01 min 1.262748439633e-03 max/min 5.010873841762e+04
197 KSP preconditioned resid norm 1.167272061230e-02 true resid norm 1.184167372256e-03 ||r(i)||/||b|| 8.229539159639e-06
197 KSP Residual norm 1.167272061230e-02 % max 6.400445840975e+01 min 1.262335339772e-03 max/min 5.070321363364e+04
198 KSP preconditioned resid norm 1.156784314270e-02 true resid norm 1.188045534515e-03 ||r(i)||/||b|| 8.256490998482e-06
198 KSP Residual norm 1.156784314270e-02 % max 6.476182365047e+01 min 1.261936651150e-03 max/min 5.131939356182e+04
199 KSP preconditioned resid norm 1.143629792622e-02 true resid norm 1.189803854088e-03 ||r(i)||/||b|| 8.268710689813e-06
199 KSP Residual norm 1.143629792622e-02 % max 6.547718982508e+01 min 1.261564441883e-03 max/min 5.190158160082e+04
200 KSP preconditioned resid norm 1.133396245242e-02 true resid norm 1.193056037076e-03 ||r(i)||/||b|| 8.291312196903e-06
200 KSP Residual norm 1.133396245242e-02 % max 6.622145306794e+01 min 1.261176641638e-03 max/min 5.250767488204e+04
201 KSP preconditioned resid norm 1.121036364948e-02 true resid norm 1.194773225376e-03 ||r(i)||/||b|| 8.303246040625e-06
201 KSP Residual norm 1.121036364948e-02 % max 6.692665793915e+01 min 1.260842209250e-03 max/min 5.308091484261e+04
202 KSP preconditioned resid norm 1.111144524574e-02 true resid norm 1.197568418096e-03 ||r(i)||/||b|| 8.322671629004e-06
202 KSP Residual norm 1.111144524574e-02 % max 6.765693853382e+01 min 1.260466204873e-03 max/min 5.367612259040e+04
203 KSP preconditioned resid norm 1.099496034654e-02 true resid norm 1.199195911181e-03 ||r(i)||/||b|| 8.333982123104e-06
203 KSP Residual norm 1.099496034654e-02 % max 6.835433085118e+01 min 1.260165428292e-03 max/min 5.424234732721e+04
204 KSP preconditioned resid norm 1.090018822777e-02 true resid norm 1.201735903578e-03 ||r(i)||/||b|| 8.351634160628e-06
204 KSP Residual norm 1.090018822777e-02 % max 6.906984853447e+01 min 1.259803498026e-03 max/min 5.482589042076e+04
205 KSP preconditioned resid norm 1.079007807571e-02 true resid norm 1.203215514642e-03 ||r(i)||/||b|| 8.361916927640e-06
205 KSP Residual norm 1.079007807571e-02 % max 6.976019515598e+01 min 1.259531675297e-03 max/min 5.538582039991e+04
206 KSP preconditioned resid norm 1.069977373762e-02 true resid norm 1.205648143042e-03 ||r(i)||/||b|| 8.378822823846e-06
206 KSP Residual norm 1.069977373762e-02 % max 7.046071724359e+01 min 1.259186125142e-03 max/min 5.595734882774e+04
207 KSP preconditioned resid norm 1.059542772778e-02 true resid norm 1.206946449390e-03 ||r(i)||/||b|| 8.387845588004e-06
207 KSP Residual norm 1.059542772778e-02 % max 7.114401986834e+01 min 1.258938566637e-03 max/min 5.651111321372e+04
208 KSP preconditioned resid norm 1.050951453560e-02 true resid norm 1.209342905636e-03 ||r(i)||/||b|| 8.404500100691e-06
208 KSP Residual norm 1.050951453560e-02 % max 7.182996384882e+01 min 1.258611378992e-03 max/min 5.707080441808e+04
209 KSP preconditioned resid norm 1.041045312396e-02 true resid norm 1.210460780603e-03 ||r(i)||/||b|| 8.412268931376e-06
209 KSP Residual norm 1.041045312396e-02 % max 7.250596813564e+01 min 1.258383866070e-03 max/min 5.761832306551e+04
210 KSP preconditioned resid norm 1.032857901784e-02 true resid norm 1.212827225727e-03 ||r(i)||/||b|| 8.428714877511e-06
210 KSP Residual norm 1.032857901784e-02 % max 7.317823108250e+01 min 1.258076643690e-03 max/min 5.816675116697e+04
211 KSP preconditioned resid norm 1.023443253666e-02 true resid norm 1.213791633097e-03 ||r(i)||/||b|| 8.435417163356e-06
211 KSP Residual norm 1.023443253666e-02 % max 7.384658038097e+01 min 1.257865660071e-03 max/min 5.870784355207e+04
212 KSP preconditioned resid norm 1.015611913131e-02 true resid norm 1.216094261775e-03 ||r(i)||/||b|| 8.451419608044e-06
212 KSP Residual norm 1.015611913131e-02 % max 7.450626341060e+01 min 1.257579498668e-03 max/min 5.924576815184e+04
213 KSP preconditioned resid norm 1.006659504393e-02 true resid norm 1.216944088642e-03 ||r(i)||/||b|| 8.457325600424e-06
213 KSP Residual norm 1.006659504393e-02 % max 7.516651634457e+01 min 1.257382261319e-03 max/min 5.978016284856e+04
214 KSP preconditioned resid norm 9.991364006986e-03 true resid norm 1.219135370129e-03 ||r(i)||/||b|| 8.472554222011e-06
214 KSP Residual norm 9.991364006986e-03 % max 7.581469524439e+01 min 1.257117570177e-03 max/min 6.030835702482e+04
215 KSP preconditioned resid norm 9.906214402368e-03 true resid norm 1.219909557908e-03 ||r(i)||/||b|| 8.477934549821e-06
215 KSP Residual norm 9.906214402368e-03 % max 7.646637193429e+01 min 1.256931938609e-03 max/min 6.083572991146e+04
216 KSP preconditioned resid norm 9.833665508084e-03 true resid norm 1.221947926851e-03 ||r(i)||/||b|| 8.492100483991e-06
216 KSP Residual norm 9.833665508084e-03 % max 7.710397628801e+01 min 1.256688353264e-03 max/min 6.135489048478e+04
217 KSP preconditioned resid norm 9.752662180238e-03 true resid norm 1.222678717243e-03 ||r(i)||/||b|| 8.497179215500e-06
217 KSP Residual norm 9.752662180238e-03 % max 7.774665933505e+01 min 1.256512698406e-03 max/min 6.187494916179e+04
218 KSP preconditioned resid norm 9.682502942875e-03 true resid norm 1.224538668290e-03 ||r(i)||/||b|| 8.510105209184e-06
218 KSP Residual norm 9.682502942875e-03 % max 7.837444505820e+01 min 1.256289152827e-03 max/min 6.238567361809e+04
219 KSP preconditioned resid norm 9.605422031975e-03 true resid norm 1.225249271117e-03 ||r(i)||/||b|| 8.515043644347e-06
219 KSP Residual norm 9.605422031975e-03 % max 7.900787035656e+01 min 1.256122237332e-03 max/min 6.289823395242e+04
220 KSP preconditioned resid norm 9.537463745511e-03 true resid norm 1.226923114063e-03 ||r(i)||/||b|| 8.526676253384e-06
220 KSP Residual norm 9.537463745511e-03 % max 7.962644233311e+01 min 1.255917156908e-03 max/min 6.340103078865e+04
221 KSP preconditioned resid norm 9.464078633704e-03 true resid norm 1.227628040936e-03 ||r(i)||/||b|| 8.531575242699e-06
221 KSP Residual norm 9.464078633704e-03 % max 8.025052711361e+01 min 1.255758044205e-03 max/min 6.390604263612e+04
222 KSP preconditioned resid norm 9.398214465467e-03 true resid norm 1.229122603089e-03 ||r(i)||/||b|| 8.541961914426e-06
222 KSP Residual norm 9.398214465467e-03 % max 8.086037613768e+01 min 1.255569580395e-03 max/min 6.440135011253e+04
223 KSP preconditioned resid norm 9.328294566913e-03 true resid norm 1.229829199388e-03 ||r(i)||/||b|| 8.546872505655e-06
223 KSP Residual norm 9.328294566913e-03 % max 8.147518995464e+01 min 1.255417568442e-03 max/min 6.489887667875e+04
224 KSP preconditioned resid norm 9.264471294408e-03 true resid norm 1.231160655142e-03 ||r(i)||/||b|| 8.556125646318e-06
224 KSP Residual norm 9.264471294408e-03 % max 8.207672556941e+01 min 1.255243809529e-03 max/min 6.538707854709e+04
225 KSP preconditioned resid norm 9.197784443425e-03 true resid norm 1.231870954253e-03 ||r(i)||/||b|| 8.561061970766e-06
225 KSP Residual norm 9.197784443425e-03 % max 8.268244064189e+01 min 1.255098379129e-03 max/min 6.587725872079e+04
226 KSP preconditioned resid norm 9.135975882630e-03 true resid norm 1.233059902649e-03 ||r(i)||/||b|| 8.569324736329e-06
226 KSP Residual norm 9.135975882630e-03 % max 8.327601457142e+01 min 1.254937502791e-03 max/min 6.635869466503e+04
227 KSP preconditioned resid norm 9.072292463378e-03 true resid norm 1.233772378013e-03 ||r(i)||/||b|| 8.574276184953e-06
227 KSP Residual norm 9.072292463378e-03 % max 8.387286404078e+01 min 1.254798272801e-03 max/min 6.684171141993e+04
228 KSP preconditioned resid norm 9.012479317697e-03 true resid norm 1.234840177419e-03 ||r(i)||/||b|| 8.581697008427e-06
228 KSP Residual norm 9.012479317697e-03 % max 8.445878521092e+01 min 1.254648634702e-03 max/min 6.731668363151e+04
229 KSP preconditioned resid norm 8.951576818904e-03 true resid norm 1.235551219746e-03 ||r(i)||/||b|| 8.586638497956e-06
229 KSP Residual norm 8.951576818904e-03 % max 8.504703781778e+01 min 1.254515321041e-03 max/min 6.779274544625e+04
230 KSP preconditioned resid norm 8.893734322611e-03 true resid norm 1.236517746333e-03 ||r(i)||/||b|| 8.593355511599e-06
230 KSP Residual norm 8.893734322611e-03 % max 8.562558164861e+01 min 1.254375491199e-03 max/min 6.826152316380e+04
231 KSP preconditioned resid norm 8.835401496383e-03 true resid norm 1.237222821605e-03 ||r(i)||/||b|| 8.598255532238e-06
231 KSP Residual norm 8.835401496383e-03 % max 8.620552870800e+01 min 1.254247869990e-03 max/min 6.873085517674e+04
232 KSP preconditioned resid norm 8.779493767166e-03 true resid norm 1.238105385899e-03 ||r(i)||/||b|| 8.604389038012e-06
232 KSP Residual norm 8.779493767166e-03 % max 8.677694303654e+01 min 1.254116634528e-03 max/min 6.919367836087e+04
233 KSP preconditioned resid norm 8.723533927295e-03 true resid norm 1.238799880506e-03 ||r(i)||/||b|| 8.609215526821e-06
233 KSP Residual norm 8.723533927295e-03 % max 8.734889094592e+01 min 1.253994511258e-03 max/min 6.965651776124e+04
234 KSP preconditioned resid norm 8.669512917961e-03 true resid norm 1.239612916539e-03 ||r(i)||/||b|| 8.614865836078e-06
234 KSP Residual norm 8.669512917961e-03 % max 8.791340022062e+01 min 1.253870855121e-03 max/min 7.011360050486e+04
235 KSP preconditioned resid norm 8.615746131402e-03 true resid norm 1.240292698620e-03 ||r(i)||/||b|| 8.619590078097e-06
235 KSP Residual norm 8.615746131402e-03 % max 8.847766403405e+01 min 1.253754041676e-03 max/min 7.057019247231e+04
236 KSP preconditioned resid norm 8.563553150576e-03 true resid norm 1.241047888334e-03 ||r(i)||/||b|| 8.624838376157e-06
236 KSP Residual norm 8.563553150576e-03 % max 8.903547287434e+01 min 1.253637123098e-03 max/min 7.102172648999e+04
237 KSP preconditioned resid norm 8.511817228346e-03 true resid norm 1.241709626795e-03 ||r(i)||/||b|| 8.629437221483e-06
237 KSP Residual norm 8.511817228346e-03 % max 8.959236938351e+01 min 1.253525423463e-03 max/min 7.147231935353e+04
238 KSP preconditioned resid norm 8.461385555673e-03 true resid norm 1.242416231549e-03 ||r(i)||/||b|| 8.634347871470e-06
238 KSP Residual norm 8.461385555673e-03 % max 9.014366616979e+01 min 1.253414546462e-03 max/min 7.191847774886e+04
239 KSP preconditioned resid norm 8.411535899328e-03 true resid norm 1.243057517624e-03 ||r(i)||/||b|| 8.638804580029e-06
239 KSP Residual norm 8.411535899328e-03 % max 9.069350675704e+01 min 1.253307750487e-03 max/min 7.236331756652e+04
240 KSP preconditioned resid norm 8.362793605094e-03 true resid norm 1.243722777012e-03 ||r(i)||/||b|| 8.643427894531e-06
240 KSP Residual norm 8.362793605094e-03 % max 9.123846746428e+01 min 1.253202338627e-03 max/min 7.280425885911e+04
241 KSP preconditioned resid norm 8.314702114455e-03 true resid norm 1.244342102625e-03 ||r(i)||/||b|| 8.647731985751e-06
241 KSP Residual norm 8.314702114455e-03 % max 9.178155165219e+01 min 1.253100222141e-03 max/min 7.324358421659e+04
242 KSP preconditioned resid norm 8.267574626045e-03 true resid norm 1.244971630454e-03 ||r(i)||/||b|| 8.652106978708e-06
242 KSP Residual norm 8.267574626045e-03 % max 9.232034370013e+01 min 1.252999795056e-03 max/min 7.367945634503e+04
243 KSP preconditioned resid norm 8.221127980925e-03 true resid norm 1.245568275842e-03 ||r(i)||/||b|| 8.656253450483e-06
243 KSP Residual norm 8.221127980925e-03 % max 9.285695423569e+01 min 1.252902123995e-03 max/min 7.411349414878e+04
244 KSP preconditioned resid norm 8.175540204420e-03 true resid norm 1.246166417360e-03 ||r(i)||/||b|| 8.660410319829e-06
244 KSP Residual norm 8.175540204420e-03 % max 9.338973986884e+01 min 1.252806277276e-03 max/min 7.454443800516e+04
245 KSP preconditioned resid norm 8.130637860727e-03 true resid norm 1.246740291434e-03 ||r(i)||/||b|| 8.664398539126e-06
245 KSP Residual norm 8.130637860727e-03 % max 9.392013976787e+01 min 1.252712813580e-03 max/min 7.497340072657e+04
246 KSP preconditioned resid norm 8.086515811149e-03 true resid norm 1.247310425546e-03 ||r(i)||/||b|| 8.668360767025e-06
246 KSP Residual norm 8.086515811149e-03 % max 9.444707850342e+01 min 1.252621202198e-03 max/min 7.539955282387e+04
247 KSP preconditioned resid norm 8.043068000819e-03 true resid norm 1.247861900948e-03 ||r(i)||/||b|| 8.672193323571e-06
247 KSP Residual norm 8.043068000819e-03 % max 9.497151003065e+01 min 1.252531709730e-03 max/min 7.582363727233e+04
248 KSP preconditioned resid norm 8.000339967882e-03 true resid norm 1.248406688002e-03 ||r(i)||/||b|| 8.675979398498e-06
248 KSP Residual norm 8.000339967882e-03 % max 9.549275995929e+01 min 1.252444034840e-03 max/min 7.624513136151e+04
249 KSP preconditioned resid norm 7.958265895850e-03 true resid norm 1.248936448921e-03 ||r(i)||/||b|| 8.679661047165e-06
249 KSP Residual norm 7.958265895850e-03 % max 9.601144518790e+01 min 1.252358284283e-03 max/min 7.666451876659e+04
250 KSP preconditioned resid norm 7.916863207090e-03 true resid norm 1.249458024480e-03 ||r(i)||/||b|| 8.683285810513e-06
250 KSP Residual norm 7.916863207090e-03 % max 9.652716321581e+01 min 1.252274283075e-03 max/min 7.708148647660e+04
251 KSP preconditioned resid norm 7.876089537614e-03 true resid norm 1.249966943560e-03 ||r(i)||/||b|| 8.686822615859e-06
251 KSP Residual norm 7.876089537614e-03 % max 9.704030565036e+01 min 1.252192055403e-03 max/min 7.749634349751e+04
252 KSP preconditioned resid norm 7.835946995106e-03 true resid norm 1.250467061890e-03 ||r(i)||/||b|| 8.690298259150e-06
252 KSP Residual norm 7.835946995106e-03 % max 9.755064698379e+01 min 1.252111493531e-03 max/min 7.790891425227e+04
253 KSP preconditioned resid norm 7.796406641405e-03 true resid norm 1.250956108308e-03 ||r(i)||/||b|| 8.693696956619e-06
253 KSP Residual norm 7.796406641405e-03 % max 9.805843372473e+01 min 1.252032582050e-03 max/min 7.831939450347e+04
254 KSP preconditioned resid norm 7.757462710271e-03 true resid norm 1.251436249391e-03 ||r(i)||/||b|| 8.697033765198e-06
254 KSP Residual norm 7.757462710271e-03 % max 9.856355096702e+01 min 1.251955248110e-03 max/min 7.872769503205e+04
255 KSP preconditioned resid norm 7.719093894688e-03 true resid norm 1.251906424231e-03 ||r(i)||/||b|| 8.700301311949e-06
255 KSP Residual norm 7.719093894688e-03 % max 9.906615499272e+01 min 1.251879459351e-03 max/min 7.913394077420e+04
256 KSP preconditioned resid norm 7.681290715363e-03 true resid norm 1.252367867770e-03 ||r(i)||/||b|| 8.703508179297e-06
256 KSP Residual norm 7.681290715363e-03 % max 9.956619717268e+01 min 1.251805160900e-03 max/min 7.953809449156e+04
257 KSP preconditioned resid norm 7.644036247839e-03 true resid norm 1.252820161896e-03 ||r(i)||/||b|| 8.706651461496e-06
257 KSP Residual norm 7.644036247839e-03 % max 1.000637794559e+02 min 1.251732314673e-03 max/min 7.994023824654e+04
258 KSP preconditioned resid norm 7.607319532807e-03 true resid norm 1.253264039419e-03 ||r(i)||/||b|| 8.709736251319e-06
258 KSP Residual norm 7.607319532807e-03 % max 1.005588911978e+02 min 1.251660875349e-03 max/min 8.034036469326e+04
259 KSP preconditioned resid norm 7.571126254178e-03 true resid norm 1.253699408473e-03 ||r(i)||/||b|| 8.712761910329e-06
259 KSP Residual norm 7.571126254178e-03 % max 1.010516025111e+02 min 1.251590804287e-03 max/min 8.073853064838e+04
260 KSP preconditioned resid norm 7.535445116392e-03 true resid norm 1.254126736740e-03 ||r(i)||/||b|| 8.715731688745e-06
260 KSP Residual norm 7.535445116392e-03 % max 1.015419234445e+02 min 1.251522061687e-03 max/min 8.113474508600e+04
261 KSP preconditioned resid norm 7.500263460886e-03 true resid norm 1.254546089275e-03 ||r(i)||/||b|| 8.718646038683e-06
261 KSP Residual norm 7.500263460886e-03 % max 1.020299058152e+02 min 1.251454610485e-03 max/min 8.152905024310e+04
262 KSP preconditioned resid norm 7.465570207901e-03 true resid norm 1.254957793838e-03 ||r(i)||/||b|| 8.721507237959e-06
262 KSP Residual norm 7.465570207901e-03 % max 1.025155702368e+02 min 1.251388414547e-03 max/min 8.192146342819e+04
263 KSP preconditioned resid norm 7.431353849974e-03 true resid norm 1.255361985088e-03 ||r(i)||/||b|| 8.724316222393e-06
263 KSP Residual norm 7.431353849974e-03 % max 1.029989580786e+02 min 1.251323439098e-03 max/min 8.231201850802e+04
264 KSP preconditioned resid norm 7.397603766441e-03 true resid norm 1.255758915970e-03 ||r(i)||/||b|| 8.727074749871e-06
264 KSP Residual norm 7.397603766441e-03 % max 1.034800948320e+02 min 1.251259650807e-03 max/min 8.270073662590e+04
265 KSP preconditioned resid norm 7.364309327176e-03 true resid norm 1.256148747275e-03 ||r(i)||/||b|| 8.729783937837e-06
265 KSP Residual norm 7.364309327176e-03 % max 1.039590158106e+02 min 1.251197017305e-03 max/min 8.308764676767e+04
266 KSP preconditioned resid norm 7.331460459593e-03 true resid norm 1.256531689740e-03 ||r(i)||/||b|| 8.732445250825e-06
266 KSP Residual norm 7.331460459593e-03 % max 1.044357483275e+02 min 1.251135507633e-03 max/min 8.347277148663e+04
267 KSP preconditioned resid norm 7.299047255930e-03 true resid norm 1.256907909730e-03 ||r(i)||/||b|| 8.735059845022e-06
267 KSP Residual norm 7.299047255930e-03 % max 1.049103240257e+02 min 1.251075091712e-03 max/min 8.385613679041e+04
268 KSP preconditioned resid norm 7.267060207335e-03 true resid norm 1.257277592154e-03 ||r(i)||/||b|| 8.737629005481e-06
268 KSP Residual norm 7.267060207335e-03 % max 1.053827704742e+02 min 1.251015740708e-03 max/min 8.423776539743e+04
269 KSP preconditioned resid norm 7.235490033156e-03 true resid norm 1.257640899938e-03 ||r(i)||/||b|| 8.740153864466e-06
269 KSP Residual norm 7.235490033156e-03 % max 1.058531169122e+02 min 1.250957426646e-03 max/min 8.461768135152e+04
270 KSP preconditioned resid norm 7.204327771402e-03 true resid norm 1.257998000326e-03 ||r(i)||/||b|| 8.742635584281e-06
270 KSP Residual norm 7.204327771402e-03 % max 1.063213904088e+02 min 1.250900122634e-03 max/min 8.499590693533e+04
271 KSP preconditioned resid norm 7.173564703362e-03 true resid norm 1.258349048571e-03 ||r(i)||/||b|| 8.745075243864e-06
271 KSP Residual norm 7.173564703362e-03 % max 1.067876184650e+02 min 1.250843802621e-03 max/min 8.537246476441e+04
272 KSP preconditioned resid norm 7.143192384191e-03 true resid norm 1.258694198769e-03 ||r(i)||/||b|| 8.747473914136e-06
272 KSP Residual norm 7.143192384191e-03 % max 1.072518273159e+02 min 1.250788441502e-03 max/min 8.574737642053e+04
273 KSP preconditioned resid norm 7.113202607575e-03 true resid norm 1.259033597312e-03 ||r(i)||/||b|| 8.749832612459e-06
273 KSP Residual norm 7.113202607575e-03 % max 1.077140430794e+02 min 1.250734014978e-03 max/min 8.612066337805e+04
274 KSP preconditioned resid norm 7.083587412353e-03 true resid norm 1.259367387496e-03 ||r(i)||/||b|| 8.752152334705e-06
274 KSP Residual norm 7.083587412353e-03 % max 1.081742910321e+02 min 1.250680499591e-03 max/min 8.649234642059e+04
275 KSP preconditioned resid norm 7.054339063782e-03 true resid norm 1.259695706280e-03 ||r(i)||/||b|| 8.754434032675e-06
275 KSP Residual norm 7.054339063782e-03 % max 1.086325961071e+02 min 1.250627872643e-03 max/min 8.686244604279e+04
276 KSP preconditioned resid norm 7.025450051101e-03 true resid norm 1.260018688108e-03 ||r(i)||/||b|| 8.756678640709e-06
276 KSP Residual norm 7.025450051101e-03 % max 1.090889825986e+02 min 1.250576112199e-03 max/min 8.723098221245e+04
277 KSP preconditioned resid norm 6.996913075745e-03 true resid norm 1.260336461071e-03 ||r(i)||/||b|| 8.758887049000e-06
277 KSP Residual norm 6.996913075745e-03 % max 1.095434743757e+02 min 1.250525197029e-03 max/min 8.759797454376e+04
278 KSP preconditioned resid norm 6.968721045823e-03 true resid norm 1.260649150836e-03 ||r(i)||/||b|| 8.761060130883e-06
278 KSP Residual norm 6.968721045823e-03 % max 1.099960947706e+02 min 1.250475106597e-03 max/min 8.796344220711e+04
KSP Object: 1 MPI processes
  type: gmres
    GMRES: restart=1000, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
    GMRES: happy breakdown tolerance 1e-30
  maximum iterations=10000, initial guess is zero
  tolerances:  relative=1e-05, absolute=1e-15, divergence=10000
  left preconditioning
  using PRECONDITIONED norm type for convergence test
PC Object: 1 MPI processes
  type: hypre
    HYPRE BoomerAMG preconditioning
    HYPRE BoomerAMG: Cycle type V
    HYPRE BoomerAMG: Maximum number of levels 25
    HYPRE BoomerAMG: Maximum number of iterations PER hypre call 1
    HYPRE BoomerAMG: Convergence tolerance PER hypre call 0
    HYPRE BoomerAMG: Threshold for strong coupling 0.25
    HYPRE BoomerAMG: Interpolation truncation factor 0
    HYPRE BoomerAMG: Interpolation: max elements per row 0
    HYPRE BoomerAMG: Number of levels of aggressive coarsening 0
    HYPRE BoomerAMG: Number of paths for aggressive coarsening 1
    HYPRE BoomerAMG: Maximum row sums 0.9
    HYPRE BoomerAMG: Sweeps down         1
    HYPRE BoomerAMG: Sweeps up           1
    HYPRE BoomerAMG: Sweeps on coarse    1
    HYPRE BoomerAMG: Relax down          symmetric-SOR/Jacobi
    HYPRE BoomerAMG: Relax up            symmetric-SOR/Jacobi
    HYPRE BoomerAMG: Relax on coarse     Gaussian-elimination
    HYPRE BoomerAMG: Relax weight  (all)      1
    HYPRE BoomerAMG: Outer relax weight (all) 1
    HYPRE BoomerAMG: Using CF-relaxation
    HYPRE BoomerAMG: Measure type        local
    HYPRE BoomerAMG: Coarsen type        Falgout
    HYPRE BoomerAMG: Interpolation type  classical
  linear system matrix followed by preconditioner matrix:
  Matrix Object:   1 MPI processes
    type: seqaij
    rows=137300, cols=137300
    total: nonzeros=12249280, allocated nonzeros=12249280
    total number of mallocs used during MatSetValues calls =0
      using I-node routines: found 101325 nodes, limit used is 5
  Matrix Object:   1 MPI processes
    type: seqaij
    rows=137300, cols=137300
    total: nonzeros=12249280, allocated nonzeros=12249280
    total number of mallocs used during MatSetValues calls =0
      using I-node routines: found 101325 nodes, limit used is 5
************************************************************************************************************************
***             WIDEN YOUR WINDOW TO 120 CHARACTERS.  Use 'enscript -r -fCourier9' to print this document            ***
************************************************************************************************************************

---------------------------------------------- PETSc Performance Summary: ----------------------------------------------

Unknown Name on a linux-gnu-c-opt named pacotaco-xps with 1 processor, by justin Tue Jun  2 15:36:44 2015
Using Petsc Release Version 3.4.2, Jul, 02, 2013 

                         Max       Max/Min        Avg      Total 
Time (sec):           1.068e+02      1.00000   1.068e+02
Objects:              1.718e+03      1.00000   1.718e+03
Flops:                4.590e+10      1.00000   4.590e+10  4.590e+10
Flops/sec:            4.298e+08      1.00000   4.298e+08  4.298e+08
MPI Messages:         0.000e+00      0.00000   0.000e+00  0.000e+00
MPI Message Lengths:  0.000e+00      0.00000   0.000e+00  0.000e+00
MPI Reductions:       1.731e+03      1.00000

Flop counting convention: 1 flop = 1 real number operation of type (multiply/divide/add/subtract)
                            e.g., VecAXPY() for real vectors of length N --> 2N flops
                            and VecAXPY() for complex vectors of length N --> 8N flops

Summary of Stages:   ----- Time ------  ----- Flops -----  --- Messages ---  -- Message Lengths --  -- Reductions --
                        Avg     %Total     Avg     %Total   counts   %Total     Avg         %Total   counts   %Total 
 0:      Main Stage: 1.0680e+02 100.0%  4.5900e+10 100.0%  0.000e+00   0.0%  0.000e+00        0.0%  1.730e+03  99.9% 

------------------------------------------------------------------------------------------------------------------------
See the 'Profiling' chapter of the users' manual for details on interpreting output.
Phase summary info:
   Count: number of times phase was executed
   Time and Flops: Max - maximum over all processors
                   Ratio - ratio of maximum to minimum over all processors
   Mess: number of messages sent
   Avg. len: average message length (bytes)
   Reduct: number of global reductions
   Global: entire computation
   Stage: stages of a computation. Set stages with PetscLogStagePush() and PetscLogStagePop().
      %T - percent time in this phase         %f - percent flops in this phase
      %M - percent messages in this phase     %L - percent message lengths in this phase
      %R - percent reductions in this phase
   Total Mflop/s: 10e-6 * (sum of flops over all processors)/(max time over all processors)
------------------------------------------------------------------------------------------------------------------------
Event                Count      Time (sec)     Flops                             --- Global ---  --- Stage ---   Total
                   Max Ratio  Max     Ratio   Max  Ratio  Mess   Avg len Reduct  %T %f %M %L %R  %T %f %M %L %R Mflop/s
------------------------------------------------------------------------------------------------------------------------

--- Event Stage 0: Main Stage

------------------------------------------------------------------------------------------------------------------------

Memory usage is given in bytes:

Object Type          Creations   Destructions     Memory  Descendants' Mem.
Reports information only for process 0.

--- Event Stage 0: Main Stage

              Viewer     1              0            0     0
           Index Set     6              6         4584     0
   IS L to G Mapping    10             10      3850280     0
              Vector  1694           1694    934018016     0
      Vector Scatter     3              3         1932     0
              Matrix     2              2    298381656     0
      Preconditioner     1              1         1072     0
       Krylov Solver     1              1     24237768     0
========================================================================================================================
Average time to get PetscTime(): 1.19209e-07
#PETSc Option Table entries:
-ksp_gmres_restart 1000
-ksp_monitor_singular_value
-ksp_monitor_true_residual
-ksp_rtol 1e-5
-ksp_type gmres
-ksp_view
-log_summary
#End of PETSc Option Table entries
Compiled without FORTRAN kernels
Compiled with full precision matrices (default)
sizeof(short) 2 sizeof(int) 4 sizeof(long) 8 sizeof(void*) 8 sizeof(PetscScalar) 8 sizeof(PetscInt) 4
Configure run at: Tue Dec 17 23:10:14 2013
Configure options: --with-shared-libraries --with-debugging=0 --useThreads 0 --with-clanguage=C++ --with-c-support --with-fortran-interfaces=1 --with-mpi-dir=/usr/lib/openmpi --with-mpi-shared=1 --with-blas-lib=-lblas --with-lapack-lib=-llapack --with-blacs=1 --with-blacs-include=/usr/include --with-blacs-lib="[/usr/lib/libblacsCinit-openmpi.so,/usr/lib/libblacs-openmpi.so]" --with-scalapack=1 --with-scalapack-include=/usr/include --with-scalapack-lib=/usr/lib/libscalapack-openmpi.so --with-mumps=1 --with-mumps-include=/usr/include --with-mumps-lib="[/usr/lib/libdmumps.so,/usr/lib/libzmumps.so,/usr/lib/libsmumps.so,/usr/lib/libcmumps.so,/usr/lib/libmumps_common.so,/usr/lib/libpord.so]" --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse --with-umfpack-lib="[/usr/lib/libumfpack.so,/usr/lib/libamd.so]" --with-cholmod=1 --with-cholmod-include=/usr/include/suitesparse --with-cholmod-lib=/usr/lib/libcholmod.so --with-spooles=1 --with-spooles-include=/usr/include/spooles --with-spooles-lib=/usr/lib/libspooles.so --with-hypre=1 --with-hypre-dir=/usr --with-ptscotch=1 --with-ptscotch-include=/usr/include/scotch --with-ptscotch-lib="[/usr/lib/libptesmumps.so,/usr/lib/libptscotch.so,/usr/lib/libptscotcherr.so]" --with-fftw=1 --with-fftw-include=/usr/include --with-fftw-lib="[/usr/lib/x86_64-linux-gnu/libfftw3.so,/usr/lib/x86_64-linux-gnu/libfftw3_mpi.so]" --CXX_LINKER_FLAGS=-Wl,--no-as-needed
-----------------------------------------
Libraries compiled on Tue Dec 17 23:10:14 2013 on lamiak 
Machine characteristics: Linux-3.2.0-37-generic-x86_64-with-Ubuntu-14.04-trusty
Using PETSc directory: /build/buildd/petsc-3.4.2.dfsg1
Using PETSc arch: linux-gnu-c-opt
-----------------------------------------

Using C compiler: mpicxx  -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -O   -fPIC   ${COPTFLAGS} ${CFLAGS}
Using Fortran compiler: mpif90  -fPIC -Wall -Wno-unused-variable -Wno-unused-dummy-argument -O   ${FOPTFLAGS} ${FFLAGS} 
-----------------------------------------

Using include paths: -I/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/include -I/build/buildd/petsc-3.4.2.dfsg1/include -I/build/buildd/petsc-3.4.2.dfsg1/include -I/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/include -I/usr/include -I/usr/include/suitesparse -I/usr/include/scotch -I/usr/lib/openmpi/include -I/usr/lib/openmpi/include/openmpi
-----------------------------------------

Using C linker: mpicxx
Using Fortran linker: mpif90
Using libraries: -L/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/lib -L/build/buildd/petsc-3.4.2.dfsg1/linux-gnu-c-opt/lib -lpetsc -L/usr/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord -lscalapack-openmpi -lHYPRE_utilities -lHYPRE_struct_mv -lHYPRE_struct_ls -lHYPRE_sstruct_mv -lHYPRE_sstruct_ls -lHYPRE_IJ_mv -lHYPRE_parcsr_ls -lcholmod -lumfpack -lamd -llapack -lblas -lX11 -lpthread -lptesmumps -lptscotch -lptscotcherr -L/usr/lib/x86_64-linux-gnu -lfftw3 -lfftw3_mpi -lm -L/usr/lib/openmpi/lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/lib/x86_64-linux-gnu -lmpi_f90 -lmpi_f77 -lgfortran -lm -lgfortran -lm -lquadmath -lm -lmpi_cxx -lstdc++ -ldl -lmpi -lhwloc -lgcc_s -lpthread -ldl 
-----------------------------------------


More information about the petsc-users mailing list