Trace number 3367162

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-2-mt (fixed)UNSAT 2154.07 585.942

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367162-1305389081.cnf'
0.00/0.02	c -- header says num vars:          37432
0.00/0.02	c -- header says num clauses:      147345
0.24/0.30	c -- clauses added:            0 learnts,       147345 normals,            0 xors
0.24/0.30	c -- vars added      37432
0.24/0.30	c Parsing time:  0.06 s
0.24/0.30	c  N st     0         0     37432     77121     69621         0    401064         0   no data   no data
3.23/0.82	c asymm  cl-useful: 55/3644/76971 lits-rem:108 time: 0.73
15.54/3.95	c Flit:    79 Blit:      3 bXBeca:    0 bXProp: 7905 Bins:      0 BRemL:      0 BRemN:      0 P: 72.9M T:  3.09
15.54/3.98	c Replacing     7905 vars Replaced   205687 lits Time:     0.02 s 
15.54/4.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.96/4.01	c bin-w-bin subsume rem            6 bins  time:  0.00 s
15.96/4.02	c subs with bin:        2  lits-rem:         4  v-fix:    0  time:  0.01 s
17.11/4.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28836 time:  0.30 s
17.51/4.48	c Removed useless bin:       3  fixed:     0  props:  20.02M  time:  0.15 s
18.31/4.69	c lits-rem:        13  cl-subs:       68  v-elim:   9612  v-fix:    0  time:  0.21 s
19.11/4.80	c Finding binary XORs  T:     0.11 s  found:     913
19.11/4.81	c Replacing      913 vars Replaced    20428 lits Time:     0.01 s 
19.11/4.87	c Finding non-binary XORs:     0.04 s (found:   12105, avg size: 3.1)
19.11/4.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   5172 locsubst: 11477 time:   0.02
19.11/4.87	c Replacing      285 vars Replaced     3361 lits Time:     0.00 s 
19.11/4.89	c calculated reachability. Time: 0.01
19.11/4.89	c Calc default polars -  time:   0.00 s pos:    3253 undec:   25360 neg:    8819
19.11/4.89	c =========================================================================================
19.11/4.89	c types(t): F = full restart, N = normal restart
19.11/4.89	c types(t): S = simplification begin/end, E = solution found
19.11/4.89	c restart types(rt): st = static, dy = dynamic
19.11/4.89	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
19.11/4.89	c  B st     0         0     12854     22298     33475         0    223838         0   no data   no data
20.69/5.22	c  N dy    19      4068     12854     22298     33520      3436    223835    156002     10.86     40.02
21.50/5.45	c  N dy    34      8529     12852     22298     34079      7152    223835    255904     11.90     12.64
23.10/5.82	c  N dy    60     13067     12852     22298     34096     10990    223834    390995     13.55     14.63
23.90/6.05	c  N dy    74     17432     12852     22298     34421     14323    223833    454695     12.39     13.06
24.74/6.26	c  N dy    84     21486     12852     22298     34535      9254    223832    118925     11.82     21.01
25.49/6.41	c Finding binary XORs  T:     0.08 s  found:     164
25.49/6.42	c Replacing      164 vars Replaced     6640 lits Time:     0.01 s 
25.88/6.50	c  F st    95     25000     12688     22290     34251     11080    223799    159146     11.45      4.72
25.88/6.55	c  N st    97     25626     12688     22290     34254     11570    223799    172921     11.45   no data
29.12/7.33	c  N dy   101     30000     12687     22290     34396     15672    223799    558319     11.45   no data
29.12/7.33	c  S st   101     30000     12687     22290     34396     15672    223799    558319     11.45   no data
29.12/7.38	c  S st   101     30502     12687     22290     34405     16085    223797    565574     11.45   no data
29.47/7.41	c x-sub:   350 x-cut:      0 vfix:      0 v-elim:   2641 locsubst:  1072 time:   0.03
41.05/10.33	c Flit:    13 Blit:      1 bXBeca:    0 bXProp: 1981 Bins:  85643 BRemL:  18936 BRemN:      0 P: 64.8M T:  2.91
41.05/10.36	c Replacing     2074 vars Replaced   252296 lits Time:     0.03 s 
41.05/10.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.45/10.40	c bin-w-bin subsume rem        59589 bins  time:  0.03 s
41.45/10.45	c subs with bin:     6228  lits-rem:     15471  v-fix:    0  time:  0.05 s
41.45/10.49	c Subs w/ non-existent bins:   1718 l-rem:   1735 v-fix:     0 done:   7957 time:  0.04 s
41.86/10.51	c Removed useless bin:    1902  fixed:     0  props:   2.16M  time:  0.01 s
41.86/10.54	c lits-rem:       241  cl-subs:     3246  v-elim:     56  v-fix:    0  time:  0.03 s
41.86/10.55	c subs with bin:       92  lits-rem:      1895  v-fix:    0  time:  0.01 s
41.86/10.56	c lits-rem:       100  cl-subs:      337  v-elim:      0  v-fix:    0  time:  0.01 s
43.03/10.86	c asymm  cl-useful: 196/7222/10866 lits-rem:196 time: 0.31
43.03/10.87	c calculated reachability. Time: 0.00
43.03/10.87	c  N dy   101     30502      7901     10866     36414      1159    115215     45766     11.45   no data
43.43/10.93	c Finding binary XORs  T:     0.06 s  found:      25
43.83/11.08	c  N dy   110     35659      7901     10866     36582      5311    115212    115048     11.17     11.81
44.63/11.21	c  N dy   121     39904      7901     10866    108589      8833    115211    335999     11.11     11.87
45.03/11.39	c Finding binary XORs  T:     0.05 s  found:      22
45.83/11.59	c  N dy   153     44726      7900     10866    108609      7940    115209    353940     12.40     13.08
46.24/11.63	c  S st   160     45753      7900     10866    108610      8737    115208    368901     12.39      5.62
46.24/11.67	c  S st   160     46255      7900     10866    108613      9178    115208    376393     12.39   no data
46.24/11.70	c x-sub:   150 x-cut:      0 vfix:      0 v-elim:   1239 locsubst:   705 time:   0.03
49.01/12.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   28 Bins:   5777 BRemL:  48472 BRemN:   1341 P: 10.4M T:  0.61
49.01/12.32	c Replacing      118 vars Replaced     2535 lits Time:     0.01 s 
49.01/12.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.01/12.34	c bin-w-bin subsume rem        39187 bins  time:  0.02 s
49.01/12.36	c subs with bin:      641  lits-rem:       564  v-fix:    0  time:  0.01 s
49.01/12.37	c Subs w/ non-existent bins:    144 l-rem:    156 v-fix:     0 done:   6543 time:  0.02 s
49.01/12.38	c Removed useless bin:     121  fixed:     0  props:   0.67M  time:  0.01 s
49.01/12.39	c lits-rem:        17  cl-subs:      131  v-elim:     42  v-fix:    0  time:  0.01 s
49.01/12.39	c subs with bin:       15  lits-rem:       789  v-fix:    0  time:  0.00 s
49.41/12.40	c lits-rem:       102  cl-subs:      330  v-elim:      0  v-fix:    0  time:  0.01 s
49.41/12.41	c vivif2 --  cl tried    10103 cl shrink       81 lits rem        124 time: 0.01
49.41/12.41	c vivif2 --  cl tried     2095 cl shrink       24 lits rem         30 time: 0.00
50.62/12.73	c asymm  cl-useful: 266/10103/10103 lits-rem:442 time: 0.32
50.62/12.74	c calculated reachability. Time: 0.00
50.62/12.74	c  N dy   160     46255      6501     10100     24769      2094    103641     41237     12.39   no data
50.62/12.79	c Finding binary XORs  T:     0.05 s  found:       3
51.40/12.91	c  N dy   186     50294      6501     10100     24772      5199    103641    118424     12.80     56.35
52.21/13.14	c  N dy   221     54296      6501     10100     31026      8731    103640    280517     14.06     47.83
52.61/13.24	c Finding binary XORs  T:     0.04 s  found:      98
52.61/13.24	c Replacing      101 vars Replaced     5151 lits Time:     0.01 s 
52.61/13.29	c  N dy   233     58666      6400     10084     30694     12514    103554    361529     13.93     14.69
53.40/13.42	c  N dy   249     62742      6400     10084     34220     15677    103553    446550     14.09     33.74
53.80/13.55	c  N dy   266     66789      6400     10084     34305     10587    103551    189533     14.15     27.89
54.20/13.62	c  S st   277     69382      6400     10084     34305     12554    103551    241198     14.32     11.33
54.20/13.66	c  S st   277     69883      6400     10084     34305     12984    103551    245909     14.32   no data
54.20/13.70	c x-sub:    63 x-cut:      0 vfix:      0 v-elim:    289 locsubst:   802 time:   0.03
55.79/14.05	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:  160 Bins:   2323 BRemL:  13996 BRemN:    204 P:  7.3M T:  0.35
55.79/14.05	c Replacing      193 vars Replaced     4545 lits Time:     0.01 s 
55.79/14.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.79/14.06	c bin-w-bin subsume rem         4300 bins  time:  0.00 s
55.79/14.07	c subs with bin:     1046  lits-rem:       637  v-fix:    0  time:  0.01 s
55.79/14.08	c Subs w/ non-existent bins:    302 l-rem:    308 v-fix:     0 done:   5915 time:  0.01 s
55.79/14.09	c Removed useless bin:     246  fixed:     0  props:   0.99M  time:  0.01 s
55.79/14.09	c lits-rem:        13  cl-subs:      282  v-elim:     31  v-fix:    0  time:  0.01 s
56.19/14.10	c subs with bin:       27  lits-rem:      1617  v-fix:    0  time:  0.01 s
56.19/14.12	c lits-rem:        68  cl-subs:      472  v-elim:      0  v-fix:    0  time:  0.01 s
56.19/14.12	c vivif2 --  cl tried     8533 cl shrink       30 lits rem         42 time: 0.00
56.19/14.13	c vivif2 --  cl tried     4925 cl shrink       31 lits rem         36 time: 0.00
56.99/14.30	c asymm  cl-useful: 1119/8533/8533 lits-rem:2988 time: 0.17
56.99/14.30	c calculated reachability. Time: 0.00
56.99/14.30	c  N dy   277     69883      5884      7693     18218      4925     91139     75991     14.32   no data
56.99/14.35	c Finding binary XORs  T:     0.04 s  found:     139
56.99/14.35	c Replacing      139 vars Replaced     5963 lits Time:     0.00 s 
57.39/14.48	c  N dy   306     74538      5745      7678     18635      8785     90459    192765     14.85     15.63
58.98/14.80	c  F st   331     87500      5745      7678    120516      8131     90459    302023     14.81     11.80
58.98/14.81	c  N st   331     87500      5745      7678    120516      8131     90459    302023     14.81     11.80
58.98/14.85	c Finding binary XORs  T:     0.04 s  found:      14
59.39/14.98	c  N dy   340     93350      5745      7678    120768     13049     90459    466682     14.86     16.00
60.16/15.18	c  N dy   362    100456      5745      7678    121049     19437     90459    623876     14.92     15.72
60.56/15.28	c  S st   377    104825      5745      7678    121054     23333     90458    712091     14.96   no data
60.96/15.32	c  S st   377    105327      5745      7678    121057     23774     90458    717496     14.96   no data
60.96/15.38	c x-sub:    34 x-cut:      0 vfix:      0 v-elim:    106 locsubst:  1376 time:   0.05
62.56/15.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bins:   4186 BRemL:  41070 BRemN:    289 P:  5.5M T:  0.35
62.56/15.74	c Replacing       96 vars Replaced     7361 lits Time:     0.01 s 
62.56/15.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.56/15.79	c bin-w-bin subsume rem        59478 bins  time:  0.05 s
62.96/15.80	c subs with bin:      153  lits-rem:         0  v-fix:    0  time:  0.01 s
62.96/15.81	c Subs w/ non-existent bins:     23 l-rem:      0 v-fix:     0 done:   5543 time:  0.01 s
62.96/15.81	c Removed useless bin:      93  fixed:     0  props:   0.58M  time:  0.00 s
62.96/15.82	c lits-rem:         2  cl-subs:      207  v-elim:     23  v-fix:    0  time:  0.01 s
62.96/15.85	c subs with bin:       18  lits-rem:      1236  v-fix:    0  time:  0.02 s
62.96/15.89	c lits-rem:       314  cl-subs:      860  v-elim:      0  v-fix:    0  time:  0.04 s
62.96/15.89	c vivif2 --  cl tried     7374 cl shrink       19 lits rem         19 time: 0.00
63.36/15.90	c vivif2 --  cl tried     9313 cl shrink       22 lits rem         23 time: 0.00
63.78/16.05	c asymm  cl-useful: 430/7374/7374 lits-rem:1433 time: 0.15
63.78/16.05	c calculated reachability. Time: 0.00
63.78/16.05	c  N dy   377    105327      5520      7040     24322      9313     86216    172117     14.96   no data
64.20/16.13	c Finding binary XORs  T:     0.04 s  found:     234
64.20/16.14	c Replacing      234 vars Replaced    12506 lits Time:     0.01 s 
65.75/16.58	c  N dy   442    112139      5286      7030     25173     15187     85216    588241     17.48     40.69
66.95/16.89	c Finding binary XORs  T:     0.04 s  found:      50
67.75/17.03	c  N dy   505    119300      5286      7030     29336     13481     85204    474896     19.44     60.40
69.73/17.55	c  N dy   579    127110      5286      7030     29361     20073     85192    903012     21.59     23.29
71.73/18.09	c  N dy   646    135251      5286      7030     29427     26616     85187   1298595     23.13     61.71
73.72/18.54	c  N dy   694    147601      5286      7030     29448     23081     85185    524327     23.40     24.84
74.52/18.76	c  N dy   705    157991      5286      7030     29504     32030     85185    790592     23.32     16.75
74.52/18.76	c  S st   705    157991      5286      7030     29504     32030     85185    790592     23.32     16.75
74.91/18.80	c Finding binary XORs  T:     0.04 s  found:     503
74.91/18.84	c Replacing      553 vars Replaced    68572 lits Time:     0.04 s 
74.91/18.89	c  S st   705    158495      4733      6422     30495     32031     81846    788904     23.32   no data
75.32/18.98	c x-sub:    78 x-cut:      0 vfix:      0 v-elim:    113 locsubst:  1404 time:   0.09
76.12/19.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1489 BRemL:  13801 BRemN:    315 P:  4.4M T:  0.16
76.12/19.15	c Replacing      111 vars Replaced     6235 lits Time:     0.01 s 
76.12/19.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.12/19.15	c bin-w-bin subsume rem         1036 bins  time:  0.00 s
76.12/19.16	c subs with bin:      414  lits-rem:         0  v-fix:    0  time:  0.01 s
76.12/19.17	c Subs w/ non-existent bins:     53 l-rem:      0 v-fix:     0 done:   4509 time:  0.01 s
76.12/19.17	c Removed useless bin:      48  fixed:     0  props:   0.46M  time:  0.00 s
76.12/19.18	c lits-rem:         1  cl-subs:     1416  v-elim:     88  v-fix:    0  time:  0.01 s
76.52/19.21	c subs with bin:       24  lits-rem:      1972  v-fix:    0  time:  0.01 s
80.10/20.17	c lits-rem:      3163  cl-subs:     4268  v-elim:      0  v-fix:    0  time:  0.96 s
80.10/20.17	c vivif2 --  cl tried     4886 cl shrink       43 lits rem         62 time: 0.00
80.10/20.18	c vivif2 --  cl tried    19339 cl shrink       30 lits rem         36 time: 0.01
80.50/20.25	c asymm  cl-useful: 576/4886/4886 lits-rem:1947 time: 0.07
80.50/20.26	c calculated reachability. Time: 0.00
80.50/20.26	c  N dy   705    158495      4421      4370     16613     19338     71018    364943     23.32   no data
82.50/20.76	c Finding binary XORs  T:     0.06 s  found:     152
82.50/20.78	c Replacing      152 vars Replaced    14986 lits Time:     0.03 s 
84.10/21.17	c  N dy   805    168640      4269      4285     17699     14541     70203    288258     27.10     56.39
87.28/21.98	c  N dy   910    179407      4269      4285     18695     23717     70201   1125407     30.38     73.73
88.49/22.25	c Finding binary XORs  T:     0.03 s  found:      11
91.27/22.95	c  N dy  1023    190873      4269      4285     18712     33527     70201   2030271     33.55     88.84
95.25/23.91	c  N dy  1130    205014      4269      4285     18733     27047     70201    973325     35.88     38.09
99.65/25.03	c  N dy  1214    237743      4269      4285     18740     32985     70201    820372     37.01     29.19
99.65/25.03	c  S st  1214    237743      4269      4285     18740     32985     70201    820372     37.01     29.19
99.65/25.09	c  S st  1214    238245      4269      4285     18746     33366     70201    824331     37.01   no data
100.05/25.20	c x-sub:   109 x-cut:      0 vfix:      0 v-elim:     77 locsubst:  1396 time:   0.11
100.85/25.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:    959 BRemL:   2339 BRemN:     82 P:  3.2M T:  0.13
100.85/25.33	c Replacing      135 vars Replaced     4985 lits Time:     0.01 s 
100.85/25.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.85/25.34	c bin-w-bin subsume rem          588 bins  time:  0.00 s
100.85/25.35	c subs with bin:      190  lits-rem:         0  v-fix:    0  time:  0.01 s
100.85/25.36	c Subs w/ non-existent bins:     34 l-rem:      0 v-fix:     0 done:   4057 time:  0.01 s
100.85/25.36	c Removed useless bin:      25  fixed:     0  props:   0.31M  time:  0.00 s
100.85/25.37	c lits-rem:         0  cl-subs:      331  v-elim:     99  v-fix:    0  time:  0.01 s
100.85/25.39	c subs with bin:       17  lits-rem:       207  v-fix:    0  time:  0.01 s
111.22/27.95	c lits-rem:      1535  cl-subs:     1377  v-elim:      0  v-fix:    0  time:  2.56 s
111.22/27.95	c vivif2 --  cl tried     4035 cl shrink       31 lits rem         51 time: 0.00
111.22/27.96	c vivif2 --  cl tried    23221 cl shrink        4 lits rem          9 time: 0.01
111.62/28.01	c asymm  cl-useful: 496/4035/4035 lits-rem:1533 time: 0.05
111.62/28.01	c calculated reachability. Time: 0.00
111.62/28.01	c  N dy  1214    238245      3958      3587     16286     23221     64914    505039     37.01   no data
112.45/28.22	c Finding binary XORs  T:     0.05 s  found:      16
117.19/29.48	c  N dy  1336    269418      3958      3587     17075     29496     64914    460507     37.60     39.79
117.59/29.51	c Finding binary XORs  T:     0.03 s  found:       5
120.39/30.21	c  N dy  1395    289207      3958      3587     17082     24459     64914    409577     37.48     39.61
124.37/31.27	c  F st  1502    306250      3958      3587     17086     38270     64914   1446668     38.93     27.57
124.37/31.29	c Replacing       21 vars Replaced     2244 lits Time:     0.02 s 
125.19/31.42	c  N st  1506    308283      3937      3582     17045     39781     64826   1564183     38.93   no data
125.96/31.69	c Decided on static restart strategy
133.96/33.65	c  N st  1512    334554      3937      3582     17048     40100     64826   2618507     38.93   no data
143.15/35.95	c  N st  1514    357367      3937      3582     17071     35736     64826   3060138     38.93   no data
143.15/35.95	c  S st  1514    357367      3937      3582     17071     35736     64826   3060138     38.93   no data
143.50/36.00	c  S st  1514    357868      3937      3582     17074     36126     64826   3066606     38.93   no data
143.50/36.09	c x-sub:   118 x-cut:      0 vfix:      0 v-elim:     52 locsubst:   127 time:   0.09
144.30/36.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:    858 BRemL:   1199 BRemN:     46 P:  2.4M T:  0.11
144.30/36.22	c Replacing       25 vars Replaced     2919 lits Time:     0.02 s 
144.30/36.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.30/36.22	c bin-w-bin subsume rem          442 bins  time:  0.00 s
144.30/36.24	c subs with bin:       71  lits-rem:         0  v-fix:    0  time:  0.01 s
144.30/36.24	c Subs w/ non-existent bins:     20 l-rem:      0 v-fix:     0 done:   3860 time:  0.00 s
144.30/36.25	c Removed useless bin:      33  fixed:     0  props:   0.27M  time:  0.00 s
144.30/36.28	c lits-rem:         2  cl-subs:       26  v-elim:     38  v-fix:    0  time:  0.03 s
144.70/36.37	c subs with bin:        8  lits-rem:        42  v-fix:    0  time:  0.03 s
177.01/44.45	c lits-rem:      1774  cl-subs:     1814  v-elim:      0  v-fix:    0  time:  8.07 s
177.01/44.45	c vivif2 --  cl tried     3602 cl shrink        8 lits rem         13 time: 0.00
177.41/44.50	c vivif2 --  cl tried    30654 cl shrink        4 lits rem         10 time: 0.05
177.41/44.54	c asymm  cl-useful: 180/3602/3602 lits-rem:475 time: 0.04
177.41/44.55	c calculated reachability. Time: 0.00
177.41/44.55	c  N st  1514    357868      3822      3462     16050     30654     62080   2557505     38.93   no data
192.55/48.37	c  N st  1515    390261      3822      3462     16051     34205     62080   3002967     38.93   no data
192.95/48.41	c Finding binary XORs  T:     0.04 s  found:      29
218.08/54.73	c  N st  1516    438850      3822      3462     22126     51422     62080   5374993     38.93   no data
218.08/54.76	c Finding binary XORs  T:     0.02 s  found:      11
218.88/54.94	c Replacing       40 vars Replaced    36952 lits Time:     0.18 s 
268.33/67.31	c  N st  1517    511733      3782      3429     22497     59767     61885   6306421     38.93   no data
280.29/70.33	c  N st  1518    536803      3782      3429     22520     47695     61885   4311610     38.93   no data
280.29/70.33	c  S st  1518    536803      3782      3429     22520     47695     61885   4311610     38.93   no data
280.29/70.38	c  S st  1518    537306      3782      3429     22528     48060     61885   4322119     38.93   no data
280.69/70.48	c x-sub:    22 x-cut:      0 vfix:      0 v-elim:     33 locsubst:   230 time:   0.10
281.09/70.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bins:    371 BRemL:   4060 BRemN:     34 P:  2.6M T:  0.12
281.49/70.65	c Replacing       38 vars Replaced     9254 lits Time:     0.06 s 
281.49/70.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
281.49/70.65	c bin-w-bin subsume rem          187 bins  time:  0.00 s
281.49/70.67	c subs with bin:       96  lits-rem:         0  v-fix:    0  time:  0.01 s
281.49/70.67	c Subs w/ non-existent bins:      7 l-rem:      0 v-fix:     0 done:   3711 time:  0.00 s
281.49/70.68	c Removed useless bin:      19  fixed:     0  props:   0.25M  time:  0.00 s
281.89/70.72	c lits-rem:         0  cl-subs:       65  v-elim:     21  v-fix:    0  time:  0.04 s
282.29/70.85	c subs with bin:        6  lits-rem:       185  v-fix:    0  time:  0.03 s
331.36/83.18	c lits-rem:      1486  cl-subs:     1273  v-elim:      0  v-fix:    0  time: 12.32 s
331.36/83.19	c vivif2 --  cl tried     3325 cl shrink        8 lits rem         15 time: 0.00
331.78/83.26	c vivif2 --  cl tried    45466 cl shrink        0 lits rem          0 time: 0.07
332.12/83.31	c asymm  cl-useful: 132/3325/3325 lits-rem:375 time: 0.04
332.12/83.31	c calculated reachability. Time: 0.00
332.12/83.31	c  N st  1518    537306      3690      3226     18524     45466     60502   4064825     38.93   no data
463.73/116.38	c  N st  1519    701291      3690      3226     18524     59260     60502   5802961     38.93   no data
464.13/116.41	c Finding binary XORs  T:     0.03 s  found:      43
464.93/116.65	c Replacing       43 vars Replaced    73759 lits Time:     0.24 s 
527.53/132.40	c  N st  1520    805959      3647      3191     19689     74310     60305   6990922     38.93   no data
527.53/132.40	c  S st  1520    805959      3647      3191     19689     74310     60305   6990922     38.93   no data
527.93/132.42	c Finding binary XORs  T:     0.02 s  found:      20
528.33/132.51	c  S st  1520    806460      3647      3191     20361     74665     60305   6994798     38.93   no data
528.75/132.62	c x-sub:    27 x-cut:      0 vfix:      0 v-elim:     27 locsubst:   359 time:   0.11
529.17/132.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    499 BRemL:   1231 BRemN:     36 P:  3.0M T:  0.15
529.52/132.86	c Replacing       52 vars Replaced    10948 lits Time:     0.08 s 
529.52/132.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
529.52/132.86	c bin-w-bin subsume rem          128 bins  time:  0.00 s
529.52/132.88	c subs with bin:       54  lits-rem:         0  v-fix:    0  time:  0.01 s
529.52/132.88	c Subs w/ non-existent bins:      9 l-rem:      0 v-fix:     0 done:   3568 time:  0.00 s
529.52/132.89	c Removed useless bin:       9  fixed:     0  props:   0.22M  time:  0.00 s
529.91/132.95	c lits-rem:         0  cl-subs:       84  v-elim:     31  v-fix:    0  time:  0.07 s
530.72/133.18	c subs with bin:        7  lits-rem:       249  v-fix:    0  time:  0.05 s
700.25/175.62	c lits-rem:      2496  cl-subs:     2615  v-elim:      0  v-fix:    0  time: 42.43 s
700.25/175.62	c vivif2 --  cl tried     3139 cl shrink       10 lits rem         20 time: 0.00
700.59/175.74	c vivif2 --  cl tried    70665 cl shrink        0 lits rem          0 time: 0.12
700.59/175.78	c asymm  cl-useful: 134/3139/3139 lits-rem:400 time: 0.04
700.59/175.79	c calculated reachability. Time: 0.00
700.59/175.79	c  N st  1520    806460      3537      3025     19292     70665     58887   6593229     38.93   no data
904.38/226.87	c  F st  1521   1071876      3537      3025     19293     66466     58887   5846045     38.93   no data
904.38/226.87	c  N st  1521   1071876      3537      3025     19293     66466     58887   5846045     38.93   no data
904.78/226.95	c Finding binary XORs  T:     0.03 s  found:      52
905.59/227.10	c Replacing       52 vars Replaced    23279 lits Time:     0.15 s 
907.98/227.79	c Decided on static restart strategy
921.13/231.06	c  N st  1531   1100179      3472      2982     23398     46947     58110   3145505     38.93   no data
938.28/235.31	c  N st  1533   1136171      3446      2982     23403     78412     58110   6832285     38.93   no data
955.83/239.73	c  N st  1534   1168564      3446      2982     23406     62414     58110   4775323     38.93   no data
983.75/246.79	c  N st  1535   1209691      3446      2982     23409     55547     58110   4132132     38.93   no data
983.75/246.79	c  S st  1535   1209691      3446      2982     23409     55547     58110   4132132     38.93   no data
984.15/246.89	c  S st  1535   1210194      3446      2982     23425     55926     58110   4146122     38.93   no data
984.55/246.99	c x-sub:    41 x-cut:      0 vfix:      0 v-elim:     11 locsubst:    50 time:   0.10
985.38/247.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   33 Bins:   6414 BRemL:   7395 BRemN:     11 P:  2.8M T:  0.13
985.38/247.18	c Replacing       61 vars Replaced     4695 lits Time:     0.06 s 
985.38/247.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
985.38/247.19	c bin-w-bin subsume rem          455 bins  time:  0.00 s
985.73/247.20	c subs with bin:       63  lits-rem:        25  v-fix:    0  time:  0.01 s
985.73/247.21	c Subs w/ non-existent bins:      9 l-rem:      0 v-fix:     0 done:   3374 time:  0.00 s
985.73/247.21	c Removed useless bin:       2  fixed:     0  props:   0.19M  time:  0.00 s
985.73/247.26	c lits-rem:         0  cl-subs:       53  v-elim:     38  v-fix:    0  time:  0.05 s
986.13/247.35	c subs with bin:       18  lits-rem:        61  v-fix:    0  time:  0.01 s
1173.16/294.27	c lits-rem:     10555  cl-subs:     5555  v-elim:      0  v-fix:    0  time: 46.92 s
1173.16/294.27	c vivif2 --  cl tried     2941 cl shrink        4 lits rem          8 time: 0.00
1173.58/294.34	c vivif2 --  cl tried    49573 cl shrink       11 lits rem         11 time: 0.06
1173.58/294.38	c asymm  cl-useful: 38/2941/2941 lits-rem:45 time: 0.04
1173.58/294.39	c calculated reachability. Time: 0.00
1173.58/294.39	c  N st  1535   1210194      3336      2940     19847     49573     55196   3578000     38.93   no data
1226.66/307.69	c  N st  1536   1283077      3336      2940     19848     67219     55196   5542154     38.93   no data
1227.01/307.76	c Finding binary XORs  T:     0.03 s  found:      41
1227.80/307.93	c Replacing       41 vars Replaced    21393 lits Time:     0.17 s 
1303.17/326.83	c  N st  1537   1392400      3236      2903     23350     72191     52925   5996343     38.93   no data
1303.17/326.85	c Finding binary XORs  T:     0.02 s  found:       0
1401.28/351.40	c  N st  1538   1556384      3236      2903     23568     62247     52925   4682316     38.93   no data
1401.28/351.47	c Finding binary XORs  T:     0.02 s  found:      96
1401.28/351.50	c Replacing       98 vars Replaced     9600 lits Time:     0.03 s 
1496.59/375.38	c  N st  1539   1710195      2999      2716     25777     99001     47142   9313442     38.93   no data
1496.59/375.38	c  S st  1539   1710195      2999      2716     25777     99001     47142   9313442     38.93   no data
1496.99/375.45	c  S st  1539   1710697      2973      2716     25891     99299     47142   9320345     38.93   no data
1497.39/375.56	c x-sub:     9 x-cut:      0 vfix:      0 v-elim:      2 locsubst:   294 time:   0.11
1498.21/375.73	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   36 Bins:   9172 BRemL:  13345 BRemN:     11 P:  3.6M T:  0.17
1498.97/375.99	c Replacing      183 vars Replaced    32737 lits Time:     0.26 s 
1498.97/375.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1498.97/376.00	c bin-w-bin subsume rem         1783 bins  time:  0.00 s
1499.37/376.00	c subs with bin:      186  lits-rem:       408  v-fix:    0  time:  0.01 s
1499.37/376.01	c Subs w/ non-existent bins:     11 l-rem:      0 v-fix:     0 done:   2787 time:  0.00 s
1499.37/376.01	c Removed useless bin:       4  fixed:     0  props:   0.14M  time:  0.00 s
1499.78/376.10	c lits-rem:         0  cl-subs:       38  v-elim:     20  v-fix:    0  time:  0.09 s
1501.38/376.55	c subs with bin:       36  lits-rem:      2737  v-fix:    0  time:  0.23 s
1910.94/479.27	c lits-rem:      4472  cl-subs:     4050  v-elim:      0  v-fix:    0  time: 102.71 s
1910.94/479.27	c vivif2 --  cl tried     2484 cl shrink        4 lits rem          6 time: 0.00
1911.69/479.48	c vivif2 --  cl tried    94121 cl shrink     4048 lits rem       4191 time: 0.21
1912.09/479.53	c asymm  cl-useful: 72/2484/2484 lits-rem:193 time: 0.05
1912.09/479.54	c calculated reachability. Time: 0.00
1912.09/479.54	c  N st  1539   1710697      2767      2428     17761     94119     43054   8789543     38.93   no data
2153.85/585.88	c Following stats are for *FIRST FINISHED THREAD ONLY*
2153.85/585.88	c num threads              : 4          
2153.85/585.88	c restarts                 : 13534      
2153.85/585.88	c dynamic restarts         : 13504      
2153.85/585.88	c static restarts          : 30         
2153.85/585.88	c full restarts            : 4          
2153.85/585.88	c total simplify time      : 2.67       
2153.85/585.88	c learnts DL2              : 0          
2153.85/585.88	c learnts size 2           : 751580     
2153.85/585.88	c learnts size 1           : 1523        (4.07      % of vars)
2153.85/585.88	c filedLit time            : 8.06        (1.38      % time)
2153.85/585.88	c v-elim SatELite          : 13786       (36.83     % vars)
2153.85/585.88	c SatELite time            : 5.86        (1.00      % time)
2153.85/585.88	c v-elim xor               : 0           (0.00      % vars)
2153.85/585.88	c xor elim time            : 0.07        (0.01      % time)
2153.85/585.88	c num binary xor trees     : 2943       
2153.85/585.88	c binxor trees' crown      : 16447       (5.59      leafs/tree)
2153.85/585.88	c bin xor find time        : 1.68       
2153.85/585.88	c OTF clause improved      : 207505      (0.07      clauses/conflict)
2153.85/585.88	c OTF impr. size diff      : 214205      (1.03       lits/clause)
2153.85/585.88	c OTF cl watch-shrink      : 933355      (0.30      clauses/conflict)
2153.85/585.88	c OTF cl watch-sh-lit      : 1798760     (1.93       lits/clause)
2153.85/585.88	c tried to recurMin cls    : 1232690     (39.77      % of conflicts)
2153.85/585.88	c updated cache            : 86988       (0.07       lits/tried recurMin)
2153.85/585.88	c unit cls recevied        : 43          (2.82      % of units)
2153.85/585.88	c unit cls sent            : 1425        (93.57     % of units)
2153.85/585.88	c bin cls recevied         : 361296     
2153.85/585.88	c bin cls sent             : 316642     
2153.85/585.88	c clauses over max glue    : 0           (0.00      % of all clauses)
2153.85/585.88	c conflicts                : 3099532     (5294.26   / sec)
2153.85/585.88	c decisions                : 7515693     (3.56      % random)
2153.85/585.88	c bogo-props               : 42793726656 (73095317.76 / sec)
2153.85/585.88	c conflict literals        : 71791797    (9.89      % deleted)
2153.85/585.88	c Memory used              : 1882.03     MB
2153.85/585.88	c single-thread CPU time   : 585.45      s
2153.85/585.88	c all-threads sum CPU time : 2151.46     s
2153.85/585.88	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-3367162-1305389081/watcher-3367162-1305389081 -o /tmp/evaluation-result-3367162-1305389081/solver-3367162-1305389081 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367162-1305389081.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: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 729138787 52396032 347 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522674 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 12792 347 299 95 0 7774 0
[pid=3973/tid=3974] ppid=3971 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 729138787 52396032 347 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522674 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 729138787 52396032 347 33554432000 4194304 4580107 140736372631040 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 729138787 52396032 347 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522674 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.069093 s]
/proc/loadavg: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=305712 CPUtime=0.24 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 14859 0 0 0 22 2 0 0 25 0 4 0 729138787 313049088 12839 33554432000 4194304 4580107 140736372631040 18446744073709551615 224284969143 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 76788 14775 338 95 0 71770 0
[pid=3973/tid=3974] ppid=3971 vsize=307152 CPUtime=0.06 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) D 3971 3973 3827 0 -1 4202560 4333 0 0 0 6 0 0 0 18 0 4 0 729138787 314523648 15859 33554432000 4194304 4580107 140736372631040 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=307152 CPUtime=0.05 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 4462 0 0 0 5 0 0 0 25 0 4 0 729138787 314523648 15859 33554432000 4194304 4580107 140736372631040 18446744073709551615 224284983722 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=307152 CPUtime=0.06 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) D 3971 3973 3827 0 -1 4202560 4340 0 0 0 6 0 0 0 18 0 4 0 729138787 314523648 15859 33554432000 4194304 4580107 140736372631040 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 305712

