<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thanks mecej4. You were right in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078168#M22658</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks mecej4.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;You were right. The matrix was malformed. Once fixed, the code works&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2017 13:43:05 GMT</pubDate>
    <dc:creator>Jason_d_</dc:creator>
    <dc:date>2017-01-24T13:43:05Z</dc:date>
    <item>
      <title>Sparse PARDISO_64 solver and weird solutions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078165#M22655</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We are encountering inconsistent behaviour with the sparse PARDISO_64 solver.&lt;/P&gt;

&lt;P&gt;We are trying to solve a linear system, which corresponds to the stationary distribution of a discrete-time Markov chain.&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;The transition matrix can be generated for small or large state spaces. The application requires a solution for a large state space (very sparse transition matrix); I include code for a small state space (not very sparse) that reproduces the problem we're encountering. Oddly, w&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;hen the transition matrix is &amp;lt; 101 in size (ie., 101 x 101), this code produces correct results. However, with matrix size &amp;gt;=101, it gives non-sense results including negative values.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I've run this same matrix in R, using its default dense linear solver, and it solves the system just fine and returns a vector that sums to one with all entries positive.&lt;/P&gt;

&lt;P&gt;Can someone let us know if this is a bug? Any suggestions?&lt;/P&gt;

&lt;P&gt;Thanks very much,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;- Jason&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;To compile the example:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;icc &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-o&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #ce7924"&gt;test&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; ./tester.c -DMKL_ILP64 &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-std&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #ce7924"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;c99 &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-g&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-m64&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-fopenmp&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; -lmkl_intel_ilp64 -lmkl_core &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-liomp5&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; -lmkl_intel_thread &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-lpthread&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; -lmkl_avx -lmkl_vml_avx &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-lm&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-liomp5&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-ldl&lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures; color: #d53bd3"&gt;-lrt&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Output:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;$ ./test&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;0-based array is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;PARDISO double precision computation is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Parallel METIS algorithm at reorder step is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Scaling is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Matching is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Summary: ( reordering phase )&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;================&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Times:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;======&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in calculations of symmetric matrix portrait (fulladj): 0.000282 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in reordering of the initial matrix (reorder) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.002224 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in symbolic factorization (symbfct) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000373 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in data preparations for factorization (parlist)&amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000009 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in allocation of internal data structures (malloc)&amp;nbsp; &amp;nbsp; : 0.001029 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in additional calculations&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000441 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Total time spent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.004357 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Statistics:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;===========&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of equations: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 101&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A:&amp;nbsp; &amp;nbsp; &amp;nbsp; 7649&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A (%): 74.982845&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of right-hand sides:&amp;nbsp; &amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Factors L and U &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of columns for each panel: 128&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of independent subgraphs:&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of supernodes:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; size of largest supernode: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7376&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1599&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L+U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8975&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ooc_max_core_size got from config file=100000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ooc_max_swap_size got from config file=10000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ooc_path&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; got from config file=/tmp&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ooc_keep_file &amp;nbsp; &amp;nbsp; got from config file=1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;=== PARDISO is running in In-Core mode, because iparam(60)=1 and there is enough RAM for In-Core ===&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Percentage of computed non-zeros for LL^T factorization&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;1 %&amp;nbsp; 2 %&amp;nbsp; 3 %&amp;nbsp; 4 %&amp;nbsp; 5 %&amp;nbsp; 27 %&amp;nbsp; 100 %&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Single-level factorization algorithm is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Summary: ( factorization phase )&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;================&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Times:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;======&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in copying matrix to internal data structure (A to LU): 0.000000 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in factorization step (numfct)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.002051 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in allocation of internal data structures (malloc)&amp;nbsp; &amp;nbsp; : 0.000871 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in additional calculations&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000008 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Total time spent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.002930 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Statistics:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;===========&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Linear system Ax = b &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of equations: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 101&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A:&amp;nbsp; &amp;nbsp; &amp;nbsp; 7649&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A (%): 74.982845&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of right-hand sides:&amp;nbsp; &amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Factors L and U &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of columns for each panel: 128&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of independent subgraphs:&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of supernodes:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; size of largest supernode: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7376&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1599&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L+U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8975&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gflop &amp;nbsp; for the numerical factorization: 0.000497&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gflop/s for the numerical factorization: 0.242160&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Percentage of computed non-zeros for LL^T factorization&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;1 %&amp;nbsp; 2 %&amp;nbsp; 3 %&amp;nbsp; 4 %&amp;nbsp; 5 %&amp;nbsp; 27 %&amp;nbsp; 100 %&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;=== PARDISO: solving a real nonsymmetric system ===&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Single-level factorization algorithm is turned ON&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Summary: ( starting phase is factorization, ending phase is solution )&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;================&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Times:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;======&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in copying matrix to internal data structure (A to LU): 0.000000 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in factorization step (numfct)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000978 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in direct solver at solve step (solve)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000152 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in allocation of internal data structures (malloc)&amp;nbsp; &amp;nbsp; : 0.000225 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Time spent in additional calculations&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.000010 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Total time spent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0.001365 s&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Statistics:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;===========&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Parallel Direct Factorization is running on 1 OpenMP&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Linear system Ax = b &amp;gt; &amp;lt; transpose &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of equations: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 101&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A:&amp;nbsp; &amp;nbsp; &amp;nbsp; 7649&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in A (%): 74.982845&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of right-hand sides:&amp;nbsp; &amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;lt; Factors L and U &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of columns for each panel: 128&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of independent subgraphs:&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of supernodes:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; size of largest supernode: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7376&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1599&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number of non-zeros in L+U:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8975&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gflop &amp;nbsp; for the numerical factorization: 0.000497&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gflop/s for the numerical factorization: 0.507876&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0); min-height: 17px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Solution complete&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;0&amp;nbsp;&amp;nbsp; &amp;nbsp;0.999995193211361765861511230469&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;1&amp;nbsp;&amp;nbsp; &amp;nbsp;0.000032578641480540682096034288&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;2&amp;nbsp;&amp;nbsp; &amp;nbsp;-0.001657514998954390250673895935&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;3&amp;nbsp;&amp;nbsp; &amp;nbsp;0.033771150451229914324358105659&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;4&amp;nbsp;&amp;nbsp; &amp;nbsp;-0.461805824206749093718826770782&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;5&amp;nbsp;&amp;nbsp; &amp;nbsp;4.749899498253853380447253584862&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;6&amp;nbsp;&amp;nbsp; &amp;nbsp;-38.771420601724457810632884502411&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;7&amp;nbsp;&amp;nbsp; &amp;nbsp;259.248515126662823604419827461243&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;8&amp;nbsp;&amp;nbsp; &amp;nbsp;-1449.667206926258586463518440723419&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;9&amp;nbsp;&amp;nbsp; &amp;nbsp;6874.129777303653099806979298591614&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;10&amp;nbsp;&amp;nbsp; &amp;nbsp;-27898.278384158944390946999192237854&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;11&amp;nbsp;&amp;nbsp; &amp;nbsp;97440.861928413447458297014236450195&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;12&amp;nbsp;&amp;nbsp; &amp;nbsp;-293504.794066837057471275329589843750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;13&amp;nbsp;&amp;nbsp; &amp;nbsp;761189.228222305420786142349243164062&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;14&amp;nbsp;&amp;nbsp; &amp;nbsp;-1688760.591960122343152761459350585938&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;15&amp;nbsp;&amp;nbsp; &amp;nbsp;3160374.134989297483116388320922851562&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;16&amp;nbsp;&amp;nbsp; &amp;nbsp;-4847723.865611193701624870300292968750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;17&amp;nbsp;&amp;nbsp; &amp;nbsp;5708551.324229651130735874176025390625&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;18&amp;nbsp;&amp;nbsp; &amp;nbsp;-4176587.558768271468579769134521484375&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;19&amp;nbsp;&amp;nbsp; &amp;nbsp;-647335.411046688444912433624267578125&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;20&amp;nbsp;&amp;nbsp; &amp;nbsp;7123983.262770898640155792236328125000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;21&amp;nbsp;&amp;nbsp; &amp;nbsp;-10372849.399064248427748680114746093750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;22&amp;nbsp;&amp;nbsp; &amp;nbsp;5097756.375352034345269203186035156250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;23&amp;nbsp;&amp;nbsp; &amp;nbsp;8368298.486144787631928920745849609375&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;24&amp;nbsp;&amp;nbsp; &amp;nbsp;-20094661.334219779819250106811523437500&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;25&amp;nbsp;&amp;nbsp; &amp;nbsp;15530267.332568019628524780273437500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;26&amp;nbsp;&amp;nbsp; &amp;nbsp;10869635.995811181142926216125488281250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;27&amp;nbsp;&amp;nbsp; &amp;nbsp;-45071205.791867606341838836669921875000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;28&amp;nbsp;&amp;nbsp; &amp;nbsp;59302210.260278038680553436279296875000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;29&amp;nbsp;&amp;nbsp; &amp;nbsp;-32906353.391984485089778900146484375000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;30&amp;nbsp;&amp;nbsp; &amp;nbsp;-29776674.515638992190361022949218750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;31&amp;nbsp;&amp;nbsp; &amp;nbsp;100146018.075395077466964721679687500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;32&amp;nbsp;&amp;nbsp; &amp;nbsp;-142138732.192305266857147216796875000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;33&amp;nbsp;&amp;nbsp; &amp;nbsp;132670794.247007787227630615234375000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;34&amp;nbsp;&amp;nbsp; &amp;nbsp;-77887861.591384351253509521484375000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;35&amp;nbsp;&amp;nbsp; &amp;nbsp;16047679.964387292042374610900878906250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;36&amp;nbsp;&amp;nbsp; &amp;nbsp;8486771.549898184835910797119140625000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;37&amp;nbsp;&amp;nbsp; &amp;nbsp;8432116.450060281902551651000976562500&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;38&amp;nbsp;&amp;nbsp; &amp;nbsp;-19044070.376644946634769439697265625000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;39&amp;nbsp;&amp;nbsp; &amp;nbsp;-14876318.802595624700188636779785156250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;40&amp;nbsp;&amp;nbsp; &amp;nbsp;53651210.152546934783458709716796875000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;41&amp;nbsp;&amp;nbsp; &amp;nbsp;-18599756.443840526044368743896484375000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;42&amp;nbsp;&amp;nbsp; &amp;nbsp;-83578205.019382655620574951171875000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;43&amp;nbsp;&amp;nbsp; &amp;nbsp;132441139.780909150838851928710937500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;44&amp;nbsp;&amp;nbsp; &amp;nbsp;-44723190.570743650197982788085937500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;45&amp;nbsp;&amp;nbsp; &amp;nbsp;-90119098.758960306644439697265625000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;46&amp;nbsp;&amp;nbsp; &amp;nbsp;112308026.259973496198654174804687500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;47&amp;nbsp;&amp;nbsp; &amp;nbsp;-15883799.202348483726382255554199218750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;48&amp;nbsp;&amp;nbsp; &amp;nbsp;-37476735.814083844423294067382812500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;49&amp;nbsp;&amp;nbsp; &amp;nbsp;-42720512.310896500945091247558593750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;50&amp;nbsp;&amp;nbsp; &amp;nbsp;136331725.799720644950866699218750000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;51&amp;nbsp;&amp;nbsp; &amp;nbsp;-94694026.197748795151710510253906250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;52&amp;nbsp;&amp;nbsp; &amp;nbsp;-24969756.509624961763620376586914062500&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;53&amp;nbsp;&amp;nbsp; &amp;nbsp;36123495.129054218530654907226562500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;54&amp;nbsp;&amp;nbsp; &amp;nbsp;95371312.336257725954055786132812500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;55&amp;nbsp;&amp;nbsp; &amp;nbsp;-187649724.744519829750061035156250000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;56&amp;nbsp;&amp;nbsp; &amp;nbsp;99580546.284361138939857482910156250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;57&amp;nbsp;&amp;nbsp; &amp;nbsp;61281447.953638210892677307128906250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;58&amp;nbsp;&amp;nbsp; &amp;nbsp;-75682784.307738944888114929199218750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;59&amp;nbsp;&amp;nbsp; &amp;nbsp;-94990590.347380638122558593750000000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;60&amp;nbsp;&amp;nbsp; &amp;nbsp;249469815.636476099491119384765625000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;61&amp;nbsp;&amp;nbsp; &amp;nbsp;-185170645.040623068809509277343750000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;62&amp;nbsp;&amp;nbsp; &amp;nbsp;-69561311.618086069822311401367187500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;63&amp;nbsp;&amp;nbsp; &amp;nbsp;291469651.987545907497406005859375000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;64&amp;nbsp;&amp;nbsp; &amp;nbsp;-296767916.465866982936859130859375000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;65&amp;nbsp;&amp;nbsp; &amp;nbsp;107424872.212943851947784423828125000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;66&amp;nbsp;&amp;nbsp; &amp;nbsp;100278309.586056604981422424316406250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;67&amp;nbsp;&amp;nbsp; &amp;nbsp;-174662996.371612936258316040039062500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;68&amp;nbsp;&amp;nbsp; &amp;nbsp;105230287.342239096760749816894531250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;69&amp;nbsp;&amp;nbsp; &amp;nbsp;10815686.119901048019528388977050781250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;70&amp;nbsp;&amp;nbsp; &amp;nbsp;-81002433.999335929751396179199218750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;71&amp;nbsp;&amp;nbsp; &amp;nbsp;86416125.554535329341888427734375000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;72&amp;nbsp;&amp;nbsp; &amp;nbsp;-62056087.853065535426139831542968750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;73&amp;nbsp;&amp;nbsp; &amp;nbsp;40542349.147022008895874023437500000000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;74&amp;nbsp;&amp;nbsp; &amp;nbsp;-26163544.408309187740087509155273437500&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;75&amp;nbsp;&amp;nbsp; &amp;nbsp;10472964.159998646005988121032714843750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;76&amp;nbsp;&amp;nbsp; &amp;nbsp;5665027.077539607882499694824218750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;77&amp;nbsp;&amp;nbsp; &amp;nbsp;-11247268.616148518398404121398925781250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;78&amp;nbsp;&amp;nbsp; &amp;nbsp;-535759.321254136040806770324707031250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;79&amp;nbsp;&amp;nbsp; &amp;nbsp;23669191.133846260607242584228515625000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;80&amp;nbsp;&amp;nbsp; &amp;nbsp;-44661930.400523439049720764160156250000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;81&amp;nbsp;&amp;nbsp; &amp;nbsp;53449912.937561854720115661621093750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;82&amp;nbsp;&amp;nbsp; &amp;nbsp;-48916840.807791873812675476074218750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;83&amp;nbsp;&amp;nbsp; &amp;nbsp;36568077.467748269438743591308593750000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;84&amp;nbsp;&amp;nbsp; &amp;nbsp;-23051005.968265801668167114257812500000&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;85&amp;nbsp;&amp;nbsp; &amp;nbsp;12468528.466729646548628807067871093750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;86&amp;nbsp;&amp;nbsp; &amp;nbsp;-5845339.524531649425625801086425781250&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;87&amp;nbsp;&amp;nbsp; &amp;nbsp;2387800.565653024241328239440917968750&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;88&amp;nbsp;&amp;nbsp; &amp;nbsp;-851709.236374233034439384937286376953&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;89&amp;nbsp;&amp;nbsp; &amp;nbsp;265137.756044438341632485389709472656&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;90&amp;nbsp;&amp;nbsp; &amp;nbsp;-71829.217305896498146466910839080811&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;91&amp;nbsp;&amp;nbsp; &amp;nbsp;16846.539484900742536410689353942871&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;92&amp;nbsp;&amp;nbsp; &amp;nbsp;-3393.713058615743648260831832885742&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;93&amp;nbsp;&amp;nbsp; &amp;nbsp;580.705784613051491760415956377983&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;94&amp;nbsp;&amp;nbsp; &amp;nbsp;-83.109681426136376103386282920837&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;95&amp;nbsp;&amp;nbsp; &amp;nbsp;9.736892611661156493596536165569&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;96&amp;nbsp;&amp;nbsp; &amp;nbsp;-0.905525373004574585245052276150&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;97&amp;nbsp;&amp;nbsp; &amp;nbsp;0.063834158911049598827958106995&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;98&amp;nbsp;&amp;nbsp; &amp;nbsp;-0.003165205991651388536811673191&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;99&amp;nbsp;&amp;nbsp; &amp;nbsp;0.000096134640968314257489582553&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 15px; line-height: normal; font-family: 'Andale Mono'; color: rgb(104, 194, 255); background-color: rgb(0, 0, 0);"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;100&amp;nbsp;&amp;nbsp; &amp;nbsp;-0.000008968170732259750366210938&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078165#M22655</guid>
      <dc:creator>Jason_d_</dc:creator>
      <dc:date>2017-01-23T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Dear customer,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078166#M22656</link>
      <description>&lt;P&gt;Dear customer,&lt;/P&gt;

