Trace number 3367076

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 3686.54 924.535

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.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-3367076-1305389035.cnf'
0.00/0.01	c -- header says num vars:           1400
0.00/0.01	c -- header says num clauses:        4732
0.00/0.02	c -- clauses added:            0 learnts,         4732 normals,            0 xors
0.00/0.02	c -- vars added       1400
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0      1400      2677      2052         0     12297         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2677/2677 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:   10 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.02	c Replacing       10 vars Replaced      120 lits Time:     0.00 s 
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1382 time:  0.00 s
0.00/0.49	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.00/0.49	c lits-rem:         0  cl-subs:      136  v-elim:    425  v-fix:    0  time:  0.01 s
0.00/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.49	c Finding non-binary XORs:     0.00 s (found:     377, avg size: 3.0)
0.00/0.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     11 locsubst:     0 time:   0.00
0.00/0.49	c calculated reachability. Time: 0.00
0.00/0.49	c Calc default polars -  time:   0.00 s pos:     139 undec:     488 neg:     773
0.00/0.49	c =========================================================================================
0.00/0.49	c types(t): F = full restart, N = normal restart
0.00/0.49	c types(t): S = simplification begin/end, E = solution found
0.00/0.49	c restart types(rt): st = static, dy = dynamic
0.00/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.49	c  B st     0         0       946      1524       867         0      8035         0   no data   no data
3.44/0.90	c Decided on static restart strategy
3.44/0.90	c  N st     8      4919       946      1524       927      4774      8035    194830   no data   no data
3.44/0.90	c  N st    10     11305       946      1524      1032      4573      8035     81983   no data   no data
5.04/1.30	c  N st    11     17049       946      1524      1039     10247      8035    199217   no data   no data
5.04/1.30	c Finding binary XORs  T:     0.00 s  found:       0
7.60/1.96	c  F st    12     25000       943      1520      1107     12817      8007    365681   no data   no data
7.60/1.96	c Replacing        1 vars Replaced      171 lits Time:     0.00 s 
7.60/1.96	c  N st    12     25000       942      1520      1107     12817      8003    365676   no data   no data
9.15/2.37	c Decided on static restart strategy
9.15/2.37	c  N st    18     30001       942      1520      1151     11232      8003    259050   no data   no data
9.15/2.37	c  S st    18     30001       942      1520      1151     11232      8003    259050   no data   no data
9.54/2.43	c  S st    18     30504       942      1520      1165     11712      8003    269322   no data   no data
9.54/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.44	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    849 BRemL:    364 BRemN:      0 P:  0.5M T:  0.01
9.54/2.44	c blocked clauses removed:        0 vars:      0 tried:         238 T: 0.00 s
9.54/2.44	c bin-w-bin subsume rem            4 bins  time:  0.00 s
9.54/2.44	c subs with bin:       27  lits-rem:        35  v-fix:    0  time:  0.00 s
9.54/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    941 time:  0.00 s
9.54/2.44	c Removed useless bin:       8  fixed:     0  props:   0.01M  time:  0.00 s
9.54/2.45	c lits-rem:         0  cl-subs:       10  v-elim:      9  v-fix:    0  time:  0.00 s
9.54/2.49	c subs with bin:       49  lits-rem:      7127  v-fix:    0  time:  0.03 s
9.95/2.57	c lits-rem:       752  cl-subs:      288  v-elim:      0  v-fix:    0  time:  0.08 s
9.95/2.58	c asymm  cl-useful: 4/1490/1490 lits-rem:4 time: 0.01
9.95/2.58	c calculated reachability. Time: 0.00
9.95/2.58	c  N st    18     30504       932      1490      1593     11235      7850    253177   no data   no data
11.15/2.88	c Finding binary XORs  T:     0.00 s  found:       0
12.73/3.25	c  N st    20     37617       930      1490      1577     10736      7842    199246   no data   no data
15.54/3.98	c  N st    21     44016       930      1490      1577     17045      7842    422026   no data   no data
15.54/3.98	c Finding binary XORs  T:     0.00 s  found:       0
16.72/4.20	c  S st    22     45758       929      1487      1908      9999      7824    145774   no data   no data
16.72/4.25	c  S st    22     46260       929      1487      1909     10498      7824    155923   no data   no data
16.72/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.72/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     11 BRemL:    395 BRemN:      4 P:  0.5M T:  0.01
16.72/4.26	c Replacing        1 vars Replaced       22 lits Time:     0.00 s 
16.72/4.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.72/4.26	c bin-w-bin subsume rem            9 bins  time:  0.00 s
16.72/4.26	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
16.72/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    928 time:  0.00 s
16.72/4.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.72/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.00 s
16.72/4.28	c subs with bin:       29  lits-rem:       241  v-fix:    0  time:  0.01 s
16.72/4.29	c lits-rem:       154  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.01 s
16.72/4.29	c vivif2 --  cl tried     1491 cl shrink        0 lits rem          0 time: 0.00
17.12/4.30	c vivif2 --  cl tried    10126 cl shrink     1344 lits rem       2867 time: 0.00
17.12/4.31	c asymm  cl-useful: 3/1491/1491 lits-rem:3 time: 0.01
17.12/4.31	c calculated reachability. Time: 0.00
17.12/4.31	c  N st    22     46260       925      1491      1500     10126      7818    145697   no data   no data
23.51/5.92	c  N st    23     60657       925      1491      1502     14784      7818    258888   no data   no data
23.51/5.93	c Finding binary XORs  T:     0.00 s  found:       0
27.89/7.05	c  N st    24     69392       924      1491      1583     12732      7810    169049   no data   no data
27.89/7.05	c  S st    24     69392       924      1491      1583     12732      7810    169049   no data   no data
28.30/7.11	c  S st    24     69894       924      1491      1588     13231      7810    180509   no data   no data
28.30/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:     49 BRemN:      0 P:  0.6M T:  0.01
28.30/7.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.30/7.12	c bin-w-bin subsume rem            4 bins  time:  0.00 s
28.30/7.12	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    924 time:  0.00 s
28.30/7.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.30/7.13	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.30/7.14	c subs with bin:        6  lits-rem:       251  v-fix:    0  time:  0.01 s
28.30/7.16	c lits-rem:       328  cl-subs:      490  v-elim:      0  v-fix:    0  time:  0.02 s
28.30/7.16	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
28.30/7.17	c vivif2 --  cl tried    12735 cl shrink      725 lits rem       1443 time: 0.01
28.30/7.18	c asymm  cl-useful: 3/1483/1483 lits-rem:9 time: 0.01
28.30/7.18	c calculated reachability. Time: 0.00
28.30/7.18	c  N st    24     69894       924      1480      1547     12735      7793    172457   no data   no data
36.67/9.21	c  F st    25     87502       924      1480      1547     18458      7793    315560   no data   no data
36.67/9.21	c  N st    25     87502       924      1480      1547     18458      7793    315560   no data   no data
39.46/9.92	c Decided on static restart strategy
41.05/10.33	c  N st    32     95549       924      1480      1549     26370      7793    559350   no data   no data
41.05/10.34	c Finding binary XORs  T:     0.00 s  found:       0
45.05/11.39	c  N st    34    104841       923      1480      1557     22726      7785    421572   no data   no data
45.05/11.39	c  S st    34    104841       923      1480      1557     22726      7785    421572   no data   no data
45.45/11.48	c  S st    34    105346       923      1480      1573     23226      7785    431323   no data   no data
45.45/11.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.84/11.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     19 BRemL:     13 BRemN:      0 P:  1.0M T:  0.02
45.84/11.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.84/11.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.84/11.50	c subs with bin:        2  lits-rem:         2  v-fix:    0  time:  0.00 s
45.84/11.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    923 time:  0.00 s
45.84/11.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
45.84/11.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
45.84/11.55	c subs with bin:        5  lits-rem:        98  v-fix:    0  time:  0.02 s
46.24/11.67	c lits-rem:       705  cl-subs:      676  v-elim:      0  v-fix:    0  time:  0.12 s
46.24/11.67	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
46.24/11.69	c vivif2 --  cl tried    22545 cl shrink     3178 lits rem       8936 time: 0.02
46.24/11.71	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.02
46.24/11.71	c calculated reachability. Time: 0.00
46.24/11.71	c  N st    34    105346       923      1478      1579     22545      7778    411001   no data   no data
51.81/13.04	c  N st    35    114944       923      1478      1579     18426      7778    267814   no data   no data
51.81/13.04	c Finding binary XORs  T:     0.00 s  found:       0
59.82/15.02	c  N st    36    129342       923      1478      1612     17953      7778    235427   no data   no data
71.36/17.91	c  N st    37    150939       923      1478      1619     23565      7778    397504   no data   no data
75.35/18.97	c  S st    38    158021       923      1478      1627     30534      7778    619462   no data   no data
75.35/18.97	c Finding binary XORs  T:     0.00 s  found:       0
75.75/19.09	c  S st    38    158526       923      1478      1630     31034      7778    629894   no data   no data
75.75/19.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.15/19.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:     36 BRemN:      0 P:  1.2M T:  0.03
76.15/19.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.15/19.12	c bin-w-bin subsume rem            1 bins  time:  0.00 s
76.15/19.12	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
76.15/19.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    923 time:  0.00 s
76.15/19.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.15/19.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.15/19.19	c subs with bin:       10  lits-rem:       184  v-fix:    0  time:  0.04 s
77.37/19.45	c lits-rem:       481  cl-subs:     1487  v-elim:      0  v-fix:    0  time:  0.26 s
77.37/19.45	c vivif2 --  cl tried     1477 cl shrink        0 lits rem          0 time: 0.00
77.37/19.48	c vivif2 --  cl tried    29537 cl shrink     5492 lits rem      12389 time: 0.03
77.37/19.51	c asymm  cl-useful: 1/1477/1477 lits-rem:1 time: 0.02
77.37/19.51	c calculated reachability. Time: 0.00
77.37/19.51	c  N st    38    158526       923      1477      1596     29536      7776    593838   no data   no data
106.86/26.86	c  N st    39    207115       923      1477      1596     24464      7776    340637   no data   no data
125.20/31.48	c  N st    40    237790       923      1477      1598     34650      7776    618086   no data   no data
125.20/31.48	c  S st    40    237790       923      1477      1598     34650      7776    618086   no data   no data
125.62/31.60	c  S st    40    238293       923      1477      1601     35148      7776    629983   no data   no data
125.62/31.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
126.04/31.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  1.5M T:  0.03
126.04/31.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.04/31.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.04/31.64	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
126.04/31.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    923 time:  0.00 s
126.04/31.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
126.04/31.64	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
126.39/31.73	c subs with bin:      273  lits-rem:      1491  v-fix:    0  time:  0.07 s
127.99/32.15	c lits-rem:       891  cl-subs:     2878  v-elim:      0  v-fix:    0  time:  0.42 s
127.99/32.15	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
127.99/32.18	c vivif2 --  cl tried    31997 cl shrink     4146 lits rem       8520 time: 0.03
128.39/32.21	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.03
128.39/32.21	c calculated reachability. Time: 0.00
128.39/32.21	c  N st    40    238293       923      1476      1601     31997      7774    571747   no data   no data
174.30/43.74	c  F st    41    306250       923      1476      1601     34013      7774    542976   no data   no data
174.30/43.74	c  N st    41    306250       923      1476      1601     34013      7774    542976   no data   no data
174.30/43.74	c Finding binary XORs  T:     0.00 s  found:       0
177.84/44.62	c Decided on static restart strategy
193.79/48.65	c  N st    51    334550       923      1476      1639     38259      7774    683575   no data   no data
209.39/52.55	c  N st    53    357440       922      1476      1643     36214      7774    563490   no data   no data
209.39/52.55	c  S st    53    357440       922      1476      1643     36214      7774    563490   no data   no data
209.74/52.68	c  S st    53    357941       922      1476      1643     36710      7774    573840   no data   no data
209.74/52.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.14/52.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:     12 BRemN:      0 P:  1.6M T:  0.03
210.14/52.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
210.14/52.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.14/52.72	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
210.14/52.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    922 time:  0.00 s
210.14/52.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
210.14/52.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
210.54/52.80	c subs with bin:      664  lits-rem:        89  v-fix:    0  time:  0.06 s
211.34/53.03	c lits-rem:       573  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  0.23 s
211.34/53.03	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
211.34/53.06	c vivif2 --  cl tried    34105 cl shrink     4172 lits rem      11377 time: 0.03
211.34/53.09	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.03
211.34/53.09	c calculated reachability. Time: 0.00
211.34/53.09	c  N st    53    357941       922      1475      1646     34105      7764    526199   no data   no data
234.87/58.96	c  N st    54    390333       922      1475      1646     40786      7764    681396   no data   no data
234.87/58.97	c Finding binary XORs  T:     0.00 s  found:       0
270.38/67.90	c  N st    55    438922       920      1475      1656     34616      7756    499514   no data   no data
270.38/67.91	c Finding binary XORs  T:     0.00 s  found:       0
334.56/83.92	c  N st    56    511804       919      1473      1607     48365      7732    802187   no data   no data
334.56/83.92	c Finding binary XORs  T:     0.00 s  found:       0
354.49/88.94	c  N st    57    536912       919      1473      1622     42501      7732    616916   no data   no data
354.49/88.94	c  S st    57    536912       919      1473      1622     42501      7732    616916   no data   no data
354.89/89.09	c  S st    57    537415       919      1473      1624     43002      7732    628522   no data   no data
354.89/89.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
355.29/89.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    152 BRemL:     83 BRemN:      0 P:  2.2M T:  0.05
355.29/89.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
355.29/89.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.29/89.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.29/89.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    919 time:  0.00 s
355.29/89.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
355.29/89.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
355.29/89.19	c subs with bin:        6  lits-rem:       186  v-fix:    0  time:  0.02 s
357.70/89.73	c lits-rem:      2039  cl-subs:     2433  v-elim:      0  v-fix:    0  time:  0.54 s
357.70/89.73	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
357.70/89.76	c vivif2 --  cl tried    40563 cl shrink     2141 lits rem       3006 time: 0.02
357.70/89.80	c asymm  cl-useful: 1/1473/1473 lits-rem:1 time: 0.05
357.70/89.80	c calculated reachability. Time: 0.00
357.70/89.80	c  N st    57    537415       919      1473      1693     40563      7730    580905   no data   no data
490.48/123.02	c  N st    58    701399       919      1473      1693     69362      7730   1058152   no data   no data
490.48/123.02	c Finding binary XORs  T:     0.00 s  found:       0
585.80/146.90	c  N st    59    806123       919      1473      1806     63652      7730    962848   no data   no data
585.80/146.90	c  S st    59    806123       919      1473      1806     63652      7730    962848   no data   no data
586.63/147.12	c  S st    59    806627       919      1473      1819     64154      7730    972465   no data   no data
586.63/147.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
586.63/147.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     29 BRemL:     94 BRemN:      0 P:  2.5M T:  0.06
586.63/147.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
586.63/147.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
586.63/147.18	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
586.63/147.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    919 time:  0.00 s
586.63/147.18	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
586.98/147.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
586.98/147.26	c subs with bin:       15  lits-rem:        97  v-fix:    0  time:  0.04 s
592.97/148.75	c lits-rem:      3277  cl-subs:     5820  v-elim:      0  v-fix:    0  time:  1.49 s
592.97/148.75	c vivif2 --  cl tried     1471 cl shrink        0 lits rem          0 time: 0.00
593.37/148.80	c vivif2 --  cl tried    58319 cl shrink     4711 lits rem       8148 time: 0.04
593.37/148.87	c asymm  cl-useful: 4/1471/1471 lits-rem:4 time: 0.07
593.37/148.87	c calculated reachability. Time: 0.00
593.37/148.87	c  N st    59    806627       919      1471      1754     58319      7722    880402   no data   no data
593.37/148.87	c Finding binary XORs  T:     0.00 s  found:       0
646.01/162.07	c Finding binary XORs  T:     0.00 s  found:       0
804.32/201.74	c Finding binary XORs  T:     0.00 s  found:       0
843.40/211.59	c  F st    60   1071877       915      1464      1750     66031      7673   1085170   no data   no data
843.40/211.59	c  N st    60   1071877       915      1464      1750     66031      7673   1085170   no data   no data
848.98/212.90	c Decided on static restart strategy
871.76/218.64	c  N st    70   1100183       915      1464      1751     54135      7673    729233   no data   no data
910.40/228.30	c  N st    72   1136178       915      1464      1751     46491      7673    525850   no data   no data
944.68/236.95	c  N st    73   1168570       915      1464      1751     77659      7673   1318534   no data   no data
990.94/248.57	c  N st    74   1209941       915      1464      1752     73404      7673   1159021   no data   no data
990.94/248.57	c  S st    74   1209941       915      1464      1752     73404      7673   1159021   no data   no data
992.14/248.86	c  S st    74   1210446       915      1464      1756     73907      7673   1170773   no data   no data
992.14/248.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
992.54/248.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    151 BRemL:    132 BRemN:      0 P:  2.8M T:  0.08
992.54/248.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
992.54/248.94	c bin-w-bin subsume rem            5 bins  time:  0.00 s
992.54/248.94	c subs with bin:        3  lits-rem:         3  v-fix:    0  time:  0.00 s
992.54/248.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    915 time:  0.00 s
992.54/248.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
992.54/248.96	c lits-rem:         2  cl-subs:        4  v-elim:      4  v-fix:    0  time:  0.01 s
992.94/249.04	c subs with bin:       59  lits-rem:       242  v-fix:    0  time:  0.05 s
1002.50/251.50	c lits-rem:      3402  cl-subs:     6766  v-elim:      0  v-fix:    0  time:  2.46 s
1002.50/251.50	c vivif2 --  cl tried     1465 cl shrink        0 lits rem          0 time: 0.00
1002.92/251.56	c vivif2 --  cl tried    64682 cl shrink     6846 lits rem      10026 time: 0.06
1003.36/251.65	c asymm  cl-useful: 4/1465/1465 lits-rem:4 time: 0.09
1003.36/251.65	c calculated reachability. Time: 0.00
1003.36/251.65	c  N st    74   1210446       911      1465      1746     64682      7735    982843   no data   no data
1003.36/251.65	c Finding binary XORs  T:     0.00 s  found:       0
1055.14/264.69	c Finding binary XORs  T:     0.00 s  found:       0
1081.87/271.39	c  N st    75   1283328       910      1464      1841     82921      7722   1417331   no data   no data
1081.87/271.39	c Finding binary XORs  T:     0.00 s  found:       0
1188.31/298.03	c  N st    76   1392651       910      1464      1859     51588      7722    566490   no data   no data
1188.31/298.03	c Finding binary XORs  T:     0.00 s  found:       0
1360.18/341.17	c  N st    77   1556636       909      1463      1804     57164      7711    653950   no data   no data
1360.18/341.17	c Finding binary XORs  T:     0.00 s  found:       0
1563.14/392.09	c  N st    78   1710446       908      1462      1931     99290      7700   1472418   no data   no data
1563.14/392.09	c  S st    78   1710446       908      1462      1931     99290      7700   1472418   no data   no data
1564.79/392.43	c  S st    78   1710948       907      1462      1945     99788      7700   1484881   no data   no data
1564.79/392.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1565.13/392.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:    215 BRemN:      0 P:  4.0M T:  0.11
1565.13/392.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1565.13/392.54	c bin-w-bin subsume rem            7 bins  time:  0.00 s
1565.13/392.55	c subs with bin:        4  lits-rem:         3  v-fix:    0  time:  0.00 s
1565.13/392.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    907 time:  0.00 s
1565.13/392.55	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1565.13/392.57	c lits-rem:         1  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.02 s
1565.53/392.69	c subs with bin:       13  lits-rem:       505  v-fix:    0  time:  0.06 s
1587.86/398.22	c lits-rem:      3243  cl-subs:    13695  v-elim:      0  v-fix:    0  time:  5.53 s
1587.86/398.22	c vivif2 --  cl tried     1458 cl shrink        0 lits rem          0 time: 0.00
1588.26/398.32	c vivif2 --  cl tried    85507 cl shrink     7347 lits rem      10072 time: 0.09
1588.66/398.44	c asymm  cl-useful: 2/1458/1458 lits-rem:2 time: 0.13
1588.66/398.45	c calculated reachability. Time: 0.00
1588.66/398.45	c  N st    78   1710948       906      1458      1786     85507      7665   1281097   no data   no data
1644.08/412.30	c Finding binary XORs  T:     0.00 s  found:       0
1774.90/445.20	c Finding binary XORs  T:     0.00 s  found:       1
2006.16/503.12	c  N st    79   2079913       904      1455      1854     94586      7639   1491184   no data   no data
2006.16/503.15	c Finding binary XORs  T:     0.00 s  found:       0
2145.31/538.01	c  N st    80   2210948       900      1452      1739     99956      7593   1515120   no data   no data
2145.31/538.01	c  S st    80   2210948       900      1452      1739     99956      7593   1515120   no data   no data
2146.91/538.43	c  S st    80   2211451       900      1452      1743    100454      7593   1526329   no data   no data
2146.91/538.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2147.31/538.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    126 BRemL:    147 BRemN:      0 P:  4.1M T:  0.12
2147.31/538.57	c Replacing        1 vars Replaced      584 lits Time:     0.01 s 
2147.31/538.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2147.31/538.57	c bin-w-bin subsume rem            6 bins  time:  0.00 s
2147.31/538.57	c subs with bin:        6  lits-rem:         6  v-fix:    0  time:  0.00 s
2147.31/538.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    899 time:  0.00 s
2147.31/538.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2147.31/538.59	c lits-rem:         0  cl-subs:        1  v-elim:      2  v-fix:    0  time:  0.02 s
2149.31/539.00	c subs with bin:     1135  lits-rem:      1389  v-fix:    0  time:  0.37 s
2171.63/544.65	c lits-rem:      4636  cl-subs:    13055  v-elim:      0  v-fix:    0  time:  5.65 s
2171.63/544.65	c vivif2 --  cl tried     1450 cl shrink        1 lits rem          2 time: 0.00
2172.03/544.73	c vivif2 --  cl tried    86074 cl shrink     5587 lits rem       7150 time: 0.08
2172.44/544.86	c asymm  cl-useful: 2/1450/1450 lits-rem:2 time: 0.13
2172.44/544.86	c calculated reachability. Time: 0.00
2172.44/544.86	c  N st    80   2211451       897      1450      1704     86073      7578   1274164   no data   no data
2858.72/716.97	c  N st    81   2711451       897      1450      1705    110088      7578   1609424   no data   no data
2858.72/716.97	c  S st    81   2711451       897      1450      1705    110088      7578   1609424   no data   no data
2858.72/716.99	c Finding binary XORs  T:     0.00 s  found:       4
2860.27/717.38	c  S st    81   2711954       883      1415      1758    109769      7395   1593066   no data   no data
2860.27/717.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2861.07/717.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     85 BRemL:    248 BRemN:      0 P:  5.2M T:  0.14
2861.07/717.54	c Replacing        4 vars Replaced     1460 lits Time:     0.01 s 
2861.07/717.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2861.07/717.54	c bin-w-bin subsume rem           24 bins  time:  0.00 s
2861.07/717.54	c subs with bin:       19  lits-rem:        15  v-fix:    0  time:  0.00 s
2861.07/717.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    879 time:  0.00 s
2861.07/717.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2861.07/717.57	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.02 s
2866.25/718.80	c subs with bin:     3795  lits-rem:     10494  v-fix:    0  time:  1.18 s
2904.12/728.34	c lits-rem:      4037  cl-subs:    19770  v-elim:      0  v-fix:    0  time:  9.54 s
2904.12/728.34	c vivif2 --  cl tried     1393 cl shrink        0 lits rem          0 time: 0.00
2904.52/728.45	c vivif2 --  cl tried    86197 cl shrink    16969 lits rem      27680 time: 0.11
2905.32/728.61	c asymm  cl-useful: 7/1393/1393 lits-rem:7 time: 0.17
2905.32/728.62	c calculated reachability. Time: 0.00
2905.32/728.62	c  N st    81   2711954       879      1393      1574     86194      7336   1219011   no data   no data
3254.62/816.22	c Finding binary XORs  T:     0.00 s  found:      11
3254.62/816.25	c Replacing       11 vars Replaced    10556 lits Time:     0.03 s 
3513.39/881.12	c Finding binary XORs  T:     0.00 s  found:       4
3548.89/890.00	c  N st    82   3211954       858      1365      1606    103164      7125   1466328   no data   no data
3548.89/890.00	c  S st    82   3211954       858      1365      1606    103164      7125   1466328   no data   no data
3550.49/890.43	c  S st    82   3212460       858      1365      1615    103664      7125   1474454   no data   no data
3550.49/890.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3550.89/890.55	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    411 BRemL:    439 BRemN:      0 P:  5.2M T:  0.12
3550.89/890.60	c Replacing        4 vars Replaced     5426 lits Time:     0.04 s 
3550.89/890.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3550.89/890.60	c bin-w-bin subsume rem           20 bins  time:  0.00 s
3550.89/890.60	c subs with bin:       49  lits-rem:        18  v-fix:    0  time:  0.00 s
3550.89/890.60	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:    852 time:  0.00 s
3550.89/890.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3551.30/890.62	c lits-rem:         0  cl-subs:        6  v-elim:      7  v-fix:    0  time:  0.02 s
3573.66/896.29	c subs with bin:    18838  lits-rem:     19031  v-fix:    0  time:  5.62 s
3582.00/898.40	c lits-rem:      9796  cl-subs:     6195  v-elim:      0  v-fix:    0  time:  2.11 s
3582.00/898.40	c vivif2 --  cl tried     1322 cl shrink        3 lits rem          3 time: 0.00
3582.77/898.51	c vivif2 --  cl tried    76415 cl shrink    20041 lits rem      30933 time: 0.11
3583.17/898.63	c asymm  cl-useful: 10/1322/1322 lits-rem:10 time: 0.12
3583.17/898.63	c calculated reachability. Time: 0.00
3583.17/898.63	c  N st    82   3212460       845      1322      1449     76408      6952   1016033   no data   no data
3584.77/899.08	c Finding binary XORs  T:     0.00 s  found:       0
3664.93/919.19	c Finding binary XORs  T:     0.00 s  found:      16
3665.34/919.22	c Replacing       48 vars Replaced    11972 lits Time:     0.02 s 
3676.48/922.03	c Finding binary XORs  T:     0.00 s  found:       1
3682.88/923.67	c Finding binary XORs  T:     0.00 s  found:      24
3682.88/923.68	c Replacing       75 vars Replaced    18969 lits Time:     0.02 s 
3685.26/924.29	c Replacing       36 vars Replaced     7244 lits Time:     0.01 s 
3686.46/924.51	c  E st    83   3288462       519       782      1116     23362      4355    191448   no data   no data
3686.46/924.51	c Following stats are for *FIRST FINISHED THREAD ONLY*
3686.46/924.51	c num threads              : 4          
3686.46/924.51	c restarts                 : 83         
3686.46/924.51	c dynamic restarts         : 0          
3686.46/924.51	c static restarts          : 83         
3686.46/924.51	c full restarts            : 4          
3686.46/924.51	c total simplify time      : 1.32       
3686.46/924.51	c learnts DL2              : 0          
3686.46/924.51	c learnts size 2           : 7211       
3686.46/924.51	c learnts size 1           : 512         (36.57     % of vars)
3686.46/924.51	c filedLit time            : 0.84        (0.09      % time)
3686.46/924.51	c v-elim SatELite          : 451         (32.21     % vars)
3686.46/924.51	c SatELite time            : 28.22       (3.05      % time)
3686.46/924.51	c v-elim xor               : 11          (0.79      % vars)
3686.46/924.51	c xor elim time            : 0.05        (0.01      % time)
3686.46/924.51	c num binary xor trees     : 115        
3686.46/924.51	c binxor trees' crown      : 191         (1.66      leafs/tree)
3686.46/924.51	c bin xor find time        : 0.01       
3686.46/924.51	c OTF clause improved      : 122028      (0.04      clauses/conflict)
3686.46/924.51	c OTF impr. size diff      : 134788      (1.10       lits/clause)
3686.46/924.51	c OTF cl watch-shrink      : 1856155     (0.56      clauses/conflict)
3686.46/924.51	c OTF cl watch-sh-lit      : 4882505     (2.63       lits/clause)
3686.46/924.51	c tried to recurMin cls    : 743384      (22.61      % of conflicts)
3686.46/924.51	c updated cache            : 14221       (0.02       lits/tried recurMin)
3686.46/924.51	c unit cls recevied        : 47          (9.18      % of units)
3686.46/924.51	c unit cls sent            : 116         (22.66     % of units)
3686.46/924.51	c bin cls recevied         : 2391       
3686.46/924.51	c bin cls sent             : 2011       
3686.46/924.51	c clauses over max glue    : 0           (0.00      % of all clauses)
3686.46/924.51	c conflicts                : 3288462     (3558.63   / sec)
3686.46/924.51	c decisions                : 3772842     (0.23      % random)
3686.46/924.51	c bogo-props               : 160391969870 (173569070.20 / sec)
3686.46/924.51	c conflict literals        : 74791946    (61.22     % deleted)
3686.46/924.51	c Memory used              : 598.84      MB
3686.46/924.51	c single-thread CPU time   : 924.08      s
3686.46/924.51	c all-threads sum CPU time : 3684.77     s
3686.46/924.51	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-3367076-1305389035/watcher-3367076-1305389035 -o /tmp/evaluation-result-3367076-1305389035/solver-3367076-1305389035 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367076-1305389035.cnf 