[startup+0.819178 s]
/proc/loadavg: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=321552 CPUtime=3.23 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 23426 0 0 0 320 3 0 0 25 0 4 0 729138787 329269248 19217 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 80388 19217 361 95 0 75370 0
[pid=3973/tid=3974] ppid=3971 vsize=321552 CPUtime=0.8 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 5497 0 0 0 80 0 0 0 19 0 4 0 729138787 329269248 19217 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=321552 CPUtime=0.79 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 5746 0 0 0 79 0 0 0 25 0 4 0 729138787 329269248 19217 33554432000 4194304 4580107 140736372631040 18446744073709551615 4231584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=321552 CPUtime=0.8 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6263 0 0 0 79 1 0 0 18 0 4 0 729138787 329269248 19217 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 321552

[startup+0.901164 s]
/proc/loadavg: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=325716 CPUtime=3.56 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 26999 0 0 0 352 4 0 0 25 0 4 0 729138787 333533184 22790 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293301 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 81429 22790 362 95 0 76411 0
[pid=3973/tid=3974] ppid=3971 vsize=325716 CPUtime=0.89 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6562 0 0 0 88 1 0 0 19 0 4 0 729138787 333533184 22790 33554432000 4194304 4580107 140736372631040 18446744073709551615 4289011 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=325716 CPUtime=0.87 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6710 0 0 0 87 0 0 0 25 0 4 0 729138787 333533184 22793 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=325716 CPUtime=0.89 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6732 0 0 0 88 1 0 0 19 0 4 0 729138787 333533184 22793 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 325716

