<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="http://www.comsol.com/community/forums/general/rss/thread/28468.rss" rel="self" type="application/rss+xml"/>
  <title>COMSOL Forums: linux cluster distribute computing no speed up  </title>
  <link>http://www.comsol.com/community/forums/general/thread/28468/</link>
  <description>Most recent forum messages</description>
  <pubDate>Thu, 04 Oct 2012 15:13:01 +0000</pubDate>
  <image>
   <title>COMSOL Forums: linux cluster distribute computing no speed up  </title>
   <url>http://www.comsol.com/shared/images/logos/comsol_logo.gif</url>
   <link>http://www.comsol.com/community/forums/general/thread/28468/</link>
  </image>
  <item>
   <title>Re: linux cluster distribute computing no speed up  </title>
   <link>http://www.comsol.com/community/forums/general/thread/28468/#p87441</link>
   <description>&lt;br /&gt;&#13;
unfortunately I have not read your post earlier: hope it's not too late!&lt;br /&gt;&#13;
The models that you have tested are provided to test proper operations of the cluster, not performance. For performance, you'd better try to reproduce the results of the following paper, based upon models also available in the model library, for the same number of DOFs: &lt;a href=&quot;http://www.comsol.fr/papers/10248/&quot; title=&quot;www.comsol.fr/papers/10248/&quot;&gt;www.comsol.fr/papers/10248/&lt;/a&gt;&lt;br /&gt;&#13;
</description>
   <pubDate>Thu, 04 Oct 2012 15:13:01 +0000</pubDate>
   <guid isPermaLink="false">28468.1349363581.87441</guid>
  </item>
  <item>
   <title>Re: linux cluster distribute computing no speed up  </title>
   <link>http://www.comsol.com/community/forums/general/thread/28468/#p77884</link>
   <description>Lu Bo,&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
I have been experiencing a similar difficulty in seeing any speed-up when running COMSOL on multiple nodes in a cluster.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
I have tried your exact test.mph file that you uploaded.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
Results:&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
1 node 12 ppn - Sol'n time: 27 sec&lt;br /&gt;&#13;
4 nodes 12 ppn - Sol'n time: 62 sec&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
My only thought from reading documentation and other threads is that the speed-up is very model dependent.  If the problem does not spend a lot of time on highly parallel operations then the speed-up can be minimal (if not actually a slow-down as I am seeing!).  But, I'm still working on this issue.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
One error I believe in your script is in the following line:&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
/home/lubo/comsol/COMSOL40/bin//comsol -nn 4 -np 16 batch -inputfile test.mph -outputfile out_test.mph -batchlog test.log&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
Since you have 16 processors per node the -np flag I believe should be nn*ppn=64.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
Hope this helps some.  Let me know if you make any progress.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
Best regards,&lt;br /&gt;&#13;
Josh Thomas&lt;br /&gt;&#13;
</description>
   <pubDate>Wed, 16 May 2012 18:44:46 +0000</pubDate>
   <guid isPermaLink="false">28468.1337193886.77884</guid>
  </item>
  <item>
   <title>linux cluster distribute computing no speed up  </title>
   <link>http://www.comsol.com/community/forums/general/thread/28468/#p77244</link>
   <description>cluster configuration:1head node+8nodes，32cores each node，64GB ram each node。 &lt;br /&gt;&#13;