running on 4 cores: 1,3,5,7

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.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 729134154 52396032 347 33554432000 4194304 4580107 140735315834368 18446744073709551615 47440156587954 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 12792 347 299 95 0 7774 0
[pid=10373/tid=10374] ppid=10371 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 729134154 52396032 347 33554432000 4194304 4580107 140735315834368 18446744073709551615 47440156587954 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 4 0 729134154 52396032 347 33554432000 4194304 4580107 140735315834368 18446744073709551615 47440156587954 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 729134154 52396032 347 33554432000 4194304 4580107 140735315834368 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.132574 s]
/proc/loadavg: 2.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=350716 CPUtime=3.44 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 5135 0 0 0 343 1 0 0 19 0 4 0 729134154 359133184 3024 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295047 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 87679 3024 379 95 0 82661 0
[pid=10373/tid=10374] ppid=10371 vsize=350716 CPUtime=0.85 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1194 0 0 0 85 0 0 0 18 0 4 0 729134154 359133184 3024 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=350716 CPUtime=0.86 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1403 0 0 0 86 0 0 0 18 0 4 0 729134154 359133184 3024 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=350716 CPUtime=0.84 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 983 0 0 0 84 0 0 0 19 0 4 0 729134154 359133184 3024 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 350716

[startup+0.968661 s]
/proc/loadavg: 2.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=350716 CPUtime=3.84 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 5326 0 0 0 383 1 0 0 19 0 4 0 729134154 359133184 3215 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295036 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 87679 3215 379 95 0 82661 0
[pid=10373/tid=10374] ppid=10371 vsize=350716 CPUtime=0.95 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1233 0 0 0 95 0 0 0 19 0 4 0 729134154 359133184 3215 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=350716 CPUtime=0.96 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1470 0 0 0 96 0 0 0 19 0 4 0 729134154 359133184 3215 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=350716 CPUtime=0.94 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1027 0 0 0 94 0 0 0 19 0 4 0 729134154 359133184 3215 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 350716

