Trace number 3369476

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 4295.88 1076.77

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.06	c Using 4 threads
0.13/0.07	c This is CryptoMiniSat 2.9.0
0.13/0.07	c compiled with gcc version 4.4.5
0.13/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.13/0.07	c Reading file 'HOME/instance-3369476-1305389035.cnf'
0.13/0.07	c -- header says num vars:           1400
0.13/0.07	c -- header says num clauses:        4732
0.13/0.08	c -- clauses added:            0 learnts,         4732 normals,            0 xors
0.13/0.08	c -- vars added       1400
0.13/0.08	c Parsing time:  0.00 s
0.13/0.08	c  N st     0         0      1400      2677      2052         0     12297         0   no data   no data  --
0.13/0.09	c asymm  cl-useful: 0/2677/2677 lits-rem:0 time: 0.01
0.13/0.09	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:   10 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.13/0.09	c Replacing       10 vars Replaced      120 lits Time:     0.00 s 
0.13/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.13/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1382 time:  0.00 s
0.13/0.09	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.13/0.87	c lits-rem:         9  cl-subs:      153  v-elim:    460  v-fix:    0  time:  0.02 s
0.13/0.87	c Finding binary XORs  T:     0.00 s  found:       0
0.13/0.87	c Finding non-binary XORs:     0.00 s (found:     354, avg size: 3.0)
0.13/0.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     13 locsubst:     0 time:   0.00
0.13/0.87	c calculated reachability. Time: 0.00
0.13/0.87	c Calc default polars -  time:   0.00 s pos:     113 undec:     537 neg:     750
0.13/0.87	c =========================================================================================
0.13/0.87	c types(t): F = full restart, N = normal restart
0.13/0.87	c types(t): S = simplification begin/end, E = solution found
0.13/0.87	c restart types(rt): st = static, dy = dynamic
0.13/0.87	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.13/0.87	c  B st     0         0       909      1779       771         0      8815         0   no data   no data  --
0.13/0.87	c Decided on static restart strategy
0.13/0.87	c  N st     8      4919       909      1779       855      4746      8815    186381   no data   no data  --
3.44/0.97	c  N st    10     11301       907      1779       959      4585      8815     84415   no data   no data  --
5.45/1.47	c  N st    11     17044       907      1779       978     10217      8815    269270   no data   no data  --
5.45/1.47	c Finding binary XORs  T:     0.00 s  found:       0
8.63/2.26	c  F st    12     25000       907      1775      1030     12794      8795    307040   no data   no data  --
8.63/2.26	c Replacing        1 vars Replaced      128 lits Time:     0.00 s 
8.63/2.27	c  N st    12     25000       906      1775      1030     12794      8792    307040   no data   no data  --
10.63/2.74	c Decided on static restart strategy
10.63/2.74	c  N st    18     30000       906      1775      1062     11292      8792    236028   no data   no data  --
10.63/2.74	c  S st    18     30000       906      1775      1062     11292      8792    236028   no data   no data  --
10.63/2.79	c  S st    18     30502       906      1775      1067     11783      8792    247264   no data   no data  --
10.63/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.63/2.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.63/2.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    344 BRemL:     74 BRemN:      0 P:  0.5M T:  0.05
11.04/2.82	c bin-w-bin subsume rem            2 bins  time:  0.00 s
11.04/2.84	c subs with bin:       68  lits-rem:      5818  v-fix:    0  time:  0.11 s
11.04/2.85	c Subs w/ non-existent bins:      2 l-rem:   2315 v-fix:     0 done:    683 time:  0.03 s
11.04/2.85	c Removed useless bin:       6  fixed:     0  props:   0.01M  time:  0.00 s
12.62/3.24	c lits-rem:       669  cl-subs:     1046  v-elim:     15  v-fix:    0  time:  1.56 s
12.62/3.26	c asymm  cl-useful: 21/1763/1763 lits-rem:25 time: 0.06
12.62/3.26	c calculated reachability. Time: 0.00
12.62/3.26	c  N st    18     30502       891      1762      1258     10709      8701    215359   no data   no data  --
13.82/3.54	c Finding binary XORs  T:     0.00 s  found:       0
15.43/4.01	c  N st    20     37614       891      1762      1263     10141      8701    164735   no data   no data  --
18.60/4.72	c  N st    21     44014       891      1762      1263     16475      8701    318656   no data   no data  --
19.40/4.90	c  S st    22     45753       889      1762      1330     18193      8701    380048   no data   no data  --
19.40/4.98	c  S st    22     46255       889      1762      1330     10011      8701    128215   no data   no data  --
19.40/4.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.40/4.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.40/4.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     13 BRemL:     68 BRemN:      2 P:  0.4M T:  0.05
19.40/4.99	c Replacing        1 vars Replaced       30 lits Time:     0.01 s 
19.40/5.00	c bin-w-bin subsume rem            8 bins  time:  0.00 s
19.40/5.00	c subs with bin:       23  lits-rem:        77  v-fix:    0  time:  0.01 s
19.81/5.01	c Subs w/ non-existent bins:      0 l-rem:    477 v-fix:     0 done:    888 time:  0.01 s
19.81/5.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.81/5.07	c lits-rem:       240  cl-subs:      128  v-elim:      3  v-fix:    0  time:  0.24 s
19.81/5.07	c vivif2 --  cl tried     1740 cl shrink        3 lits rem          7 time: 0.00
19.81/5.07	c vivif2 --  cl tried     9784 cl shrink      656 lits rem       1302 time: 0.02
19.81/5.08	c asymm  cl-useful: 1/1739/1739 lits-rem:1 time: 0.05
19.81/5.08	c calculated reachability. Time: 0.00
19.81/5.08	c  N st    22     46255       885      1739      1249      9784      8563    122854   no data   no data  --
25.79/6.56	c  N st    23     60652       885      1739      1249     14253      8563    224467   no data   no data  --
25.79/6.56	c Finding binary XORs  T:     0.00 s  found:       1
30.18/7.62	c  N st    24     69382       885      1739      1288     12206      8563    147019   no data   no data  --
30.18/7.62	c  S st    24     69382       885      1739      1288     12206      8563    147019   no data   no data  --
30.18/7.68	c  S st    24     69885       884      1739      1289     12703      8563    156718   no data   no data  --
30.18/7.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.18/7.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.18/7.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      9 BRemN:      2 P:  0.6M T:  0.06
30.18/7.69	c Replacing        1 vars Replaced       54 lits Time:     0.01 s 
30.58/7.70	c bin-w-bin subsume rem            1 bins  time:  0.00 s
30.58/7.70	c subs with bin:       15  lits-rem:        60  v-fix:    0  time:  0.02 s
30.58/7.71	c Subs w/ non-existent bins:      0 l-rem:    513 v-fix:     0 done:    883 time:  0.01 s
30.58/7.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
30.98/7.82	c lits-rem:       294  cl-subs:      194  v-elim:      1  v-fix:    0  time:  0.46 s
30.98/7.82	c vivif2 --  cl tried     1728 cl shrink        3 lits rem          4 time: 0.00
30.98/7.83	c vivif2 --  cl tried    12499 cl shrink      234 lits rem        436 time: 0.02
30.98/7.84	c asymm  cl-useful: 10/1728/1728 lits-rem:16 time: 0.06
30.98/7.84	c calculated reachability. Time: 0.00
30.98/7.84	c  N st    24     69885       882      1725      1270     12499      8420    152862   no data   no data  --
38.15/9.69	c  F st    25     87501       882      1725      1270     18174      8420    297367   no data   no data  --
38.15/9.69	c  N st    25     87501       882      1725      1270     18174      8420    297367   no data   no data  --
40.95/10.37	c Decided on static restart strategy
42.54/10.79	c  N st    32     95539       882      1725      1273     26115      8420    541650   no data   no data  --
47.33/11.98	c  N st    34    104828       882      1725      1279     22543      8420    393415   no data   no data  --
47.33/11.98	c  S st    34    104828       882      1725      1279     22543      8420    393415   no data   no data  --
47.33/11.98	c Finding binary XORs  T:     0.00 s  found:       0
47.74/12.07	c  S st    34    105330       882      1725      1279     23042      8420    404193   no data   no data  --
47.74/12.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
47.74/12.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.74/12.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      2 BRemN:      0 P:  0.8M T:  0.08
48.14/12.10	c bin-w-bin subsume rem            3 bins  time:  0.00 s
48.14/12.13	c subs with bin:        3  lits-rem:        32  v-fix:    0  time:  0.10 s
48.14/12.14	c Subs w/ non-existent bins:      0 l-rem:   1937 v-fix:     0 done:    682 time:  0.04 s
48.14/12.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
52.12/13.19	c lits-rem:      1014  cl-subs:     1228  v-elim:      0  v-fix:    0  time:  4.21 s
52.12/13.19	c vivif2 --  cl tried     1720 cl shrink        0 lits rem          0 time: 0.00
52.52/13.21	c vivif2 --  cl tried    21701 cl shrink     2581 lits rem       5195 time: 0.07
52.52/13.23	c asymm  cl-useful: 3/1720/1720 lits-rem:7 time: 0.09
52.52/13.23	c calculated reachability. Time: 0.00
52.52/13.23	c  N st    34    105330       881      1718      1281     21701      8394    376571   no data   no data  --
56.91/14.31	c  N st    35    114930       881      1718      1281     17456      8394    234105   no data   no data  --
64.49/16.26	c  N st    36    129328       881      1718      1299     16932      8394    203565   no data   no data  --
76.88/19.32	c  N st    37    150923       881      1718      1299     22348      8394    333413   no data   no data  --
76.88/19.32	c Finding binary XORs  T:     0.00 s  found:       0
80.87/20.39	c  S st    38    157995       881      1718      1304     29254      8394    487201   no data   no data  --
81.28/20.50	c  S st    38    158499       881      1718      1304     29752      8394    498722   no data   no data  --
81.28/20.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.28/20.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.70/20.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      7 BRemN:      0 P:  1.0M T:  0.09
81.70/20.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.70/20.56	c subs with bin:       14  lits-rem:        53  v-fix:    0  time:  0.09 s
81.70/20.58	c Subs w/ non-existent bins:      0 l-rem:   3068 v-fix:     0 done:    321 time:  0.06 s
81.70/20.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
87.64/22.08	c lits-rem:      2625  cl-subs:     2845  v-elim:      0  v-fix:    0  time:  5.98 s
87.64/22.08	c vivif2 --  cl tried     1717 cl shrink        0 lits rem          0 time: 0.00
87.64/22.10	c vivif2 --  cl tried    26894 cl shrink     2550 lits rem       6676 time: 0.08
88.04/22.12	c asymm  cl-useful: 0/1717/1717 lits-rem:0 time: 0.12
88.04/22.13	c calculated reachability. Time: 0.00
88.04/22.13	c  N st    38    158499       881      1717      1297     26894      8393    447595   no data   no data  --
119.57/30.02	c  N st    39    207088       881      1717      1297     21924      8393    255987   no data   no data  --
137.53/34.59	c  N st    40    237749       881      1717      1300     32399      8393    517410   no data   no data  --
137.53/34.59	c  S st    40    237749       881      1717      1300     32399      8393    517410   no data   no data  --
137.93/34.70	c  S st    40    238257       881      1717      1302     32902      8393    525698   no data   no data  --
137.93/34.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.93/34.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.34/34.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
138.34/34.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.34/34.77	c subs with bin:        2  lits-rem:        28  v-fix:    0  time:  0.10 s
138.34/34.78	c Subs w/ non-existent bins:      0 l-rem:   1493 v-fix:     0 done:    500 time:  0.04 s
138.34/34.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.71/36.87	c lits-rem:      2837  cl-subs:     2186  v-elim:      0  v-fix:    0  time:  8.33 s
146.71/36.87	c vivif2 --  cl tried     1717 cl shrink        0 lits rem          0 time: 0.00
146.71/36.89	c vivif2 --  cl tried    30714 cl shrink     2589 lits rem       3882 time: 0.09
147.12/36.92	c asymm  cl-useful: 1/1717/1717 lits-rem:1 time: 0.14
147.12/36.93	c calculated reachability. Time: 0.00
147.12/36.93	c  N st    40    238257       881      1717      1306     30714      8392    489217   no data   no data  --
191.79/48.13	c  F st    41    306250       881      1717      1307     32896      8392    468463   no data   no data  --
191.79/48.13	c  N st    41    306250       881      1717      1307     32896      8392    468463   no data   no data  --
191.79/48.13	c Finding binary XORs  T:     0.00 s  found:       0
195.82/49.15	c Decided on static restart strategy
212.56/53.38	c  N st    51    334551       881      1717      1347     37271      8392    605287   no data   no data  --
229.72/57.66	c  N st    53    357386       881      1717      1349     35316      8392    506819   no data   no data  --
229.72/57.66	c  S st    53    357386       881      1717      1349     35316      8392    506819   no data   no data  --
230.12/57.79	c  S st    53    357889       881      1717      1349     35815      8392    515768   no data   no data  --
230.12/57.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
230.12/57.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
230.52/57.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:     18 BRemN:      0 P:  1.2M T:  0.10
230.52/57.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.52/57.86	c subs with bin:        8  lits-rem:        66  v-fix:    0  time:  0.08 s
230.52/57.88	c Subs w/ non-existent bins:      0 l-rem:   3811 v-fix:     0 done:    692 time:  0.10 s
230.52/57.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
238.49/59.88	c lits-rem:      2036  cl-subs:     2155  v-elim:      0  v-fix:    0  time:  7.96 s
238.49/59.88	c vivif2 --  cl tried     1715 cl shrink        0 lits rem          0 time: 0.00
238.90/59.90	c vivif2 --  cl tried    33654 cl shrink     2530 lits rem       6733 time: 0.08
238.90/59.93	c asymm  cl-useful: 1/1715/1715 lits-rem:3 time: 0.15
238.90/59.94	c calculated reachability. Time: 0.00
238.90/59.94	c  N st    53    357889       881      1714      1341     33654      8389    476018   no data   no data  --
262.44/65.81	c  N st    54    390282       881      1714      1341     39945      8389    605292   no data   no data  --
262.44/65.81	c Finding binary XORs  T:     0.00 s  found:       0
300.76/75.43	c  N st    55    438870       880      1711      1339     33536      8373    422504   no data   no data  --
357.83/89.79	c  N st    56    511753       880      1711      1345     47314      8373    774111   no data   no data  --
357.83/89.79	c Finding binary XORs  T:     0.00 s  found:       0
378.57/94.90	c  N st    57    536834       880      1711      1372     41538      8373    546574   no data   no data  --
378.57/94.90	c  S st    57    536834       880      1711      1372     41538      8373    546574   no data   no data  --
378.97/95.03	c  S st    57    537336       880      1711      1372     42038      8373    557793   no data   no data  --
378.97/95.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
378.97/95.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
378.97/95.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      4 BRemN:      0 P:  1.3M T:  0.13
378.97/95.08	c bin-w-bin subsume rem            1 bins  time:  0.00 s
379.37/95.11	c subs with bin:       97  lits-rem:      1102  v-fix:    0  time:  0.10 s
379.37/95.12	c Subs w/ non-existent bins:      0 l-rem:   2480 v-fix:     0 done:    647 time:  0.05 s
379.37/95.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
387.35/97.15	c lits-rem:      1720  cl-subs:     2549  v-elim:      1  v-fix:    0  time:  8.09 s
387.35/97.15	c vivif2 --  cl tried     1712 cl shrink        1 lits rem          1 time: 0.00
387.35/97.17	c vivif2 --  cl tried    39395 cl shrink     1862 lits rem       4204 time: 0.09
387.75/97.22	c asymm  cl-useful: 1/1712/1712 lits-rem:1 time: 0.20
387.75/97.22	c calculated reachability. Time: 0.00
387.75/97.22	c  N st    57    537336       879      1712      1352     39395      8366    515787   no data   no data  --
517.44/129.73	c  N st    58    701320       879      1712      1352     67971      8366   1208500   no data   no data  --
517.44/129.74	c Finding binary XORs  T:     0.00 s  found:       0
604.85/151.69	c  N st    59    806004       877      1709      1396     61768      8346    977361   no data   no data  --
604.85/151.69	c  S st    59    806004       877      1709      1396     61768      8346    977361   no data   no data  --
606.05/151.92	c  S st    59    806509       877      1709      1399     62269      8346    987082   no data   no data  --
606.05/151.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.02
606.05/151.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
606.05/151.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      9 BRemN:      0 P:  2.1M T:  0.20
606.45/152.00	c bin-w-bin subsume rem            2 bins  time:  0.00 s
606.45/152.04	c subs with bin:       28  lits-rem:      1071  v-fix:    0  time:  0.15 s
606.45/152.05	c Subs w/ non-existent bins:      0 l-rem:   1113 v-fix:     0 done:    202 time:  0.03 s
606.45/152.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
621.64/155.87	c lits-rem:      3296  cl-subs:     8050  v-elim:      3  v-fix:    0  time: 15.24 s
621.64/155.87	c vivif2 --  cl tried     1710 cl shrink        6 lits rem          9 time: 0.00
622.00/155.91	c vivif2 --  cl tried    52882 cl shrink     3194 lits rem       4624 time: 0.15
622.00/155.99	c asymm  cl-useful: 0/1706/1706 lits-rem:0 time: 0.32
622.00/155.99	c calculated reachability. Time: 0.00
622.00/155.99	c  N st    59    806509       873      1706      1368     52882      8329    808909   no data   no data  --
700.67/175.65	c Finding binary XORs  T:     0.00 s  found:       0
748.12/187.60	c Finding binary XORs  T:     0.00 s  found:       0
864.65/216.78	c  F st    60   1071876       871      1702      1349     69157      8296   1058465   no data   no data  --
864.65/216.78	c  N st    60   1071876       871      1702      1349     69157      8296   1058465   no data   no data  --
869.84/218.03	c Decided on static restart strategy
892.18/223.60	c  N st    70   1100176       871      1702      1358     53962      8296    688497   no data   no data  --
931.29/233.40	c  N st    72   1136168       871      1702      1358     89238      8296   1492398   no data   no data  --
958.80/240.40	c  N st    73   1168561       871      1702      1362     76596      8296   1378903   no data   no data  --
958.80/240.41	c Finding binary XORs  T:     0.00 s  found:       0
1002.30/251.24	c  N st    74   1209763       871      1702      1364     70680      8296    987428   no data   no data  --
1002.30/251.24	c  S st    74   1209763       871      1702      1364     70680      8296    987428   no data   no data  --
1003.53/251.54	c  S st    74   1210265       871      1702      1366     71179      8296    996208   no data   no data  --
1003.53/251.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1003.53/251.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1003.89/251.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    107 BRemL:     16 BRemN:      0 P:  3.0M T:  0.32
1003.89/251.66	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1008.27/252.79	c subs with bin:     7636  lits-rem:      1522  v-fix:    0  time:  4.49 s
1008.67/252.80	c Subs w/ non-existent bins:      0 l-rem:   1834 v-fix:     0 done:    542 time:  0.05 s
1008.67/252.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1014.66/254.30	c lits-rem:      2652  cl-subs:     3099  v-elim:      3  v-fix:    0  time:  5.99 s
1014.66/254.30	c vivif2 --  cl tried     1705 cl shrink        6 lits rem          7 time: 0.00
1014.66/254.34	c vivif2 --  cl tried    60452 cl shrink     4250 lits rem       7552 time: 0.17
1015.07/254.45	c asymm  cl-useful: 2/1705/1705 lits-rem:2 time: 0.43
1015.07/254.45	c calculated reachability. Time: 0.00
1015.07/254.45	c  N st    74   1210265       868      1705      1372     60452      8281    848258   no data   no data  --
1015.07/254.45	c Finding binary XORs  T:     0.00 s  found:       0
1050.59/263.36	c Finding binary XORs  T:     0.00 s  found:       0
1086.10/272.20	c  N st    75   1283148       867      1702      1377     80507      8265   1295010   no data   no data  --
1096.48/274.87	c Finding binary XORs  T:     0.00 s  found:       0
1197.85/300.25	c  N st    76   1392472       866      1701      1354     92262      8248   1624597   no data   no data  --
1377.83/345.33	c  N st    77   1556457       865      1701      1360    101424      8248   1663970   no data   no data  --
1377.83/345.35	c Finding binary XORs  T:     0.00 s  found:       0
1553.82/389.44	c  N st    78   1710266       865      1701      1433     90594      8244   1349081   no data   no data  --
1553.82/389.44	c  S st    78   1710266       865      1701      1433     90594      8244   1349081   no data   no data  --
1555.42/389.85	c  S st    78   1710768       865      1701      1438     91093      8244   1360728   no data   no data  --
1555.42/389.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.03
1555.42/389.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1555.82/389.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     22 BRemL:     18 BRemN:      0 P:  4.3M T:  0.46
1556.23/390.02	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1556.23/390.07	c subs with bin:       36  lits-rem:       285  v-fix:    0  time:  0.21 s
1556.23/390.08	c Subs w/ non-existent bins:      0 l-rem:   1043 v-fix:     0 done:    187 time:  0.03 s
1556.23/390.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1584.43/397.16	c lits-rem:       379  cl-subs:    13255  v-elim:      3  v-fix:    0  time: 28.11 s
1584.43/397.16	c vivif2 --  cl tried     1697 cl shrink        2 lits rem          2 time: 0.00
1584.83/397.22	c vivif2 --  cl tried    77030 cl shrink     4482 lits rem       6146 time: 0.24
1585.23/397.39	c asymm  cl-useful: 4/1697/1697 lits-rem:5 time: 0.67
1585.23/397.39	c calculated reachability. Time: 0.00
1585.23/397.39	c  N st    78   1710768       861      1697      1360     77030      8208   1153358   no data   no data  --
1989.90/498.80	c  N st    79   2079733       861      1697      1360     89602      8208   1278024   no data   no data  --
1989.90/498.80	c Finding binary XORs  T:     0.00 s  found:       0
2145.54/537.74	c  N st    80   2210771       860      1697      1390     93983      8208   1406669   no data   no data  --
2145.54/537.74	c  S st    80   2210771       860      1697      1390     93983      8208   1406669   no data   no data  --
2145.54/537.75	c Finding binary XORs  T:     0.00 s  found:       0
2146.74/538.06	c  S st    80   2211277       859      1693      1316     94104      8176   1412616   no data   no data  --
2146.74/538.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2146.74/538.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2147.14/538.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     67 BRemL:     10 BRemN:      0 P:  3.7M T:  0.41
2147.54/538.22	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2147.54/538.27	c subs with bin:       20  lits-rem:       460  v-fix:    0  time:  0.22 s
2147.54/538.28	c Subs w/ non-existent bins:      0 l-rem:   1569 v-fix:     0 done:     64 time:  0.04 s
2147.54/538.28	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2171.88/544.37	c lits-rem:      1500  cl-subs:    12423  v-elim:      2  v-fix:    0  time: 24.30 s
2171.88/544.37	c vivif2 --  cl tried     1691 cl shrink        2 lits rem          2 time: 0.00
2172.28/544.43	c vivif2 --  cl tried    81671 cl shrink     3646 lits rem       4597 time: 0.22
2172.68/544.57	c asymm  cl-useful: 1/1691/1691 lits-rem:1 time: 0.58
2172.68/544.58	c calculated reachability. Time: 0.00
2172.68/544.58	c  N st    80   2211277       857      1691      1294     81671      8151   1216849   no data   no data  --
2172.68/544.58	c Finding binary XORs  T:     0.00 s  found:       0
2804.01/702.72	c  N st    81   2711277       856      1691      1304    106122      8151   1626382   no data   no data  --
2804.01/702.72	c  S st    81   2711277       856      1691      1304    106122      8151   1626382   no data   no data  --
2804.01/702.74	c Finding binary XORs  T:     0.00 s  found:       1
2805.61/703.18	c  S st    81   2711779       853      1681      1300    105861      8080   1625645   no data   no data  --
2805.61/703.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2805.61/703.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2806.01/703.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     66 BRemL:     27 BRemN:      0 P:  3.3M T:  0.42
2806.41/703.30	c Replacing        1 vars Replaced     1480 lits Time:     0.06 s 
2806.41/703.36	c bin-w-bin subsume rem            3 bins  time:  0.00 s
2806.82/703.45	c subs with bin:      158  lits-rem:      1708  v-fix:    0  time:  0.37 s
2806.82/703.47	c Subs w/ non-existent bins:      7 l-rem:   1310 v-fix:     0 done:    415 time:  0.07 s
2806.82/703.47	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2832.35/709.82	c lits-rem:      2232  cl-subs:    11096  v-elim:      5  v-fix:    0  time: 25.36 s
2832.35/709.82	c vivif2 --  cl tried     1680 cl shrink        7 lits rem         11 time: 0.00
2832.76/709.90	c vivif2 --  cl tried    94595 cl shrink     6174 lits rem       8908 time: 0.31
2833.16/710.08	c asymm  cl-useful: 0/1680/1680 lits-rem:0 time: 0.73
2833.16/710.09	c calculated reachability. Time: 0.00
2833.16/710.09	c  N st    81   2711779       847      1680      1244     94595      8056   1446118   no data   no data  --
3482.47/872.79	c  N st    82   3211779       847      1680      1245    145710      8056   2403461   no data   no data  --
3482.47/872.79	c  S st    82   3211779       847      1680      1245    145710      8056   2403461   no data   no data  --
3482.87/872.88	c Finding binary XORs  T:     0.00 s  found:      11
3483.70/873.04	c Replacing       11 vars Replaced    31513 lits Time:     0.61 s 
3485.66/873.54	c  S st    82   3212282       829      1644      1241    130918      7879   2066023   no data   no data  --
3485.66/873.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3485.66/873.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3486.46/873.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     28 BRemL:     36 BRemN:      0 P:  4.7M T:  0.58
3486.46/873.71	c Replacing        1 vars Replaced      806 lits Time:     0.05 s 
3486.46/873.78	c bin-w-bin subsume rem            9 bins  time:  0.00 s
3488.84/874.31	c subs with bin:     1036  lits-rem:     21091  v-fix:    0  time:  2.09 s
3488.84/874.32	c Subs w/ non-existent bins:     10 l-rem:   1259 v-fix:     0 done:     63 time:  0.06 s
3488.84/874.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3564.27/893.30	c lits-rem:      3726  cl-subs:    28447  v-elim:      0  v-fix:    0  time: 75.71 s
3564.67/893.30	c vivif2 --  cl tried     1635 cl shrink        3 lits rem          3 time: 0.00
3564.67/893.39	c vivif2 --  cl tried   101434 cl shrink     6883 lits rem       8676 time: 0.36
3565.47/893.59	c asymm  cl-useful: 2/1635/1635 lits-rem:2 time: 0.80
3565.47/893.59	c calculated reachability. Time: 0.00
3565.47/893.59	c  N st    82   3212282       828      1635      1222    101434      7828   1593056   no data   no data  --
3565.47/893.59	c Finding binary XORs  T:     0.00 s  found:       0
3620.94/907.40	c Finding binary XORs  T:     0.00 s  found:       0
4026.82/1009.16	c Finding binary XORs  T:     0.00 s  found:      11
4027.22/1009.20	c Replacing       13 vars Replaced    15850 lits Time:     0.14 s 
4226.75/1059.26	c Finding binary XORs  T:     0.00 s  found:      24
4226.75/1059.29	c Replacing       45 vars Replaced    27210 lits Time:     0.14 s 
4231.94/1060.57	c  N st    83   3712283       735      1441      1145     61353      6934    744307   no data   no data  --
4231.94/1060.57	c  S st    83   3712283       735      1441      1145     61353      6934    744307   no data   no data  --
4233.14/1060.85	c  S st    83   3712789       735      1441      1146     61850      6934    752699   no data   no data  --
4233.14/1060.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4233.14/1060.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4233.54/1060.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    157 BRemL:    104 BRemN:      5 P:  2.1M T:  0.25
4233.54/1060.92	c Replacing        1 vars Replaced      297 lits Time:     0.02 s 
4233.54/1060.95	c bin-w-bin subsume rem           42 bins  time:  0.00 s
4234.37/1061.18	c subs with bin:     2522  lits-rem:     13401  v-fix:    0  time:  0.93 s
4234.73/1061.21	c Subs w/ non-existent bins:    250 l-rem:   1990 v-fix:     0 done:    423 time:  0.10 s
4234.73/1061.21	c Removed useless bin:       1  fixed:     0  props:   0.01M  time:  0.00 s
4245.51/1063.97	c lits-rem:      9293  cl-subs:     5618  v-elim:      7  v-fix:    0  time: 11.03 s
4245.51/1063.97	c vivif2 --  cl tried     1373 cl shrink        3 lits rem          3 time: 0.00
4245.91/1064.00	c vivif2 --  cl tried    53532 cl shrink     2594 lits rem       3317 time: 0.12
4246.31/1064.10	c asymm  cl-useful: 6/1373/1373 lits-rem:14 time: 0.38
4246.31/1064.10	c calculated reachability. Time: 0.00
4246.31/1064.10	c  N st    83   3712789       727      1369      1073     53531      6736    630347   no data   no data  --
4246.31/1064.10	c Finding binary XORs  T:     0.00 s  found:       0
4289.41/1074.90	c Finding binary XORs  T:     0.00 s  found:       3
4289.81/1075.07	c  F st    84   3751562       721      1347      1145     28397      6646    233828   no data   no data  --
4289.81/1075.08	c Replacing        5 vars Replaced      938 lits Time:     0.01 s 
4289.81/1075.08	c  N st    84   3751562       715      1341      1106     28335      6597    233112   no data   no data  --
4293.39/1075.93	c Decided on static restart strategy
4294.19/1076.17	c Replacing       33 vars Replaced     4733 lits Time:     0.02 s 
4295.76/1076.74	c Following stats are for *FIRST FINISHED THREAD ONLY*
4295.76/1076.74	c num threads              : 4          
4295.76/1076.74	c restarts                 : 82         
4295.76/1076.74	c dynamic restarts         : 0          
4295.76/1076.74	c static restarts          : 82         
4295.76/1076.74	c full restarts            : 4          
4295.76/1076.74	c total simplify time      : 5.09       
4295.76/1076.74	c learnts DL2              : 0          
4295.76/1076.74	c learnts size 2           : 4470       
4295.76/1076.74	c learnts size 1           : 242         (17.29     % of vars)
4295.76/1076.74	c filedLit time            : 2.98        (0.07      % time)
4295.76/1076.74	c v-elim SatELite          : 497         (35.50     % vars)
4295.76/1076.74	c SatELite time            : 291.61      (6.79      % time)
4295.76/1076.74	c v-elim xor               : 16          (1.14      % vars)
4295.76/1076.74	c xor elim time            : 0.19        (0.00      % time)
4295.76/1076.74	c num binary xor trees     : 85         
4295.76/1076.74	c binxor trees' crown      : 133         (1.56      leafs/tree)
4295.76/1076.74	c bin xor find time        : 0.04       
4295.76/1076.74	c OTF clause improved      : 159278      (0.04      clauses/conflict)
4295.76/1076.74	c OTF impr. size diff      : 170140      (1.07       lits/clause)
4295.76/1076.74	c OTF cl watch-shrink      : 2007427     (0.54      clauses/conflict)
4295.76/1076.74	c OTF cl watch-sh-lit      : 4927120     (2.45       lits/clause)
4295.76/1076.74	c tried to recurMin cls    : 1020785     (27.29      % of conflicts)
4295.76/1076.74	c updated cache            : 18426       (0.02       lits/tried recurMin)
4295.76/1076.74	c unit cls received        : 29          (11.98     % of units)
4295.76/1076.74	c unit cls sent            : 54          (22.31     % of units)
4295.76/1076.74	c bin cls received         : 1575       
4295.76/1076.74	c bin cls sent             : 355        
4295.76/1076.74	c clauses over max glue    : 0           (0.00      % of all clauses)
4295.76/1076.74	c conflicts                : 3740297     (871.08    / sec)
4295.76/1076.74	c decisions                : 4352216     (0.43      % random)
4295.76/1076.74	c bogo-props               : 191700846687 (44645089.72 / sec)
4295.76/1076.74	c conflict literals        : 84546147    (62.57     % deleted)
4295.76/1076.74	c Memory used              : 615.83      MB
4295.76/1076.74	c single-thread CPU time   : 4293.88     s
4295.76/1076.74	c all-threads sum CPU time : 4293.88     s
4295.76/1076.74	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369476-1305389035/watcher-3369476-1305389035 -o /tmp/evaluation-result-3369476-1305389035/solver-3369476-1305389035 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369476-1305389035.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 650501674 52465664 351 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226802 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1756/statm: 12809 351 303 112 0 7774 0
[pid=1756/tid=1757] ppid=1754 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650501675 52465664 351 33554432000 4194304 4650419 140736171238976 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650501675 52465664 351 33554432000 4194304 4650419 140736171238976 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650501675 52465664 351 33554432000 4194304 4650419 140736171238976 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.071321 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=51236 CPUtime=0.13 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 416 0 0 0 13 0 0 0 25 0 4 0 650501674 52465664 356 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226393 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 12809 356 306 112 0 7774 0
[pid=1756/tid=1757] ppid=1754 vsize=51236 CPUtime=0.04 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 0 0 0 0 4 0 0 0 25 0 4 0 650501675 52465664 356 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226802 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 650501675 52465664 356 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226393 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=51236 CPUtime=0.06 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1 0 0 0 6 0 0 0 25 0 4 0 650501675 52465664 356 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226397 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 51236