&lt;P&gt;I checked with your code and data file, seems no problem with your setting of pardiso. I tried to use csrgemv to calculate y=Ax to verify your result. Seems there's indeed a problem. We will investigate on it. Thanks.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 08:20:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078166#M22656</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-01-24T08:20:20Z</dc:date>
    </item>
    <item>
      <title>I think that you have to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078167#M22657</link>
      <description>&lt;P&gt;I think that you have to debug your code and establish (i) if the matrix and right-hand-side vector are being formed with correct values and (ii) if the code calls Pardiso correctly.&lt;/P&gt;

&lt;P&gt;I conducted an independent check using code that I had on hand. The attached zip contains three files -- (i) cnvmat.c, which outputs your matrix data in the form expected by (ii) the Fortran program unsymcsr.f90, and (iii) the converted file csv.mat.&lt;/P&gt;

&lt;P&gt;The solution checks out. I suspect that your matrix is not correct in at least the following aspect: you make each of the elements in the last &lt;STRONG&gt;column &lt;/STRONG&gt;of the matrix equal 1.0. If you want the sum of the solution values to equal 1.0, as you said, it is the elements of the last &lt;STRONG&gt;row &lt;/STRONG&gt;of the matrix that should each equal 1.0. (Please check these statements. I have not studied your program in depth).&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 11:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078167#M22657</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-24T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Thanks mecej4. You were right</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078168#M22658</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks mecej4.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;You were right. The matrix was malformed. Once fixed, the code works&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078168#M22658</guid>
      <dc:creator>Jason_d_</dc:creator>
      <dc:date>2017-01-24T13:43:05Z</dc:date>
    </item>
    <item>
      <title>It is nice to hear that you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078169#M22659</link>
      <description>&lt;P&gt;It is nice to hear that you have fixed the issue, but I still have one doubt that I do not see the answer to: what is special about a square matrix of size 101, and how could you have obtained correct results with matrices smaller than that despite having 1-s on the last column instead of the last row?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:09:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-PARDISO-64-solver-and-weird-solutions/m-p/1078169#M22659</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-24T14:09:38Z</dc:date>
    </item>
  </channel>
</rss>