[startup+1.06864 s]
/proc/loadavg: 2.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=350716 CPUtime=4.24 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 5514 0 0 0 423 1 0 0 19 0 4 0 729134154 359133184 3403 33554432000 4194304 4580107 140735315834368 18446744073709551615 4321126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 87679 3403 379 95 0 82661 0
[pid=10373/tid=10374] ppid=10371 vsize=350716 CPUtime=1.05 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1279 0 0 0 105 0 0 0 19 0 4 0 729134154 359133184 3403 33554432000 4194304 4580107 140735315834368 18446744073709551615 4320667 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=350716 CPUtime=1.06 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1520 0 0 0 106 0 0 0 19 0 4 0 729134154 359133184 3403 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=350716 CPUtime=1.04 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1088 0 0 0 104 0 0 0 19 0 4 0 729134154 359133184 3403 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 350716

[startup+1.16863 s]
/proc/loadavg: 2.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=350892 CPUtime=4.64 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 5774 0 0 0 463 1 0 0 19 0 4 0 729134154 359313408 3376 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295107 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 87723 3376 379 95 0 82705 0
[pid=10373/tid=10374] ppid=10371 vsize=350892 CPUtime=1.15 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1323 0 0 0 115 0 0 0 19 0 4 0 729134154 359313408 3376 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=350892 CPUtime=1.16 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1570 0 0 0 116 0 0 0 19 0 4 0 729134154 359313408 3376 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=350892 CPUtime=1.14 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1221 0 0 0 114 0 0 0 19 0 4 0 729134154 359313408 3376 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 350892