&lt;br /&gt;&#13;
comsol：comsol4.0  floating network licence  installed on the head node,   intel mpi&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
mpi file: COMSOL40\models\ACDC_Module\Verification_Models\parallel_wires.mph  the air domain is increased in order to get more DOF, stationary study, direct solver MUMPS&lt;br /&gt;&#13;
test process: &lt;br /&gt;&#13;
Step 1. Solve this problem in 1 node using 16 cores&lt;br /&gt;&#13;
Step 2. Solve it in 4 nodes using 16 cores each node&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
test result: the solution time is almost the same (about 100 seconds), no speedup is obtained. It seems that all the nodes do the same thing. &lt;br /&gt;&#13;
&lt;br /&gt;&#13;
Please check the folowing logs and help me out please, Thanks a lot.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
PBS log for Step 1&lt;br /&gt;&#13;
------------------------------------------------------------------------------&lt;br /&gt;&#13;
--- Starting job at: Wed May 9 10:58:22 CST 2012&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
--- Current working directory is: /home/lubo/comsol&lt;br /&gt;&#13;
--- Running on 16 processes (cores) on the following nodes:&lt;br /&gt;&#13;
16 node5&lt;br /&gt;&#13;
--- mpd BOOT&lt;br /&gt;&#13;
/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 mpd boot -f /var/torque/aux//1723.mgmt -mpirsh ssh --verbose&lt;br /&gt;&#13;
running mpdallexit on node5&lt;br /&gt;&#13;
LAUNCHED mpd on node5 via &lt;br /&gt;&#13;
RUNNING: mpd on node5&lt;br /&gt;&#13;
--- mpd TRACE&lt;br /&gt;&#13;
--- Parallel COMSOL RUN&lt;br /&gt;&#13;
/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 -np 16 batch -inputfile test.mph -outputfile out_test.mph -batchlog test.log&lt;br /&gt;&#13;
--- mpd ALLEXIT&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
--- Job finished at: Wed May 9 10:59:57 CST 2012&lt;br /&gt;&#13;
--------------------------------------------------------------------------------------------------------------------------------------------------------------- Starting job at: Wed May  9 10:58:22 CST 2012&lt;br /&gt;&#13;
--- Current working directory is: /home/lubo/comsol--- Running on 16 processes (cores) on the following nodes:     16 node5--- mpd BOOT/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 mpd boot -f /var/torque/aux//1723.mgmt -mpirsh ssh --verboserunning mpdallexit on node5LAUNCHED mpd on node5  via  RUNNING: mpd on node5--- mpd TRACE--- Parallel COMSOL RUN/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 -np 16 batch -inputfile test.mph -outputfile out_test.mph -batchlog test.log--- mpd ALLEXIT&lt;br /&gt;&#13;
--- Job finished at: Wed May  9 10:59:57 CST 2012--------------------------------------------------------------------------------------------------------------------------------------------------------------- Starting job at: Wed May  9 10:58:22 CST 2012&lt;br /&gt;&#13;
--- Current working directory is: /home/lubo/comsol--- Running on 16 processes (cores) on the following nodes:     16 node5--- mpd BOOT/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 mpd boot -f /var/torque/aux//1723.mgmt -mpirsh ssh --verboserunning mpdallexit on node5LAUNCHED mpd on node5  via  RUNNING: mpd on node5--- mpd TRACE--- Parallel COMSOL RUN/home/lubo/comsol/COMSOL40/bin//comsol -nn 1 -np 16 batch -inputfile test.mph -outputfile out_test.mph -batchlog test.log--- mpd ALLEXIT&lt;br /&gt;&#13;
--- Job finished at: Wed May  9 10:59:57 CST 2012------------------------------------------------------------------------------&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
PBS log for step 2&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
------------------------------------------------------------------------------&lt;br /&gt;&#13;
--- Starting job at: Wed May  9 11:04:36 CST 2012&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
--- Current working directory is: /home/lubo/comsol&lt;br /&gt;&#13;
--- Running on 64 processes (cores) on the following nodes:&lt;br /&gt;&#13;
     16 node5&lt;br /&gt;&#13;
     16 node3&lt;br /&gt;&#13;
     16 node2&lt;br /&gt;&#13;
     16 node1&lt;br /&gt;&#13;