[startup+1.00115 s]
/proc/loadavg: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=330672 CPUtime=3.96 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 30457 0 0 0 391 5 0 0 25 0 4 0 729138787 338608128 26248 33554432000 4194304 4580107 140736372631040 18446744073709551615 4235735 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 82668 26248 362 95 0 77650 0
[pid=3973/tid=3974] ppid=3971 vsize=330672 CPUtime=0.99 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 7698 0 0 0 98 1 0 0 19 0 4 0 729138787 338608128 26248 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=330672 CPUtime=0.98 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 7858 0 0 0 97 1 0 0 25 0 4 0 729138787 338608128 26248 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294240 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=330672 CPUtime=0.99 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6763 0 0 0 98 1 0 0 19 0 4 0 729138787 338608128 26248 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293685 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 330672

[startup+1.50107 s]
/proc/loadavg: 7.66 6.11 4.85 5/369 3973
/proc/meminfo: memFree=17961036/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=355792 CPUtime=5.96 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 47512 0 0 0 588 8 0 0 25 0 4 0 729138787 364331008 43303 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 88948 43303 362 95 0 83930 0
[pid=3973/tid=3974] ppid=3971 vsize=355792 CPUtime=1.49 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 13274 0 0 0 147 2 0 0 20 0 4 0 729138787 364331008 43303 33554432000 4194304 4580107 140736372631040 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=355792 CPUtime=1.48 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 13587 0 0 0 146 2 0 0 25 0 4 0 729138787 364331008 43303 33554432000 4194304 4580107 140736372631040 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=355792 CPUtime=1.48 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 6909 0 0 0 147 1 0 0 20 0 4 0 729138787 364331008 43303 33554432000 4194304 4580107 140736372631040 18446744073709551615 4318437 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 355792