[startup+1.50057 s]
/proc/loadavg: 2.14 2.12 2.66 5/386 10373
/proc/meminfo: memFree=14935876/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=342536 CPUtime=5.96 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 6789 0 0 0 595 1 0 0 20 0 4 0 729134154 350756864 3372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4321828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 85634 3372 379 95 0 80616 0
[pid=10373/tid=10374] ppid=10371 vsize=342536 CPUtime=1.49 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1584 0 0 0 149 0 0 0 19 0 4 0 729134154 350756864 3372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=342536 CPUtime=1.49 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1870 0 0 0 149 0 0 0 19 0 4 0 729134154 350756864 3372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=342536 CPUtime=1.47 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 1364 0 0 0 147 0 0 0 20 0 4 0 729134154 350756864 3372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 342536

[startup+3.10029 s]
/proc/loadavg: 2.14 2.12 2.66 9/390 10377
/proc/meminfo: memFree=14883028/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=343116 CPUtime=12.33 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 11776 0 0 0 1231 2 0 0 25 0 4 0 729134154 351350784 6277 33554432000 4194304 4580107 140735315834368 18446744073709551615 4321828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 85779 6277 380 95 0 80761 0
[pid=10373/tid=10374] ppid=10371 vsize=343116 CPUtime=3.08 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 2488 0 0 0 308 0 0 0 25 0 4 0 729134154 351350784 6277 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=343116 CPUtime=3.08 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 2875 0 0 0 308 0 0 0 25 0 4 0 729134154 351350784 6277 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=343116 CPUtime=3.05 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 2223 0 0 0 305 0 0 0 25 0 4 0 729134154 351350784 6277 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 343116