[startup+0.876221 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=285900 CPUtime=3.34 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 5087 0 0 0 333 1 0 0 18 0 4 0 650501674 292761600 3224 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 71475 3224 394 112 0 66440 0
[pid=1756/tid=1757] ppid=1754 vsize=285900 CPUtime=0.84 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1129 0 0 0 84 0 0 0 19 0 4 0 650501675 292761600 3224 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=285900 CPUtime=0.8 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1335 0 0 0 80 0 0 0 18 0 4 0 650501675 292761600 3225 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=285900 CPUtime=0.86 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 882 0 0 0 86 0 0 0 18 0 4 0 650501675 292761600 3225 33554432000 4194304 4650419 140736171238976 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 285900

[startup+0.901139 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=285900 CPUtime=3.44 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 5139 0 0 0 343 1 0 0 18 0 4 0 650501674 292761600 3276 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 71475 3276 394 112 0 66440 0
[pid=1756/tid=1757] ppid=1754 vsize=285900 CPUtime=0.86 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1143 0 0 0 86 0 0 0 19 0 4 0 650501675 292761600 3276 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=285900 CPUtime=0.82 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1350 0 0 0 82 0 0 0 19 0 4 0 650501675 292761600 3276 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=285900 CPUtime=0.88 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 892 0 0 0 88 0 0 0 18 0 4 0 650501675 292761600 3276 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 285900

[startup+1.00112 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=286436 CPUtime=3.84 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 5477 0 0 0 383 1 0 0 19 0 4 0 650501674 293310464 3253 33554432000 4194304 4650419 140736171238976 18446744073709551615 4333846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 71609 3253 394 112 0 66574 0
[pid=1756/tid=1757] ppid=1754 vsize=286436 CPUtime=0.96 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1348 0 0 0 96 0 0 0 19 0 4 0 650501675 293310464 3253 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=286436 CPUtime=0.92 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1395 0 0 0 92 0 0 0 19 0 4 0 650501675 293310464 3253 33554432000 4194304 4650419 140736171238976 18446744073709551615 4333715 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=286436 CPUtime=0.98 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 937 0 0 0 98 0 0 0 19 0 4 0 650501675 293310464 3253 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363683 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 286436

[startup+1.50103 s]
/proc/loadavg: 2.70 3.03 3.23 2/281 1756
/proc/meminfo: memFree=21758784/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=286800 CPUtime=5.84 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 6689 0 0 0 582 2 0 0 19 0 4 0 650501674 293683200 3831 33554432000 4194304 4650419 140736171238976 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 71700 3832 394 112 0 66665 0
[pid=1756/tid=1757] ppid=1754 vsize=286800 CPUtime=1.46 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1602 0 0 0 146 0 0 0 20 0 4 0 650501675 293683200 3832 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=286800 CPUtime=1.42 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1776 0 0 0 142 0 0 0 20 0 4 0 650501675 293683200 3832 33554432000 4194304 4650419 140736171238976 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=286800 CPUtime=1.48 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 1295 0 0 0 148 0 0 0 20 0 4 0 650501675 293683200 3832 33554432000 4194304 4650419 140736171238976 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 286800

[startup+3.10075 s]
/proc/loadavg: 3.44 3.18 3.28 9/291 1769
/proc/meminfo: memFree=21541224/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=288192 CPUtime=12.22 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 11748 0 0 0 1219 3 0 0 25 0 4 0 650501674 295108608 5997 33554432000 4194304 4650419 140736171238976 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 72048 5998 395 112 0 67013 0
[pid=1756/tid=1757] ppid=1754 vsize=288192 CPUtime=3.04 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 2634 0 0 0 304 0 0 0 25 0 4 0 650501675 295108608 5998 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=288192 CPUtime=3.03 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 2777 0 0 0 302 1 0 0 25 0 4 0 650501675 295108608 5998 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=288192 CPUtime=3.08 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 2180 0 0 0 308 0 0 0 25 0 4 0 650501675 295108608 5998 33554432000 4194304 4650419 140736171238976 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 288192

[startup+6.30118 s]
/proc/loadavg: 3.81 3.26 3.30 9/291 1769
/proc/meminfo: memFree=21452076/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=288824 CPUtime=24.98 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 20805 0 0 0 2494 4 0 0 25 0 4 0 650501674 295755776 11833 33554432000 4194304 4650419 140736171238976 18446744073709551615 4333569 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 72206 11833 395 112 0 67171 0
[pid=1756/tid=1757] ppid=1754 vsize=288824 CPUtime=6.21 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 4872 0 0 0 621 0 0 0 25 0 4 0 650501675 295755776 11833 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363945 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=288824 CPUtime=6.23 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 5378 0 0 0 621 2 0 0 25 0 4 0 650501675 295755776 11833 33554432000 4194304 4650419 140736171238976 18446744073709551615 4328424 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=288824 CPUtime=6.28 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 4756 0 0 0 628 0 0 0 25 0 4 0 650501675 295755776 11833 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 288824

[startup+12.701 s]
/proc/loadavg: 4.14 3.34 3.33 9/291 1770
/proc/meminfo: memFree=21376896/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=298360 CPUtime=50.54 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 31484 0 0 0 5047 7 0 0 25 0 4 0 650501674 305520640 16774 33554432000 4194304 4650419 140736171238976 18446744073709551615 4438756 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 74590 16774 395 112 0 69555 0
[pid=1756/tid=1757] ppid=1754 vsize=298360 CPUtime=12.56 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 7701 0 0 0 1255 1 0 0 25 0 4 0 650501675 305520640 16777 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366849 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=298360 CPUtime=12.63 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 7403 0 0 0 1261 2 0 0 25 0 4 0 650501675 305520640 16777 33554432000 4194304 4650419 140736171238976 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=298360 CPUtime=12.69 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 7523 0 0 0 1268 1 0 0 25 0 4 0 650501675 305520640 16777 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 298360

[startup+25.5008 s]
/proc/loadavg: 4.74 3.49 3.38 9/291 1770
/proc/meminfo: memFree=21282828/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=305692 CPUtime=101.62 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 48459 0 0 0 10151 11 0 0 25 0 4 0 650501674 313028608 19809 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 76423 19809 395 112 0 71388 0
[pid=1756/tid=1757] ppid=1754 vsize=305692 CPUtime=25.24 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 11916 0 0 0 2522 2 0 0 25 0 4 0 650501675 313028608 19809 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=305692 CPUtime=25.42 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 12136 0 0 0 2539 3 0 0 25 0 4 0 650501675 313028608 19809 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=305692 CPUtime=25.48 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 11430 0 0 0 2545 3 0 0 25 0 4 0 650501675 313028608 19809 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 305692

[startup+51.1002 s]
/proc/loadavg: 6.27 3.95 3.53 10/292 1774
/proc/meminfo: memFree=21064272/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=312256 CPUtime=203.77 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 73077 0 0 0 20360 17 0 0 25 0 4 0 650501674 319750144 27270 33554432000 4194304 4650419 140736171238976 18446744073709551615 4330510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 78064 27270 395 112 0 73029 0
[pid=1756/tid=1757] ppid=1754 vsize=312256 CPUtime=50.61 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 18692 0 0 0 5057 4 0 0 25 0 4 0 650501675 319750144 27270 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=312256 CPUtime=51.03 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 17919 0 0 0 5098 5 0 0 25 0 4 0 650501675 319750144 27270 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=312256 CPUtime=51.07 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 17787 0 0 0 5103 4 0 0 25 0 4 0 650501675 319750144 27270 33554432000 4194304 4650419 140736171238976 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 312256

[startup+102.301 s]
/proc/loadavg: 7.57 4.70 3.81 9/291 1775
/proc/meminfo: memFree=20952120/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=309560 CPUtime=408.1 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 112200 0 0 0 40782 28 0 0 25 0 4 0 650501674 316989440 35472 33554432000 4194304 4650419 140736171238976 18446744073709551615 4313440 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 77390 35472 395 112 0 72355 0
[pid=1756/tid=1757] ppid=1754 vsize=309560 CPUtime=101.33 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 27325 0 0 0 10126 7 0 0 25 0 4 0 650501675 316989440 35472 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=309560 CPUtime=102.23 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 28364 0 0 0 10216 7 0 0 25 0 4 0 650501675 316989440 35472 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=309560 CPUtime=102.28 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 26271 0 0 0 10221 7 0 0 25 0 4 0 650501675 316989440 35472 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 309560

[startup+162.3 s]

################
# More data... #
################

/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 107180 0 0 0 88186 40 0 0 25 0 4 0 650501675 584187904 88852 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.77
Current children cumulated vsize (KiB) 570496

[startup+942.311 s]
/proc/loadavg: 8.25 7.92 6.29 9/291 1827
/proc/meminfo: memFree=18093556/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=570656 CPUtime=3760.26 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 502421 0 0 0 375844 182 0 0 25 0 4 0 650501674 584351744 96171 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 142664 96171 407 112 0 137629 0
[pid=1756/tid=1757] ppid=1754 vsize=570656 CPUtime=933.58 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 106413 0 0 0 93318 40 0 0 25 0 4 0 650501675 584351744 96171 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=570656 CPUtime=942.1 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 139475 0 0 0 94160 50 0 0 25 0 4 0 650501675 584351744 96171 33554432000 4194304 4650419 140736171238976 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=570656 CPUtime=942.27 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 109382 0 0 0 94186 41 0 0 25 0 4 0 650501675 584351744 96171 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.26
Current children cumulated vsize (KiB) 570656

[startup+1002.3 s]
/proc/loadavg: 8.34 7.99 6.41 10/291 1829
/proc/meminfo: memFree=17845988/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=584384 CPUtime=3999.68 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 523492 0 0 0 399779 189 0 0 25 0 4 0 650501674 598409216 106011 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 146096 106011 407 112 0 141061 0
[pid=1756/tid=1757] ppid=1754 vsize=584384 CPUtime=993.03 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 112872 0 0 0 99261 42 0 0 25 0 4 0 650501675 598409216 106011 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=584384 CPUtime=1002.1 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 142987 0 0 0 100158 52 0 0 25 0 4 0 650501675 598409216 106011 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=584384 CPUtime=1002.25 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 114215 0 0 0 100182 43 0 0 25 0 4 0 650501675 598409216 106011 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.68
Current children cumulated vsize (KiB) 584384

[startup+1062.3 s]
/proc/loadavg: 8.24 8.02 6.52 9/291 1831
/proc/meminfo: memFree=17837368/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=557140 CPUtime=4239.12 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 535630 0 0 0 423716 196 0 0 25 0 4 0 650501674 570511360 94567 33554432000 4194304 4650419 140736171238976 18446744073709551615 4439089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 139285 94567 404 112 0 134250 0
[pid=1756/tid=1757] ppid=1754 vsize=557140 CPUtime=1052.47 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 115485 0 0 0 105204 43 0 0 25 0 4 0 650501675 570511360 94567 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=557140 CPUtime=1062.1 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 106156 54 0 0 25 0 4 0 650501675 570511360 94567 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=557140 CPUtime=1062.26 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 115798 0 0 0 106181 45 0 0 25 0 4 0 650501675 570511360 94567 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.12
Current children cumulated vsize (KiB) 557140

Solver just ended. Dumping a history of the last processes samples

[startup+1063 s]
/proc/loadavg: 8.24 8.02 6.52 9/291 1831
/proc/meminfo: memFree=17837368/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=557140 CPUtime=4241.92 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 535670 0 0 0 423996 196 0 0 25 0 4 0 650501674 570511360 94607 33554432000 4194304 4650419 140736171238976 18446744073709551615 4439082 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 139285 94607 404 112 0 134250 0
[pid=1756/tid=1757] ppid=1754 vsize=557140 CPUtime=1053.17 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 115524 0 0 0 105273 44 0 0 25 0 4 0 650501675 570511360 94607 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=557140 CPUtime=1062.8 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 106226 54 0 0 25 0 4 0 650501675 570511360 94607 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=557140 CPUtime=1062.96 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 115799 0 0 0 106251 45 0 0 25 0 4 0 650501675 570511360 94607 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.92
Current children cumulated vsize (KiB) 557140

[startup+1069.4 s]
/proc/loadavg: 8.30 8.04 6.53 9/291 1831
/proc/meminfo: memFree=17856948/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4267.45 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 538150 0 0 0 426549 196 0 0 25 0 4 0 650501674 637620224 96204 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 96204 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1059.51 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 115906 0 0 0 105907 44 0 0 25 0 4 0 650501675 637620224 96204 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1069.2 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 106866 54 0 0 25 0 4 0 650501675 637620224 96204 33554432000 4194304 4650419 140736171238976 18446744073709551615 4313370 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1069.36 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116855 0 0 0 106891 45 0 0 25 0 4 0 650501675 637620224 96204 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4267.45
Current children cumulated vsize (KiB) 622676

[startup+1072.6 s]
/proc/loadavg: 8.28 8.04 6.54 10/291 1831
/proc/meminfo: memFree=17854592/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4280.22 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 538656 0 0 0 427825 197 0 0 25 0 4 0 650501674 637620224 96710 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 96710 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1062.68 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116060 0 0 0 106224 44 0 0 25 0 4 0 650501675 637620224 96710 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1072.4 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107186 54 0 0 25 0 4 0 650501675 637620224 96710 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1072.55 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 117045 0 0 0 107210 45 0 0 25 0 4 0 650501675 637620224 96710 33554432000 4194304 4650419 140736171238976 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4280.22
Current children cumulated vsize (KiB) 622676

[startup+1074.2 s]
/proc/loadavg: 8.28 8.04 6.54 9/291 1831
/proc/meminfo: memFree=17853224/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4286.62 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 538903 0 0 0 428465 197 0 0 25 0 4 0 650501674 637620224 96957 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 96957 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1064.27 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116136 0 0 0 106383 44 0 0 25 0 4 0 650501675 637620224 96958 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1074.01 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107347 54 0 0 25 0 4 0 650501675 637620224 96958 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1074.16 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 117131 0 0 0 107371 45 0 0 25 0 4 0 650501675 637620224 96958 33554432000 4194304 4650419 140736171238976 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4286.62
Current children cumulated vsize (KiB) 622676

[startup+1075.8 s]
/proc/loadavg: 8.28 8.04 6.54 9/291 1831
/proc/meminfo: memFree=17850372/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4292.99 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 539722 0 0 0 429102 197 0 0 25 0 4 0 650501674 637620224 97684 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 97684 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1065.85 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116219 0 0 0 106541 44 0 0 25 0 4 0 650501675 637620224 97684 33554432000 4194304 4650419 140736171238976 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1075.6 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107506 54 0 0 25 0 4 0 650501675 637620224 97684 33554432000 4194304 4650419 140736171238976 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1075.75 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 117212 0 0 0 107530 45 0 0 25 0 4 0 650501675 637620224 97684 33554432000 4194304 4650419 140736171238976 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4292.99
Current children cumulated vsize (KiB) 622676

[startup+1076.2 s]
/proc/loadavg: 8.28 8.04 6.54 9/291 1831
/proc/meminfo: memFree=17850372/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4294.59 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) R 1754 1756 1724 0 -1 4202496 539784 0 0 0 429262 197 0 0 25 0 4 0 650501674 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226393 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 97746 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1066.25 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116231 0 0 0 106581 44 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1076 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107546 54 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463201988 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1076.15 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 117223 0 0 0 107570 45 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226387 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4294.59
Current children cumulated vsize (KiB) 622676

[startup+1076.6 s]
/proc/loadavg: 8.26 8.04 6.55 7/291 1831
/proc/meminfo: memFree=17849996/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4295.56 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) S 1754 1756 1724 0 -1 4202496 539784 0 0 0 429359 197 0 0 25 0 4 0 650501674 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 97746 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1066.65 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116231 0 0 0 106621 44 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1076.4 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107586 54 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 4220618 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1076.24 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) S 1754 1756 1724 0 -1 4202560 117223 0 0 0 107579 45 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226420 0 0 4096 2 18446604448621083456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4295.56
Current children cumulated vsize (KiB) 622676