[startup+3.1008 s]
/proc/loadavg: 7.69 6.14 4.87 9/373 3977
/proc/meminfo: memFree=17623096/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=535128 CPUtime=12.32 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 79627 0 0 0 1217 15 0 0 25 0 4 0 729138787 547971072 74578 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 133782 74578 363 95 0 128764 0
[pid=3973/tid=3974] ppid=3971 vsize=535128 CPUtime=3.06 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 23879 0 0 0 301 5 0 0 25 0 4 0 729138787 547971072 74578 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=535128 CPUtime=3.07 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 23600 0 0 0 304 3 0 0 25 0 4 0 729138787 547971072 74578 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=535128 CPUtime=3.08 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 8029 0 0 0 307 1 0 0 25 0 4 0 729138787 547971072 74578 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 535128

[startup+6.30126 s]
/proc/loadavg: 7.69 6.14 4.87 9/373 3977
/proc/meminfo: memFree=17510652/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=543068 CPUtime=25.09 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 104917 0 0 0 2490 19 0 0 25 0 4 0 729138787 556101632 90115 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 135767 90115 380 95 0 130749 0
[pid=3973/tid=3974] ppid=3971 vsize=543068 CPUtime=6.22 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 32554 0 0 0 616 6 0 0 25 0 4 0 729138787 556101632 90115 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=543068 CPUtime=6.28 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 30126 0 0 0 624 4 0 0 25 0 4 0 729138787 556101632 90115 33554432000 4194304 4580107 140736372631040 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=543068 CPUtime=6.28 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 9459 0 0 0 627 1 0 0 25 0 4 0 729138787 556101632 90116 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 543068