[startup+6.31473 s]
/proc/loadavg: 2.60 2.22 2.69 9/390 10377
/proc/meminfo: memFree=14861704/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=361248 CPUtime=25.15 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 20613 0 0 0 2511 4 0 0 25 0 4 0 729134154 369917952 11278 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295146 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 90312 11278 380 95 0 85294 0
[pid=10373/tid=10374] ppid=10371 vsize=361248 CPUtime=6.3 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 4927 0 0 0 629 1 0 0 25 0 4 0 729134154 369917952 11278 33554432000 4194304 4580107 140735315834368 18446744073709551615 4317526 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=361248 CPUtime=6.3 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 6212 0 0 0 629 1 0 0 25 0 4 0 729134154 369917952 11278 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=361248 CPUtime=6.23 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 3962 0 0 0 622 1 0 0 25 0 4 0 729134154 369917952 11278 33554432000 4194304 4580107 140735315834368 18446744073709551615 4320818 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 361248

[startup+12.7006 s]
/proc/loadavg: 3.04 2.31 2.72 9/390 10377
/proc/meminfo: memFree=14810040/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=361944 CPUtime=50.62 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 35690 0 0 0 5056 6 0 0 25 0 4 0 729134154 370630656 18075 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 90486 18075 380 95 0 85468 0
[pid=10373/tid=10374] ppid=10371 vsize=361944 CPUtime=12.68 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 9392 0 0 0 1267 1 0 0 25 0 4 0 729134154 370630656 18075 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=361944 CPUtime=12.68 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 9545 0 0 0 1267 1 0 0 25 0 4 0 729134154 370630656 18075 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=361944 CPUtime=12.54 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 7390 0 0 0 1253 1 0 0 25 0 4 0 729134154 370630656 18075 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 361944