[startup+1076.7 s]
/proc/loadavg: 8.26 8.04 6.55 7/291 1831
/proc/meminfo: memFree=17849996/32951124 swapFree=66457188/67111528
[pid=1756] ppid=1754 vsize=622676 CPUtime=4295.76 cores=0,2,4,6
/proc/1756/stat : 1756 (strangenight1-m) S 1754 1756 1724 0 -1 4202496 539784 0 0 0 429379 197 0 0 25 0 4 0 650501674 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1756/statm: 155669 97746 404 112 0 150634 0
[pid=1756/tid=1757] ppid=1754 vsize=622676 CPUtime=1066.75 cores=0,2,4,6
/proc/1756/task/1757/stat : 1757 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 116231 0 0 0 106631 44 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1756/tid=1758] ppid=1754 vsize=622676 CPUtime=1076.5 cores=0,2,4,6
/proc/1756/task/1758/stat : 1758 (strangenight1-m) R 1754 1756 1724 0 -1 4202560 147554 0 0 0 107596 54 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463201988 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1756/tid=1759] ppid=1754 vsize=622676 CPUtime=1076.24 cores=0,2,4,6
/proc/1756/task/1759/stat : 1759 (strangenight1-m) S 1754 1756 1724 0 -1 4202560 117223 0 0 0 107579 45 0 0 25 0 4 0 650501675 637620224 97746 33554432000 4194304 4650419 140736171238976 18446744073709551615 47528463226420 0 0 4096 2 18446604448621083456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4295.76
Current children cumulated vsize (KiB) 622676

Child status: 20
Real time (s): 1076.77
CPU time (s): 4295.88
CPU user time (s): 4293.88
CPU system time (s): 1.9967
CPU usage (%): 398.962
Max. virtual memory (cumulated for all children) (KiB): 648716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4293.88
system time used= 1.9967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 569
involuntary context switches= 29701

runsolver used 2.92855 second user time and 6.87195 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 18:03:55
IDJOB=3369476
IDBENCH=20472
IDSOLVER=1846
FILE ID=node132/3369476-1305389035
RUNJOBID= node132-1305389035-1742
PBS_JOBID= 13324437
Free space on /tmp= 73332 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369476-1305389035/watcher-3369476-1305389035 -o /tmp/evaluation-result-3369476-1305389035/solver-3369476-1305389035 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369476-1305389035.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1758334358

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21759312 kB
Buffers:        258548 kB
Cached:        5397844 kB
SwapCached:       6904 kB
Active:        4734328 kB
Inactive:      6169348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21759312 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            6404 kB
Writeback:           0 kB
AnonPages:     5244692 kB
Mapped:          18800 kB
Slab:           200300 kB
PageTables:      24832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34741856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73192 MiB
End job on node132 at 2011-05-14 18:21:52