[startup+12.7002 s]
/proc/loadavg: 7.74 6.20 4.90 9/373 3977
/proc/meminfo: memFree=17404400/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=759500 CPUtime=50.62 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 133910 0 0 0 5037 25 0 0 25 0 4 0 729138787 777728000 118595 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 189875 118595 380 95 0 184857 0
[pid=3973/tid=3974] ppid=3971 vsize=759500 CPUtime=12.55 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 36213 0 0 0 1249 6 0 0 25 0 4 0 729138787 777728000 118602 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=759500 CPUtime=12.69 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 33336 0 0 0 1264 5 0 0 25 0 4 0 729138787 777728000 118602 33554432000 4194304 4580107 140736372631040 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=759500 CPUtime=12.7 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 28656 0 0 0 1264 6 0 0 25 0 4 0 729138787 777728000 118602 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293266 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 759500

[startup+25.5011 s]
/proc/loadavg: 7.86 6.28 4.94 9/373 3977
/proc/meminfo: memFree=17297252/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=855032 CPUtime=101.65 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 174647 0 0 0 10132 33 0 0 25 0 4 0 729138787 875552768 142283 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 213758 142283 381 95 0 208740 0
[pid=3973/tid=3974] ppid=3971 vsize=855032 CPUtime=25.19 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 44002 0 0 0 2511 8 0 0 25 0 4 0 729138787 875552768 142283 33554432000 4194304 4580107 140736372631040 18446744073709551615 4295469 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=855032 CPUtime=25.47 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 41675 0 0 0 2541 6 0 0 25 0 4 0 729138787 875552768 142283 33554432000 4194304 4580107 140736372631040 18446744073709551615 4318269 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=855032 CPUtime=25.48 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 42551 0 0 0 2540 8 0 0 25 0 4 0 729138787 875552768 142283 33554432000 4194304 4580107 140736372631040 18446744073709551615 4414481 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 855032