[startup+25.5004 s]
/proc/loadavg: 4.13 2.59 2.80 9/390 10378
/proc/meminfo: memFree=14760700/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=363104 CPUtime=101.67 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 53523 0 0 0 10157 10 0 0 25 0 4 0 729134154 371818496 22523 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 90776 22523 380 95 0 85758 0
[pid=10373/tid=10374] ppid=10371 vsize=363104 CPUtime=25.48 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 13792 0 0 0 2546 2 0 0 25 0 4 0 729134154 371818496 22523 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=363104 CPUtime=25.49 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 14954 0 0 0 2546 3 0 0 25 0 4 0 729134154 371818496 22523 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=363104 CPUtime=25.19 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 9781 0 0 0 2517 2 0 0 25 0 4 0 729134154 371818496 22523 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 363104

[startup+51.1009 s]
/proc/loadavg: 5.51 3.04 2.94 9/390 10378
/proc/meminfo: memFree=14720104/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=355228 CPUtime=203.77 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 77274 0 0 0 20360 17 0 0 25 0 4 0 729134154 363753472 27910 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 88807 27910 381 95 0 83789 0
[pid=10373/tid=10374] ppid=10371 vsize=355228 CPUtime=51.08 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 19617 0 0 0 5105 3 0 0 25 0 4 0 729134154 363753472 27910 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=355228 CPUtime=51.08 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 20542 0 0 0 5104 4 0 0 25 0 4 0 729134154 363753472 27910 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=355228 CPUtime=50.48 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 14375 0 0 0 5045 3 0 0 25 0 4 0 729134154 363753472 27910 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 355228