--- mpd BOOT&lt;br /&gt;&#13;
/home/lubo/comsol/COMSOL40/bin//comsol -nn 4 mpd boot -f /var/torque/aux//1724.mgmt -mpirsh ssh --verbose&lt;br /&gt;&#13;
running mpdallexit on node5&lt;br /&gt;&#13;
LAUNCHED mpd on node5  via  &lt;br /&gt;&#13;
RUNNING: mpd on node5&lt;br /&gt;&#13;
LAUNCHED mpd on node3  via  node5&lt;br /&gt;&#13;
LAUNCHED mpd on node2  via  node5&lt;br /&gt;&#13;
LAUNCHED mpd on node1  via  node5&lt;br /&gt;&#13;
RUNNING: mpd on node3&lt;br /&gt;&#13;
RUNNING: mpd on node2&lt;br /&gt;&#13;
RUNNING: mpd on node1&lt;br /&gt;&#13;
--- mpd TRACE&lt;br /&gt;&#13;
--- Parallel COMSOL RUN&lt;br /&gt;&#13;
/home/lubo/comsol/COMSOL40/bin//comsol -nn 4 -np 16 batch -inputfile test.mph -outputfile out_test.mph -batchlog test.log&lt;br /&gt;&#13;
--- mpd ALLEXIT&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
--- Job finished at: Wed May  9 11:06:31 CST 2012&lt;br /&gt;&#13;
------------------------------------------------------------------------------&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
license logs for step 2&lt;br /&gt;&#13;
.....&lt;br /&gt;&#13;
11:01:05 (lmgrd) LMCOMSOL using TCP-port 46447&lt;br /&gt;&#13;
11:03:00 (LMCOMSOL) TCP_NODELAY NOT enabled&lt;br /&gt;&#13;
11:03:00 (LMCOMSOL) OUT: &amp;quot;CLUSTERNODE&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:03:00 (LMCOMSOL) OUT: &amp;quot;CLUSTERNODE&amp;quot; lubo@node2  &lt;br /&gt;&#13;
11:03:00 (LMCOMSOL) OUT: &amp;quot;CLUSTERNODE&amp;quot; lubo@node3  &lt;br /&gt;&#13;
11:03:00 (LMCOMSOL) OUT: &amp;quot;CLUSTERNODE&amp;quot; lubo@node1  &lt;br /&gt;&#13;
11:03:08 (LMCOMSOL) OUT: &amp;quot;ACDC&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:03:08 (LMCOMSOL) OUT: &amp;quot;COMSOL&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:04:49 (LMCOMSOL) IN: &amp;quot;CLUSTERNODE&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:04:49 (LMCOMSOL) IN: &amp;quot;ACDC&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:04:49 (LMCOMSOL) IN: &amp;quot;COMSOL&amp;quot; lubo@node5  &lt;br /&gt;&#13;
11:04:49 (LMCOMSOL) IN: &amp;quot;CLUSTERNODE&amp;quot; lubo@node1  &lt;br /&gt;&#13;
11:04:49 (LMCOMSOL) IN: &amp;quot;CLUSTERNODE&amp;quot; lubo@node3  &lt;br /&gt;&#13;
11:04:50 (LMCOMSOL) IN: &amp;quot;CLUSTERNODE&amp;quot; lubo@node2  &lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
comsol bach output for step 1&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
*******************************************&lt;br /&gt;&#13;
********COMSOL progress output file********&lt;br /&gt;&#13;
*******************************************&lt;br /&gt;&#13;
Wed May 09 10:58:25 CST 2012&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 348/348 1048/1048&lt;br /&gt;&#13;
           Current Progress:   0 %&lt;br /&gt;&#13;
Memory: 370/370 1065/1065&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 387/387 1082/1082&lt;br /&gt;&#13;
           Current Progress:   0 %&lt;br /&gt;&#13;