[startup+51.1008 s]
/proc/loadavg: 7.98 6.43 5.02 9/373 3977
/proc/meminfo: memFree=17138140/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=949916 CPUtime=203.73 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 260899 0 0 0 20325 48 0 0 25 0 4 0 729138787 972713984 175164 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 237479 175164 381 95 0 232461 0
[pid=3973/tid=3974] ppid=3971 vsize=949916 CPUtime=50.48 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 71800 0 0 0 5034 14 0 0 25 0 4 0 729138787 972713984 175164 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294983 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=949916 CPUtime=51.07 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 58341 0 0 0 5098 9 0 0 25 0 4 0 729138787 972713984 175164 33554432000 4194304 4580107 140736372631040 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=949916 CPUtime=51.08 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 55412 0 0 0 5098 10 0 0 25 0 4 0 729138787 972713984 175164 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 949916

[startup+102.3 s]
/proc/loadavg: 7.99 6.67 5.18 9/373 3979
/proc/meminfo: memFree=16864016/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1123336 CPUtime=407.9 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 381128 0 0 0 40714 76 0 0 25 0 4 0 729138787 1150296064 204549 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 280834 204549 381 95 0 275816 0
[pid=3973/tid=3974] ppid=3971 vsize=1123336 CPUtime=101.07 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 107019 0 0 0 10084 23 0 0 25 0 4 0 729138787 1150296064 204549 33554432000 4194304 4580107 140736372631040 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1123336 CPUtime=102.28 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 76167 0 0 0 10213 15 0 0 25 0 4 0 729138787 1150296064 204549 33554432000 4194304 4580107 140736372631040 18446744073709551615 4295084 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1123336 CPUtime=102.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 67485 0 0 0 10215 14 0 0 25 0 4 0 729138787 1150296064 204549 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.9
Current children cumulated vsize (KiB) 1123336