[startup+102.301 s]
/proc/loadavg: 7.02 3.83 3.22 9/390 10380
/proc/meminfo: memFree=14662052/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=346380 CPUtime=407.93 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 114028 0 0 0 40766 27 0 0 25 0 4 0 729134154 354693120 31122 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 86595 31122 380 95 0 81577 0
[pid=10373/tid=10374] ppid=10371 vsize=346380 CPUtime=102.29 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 29408 0 0 0 10223 6 0 0 25 0 4 0 729134154 354693120 31122 33554432000 4194304 4580107 140735315834368 18446744073709551615 4321030 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=346380 CPUtime=102.28 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 31808 0 0 0 10221 7 0 0 25 0 4 0 729134154 354693120 31122 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=346380 CPUtime=101.04 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 19892 0 0 0 10099 5 0 0 25 0 4 0 729134154 354693120 31122 33554432000 4194304 4580107 140735315834368 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.93
Current children cumulated vsize (KiB) 346380

[startup+162.3 s]

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

/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 75926 0 0 0 69327 29 0 0 25 0 4 0 729134154 560553984 77973 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.46
Current children cumulated vsize (KiB) 547416

[startup+762.3 s]
/proc/loadavg: 8.07 7.63 5.69 9/390 10397
/proc/meminfo: memFree=14308380/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=625580 CPUtime=3039.69 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 409734 0 0 0 303815 154 0 0 25 0 4 0 729134154 640593920 76923 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 156395 76923 380 95 0 151377 0
[pid=10373/tid=10374] ppid=10371 vsize=625580 CPUtime=762.29 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 108132 0 0 0 76190 39 0 0 25 0 4 0 729134154 640593920 76923 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=625580 CPUtime=762.26 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 117624 0 0 0 76182 44 0 0 25 0 4 0 729134154 640593920 76923 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=625580 CPUtime=752.8 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 78331 0 0 0 75249 31 0 0 25 0 4 0 729134154 640593920 76923 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.69
Current children cumulated vsize (KiB) 625580

[startup+822.301 s]
/proc/loadavg: 8.13 7.73 5.85 9/390 10399
/proc/meminfo: memFree=14272756/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=615300 CPUtime=3278.95 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 424013 0 0 0 327735 160 0 0 25 0 4 0 729134154 630067200 78042 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293225 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153825 78042 380 95 0 148807 0
[pid=10373/tid=10374] ppid=10371 vsize=615300 CPUtime=822.29 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 111597 0 0 0 82189 40 0 0 25 0 4 0 729134154 630067200 78042 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=615300 CPUtime=822.26 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 123055 0 0 0 82181 45 0 0 25 0 4 0 729134154 630067200 78042 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=615300 CPUtime=812.04 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 80793 0 0 0 81172 32 0 0 25 0 4 0 729134154 630067200 78042 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.95
Current children cumulated vsize (KiB) 615300

[startup+882.3 s]
/proc/loadavg: 8.15 7.80 5.99 9/390 10401
/proc/meminfo: memFree=14279320/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=603356 CPUtime=3518.18 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 444525 0 0 0 351649 169 0 0 25 0 4 0 729134154 617836544 78700 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 150839 78700 380 95 0 145821 0
[pid=10373/tid=10374] ppid=10371 vsize=603356 CPUtime=882.3 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 118541 0 0 0 88186 44 0 0 25 0 4 0 729134154 617836544 78700 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=603356 CPUtime=882.27 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 126730 0 0 0 88180 47 0 0 25 0 4 0 729134154 617836544 78700 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=603356 CPUtime=871.28 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 85671 0 0 0 87094 34 0 0 25 0 4 0 729134154 617836544 78700 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.18
Current children cumulated vsize (KiB) 603356

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

[startup+896.701 s]
/proc/loadavg: 8.19 7.83 6.03 9/390 10401
/proc/meminfo: memFree=14263808/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=603356 CPUtime=3575.6 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 446857 0 0 0 357389 171 0 0 25 0 4 0 729134154 617836544 81032 33554432000 4194304 4580107 140735315834368 18446744073709551615 4406486 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 150839 81032 380 95 0 145821 0
[pid=10373/tid=10374] ppid=10371 vsize=603356 CPUtime=896.7 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 119442 0 0 0 89626 44 0 0 25 0 4 0 729134154 617836544 81032 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=603356 CPUtime=896.66 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 127395 0 0 0 89619 47 0 0 25 0 4 0 729134154 617836544 81032 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=603356 CPUtime=885.51 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 86242 0 0 0 88516 35 0 0 25 0 4 0 729134154 617836544 81032 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3575.6
Current children cumulated vsize (KiB) 603356

[startup+909.501 s]
/proc/loadavg: 8.14 7.84 6.06 9/390 10401
/proc/meminfo: memFree=14245204/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=612964 CPUtime=3626.63 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 450233 0 0 0 362491 172 0 0 25 0 4 0 729134154 627675136 84408 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153241 84408 380 95 0 148223 0
[pid=10373/tid=10374] ppid=10371 vsize=612964 CPUtime=909.5 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 119837 0 0 0 90906 44 0 0 25 0 4 0 729134154 627675136 84408 33554432000 4194304 4580107 140735315834368 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=612964 CPUtime=909.46 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 129149 0 0 0 90898 48 0 0 25 0 4 0 729134154 627675136 84408 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=612964 CPUtime=898.14 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 86997 0 0 0 89779 35 0 0 25 0 4 0 729134154 627675136 84408 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3626.63
Current children cumulated vsize (KiB) 612964