Memory: 527/527 1359/1359&lt;br /&gt;&#13;
Linear solver&lt;br /&gt;&#13;
Number of degrees of freedom solved for: 1484195&lt;br /&gt;&#13;
-          Current Progress:  10 %&lt;br /&gt;&#13;
Memory: 526/527 1379/1379&lt;br /&gt;&#13;
-          Current Progress:  13 %&lt;br /&gt;&#13;
Memory: 932/932 1885/1885&lt;br /&gt;&#13;
-          Current Progress:  15 %&lt;br /&gt;&#13;
Memory: 1125/1125 2057/2057&lt;br /&gt;&#13;
--         Current Progress:  27 %&lt;br /&gt;&#13;
Memory: 1068/1125 2003/2057&lt;br /&gt;&#13;
---        Current Progress:  30 %&lt;br /&gt;&#13;
Memory: 876/1125 1812/2057&lt;br /&gt;&#13;
Symmetric matrices found.&lt;br /&gt;&#13;
---        Current Progress:  31 %&lt;br /&gt;&#13;
Memory: 1230/1230 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  32 %&lt;br /&gt;&#13;
Memory: 1254/1254 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  33 %&lt;br /&gt;&#13;
Memory: 1279/1279 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  34 %&lt;br /&gt;&#13;
Memory: 1298/1298 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  36 %&lt;br /&gt;&#13;
Memory: 1318/1318 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  37 %&lt;br /&gt;&#13;
Memory: 1359/1359 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  38 %&lt;br /&gt;&#13;
Memory: 1383/1383 2958/2958&lt;br /&gt;&#13;
---        Current Progress:  39 %&lt;br /&gt;&#13;
Memory: 1399/1399 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  40 %&lt;br /&gt;&#13;
Memory: 1421/1421 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  41 %&lt;br /&gt;&#13;
Memory: 1448/1448 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  42 %&lt;br /&gt;&#13;
Memory: 1460/1460 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  43 %&lt;br /&gt;&#13;
Memory: 1481/1481 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  46 %&lt;br /&gt;&#13;
Memory: 1497/1497 2958/2958&lt;br /&gt;&#13;
----       Current Progress:  48 %&lt;br /&gt;&#13;
Memory: 1514/1514 2958/2958&lt;br /&gt;&#13;
-----      Current Progress:  50 %&lt;br /&gt;&#13;
Memory: 1533/1533 2958/2958&lt;br /&gt;&#13;
-----      Current Progress:  52 %&lt;br /&gt;&#13;
Memory: 1549/1549 2958/2958&lt;br /&gt;&#13;
-----      Current Progress:  54 %&lt;br /&gt;&#13;
Memory: 1562/1562 2958/2958&lt;br /&gt;&#13;
-----      Current Progress:  56 %&lt;br /&gt;&#13;
Memory: 1580/1580 2958/2958&lt;br /&gt;&#13;
-----      Current Progress:  59 %&lt;br /&gt;&#13;
Memory: 1597/1597 2958/2958&lt;br /&gt;&#13;
------     Current Progress:  60 %&lt;br /&gt;&#13;
Memory: 1622/1622 2958/2958&lt;br /&gt;&#13;
------     Current Progress:  62 %&lt;br /&gt;&#13;
Memory: 1628/1628 2958/2958&lt;br /&gt;&#13;
------     Current Progress:  64 %&lt;br /&gt;&#13;
Memory: 1647/1647 2958/2958&lt;br /&gt;&#13;
------     Current Progress:  67 %&lt;br /&gt;&#13;
Memory: 1662/1662 2958/2958&lt;br /&gt;&#13;
------     Current Progress:  68 %&lt;br /&gt;&#13;
Memory: 1682/1682 2958/2958&lt;br /&gt;&#13;
-------    Current Progress:  70 %&lt;br /&gt;&#13;
Memory: 1693/1693 2958/2958&lt;br /&gt;&#13;
-------    Current Progress:  73 %&lt;br /&gt;&#13;
Memory: 1710/1710 2958/2958&lt;br /&gt;&#13;
-------    Current Progress:  75 %&lt;br /&gt;&#13;
Memory: 1726/1726 2958/2958&lt;br /&gt;&#13;
-------    Current Progress:  77 %&lt;br /&gt;&#13;
Memory: 1753/1753 2958/2958&lt;br /&gt;&#13;
-------    Current Progress:  78 %&lt;br /&gt;&#13;
Memory: 1762/1762 2958/2958&lt;br /&gt;&#13;
--------   Current Progress:  81 %&lt;br /&gt;&#13;
Memory: 1777/1777 2958/2958&lt;br /&gt;&#13;
--------   Current Progress:  83 %&lt;br /&gt;&#13;
Memory: 1796/1796 2958/2958&lt;br /&gt;&#13;
--------   Current Progress:  85 %&lt;br /&gt;&#13;
Memory: 1811/1811 2958/2958&lt;br /&gt;&#13;
--------   Current Progress:  87 %&lt;br /&gt;&#13;
Memory: 1828/1828 2958/2958&lt;br /&gt;&#13;
---------  Current Progress:  90 %&lt;br /&gt;&#13;
Memory: 1844/1844 2958/2958&lt;br /&gt;&#13;
Iter     Damping    Stepsize #Res #Jac #Sol&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 2161/2161 3284/3284&lt;br /&gt;&#13;
   1   1.0000000        0.53    1    1    1&lt;br /&gt;&#13;
Total time: 91.721 s.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
comsol batch output for step 2&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
*******************************************&lt;br /&gt;&#13;
********COMSOL progress output file********&lt;br /&gt;&#13;
*******************************************&lt;br /&gt;&#13;
Wed May 09 11:04:41 CST 2012&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 361/361 1061/1061&lt;br /&gt;&#13;
           Current Progress:   0 %&lt;br /&gt;&#13;
Memory: 383/383 1082/1082&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 395/395 1091/1091&lt;br /&gt;&#13;
           Current Progress:   0 %&lt;br /&gt;&#13;