[startup+162.301 s]

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

/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 190552 0 0 0 21916 47 0 0 25 0 4 0 729138787 1632043008 287706 33554432000 4194304 4580107 140736372631040 18446744073709551615 4296082 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1593792 CPUtime=222.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 138313 0 0 0 22186 41 0 0 25 0 4 0 729138787 1632043008 287706 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1593792 CPUtime=222.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 96335 0 0 0 22205 24 0 0 25 0 4 0 729138787 1632043008 287706 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 886.43
Current children cumulated vsize (KiB) 1593792

[startup+282.315 s]
/proc/loadavg: 8.16 7.32 5.69 10/373 4015
/proc/meminfo: memFree=12234692/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1535924 CPUtime=1125.77 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 708708 0 0 0 112399 178 0 0 25 0 4 0 729138787 1572786176 289355 33554432000 4194304 4580107 140736372631040 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 383981 289355 381 95 0 378963 0
[pid=3973/tid=3974] ppid=3971 vsize=1535924 CPUtime=278.92 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 220112 0 0 0 27835 57 0 0 25 0 4 0 729138787 1572786176 289355 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1535924 CPUtime=282.28 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 165204 0 0 0 28180 48 0 0 25 0 4 0 729138787 1572786176 289355 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1535924 CPUtime=282.31 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 108941 0 0 0 28202 29 0 0 25 0 4 0 729138787 1572786176 289355 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1125.77
Current children cumulated vsize (KiB) 1535924

[startup+342.301 s]
/proc/loadavg: 8.16 7.47 5.84 9/373 4015
/proc/meminfo: memFree=10973660/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1677324 CPUtime=1364.99 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 794415 0 0 0 136295 204 0 0 25 0 4 0 729138787 1717579776 307473 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294220 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 419331 307473 381 95 0 414313 0
[pid=3973/tid=3974] ppid=3971 vsize=1677324 CPUtime=338.18 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 238894 0 0 0 33755 63 0 0 25 0 4 0 729138787 1717579776 307473 33554432000 4194304 4580107 140736372631040 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1677324 CPUtime=342.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 186466 0 0 0 34175 52 0 0 25 0 4 0 729138787 1717579776 307473 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1677324 CPUtime=342.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 120773 0 0 0 34196 33 0 0 25 0 4 0 729138787 1717579776 307473 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.99
Current children cumulated vsize (KiB) 1677324