[startup+915.901 s]
/proc/loadavg: 8.13 7.84 6.07 9/390 10401
/proc/meminfo: memFree=14245448/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=559620 CPUtime=3652.19 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 452792 0 0 0 365045 174 0 0 25 0 4 0 729134154 573050880 82807 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 139905 82807 380 95 0 134887 0
[pid=10373/tid=10374] ppid=10371 vsize=559620 CPUtime=915.91 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 120616 0 0 0 91547 44 0 0 25 0 4 0 729134154 573050880 82809 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=559620 CPUtime=915.87 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 129579 0 0 0 91539 48 0 0 25 0 4 0 729134154 573050880 82809 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=559620 CPUtime=904.47 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87311 0 0 0 90412 35 0 0 25 0 4 0 729134154 573050880 82809 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3652.19
Current children cumulated vsize (KiB) 559620

[startup+919.101 s]
/proc/loadavg: 8.13 7.84 6.07 9/390 10401
/proc/meminfo: memFree=14241852/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=612564 CPUtime=3664.93 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 453594 0 0 0 366319 174 0 0 25 0 4 0 729134154 627265536 83609 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153141 83609 380 95 0 148123 0
[pid=10373/tid=10374] ppid=10371 vsize=612564 CPUtime=919.1 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 120790 0 0 0 91866 44 0 0 25 0 4 0 729134154 627265536 83609 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=612564 CPUtime=919.06 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 129797 0 0 0 91858 48 0 0 25 0 4 0 729134154 627265536 83609 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=612564 CPUtime=907.62 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87496 0 0 0 90727 35 0 0 25 0 4 0 729134154 627265536 83609 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3664.93
Current children cumulated vsize (KiB) 612564

[startup+922.3 s]
/proc/loadavg: 8.28 7.87 6.09 9/390 10402
/proc/meminfo: memFree=14232180/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=612564 CPUtime=3677.68 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 454357 0 0 0 367594 174 0 0 25 0 4 0 729134154 627265536 84372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153141 84372 380 95 0 148123 0
[pid=10373/tid=10374] ppid=10371 vsize=612564 CPUtime=922.3 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 120996 0 0 0 92186 44 0 0 25 0 4 0 729134154 627265536 84372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=612564 CPUtime=922.26 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 129983 0 0 0 92178 48 0 0 25 0 4 0 729134154 627265536 84372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=612564 CPUtime=910.79 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87644 0 0 0 91043 36 0 0 25 0 4 0 729134154 627265536 84372 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3677.68
Current children cumulated vsize (KiB) 612564

[startup+923.901 s]
/proc/loadavg: 8.28 7.87 6.09 9/390 10402
/proc/meminfo: memFree=14228956/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=612564 CPUtime=3684.06 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 454711 0 0 0 368231 175 0 0 25 0 4 0 729134154 627265536 84726 33554432000 4194304 4580107 140735315834368 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153141 84726 380 95 0 148123 0
[pid=10373/tid=10374] ppid=10371 vsize=612564 CPUtime=923.9 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 121088 0 0 0 92346 44 0 0 25 0 4 0 729134154 627265536 84726 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=612564 CPUtime=923.87 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 130069 0 0 0 92338 49 0 0 25 0 4 0 729134154 627265536 84726 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=612564 CPUtime=912.36 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87718 0 0 0 91200 36 0 0 25 0 4 0 729134154 627265536 84726 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3684.06
Current children cumulated vsize (KiB) 612564

[startup+924.301 s]
/proc/loadavg: 8.28 7.87 6.09 9/390 10402
/proc/meminfo: memFree=14228956/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=613212 CPUtime=3685.66 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 454892 0 0 0 368391 175 0 0 25 0 4 0 729134154 627929088 84907 33554432000 4194304 4580107 140735315834368 18446744073709551615 4295066 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153303 84907 380 95 0 148285 0
[pid=10373/tid=10374] ppid=10371 vsize=613212 CPUtime=924.3 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 121108 0 0 0 92386 44 0 0 25 0 4 0 729134154 627929088 84907 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=613212 CPUtime=924.27 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 130088 0 0 0 92378 49 0 0 25 0 4 0 729134154 627929088 84907 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=613212 CPUtime=912.76 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87741 0 0 0 91240 36 0 0 25 0 4 0 729134154 627929088 84907 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3685.66
Current children cumulated vsize (KiB) 613212

[startup+924.501 s]
/proc/loadavg: 8.28 7.87 6.09 9/390 10402
/proc/meminfo: memFree=14228956/32951124 swapFree=65586204/67111528
[pid=10373] ppid=10371 vsize=613212 CPUtime=3686.46 cores=1,3,5,7
/proc/10373/stat : 10373 (strangenight2-m) R 10371 10373 10272 0 -1 4202496 454937 0 0 0 368471 175 0 0 25 0 4 0 729134154 627929088 84952 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10373/statm: 153303 84952 380 95 0 148285 0
[pid=10373/tid=10374] ppid=10371 vsize=613212 CPUtime=924.5 cores=1,3,5,7
/proc/10373/task/10374/stat : 10374 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 121119 0 0 0 92406 44 0 0 25 0 4 0 729134154 627929088 84952 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10373/tid=10375] ppid=10371 vsize=613212 CPUtime=924.47 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 130096 0 0 0 92398 49 0 0 25 0 4 0 729134154 627929088 84952 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=613212 CPUtime=912.96 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (strangenight2-m) R 10371 10373 10272 0 -1 4202560 87751 0 0 0 91260 36 0 0 25 0 4 0 729134154 627929088 84952 33554432000 4194304 4580107 140735315834368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3686.46
Current children cumulated vsize (KiB) 613212

Child status: 20
Real time (s): 924.535
CPU time (s): 3686.54
CPU user time (s): 3684.77
CPU system time (s): 1.77173
CPU usage (%): 398.746
Max. virtual memory (cumulated for all children) (KiB): 679248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3684.77
system time used= 1.77173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454943
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= 462
involuntary context switches= 14993

runsolver used 3.24951 second user time and 8.30874 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 18:03:55
IDJOB=3367076
IDBENCH=20472
IDSOLVER=1844
FILE ID=node119/3367076-1305389035
RUNJOBID= node119-1305389032-10291
PBS_JOBID= 13324436
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=393354316

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14936156 kB
Buffers:        274412 kB
Cached:        4508608 kB
SwapCached:       4756 kB
Active:       14700928 kB
Inactive:      2977832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14936156 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           11300 kB
Writeback:          16 kB
AnonPages:    12893248 kB
Mapped:          30260 kB
Slab:           211880 kB
PageTables:      56564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102557792 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= 73184 MiB
End job on node119 at 2011-05-14 18:19:20