Memory: 543/543 1375/1375&lt;br /&gt;&#13;
Linear solver&lt;br /&gt;&#13;
Number of degrees of freedom solved for: 1484195&lt;br /&gt;&#13;
-          Current Progress:  10 %&lt;br /&gt;&#13;
Memory: 657/657 1592/1592&lt;br /&gt;&#13;
-          Current Progress:  13 %&lt;br /&gt;&#13;
Memory: 1269/1269 2365/2365&lt;br /&gt;&#13;
--         Current Progress:  20 %&lt;br /&gt;&#13;
Memory: 1122/1269 2057/2365&lt;br /&gt;&#13;
--         Current Progress:  27 %&lt;br /&gt;&#13;
Memory: 1079/1269 2016/2365&lt;br /&gt;&#13;
---        Current Progress:  30 %&lt;br /&gt;&#13;
Memory: 904/1269 1842/2365&lt;br /&gt;&#13;
Symmetric matrices found.&lt;br /&gt;&#13;
---        Current Progress:  31 %&lt;br /&gt;&#13;
Memory: 1141/1269 2391/2391&lt;br /&gt;&#13;
---        Current Progress:  33 %&lt;br /&gt;&#13;
Memory: 1158/1269 2391/2391&lt;br /&gt;&#13;
---        Current Progress:  35 %&lt;br /&gt;&#13;
Memory: 1178/1269 2391/2391&lt;br /&gt;&#13;
---        Current Progress:  37 %&lt;br /&gt;&#13;
Memory: 1195/1269 2391/2391&lt;br /&gt;&#13;
---        Current Progress:  39 %&lt;br /&gt;&#13;
Memory: 1216/1269 2391/2391&lt;br /&gt;&#13;
----       Current Progress:  41 %&lt;br /&gt;&#13;
Memory: 1227/1269 2391/2391&lt;br /&gt;&#13;
----       Current Progress:  43 %&lt;br /&gt;&#13;
Memory: 1244/1269 2391/2391&lt;br /&gt;&#13;
----       Current Progress:  45 %&lt;br /&gt;&#13;
Memory: 1261/1269 2391/2391&lt;br /&gt;&#13;
----       Current Progress:  47 %&lt;br /&gt;&#13;
Memory: 1283/1283 2391/2391&lt;br /&gt;&#13;
----       Current Progress:  49 %&lt;br /&gt;&#13;
Memory: 1305/1305 2391/2391&lt;br /&gt;&#13;
-----      Current Progress:  52 %&lt;br /&gt;&#13;
Memory: 1321/1321 2391/2391&lt;br /&gt;&#13;
-----      Current Progress:  54 %&lt;br /&gt;&#13;
Memory: 1338/1338 2391/2391&lt;br /&gt;&#13;
-----      Current Progress:  55 %&lt;br /&gt;&#13;
Memory: 1363/1363 2391/2391&lt;br /&gt;&#13;
Iter     Damping    Stepsize #Res #Jac #Sol&lt;br /&gt;&#13;
---------  Current Progress:  94 %&lt;br /&gt;&#13;
Memory: 1318/1363 2545/2545&lt;br /&gt;&#13;
   1   1.0000000        0.53    1    1    1&lt;br /&gt;&#13;
---------- Current Progress: 100 %&lt;br /&gt;&#13;
Memory: 1853/1853 3262/3262&lt;br /&gt;&#13;
Node 1:&lt;br /&gt;&#13;
Linear solver&lt;br /&gt;&#13;
Number of degrees of freedom solved for: 1484195&lt;br /&gt;&#13;
Symmetric matrices found.&lt;br /&gt;&#13;
Iter     Damping    Stepsize #Res #Jac #Sol&lt;br /&gt;&#13;
   1   1.0000000        0.53    1    1    1&lt;br /&gt;&#13;
Node 2:&lt;br /&gt;&#13;
Linear solver&lt;br /&gt;&#13;
Number of degrees of freedom solved for: 1484195&lt;br /&gt;&#13;
Symmetric matrices found.&lt;br /&gt;&#13;
Iter     Damping    Stepsize #Res #Jac #Sol&lt;br /&gt;&#13;
   1   1.0000000        0.53    1    1    1&lt;br /&gt;&#13;
Node 3:&lt;br /&gt;&#13;
Linear solver&lt;br /&gt;&#13;
Number of degrees of freedom solved for: 1484195&lt;br /&gt;&#13;
Symmetric matrices found.&lt;br /&gt;&#13;
Iter     Damping    Stepsize #Res #Jac #Sol&lt;br /&gt;&#13;
   1   1.0000000        0.53    1    1    1&lt;br /&gt;&#13;
Total time: 108.638 s.&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
&lt;br /&gt;&#13;
</description>
   <pubDate>Wed, 09 May 2012 01:50:39 +0000</pubDate>
   <guid isPermaLink="false">28468.1336528239.77244</guid>
  </item>
 </channel>
</rss>