[startup+402.301 s]
/proc/loadavg: 8.15 7.60 5.98 10/373 4017
/proc/meminfo: memFree=10517972/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1847992 CPUtime=1604.26 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 920527 0 0 0 160187 239 0 0 25 0 4 0 729138787 1892343808 322039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 461998 322039 381 95 0 456980 0
[pid=3973/tid=3974] ppid=3971 vsize=1847992 CPUtime=397.44 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 267674 0 0 0 39672 72 0 0 25 0 4 0 729138787 1892343808 322039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1847992 CPUtime=402.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 236378 0 0 0 40160 67 0 0 25 0 4 0 729138787 1892343808 322039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1847992 CPUtime=402.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 132345 0 0 0 40193 36 0 0 25 0 4 0 729138787 1892343808 322039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.26
Current children cumulated vsize (KiB) 1847992

[startup+462.301 s]
/proc/loadavg: 7.50 7.54 6.06 7/373 4019
/proc/meminfo: memFree=10426676/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=1843.5 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) R 3971 3973 3827 0 -1 4202496 947259 0 0 0 184097 253 0 0 25 0 4 0 729138787 1973448704 337039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 337039 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=456.7 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 281024 0 0 0 45592 78 0 0 25 0 4 0 729138787 1973448704 337039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=462.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 46157 70 0 0 25 0 4 0 729138787 1973448704 337039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=462.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 139654 0 0 0 46187 42 0 0 25 0 4 0 729138787 1973448704 337039 33554432000 4194304 4580107 140736372631040 18446744073709551615 4230272 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1843.5
Current children cumulated vsize (KiB) 1927196

[startup+522.301 s]
/proc/loadavg: 5.62 7.03 5.98 7/373 4051
/proc/meminfo: memFree=16668852/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2026.84 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949175 0 0 0 202429 255 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338270 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=522.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 52156 71 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=522.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 52186 43 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2026.84
Current children cumulated vsize (KiB) 1927196

[startup+582.301 s]
/proc/loadavg: 5.89 6.86 5.99 7/373 4051
/proc/meminfo: memFree=15197684/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2146.84 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949175 0 0 0 214429 255 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338270 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=582.27 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 58156 71 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=582.29 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 58186 43 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2146.84
Current children cumulated vsize (KiB) 1927196

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

[startup+583.001 s]
/proc/loadavg: 5.89 6.86 5.99 7/373 4053
/proc/meminfo: memFree=15172636/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2148.24 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949175 0 0 0 214569 255 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338270 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=582.97 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 58226 71 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 4406368 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=582.99 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 58256 43 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2148.24
Current children cumulated vsize (KiB) 1927196

[startup+584.601 s]
/proc/loadavg: 5.90 6.84 5.99 7/373 4053
/proc/meminfo: memFree=15170900/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2151.44 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949175 0 0 0 214889 255 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338270 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=584.57 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 58386 71 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=584.59 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 58416 43 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497860 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2151.44
Current children cumulated vsize (KiB) 1927196

[startup+585.401 s]
/proc/loadavg: 5.90 6.84 5.99 7/373 4053
/proc/meminfo: memFree=15169660/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2153.04 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949175 0 0 0 215049 255 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338270 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=585.37 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242451 0 0 0 58466 71 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 4416803 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=585.39 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 58496 43 0 0 25 0 4 0 729138787 1973448704 338270 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497860 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2153.04
Current children cumulated vsize (KiB) 1927196

[startup+585.801 s]
/proc/loadavg: 5.90 6.84 5.99 7/373 4053
/proc/meminfo: memFree=15168668/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=1927196 CPUtime=2153.85 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) S 3971 3973 3827 0 -1 4202496 949176 0 0 0 215130 255 0 0 25 0 4 0 729138787 1973448704 338271 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 481799 338271 381 95 0 476781 0
[pid=3973/tid=3974] ppid=3971 vsize=1927196 CPUtime=502.69 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) S 3971 3973 3827 0 -1 4202560 281132 0 0 0 50191 78 0 0 25 0 4 0 729138787 1973448704 338277 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712522292 0 0 4096 2 18446604445474175808 0 0 -1 2 0 0 0
[pid=3973/tid=3975] ppid=3971 vsize=1927196 CPUtime=585.78 cores=0,2,4,6
/proc/3973/task/3975/stat : 3975 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 242458 0 0 0 58507 71 0 0 25 0 4 0 729138787 1973448704 338277 33554432000 4194304 4580107 140736372631040 18446744073709551615 4502009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3973/tid=3976] ppid=3971 vsize=1927196 CPUtime=585.81 cores=0,2,4,6
/proc/3973/task/3976/stat : 3976 (strangenight2-m) R 3971 3973 3827 0 -1 4202560 140945 0 0 0 58538 43 0 0 25 0 4 0 729138787 1973448704 338277 33554432000 4194304 4580107 140736372631040 18446744073709551615 47782712497707 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2153.85
Current children cumulated vsize (KiB) 1927196

[startup+585.914 s]
/proc/loadavg: 5.90 6.84 5.99 7/373 4053
/proc/meminfo: memFree=15168668/32951124 swapFree=45193364/67111528
[pid=3973] ppid=3971 vsize=0 CPUtime=2154.03 cores=0,2,4,6
/proc/3973/stat : 3973 (strangenight2-m) Z 3971 3973 3827 0 -1 4203548 949206 0 0 0 215145 258 0 0 18 0 2 0 729138787 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3973/statm: 0 0 0 0 0 0 0
[pid=3973/tid=3974] ppid=3971 vsize=0 CPUtime=502.72 cores=0,2,4,6
/proc/3973/task/3974/stat : 3974 (strangenight2-m) R 3971 3973 3827 0 -1 4203588 281132 0 0 0 50191 81 0 0 18 0 2 0 729138787 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2154.03
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 585.942
CPU time (s): 2154.07
CPU user time (s): 2151.46
CPU system time (s): 2.6096
CPU usage (%): 367.625
Max. virtual memory (cumulated for all children) (KiB): 1927196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2151.46
system time used= 2.6096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 949206
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= 2097
involuntary context switches= 16054

runsolver used 2.03469 second user time and 5.05523 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 18:04:41
IDJOB=3367162
IDBENCH=20523
IDSOLVER=1844
FILE ID=node118/3367162-1305389081
RUNJOBID= node118-1305388843-3845
PBS_JOBID= 13324422
Free space on /tmp= 73036 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367162-1305389081/watcher-3367162-1305389081 -o /tmp/evaluation-result-3367162-1305389081/solver-3367162-1305389081 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367162-1305389081.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1359760654

node118.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.842
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.68
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.842
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.75
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.842
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.74
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.842
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.842
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.68
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.842
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.75
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17961068 kB
Buffers:        264428 kB
Cached:        4226856 kB
SwapCached:      22084 kB
Active:       12260088 kB
Inactive:      2426144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17961068 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           10412 kB
Writeback:           0 kB
AnonPages:    10186092 kB
Mapped:          15644 kB
Slab:           148056 kB
PageTables:      91096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89274400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73020 MiB
End job on node118 at 2011-05-14 18:14:27