[petsc-users] MUMPS error and superLU error
venkatesh g
venkateshgk.j at gmail.com
Fri May 29 12:16:25 CDT 2015
Hi Matt, users,
Thanks for the info. Do you also use Petsc and Slepc with MUMPS ? I get
into the segmentation error if I increase my matrix size.
Can you suggest other software for direct solver for QR in parallel since
as LU may not be good for a singular B matrix in Ax=lambda Bx ? I am
attaching the working version mumps log.
My matrix size here is around 47000x47000. If I am not wrong, the memory
usage per core is 272MB.
Can you tell me if I am wrong ? or really if its light on memory for this
matrix ?
Thanks
cheers,
Venkatesh
On Fri, May 29, 2015 at 4:00 PM, Matt Landreman <matt.landreman at gmail.com>
wrote:
> Dear Venkatesh,
>
> As you can see in the error log, you are now getting a segmentation fault,
> which is almost certainly a separate issue from the info(1)=-9 memory
> problem you had previously. Here is one idea which may or may not help.
> I've used mumps on the NERSC Edison system, and I found that I sometimes
> get segmentation faults when using the default Intel compiler. When I
> switched to the cray compiler the problem disappeared. So you could perhaps
> try a different compiler if one is available on your system.
>
> Matt
> On May 29, 2015 4:04 AM, "venkatesh g" <venkateshgk.j at gmail.com> wrote:
>
>> Hi Matt,
>>
>> I did what you told and read the manual of that CNTL parameters. I solve
>> for that with CNTL(1)=1e-4. It is working.
>>
>> But it was a test matrix with size 46000x46000. Actual matrix size is
>> 108900x108900 and will increase in the future.
>>
>> I get this error of memory allocation failed. And the binary matrix size
>> of A is 20GB and B is 5 GB.
>>
>> Now I submit this in 240 processors each 4 GB RAM and also in 128
>> Processors with total 512 GB RAM.
>>
>> In both the cases, it fails with the following error like memory is not
>> enough. But for 90000x90000 size it had run serially in Matlab with <256 GB
>> RAM.
>>
>> Kindly let me know.
>>
>> Venkatesh
>>
>> On Tue, May 26, 2015 at 8:02 PM, Matt Landreman <matt.landreman at gmail.com
>> > wrote:
>>
>>> Hi Venkatesh,
>>>
>>> I've struggled a bit with mumps memory allocation too. I think the
>>> behavior of mumps is roughly the following. First, in the "analysis step",
>>> mumps computes a minimum memory required based on the structure of nonzeros
>>> in the matrix. Then when it actually goes to factorize the matrix, if it
>>> ever encounters an element smaller than CNTL(1) (default=0.01) in the
>>> diagonal of a sub-matrix it is trying to factorize, it modifies the
>>> ordering to avoid the small pivot, which increases the fill-in (hence
>>> memory needed). ICNTL(14) sets the margin allowed for this unanticipated
>>> fill-in. Setting ICNTL(14)=200000 as in your email is not the solution,
>>> since this means mumps asks for a huge amount of memory at the start.
>>> Better would be to lower CNTL(1) or (I think) use static pivoting
>>> (CNTL(4)). Read the section in the mumps manual about these CNTL
>>> parameters. I typically set CNTL(1)=1e-6, which eliminated all the
>>> INFO(1)=-9 errors for my problem, without having to modify ICNTL(14).
>>>
>>> Also, I recommend running with ICNTL(4)=3 to display diagnostics. Look
>>> for the line in standard output that says "TOTAL space in MBYTES for IC
>>> factorization". This is the amount of memory that mumps is trying to
>>> allocate, and for the default ICNTL(14), it should be similar to matlab's
>>> need.
>>>
>>> Hope this helps,
>>> -Matt Landreman
>>> University of Maryland
>>>
>>> On Tue, May 26, 2015 at 10:03 AM, venkatesh g <venkateshgk.j at gmail.com>
>>> wrote:
>>>
>>>> I posted a while ago in MUMPS forums but no one seems to reply.
>>>>
>>>> I am solving a large generalized Eigenvalue problem.
>>>>
>>>> I am getting the following error which is attached, after giving the
>>>> command:
>>>>
>>>> /cluster/share/venkatesh/petsc-3.5.3/linux-gnu/bin/mpiexec -np 64
>>>> -hosts compute-0-4,compute-0-6,compute-0-7,compute-0-8 ./ex7 -f1 a72t -f2
>>>> b72t -st_type sinvert -eps_nev 3 -eps_target 0.5 -st_ksp_type preonly
>>>> -st_pc_type lu -st_pc_factor_mat_solver_package mumps -mat_mumps_icntl_14
>>>> 200000
>>>>
>>>> IT IS impossible to allocate so much memory per processor.. it is
>>>> asking like around 70 GB per processor.
>>>>
>>>> A serial job in MATLAB for the same matrices takes < 60GB.
>>>>
>>>> After trying out superLU_dist, I have attached the error there also
>>>> (segmentation error).
>>>>
>>>> Kindly help me.
>>>>
>>>> Venkatesh
>>>>
>>>>
>>>>
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150529/49452c18/attachment-0001.html>
-------------- next part --------------
Generalized eigenproblem stored in file.
Reading COMPLEX matrices from binary files...
Entering ZMUMPS driver with JOB, N, NZ = 1 46656 0
ZMUMPS 4.10.0
L U Solver for unsymmetric matrices
Type of parallelism: Working host
****** ANALYSIS STEP ********
** Max-trans not allowed because matrix is distributed
... Structural symmetry (in percent)= 75
Density: NBdense, Average, Median = 0 6488 5186
Ordering based on METIS
A root of estimated size 17063 has been selected for Scalapack.
Leaving analysis phase with ...
INFOG(1) = 0
INFOG(2) = 0
-- (20) Number of entries in factors (estim.) = 987031396
-- (3) Storage of factors (REAL, estimated) = 1059159558
-- (4) Storage of factors (INT , estimated) = 9996429
-- (5) Maximum frontal size (estimated) = 17063
-- (6) Number of nodes in the tree = 226
-- (32) Type of analysis effectively used = 1
-- (7) Ordering option effectively used = 5
ICNTL(6) Maximum transversal option = 0
ICNTL(7) Pivot order option = 7
Percentage of memory relaxation (effective) = 35
Number of level 2 nodes = 209
Number of split nodes = 12
RINFOG(1) Operations during elimination (estim)= 1.182D+13
Distributed matrix entry format (ICNTL(18)) = 3
** Rank of proc needing largest memory in IC facto : 0
** Estimated corresponding MBYTES for IC facto : 6275
** Estimated avg. MBYTES per work. proc at facto (IC) : 1478
** TOTAL space in MBYTES for IC factorization : 177411
** Rank of proc needing largest memory for OOC facto : 0
** Estimated corresponding MBYTES for OOC facto : 6345
** Estimated avg. MBYTES per work. proc at facto (OOC) : 1484
** TOTAL space in MBYTES for OOC factorization : 178120
Entering ZMUMPS driver with JOB, N, NZ = 2 46656 241356672
****** FACTORIZATION STEP ********
GLOBAL STATISTICS PRIOR NUMERICAL FACTORIZATION ...
NUMBER OF WORKING PROCESSES = 120
OUT-OF-CORE OPTION (ICNTL(22)) = 0
REAL SPACE FOR FACTORS = 1059159558
INTEGER SPACE FOR FACTORS = 9996429
MAXIMUM FRONTAL SIZE (ESTIMATED) = 17063
NUMBER OF NODES IN THE TREE = 226
Convergence error after scaling for ONE-NORM (option 7/8) = 0.93D+00
Maximum effective relaxed size of S = 305345800
Average effective relaxed size of S = 29225972
REDISTRIB: TOTAL DATA LOCAL/SENT = 71295798 -58336695
GLOBAL TIME FOR MATRIX DISTRIBUTION = 41.2996
** Memory relaxation parameter ( ICNTL(14) ) : 35
** Rank of processor needing largest memory in facto : 0
** Space in MBYTES used by this processor for facto : 6275
** Avg. Space in MBYTES per working proc during facto : 1478
ELAPSED TIME FOR FACTORIZATION = 138.3655
Maximum effective space used in S (KEEP8(67) = 118089792
Average effective space used in S (KEEP8(67) = 17422614
** EFF Min: Rank of processor needing largest memory : 0
** EFF Min: Space in MBYTES used by this processor : 3310
** EFF Min: Avg. Space in MBYTES per working proc : 1289
GLOBAL STATISTICS
RINFOG(2) OPERATIONS IN NODE ASSEMBLY = 3.060D+10
------(3) OPERATIONS IN NODE ELIMINATION= 1.164D+13
INFOG (9) REAL SPACE FOR FACTORS = 980699854
INFOG(10) INTEGER SPACE FOR FACTORS = 9059190
INFOG(11) MAXIMUM FRONT SIZE = 17063
INFOG(29) NUMBER OF ENTRIES IN FACTORS = 689553885
INFOG(12) NB OF OFF DIAGONAL PIVOTS = 4
INFOG(13) NUMBER OF DELAYED PIVOTS = 1
INFOG(14) NUMBER OF MEMORY COMPRESS = 782
KEEP8(108) Extra copies IP stacking = 0
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Entering ZMUMPS driver with JOB, N, NZ = 3 46656 241356672
****** SOLVE & CHECK STEP ********
STATISTICS PRIOR SOLVE PHASE ...........
NUMBER OF RIGHT-HAND-SIDES = 1
BLOCKING FACTOR FOR MULTIPLE RHS = 1
ICNTL (9) = 1
--- (10) = 0
--- (11) = 0
--- (20) = 0
--- (21) = 1
--- (30) = 0
** Rank of processor needing largest memory in solve : 0
** Space in MBYTES used by this processor for solve : 5105
** Avg. Space in MBYTES per working proc during solve : 626
Number of iterations of the method: 10
Number of linear iterations of the method: 99
Solution method: krylovschur
Number of requested eigenvalues: 3
Stopping condition: tol=1e-08, maxit=5184
Number of converged approximate eigenpairs: 9
k ||Ax-kBx||/||kx||
----------------- ------------------
-0.010645+0.000000 i 1.78065
-0.010672-0.000000 i 0.358554
-0.011290+0.000000 i 0.360215
-0.011517+0.000000 i 0.0574819
-0.012048-0.000000 i 0.0545338
-0.014239-0.000000 i 0.00326724
-0.018303-0.000000 i 0.0152795
-0.024691-0.000000 i 0.00253268
-0.033922-0.000000 i 0.0041931
Entering ZMUMPS driver with JOB, N, NZ = -2 46656 241356672
************************************************************************************************************************
*** WIDEN YOUR WINDOW TO 120 CHARACTERS. Use 'enscript -r -fCourier9' to print this document ***
************************************************************************************************************************
---------------------------------------------- PETSc Performance Summary: ----------------------------------------------
./ex7 on a linux-intel named nid01404 with 120 processors, by esdveng Thu May 28 06:00:20 2015
Using Petsc Release Version 3.5.3, Jan, 31, 2015
Max Max/Min Avg Total
Time (sec): 2.872e+03 1.00001 2.872e+03
Objects: 1.030e+02 1.01980 1.017e+02
Flops: 1.921e+09 80.08812 5.266e+08 6.320e+10
Flops/sec: 6.691e+05 80.08753 1.834e+05 2.201e+07
Memory: 2.726e+08 79.01630 1.576e+10
MPI Messages: 5.523e+03 21.12046 2.531e+03 3.038e+05
MPI Message Lengths: 2.432e+09 1394.39160 1.845e+04 5.603e+09
MPI Reductions: 3.023e+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: 2.8715e+03 100.0% 6.3197e+10 100.0% 3.038e+05 100.0% 1.845e+04 100.0% 3.022e+03 100.0%
------------------------------------------------------------------------------------------------------------------------
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)
------------------------------------------------------------------------------------------------------------------------
##########################################################
# #
# WARNING!!! #
# #
# This code was compiled with a debugging option, #
# To get timing results run ./configure #
# using --with-debugging=no, the performance will #
# be generally two or three times faster. #
# #
##########################################################
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
ThreadCommRunKer 1 1.0 1.0540e-03 2.5 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
ThreadCommBarrie 1 1.0 4.0531e-06 4.2 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
MatMult 117 1.0 2.7497e+00124.8 1.90e+09937.7 1.1e+05 5.8e+03 0.0e+00 0 96 37 12 0 0 96 37 12 0 22023
MatSolve 99 1.0 8.6172e+01 1.0 0.00e+00 0.0 1.7e+05 6.3e+02 1.0e+02 3 0 57 2 3 3 0 57 2 3 0
MatLUFactorSym 1 1.0 2.5466e+03 1.0 0.00e+00 0.0 0.0e+00 0.0e+00 6.0e+00 89 0 0 0 0 89 0 0 0 0 0
MatLUFactorNum 1 1.0 1.8082e+02 1.0 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 6 0 0 0 0 6 0 0 0 0 0
MatConvert 1 1.0 1.2173e-01 5.0 0.00e+00 0.0 0.0e+00 0.0e+00 2.0e+00 0 0 0 0 0 0 0 0 0 0 0
MatAssemblyBegin 3 1.0 3.8287e+0110.8 0.00e+00 0.0 0.0e+00 0.0e+00 6.0e+00 1 0 0 0 0 1 0 0 0 0 0
MatAssemblyEnd 3 1.0 4.6185e+00 1.0 0.00e+00 0.0 1.6e+04 7.1e+02 4.2e+01 0 0 5 0 1 0 0 5 0 1 0
MatGetRow 778 1.0 5.5872e-0215.3 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
MatGetRowIJ 1 1.0 1.4498e-03160.0 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
MatGetOrdering 1 1.0 3.1960e-03 7.9 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
MatLoad 2 1.0 4.7483e+01 1.0 0.00e+00 0.0 9.0e+03 5.4e+05 4.6e+01 2 0 3 86 2 2 0 3 86 2 0
MatAXPY 1 1.0 5.2885e+00 1.0 0.00e+00 0.0 7.9e+03 7.1e+02 2.2e+01 0 0 3 0 1 0 0 3 0 1 0
VecNorm 18 1.0 8.2703e-03 2.0 5.60e+04 1.0 0.0e+00 0.0e+00 1.8e+01 0 0 0 0 1 0 0 0 0 1 812
VecCopy 20 1.0 1.8883e-04 1.2 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
VecSet 113 1.0 7.5676e-03 9.2 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
VecAXPY 9 1.0 6.5203e-03 1.3 2.80e+04 1.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 515
VecScatterBegin 315 1.0 9.9498e-02 7.1 0.00e+00 0.0 2.8e+05 2.7e+03 9.9e+01 0 0 93 14 3 0 0 93 14 3 0
VecScatterEnd 216 1.0 2.0806e-0141.3 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
EPSSetUp 1 1.0 2.7329e+03 1.0 0.00e+00 0.0 7.9e+03 7.1e+02 6.7e+01 95 0 3 0 2 95 0 3 0 2 0
EPSSolve 1 1.0 2.8219e+03 1.0 1.62e+0974.8 2.6e+05 2.1e+03 2.8e+03 98 72 85 10 93 98 72 85 10 93 16
STSetUp 1 1.0 2.7329e+03 1.0 0.00e+00 0.0 7.9e+03 7.1e+02 4.6e+01 95 0 3 0 2 95 0 3 0 2 0
STApply 99 1.0 8.8469e+01 1.0 1.60e+09 0.0 2.5e+05 2.2e+03 3.0e+02 3 68 82 10 10 3 68 82 10 10 488
STMatSolve 99 1.0 8.8451e+01 1.0 0.00e+00 0.0 1.7e+05 6.3e+02 3.0e+02 3 0 57 2 10 3 0 57 2 10 0
BVCopy 19 1.0 1.1969e-02 1.2 0.00e+00 0.0 0.0e+00 0.0e+00 5.6e+01 0 0 0 0 2 0 0 0 0 2 0
BVMult 205 1.0 4.4088e-02 1.1 1.32e+07 1.0 0.0e+00 0.0e+00 3.9e+02 0 3 0 0 13 0 3 0 0 13 35896
BVDot 194 1.0 7.7536e-02 1.2 8.59e+06 1.0 0.0e+00 0.0e+00 1.9e+02 0 2 0 0 6 0 2 0 0 6 13281
BVOrthogonalize 100 1.0 1.9655e-01 1.0 1.66e+07 1.0 0.0e+00 0.0e+00 1.6e+03 0 3 0 0 51 0 3 0 0 51 10110
BVScale 100 1.0 6.5482e-03 1.1 1.56e+05 1.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 2850
BVSetRandom 1 1.0 7.0076e-02 1.2 0.00e+00 0.0 0.0e+00 0.0e+00 2.0e+00 0 0 0 0 0 0 0 0 0 0 0
DSSolve 10 1.0 3.2166e-02 1.3 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
DSVectors 20 1.0 3.5219e-03 1.2 0.00e+00 0.0 0.0e+00 0.0e+00 1.0e+00 0 0 0 0 0 0 0 0 0 0 0
DSOther 10 1.0 1.0614e-02 1.2 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
KSPSetUp 1 1.0 9.0599e-06 4.8 0.00e+00 0.0 0.0e+00 0.0e+00 0.0e+00 0 0 0 0 0 0 0 0 0 0 0
KSPSolve 99 1.0 8.8438e+01 1.0 0.00e+00 0.0 1.7e+05 6.3e+02 3.0e+02 3 0 57 2 10 3 0 57 2 10 0
PCSetUp 1 1.0 2.7275e+03 1.0 0.00e+00 0.0 0.0e+00 0.0e+00 1.6e+01 95 0 0 0 1 95 0 0 0 1 0
PCApply 99 1.0 8.6174e+01 1.0 0.00e+00 0.0 1.7e+05 6.3e+02 1.0e+02 3 0 57 2 3 3 0 57 2 3 0
------------------------------------------------------------------------------------------------------------------------
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 3 2 1504 0
Matrix 17 17 3542976 0
Vector 54 54 1459280 0
Vector Scatter 6 6 7200 0
Index Set 13 13 122048 0
Eigenvalue Problem Solver 1 1 2156 0
PetscRandom 1 1 648 0
Spectral Transform 1 1 840 0
Basis Vectors 1 1 10744 0
Region 1 1 648 0
Direct solver 1 1 25272 0
Krylov Solver 1 1 1160 0
Preconditioner 1 1 1096 0
========================================================================================================================
Average time to get PetscTime(): 1.19209e-07
Average time for MPI_Barrier(): 2.94209e-05
Average time for zero size MPI_Send(): 1.11659e-06
#PETSc Option Table entries:
-eps_nev 3
-eps_target 0.5
-f1 a72t
-f2 b72t
-log_summary
-mat_mumps_cntl_1 1e-6
-mat_mumps_icntl_4 2
-st_ksp_type preonly
-st_pc_factor_mat_solver_package mumps
-st_pc_type lu
-st_type sinvert
#End of PETSc Option Table entries
Compiled with FORTRAN kernels
Compiled with full precision matrices (default)
sizeof(short) 2 sizeof(int) 4 sizeof(long) 8 sizeof(void*) 8 sizeof(PetscScalar) 16 sizeof(PetscInt) 4
Configure options: --known-level1-dcache-size=32768 --known-level1-dcache-linesize=32 --known-level1-dcache-assoc=0 --known-memcmp-ok=1 --known-sizeof-char=1 --known-sizeof-void-p=8 --known-sizeof-short=2 --known-sizeof-int=4 --known-sizeof-long=8 --known-sizeof-long-long=8 --known-sizeof-float=4 --known-sizeof-double=8 --known-sizeof-size_t=8 --known-bits-per-byte=8 --known-sizeof-MPI_Comm=4 --known-sizeof-MPI_Fint=4 --known-mpi-long-double=1 --known-mpi-int64_t=1 --known-mpi-c-double-complex=1 --known-sdot-returns-double=0 --known-snrm2-returns-double=0 PETSC_ARCH=linux-intel -with-blas-lapack-dir=/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64/ --with-mpi-dir=/opt/cray/mpt/7.0.5/gni/mpich2-intel/140 --with-scalar-type=complex --with-fortran-kernels=1 -known-mpi-shared-libraries=0 --with-large-file-io=1 --with-64-bit-indices=0 --with-batch FC=ifort --with-valgrind-dir=/home/proj/14/esdveng/apps/valgrind-3.10.1 --download-mumps=/home/proj/14/esdveng/apps/MUMPS_4.10.0-p3.tar.gz --download-scalapack=/home/proj/14/esdveng/apps/scalapack-2.0.2.tgz --download-blacs=/home/proj/14/esdveng/apps/blacs-dev.tar.gz --download-parmetis=/home/proj/14/esdveng/apps/parmetis-4.0.2-p5.tar.gz --download-metis=/home/proj/14/esdveng/apps/metis-5.0.2-p3.tar.gz --download-cmake=/home/proj/14/esdveng/apps/cmake-2.8.12.2.tar.gz
-----------------------------------------
Libraries compiled on Tue May 19 06:39:06 2015 on login4
Machine characteristics: Linux-3.0.101-0.31.1_1.0502.8394-cray_ari_s-x86_64-with-SuSE-11-x86_64
Using PETSc directory: /mnt/lustre/esd2/esdveng/petsc-3.5.3
Using PETSc arch: linux-intel
-----------------------------------------
Using C compiler: gcc -fPIC -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -g3 -O0 ${COPTFLAGS} ${CFLAGS}
Using Fortran compiler: ifort -fPIC -g ${FOPTFLAGS} ${FFLAGS}
-----------------------------------------
Using include paths: -I/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/include -I/mnt/lustre/esd2/esdveng/petsc-3.5.3/include -I/mnt/lustre/esd2/esdveng/petsc-3.5.3/include -I/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/include -I/opt/cray/mpt/7.0.5/gni/mpich2-intel/140/include
-----------------------------------------
Using C linker: gcc
Using Fortran linker: ifort
Using libraries: -Wl,-rpath,/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/lib -L/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/lib -lpetsc -Wl,-rpath,/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/lib -L/mnt/lustre/esd2/esdveng/petsc-3.5.3/linux-intel/lib -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -lparmetis -lmetis -lX11 -lpthread -lssl -lcrypto -Wl,-rpath,/opt/cray/mpt/7.0.5/gni/mpich2-intel/140/lib -L/opt/cray/mpt/7.0.5/gni/mpich2-intel/140/lib -lmpich -lssl -luuid -lpthread -lrt -ldl -Wl,-rpath,/usr/lib64/gcc/x86_64-suse-linux/4.3 -L/usr/lib64/gcc/x86_64-suse-linux/4.3 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -L/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -Wl,-rpath,/usr/x86_64-suse-linux/lib -L/usr/x86_64-suse-linux/lib -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lpthread -lirc_s -lm -lstdc++ -Wl,-rpath,/usr/lib64/gcc/x86_64-suse-linux/4.3 -L/usr/lib64/gcc/x86_64-suse-linux/4.3 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -L/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -Wl,-rpath,/usr/x86_64-suse-linux/lib -L/usr/x86_64-suse-linux/lib -Wl,-rpath,/usr/lib64/gcc/x86_64-suse-linux/4.3 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -Wl,-rpath,/usr/x86_64-suse-linux/lib -lstdc++ -Wl,-rpath,/usr/lib64/gcc/x86_64-suse-linux/4.3 -L/usr/lib64/gcc/x86_64-suse-linux/4.3 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/ipp/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/compiler/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/opt/intel/composer_xe_2015.1.133/mkl/lib/intel64 -Wl,-rpath,/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -L/opt/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.1 -Wl,-rpath,/usr/x86_64-suse-linux/lib -L/usr/x86_64-suse-linux/lib -ldl -lgcc_s -ldl
-----------------------------------------
Application 407926 resources: utime ~342719s, stime ~1191s, Rss ~7065700, inblocks ~12131942, outblocks ~35052
More information about the petsc-users
mailing list