Trace number 3366842

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)? (TO) 4800.38 1203.74

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366842-1305415686.cnf'
0.00/0.00	c -- header says num vars:            184
0.00/0.00	c -- header says num clauses:         896
0.00/0.00	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.00	c -- vars added        184
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       184       882        14         0      3042         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    183 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         6  cl-subs:        0  v-elim:     52  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       4 undec:      56 neg:     124
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       131       398         8         0      1792         0   no data   no data
0.00/0.79	c Decided on static restart strategy
0.00/0.79	c  N st     8      4919       131       398         9      4724      1792     99078   no data   no data
0.00/0.79	c  N st    10     11303       131       398        11      4402      1792     71687   no data   no data
0.00/0.79	c  N st    11     17046       131       398        11      9845      1792    189594   no data   no data
0.28/0.90	c  F st    12     25001       131       398        11     12161      1792    234895   no data   no data
0.28/0.90	c  N st    12     25001       131       398        11     12161      1792    234895   no data   no data
4.02/1.10	c Decided on static restart strategy
4.02/1.10	c  N st    18     30000       131       398        11     10588      1792    186572   no data   no data
4.02/1.10	c  S st    18     30000       131       398        11     10588      1792    186572   no data   no data
4.02/1.10	c  S st    18     30503       131       398        11     11083      1792    196398   no data   no data
4.02/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.02/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.02/1.10	c blocked clauses removed:        0 vars:      0 tried:           5 T: 0.00 s
4.02/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.02/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.02/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
4.02/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.02/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.02/1.10	c subs with bin:        0  lits-rem:        90  v-fix:    0  time:  0.00 s
4.82/1.22	c lits-rem:      1534  cl-subs:      822  v-elim:      0  v-fix:    0  time:  0.12 s
4.82/1.22	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.00
4.82/1.22	c calculated reachability. Time: 0.00
4.82/1.22	c  N st    18     30503       131       398        12     10261      1792    177626   no data   no data
5.97/1.53	c  N st    20     37614       131       398        12      9542      1792    152657   no data   no data
7.20/1.86	c  N st    21     44013       131       398        12     15611      1792    293928   no data   no data
7.60/1.95	c  S st    22     45756       131       398        12     17273      1792    329693   no data   no data
7.60/1.99	c  S st    22     46260       131       398        12      9316      1792    136478   no data   no data
7.60/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.60/1.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
7.60/1.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.60/1.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.60/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.60/1.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
7.60/1.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.60/1.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.95/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.01	c lits-rem:       112  cl-subs:      192  v-elim:      0  v-fix:    0  time:  0.02 s
7.95/2.01	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
7.95/2.02	c vivif2 --  cl tried     9124 cl shrink        0 lits rem          0 time: 0.00
7.95/2.02	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.00
7.95/2.02	c calculated reachability. Time: 0.00
7.95/2.02	c  N st    22     46260       131       398        12      9124      1792    132536   no data   no data
10.76/2.71	c  N st    23     60657       131       398        12     13304      1792    209386   no data   no data
12.34/3.18	c  N st    24     69390       131       398        12     11219      1792    157355   no data   no data
12.34/3.18	c  S st    24     69390       131       398        12     11219      1792    157355   no data   no data
12.34/3.18	c Finding binary XORs  T:     0.00 s  found:       0
12.74/3.22	c  S st    24     69895       131       398        12     11721      1792    167384   no data   no data
12.74/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.74/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
12.74/3.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.74/3.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.74/3.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
12.74/3.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.74/3.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.74/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.27	c lits-rem:       335  cl-subs:      255  v-elim:      0  v-fix:    0  time:  0.04 s
12.74/3.27	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
12.74/3.27	c vivif2 --  cl tried    11466 cl shrink        0 lits rem          0 time: 0.00
12.74/3.28	c asymm  cl-useful: 2/398/398 lits-rem:2 time: 0.01
12.74/3.28	c calculated reachability. Time: 0.00
12.74/3.28	c  N st    24     69895       131       398        12     11466      1790    162532   no data   no data
17.13/4.31	c  F st    25     87503       131       398        12     16594      1790    267164   no data   no data
17.13/4.31	c  N st    25     87503       131       398        12     16594      1790    267164   no data   no data
17.93/4.59	c Decided on static restart strategy
18.73/4.77	c  N st    32     95540       131       398        12     24260      1790    431044   no data   no data
20.77/5.28	c  N st    34    104842       131       398        12     20809      1790    340051   no data   no data
20.77/5.28	c  S st    34    104842       131       398        12     20809      1790    340051   no data   no data
21.11/5.34	c  S st    34    105344       131       398        12     21307      1790    350220   no data   no data
21.11/5.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.11/5.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
21.11/5.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.11/5.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.11/5.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.11/5.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
21.11/5.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.11/5.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.11/5.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.71/5.75	c lits-rem:      1711  cl-subs:     1883  v-elim:      0  v-fix:    0  time:  0.40 s
22.71/5.75	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
22.71/5.76	c vivif2 --  cl tried    19424 cl shrink        0 lits rem          0 time: 0.00
22.71/5.77	c asymm  cl-useful: 10/398/398 lits-rem:10 time: 0.01
22.71/5.77	c calculated reachability. Time: 0.00
22.71/5.77	c  N st    34    105344       131       398        12     19424      1780    309847   no data   no data
25.15/6.38	c  N st    35    114945       131       398        12     15279      1780    212170   no data   no data
28.70/7.26	c  N st    36    129342       131       398        12     14638      1780    193498   no data   no data
33.52/8.45	c  N st    37    150937       131       398        12     19951      1780    291412   no data   no data
35.47/8.90	c  S st    38    158016       131       398        12     26721      1780    438030   no data   no data
35.47/8.97	c  S st    38    158517       131       398        12     27216      1780    447823   no data   no data
35.47/8.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.47/8.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
35.47/8.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.47/8.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.47/8.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.47/8.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
35.47/8.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.47/8.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.47/8.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.31/9.67	c lits-rem:      1698  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  0.68 s
38.31/9.67	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
38.31/9.68	c vivif2 --  cl tried    24602 cl shrink        0 lits rem          0 time: 0.00
38.31/9.69	c asymm  cl-useful: 3/398/398 lits-rem:3 time: 0.01
38.31/9.69	c calculated reachability. Time: 0.00
38.31/9.69	c  N st    38    158517       131       398        12     24602      1777    392819   no data   no data
51.08/12.82	c  N st    39    207105       131       398        12     19839      1777    265508   no data   no data
59.84/15.07	c  N st    40    237775       131       398        12     29549      1777    462420   no data   no data
59.84/15.07	c  S st    40    237775       131       398        12     29549      1777    462420   no data   no data
60.24/15.16	c  S st    40    238278       131       398        12     30047      1777    473079   no data   no data
60.24/15.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.24/15.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
60.24/15.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.24/15.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.24/15.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.24/15.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
60.24/15.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.24/15.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
60.24/15.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.80/16.09	c lits-rem:       966  cl-subs:     3673  v-elim:      0  v-fix:    0  time:  0.90 s
63.80/16.09	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
63.80/16.10	c vivif2 --  cl tried    26374 cl shrink        0 lits rem          0 time: 0.01
63.80/16.11	c asymm  cl-useful: 5/398/398 lits-rem:5 time: 0.01
64.24/16.11	c calculated reachability. Time: 0.00
64.24/16.11	c  N st    40    238278       131       398        12     26374      1772    402246   no data   no data
85.74/21.52	c  F st    41    306250       131       398        12     28272      1772    402510   no data   no data
85.74/21.52	c  N st    41    306250       131       398        12     28272      1772    402510   no data   no data
86.92/21.85	c Decided on static restart strategy
94.51/23.70	c  N st    51    334550       131       398        12     32180      1772    460686   no data   no data
101.68/25.50	c  N st    53    357419       131       398        12     30399      1772    432574   no data   no data
101.68/25.50	c  S st    53    357419       131       398        12     30399      1772    432574   no data   no data
101.68/25.59	c  S st    53    357920       131       398        12     30895      1772    442809   no data   no data
101.68/25.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.08/25.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
102.08/25.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.08/25.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.08/25.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.08/25.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
102.08/25.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
102.08/25.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
102.08/25.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.71/26.02	c lits-rem:      1116  cl-subs:     1469  v-elim:      0  v-fix:    0  time:  0.40 s
103.71/26.02	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
103.71/26.02	c vivif2 --  cl tried    29426 cl shrink        0 lits rem          0 time: 0.01
103.71/26.03	c asymm  cl-useful: 5/398/398 lits-rem:5 time: 0.01
103.71/26.04	c calculated reachability. Time: 0.00
103.71/26.04	c  N st    53    357920       131       398        12     29426      1767    413606   no data   no data
114.45/28.72	c  N st    54    390312       131       398        12     35020      1767    515326   no data   no data
130.45/32.76	c  N st    55    438900       131       398        12     29298      1767    380413   no data   no data
155.13/38.90	c  N st    56    511784       131       398        12     42393      1767    638623   no data   no data
164.30/41.20	c  N st    57    536880       131       398        12     36653      1767    505457   no data   no data
164.30/41.20	c  S st    57    536880       131       398        12     36653      1767    505457   no data   no data
164.70/41.30	c  S st    57    537383       131       398        12     37147      1767    516244   no data   no data
164.70/41.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
164.70/41.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
164.70/41.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
164.70/41.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.70/41.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.70/41.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
164.70/41.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
164.70/41.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
164.70/41.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.89/42.13	c lits-rem:       954  cl-subs:     3164  v-elim:      0  v-fix:    0  time:  0.80 s
167.89/42.13	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
167.89/42.13	c vivif2 --  cl tried    33983 cl shrink        0 lits rem          0 time: 0.01
167.89/42.15	c asymm  cl-useful: 4/398/398 lits-rem:5 time: 0.02
167.89/42.15	c calculated reachability. Time: 0.00
167.89/42.15	c  N st    57    537383       131       398        12     33983      1762    461568   no data   no data
232.09/58.29	c  N st    58    701367       131       398        12     62013      1762    982910   no data   no data
275.57/69.19	c  N st    59    806074       131       398        12     55643      1762    849329   no data   no data
275.57/69.19	c  S st    59    806074       131       398        12     55643      1762    849329   no data   no data
276.37/69.33	c  S st    59    806578       131       398        12     56144      1762    860446   no data   no data
276.37/69.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
276.37/69.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
276.37/69.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
276.37/69.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.37/69.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.37/69.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
276.37/69.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
276.37/69.36	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
276.37/69.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.52/73.69	c lits-rem:      2408  cl-subs:     9316  v-elim:      0  v-fix:    0  time:  4.31 s
293.52/73.69	c vivif2 --  cl tried      397 cl shrink        0 lits rem          0 time: 0.00
293.92/73.71	c vivif2 --  cl tried    46829 cl shrink        0 lits rem          0 time: 0.01
293.92/73.73	c asymm  cl-useful: 2/397/397 lits-rem:2 time: 0.03
293.92/73.73	c calculated reachability. Time: 0.00
293.92/73.73	c  N st    59    806578       131       397        12     46829      1752    693433   no data   no data
411.97/103.35	c  F st    60   1071875       131       397        12     62244      1752    914900   no data   no data
411.97/103.35	c  N st    60   1071875       131       397        12     62244      1752    914900   no data   no data
414.37/103.92	c Decided on static restart strategy
425.13/106.65	c  N st    70   1100181       131       397        12     47373      1752    642950   no data   no data
441.53/110.76	c  N st    72   1136174       131       397        12     80567      1752   1329808   no data   no data
455.44/114.28	c  N st    73   1168566       131       397        12     67618      1752   1029165   no data   no data
475.38/119.24	c  N st    74   1209867       131       397        12     62758      1752    924492   no data   no data
475.38/119.24	c  S st    74   1209867       131       397        12     62758      1752    924492   no data   no data
476.18/119.43	c  S st    74   1210373       131       397        12     63259      1752    936065   no data   no data
476.18/119.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
476.18/119.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
476.18/119.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
476.18/119.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
476.18/119.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
476.18/119.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
476.18/119.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
476.18/119.48	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
476.62/119.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.89/127.20	c lits-rem:      3221  cl-subs:     7857  v-elim:      0  v-fix:    0  time:  7.69 s
506.89/127.20	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
507.33/127.21	c vivif2 --  cl tried    55403 cl shrink        0 lits rem          0 time: 0.01
507.33/127.28	c asymm  cl-useful: 1/396/396 lits-rem:1 time: 0.06
507.33/127.28	c calculated reachability. Time: 0.00
507.33/127.28	c  N st    74   1210373       131       396        12     55403      1743    790682   no data   no data
545.17/136.77	c  N st    75   1283256       131       396        12     78656      1743   1262372   no data   no data
599.44/150.39	c  N st    76   1392580       131       396        12     87745      1743   1401062   no data   no data
686.75/172.20	c  N st    77   1556564       131       396        12     94661      1743   1459457   no data   no data
766.15/192.13	c  N st    78   1710375       131       396        12     85054      1743   1320064   no data   no data
766.15/192.13	c  S st    78   1710375       131       396        12     85054      1743   1320064   no data   no data
766.90/192.37	c  S st    78   1710881       131       396        12     85557      1743   1330268   no data   no data
766.90/192.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
767.30/192.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
767.30/192.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
767.30/192.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.30/192.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.30/192.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
767.30/192.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
767.30/192.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
767.30/192.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
837.09/209.91	c lits-rem:      3172  cl-subs:    14133  v-elim:      0  v-fix:    0  time: 17.45 s
837.09/209.91	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
837.09/209.93	c vivif2 --  cl tried    71424 cl shrink        0 lits rem          0 time: 0.02
837.48/210.04	c asymm  cl-useful: 5/396/396 lits-rem:5 time: 0.11
837.48/210.05	c calculated reachability. Time: 0.00
837.48/210.05	c  N st    78   1710881       131       396        12     71424      1738   1073436   no data   no data
1062.81/266.54	c  N st    79   2079847       131       396        12     83857      1738   1238903   no data   no data
1137.38/285.28	c  N st    80   2210883       131       396        12     87955      1738   1315098   no data   no data
1137.38/285.28	c  S st    80   2210883       131       396        12     87955      1738   1315098   no data   no data
1138.58/285.54	c  S st    80   2211386       131       396        12     88449      1738   1325767   no data   no data
1138.58/285.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1138.58/285.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1138.58/285.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1138.58/285.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1138.58/285.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1138.58/285.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
1138.58/285.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1138.58/285.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1139.01/285.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1176.06/294.93	c lits-rem:      3832  cl-subs:    12355  v-elim:      0  v-fix:    0  time:  9.30 s
1176.06/294.93	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1176.06/294.95	c vivif2 --  cl tried    76094 cl shrink        0 lits rem          0 time: 0.02
1176.46/295.00	c asymm  cl-useful: 1/396/396 lits-rem:1 time: 0.05
1176.46/295.00	c calculated reachability. Time: 0.00
1176.46/295.00	c  N st    80   2211386       131       396        12     76094      1737   1107657   no data   no data
1494.76/374.83	c  N st    81   2711387       131       396        12     97363      1737   1411851   no data   no data
1494.76/374.83	c  S st    81   2711387       131       396        12     97363      1737   1411851   no data   no data
1495.91/375.11	c  S st    81   2711889       131       396        12     97859      1737   1423661   no data   no data
1495.91/375.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1495.91/375.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1495.91/375.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1495.91/375.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1495.91/375.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1495.91/375.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
1495.91/375.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1495.91/375.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1496.31/375.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1546.99/387.95	c lits-rem:      3342  cl-subs:    17542  v-elim:      0  v-fix:    0  time: 12.74 s
1546.99/387.95	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1546.99/387.96	c vivif2 --  cl tried    80317 cl shrink        0 lits rem          0 time: 0.02
1547.40/388.01	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
1547.40/388.02	c calculated reachability. Time: 0.00
1547.40/388.02	c  N st    81   2711889       131       396        12     80317      1737   1133564   no data   no data
1933.78/484.96	c  N st    82   3211889       131       396        12    131613      1737   2153398   no data   no data
1933.78/484.96	c  S st    82   3211889       131       396        12    131613      1737   2153398   no data   no data
1935.38/485.40	c  S st    82   3212392       131       396        12    132107      1737   2163770   no data   no data
1935.78/485.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1935.78/485.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1935.78/485.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1935.78/485.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1935.78/485.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1935.78/485.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
1935.78/485.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1936.18/485.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1936.18/485.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2078.94/521.34	c lits-rem:      8255  cl-subs:    19029  v-elim:      0  v-fix:    0  time: 35.76 s
2078.94/521.34	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
2078.94/521.37	c vivif2 --  cl tried   113078 cl shrink        0 lits rem          0 time: 0.03
2079.34/521.45	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.08
2079.34/521.45	c calculated reachability. Time: 0.00
2079.34/521.45	c  N st    82   3212392       131       396        12    113078      1737   1819291   no data   no data
2480.97/622.11	c  N st    83   3712394       131       396        12    128745      1737   1960682   no data   no data
2480.97/622.11	c  S st    83   3712394       131       396        12    128745      1737   1960682   no data   no data
2482.55/622.58	c  S st    83   3712896       131       396        12    129240      1737   1971262   no data   no data
2482.55/622.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2482.95/622.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
2482.95/622.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2482.95/622.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2482.95/622.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2482.95/622.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
2482.95/622.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2483.35/622.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2483.35/622.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2729.81/684.58	c lits-rem:      2334  cl-subs:    34338  v-elim:      0  v-fix:    0  time: 61.81 s
2729.81/684.58	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
2730.21/684.60	c vivif2 --  cl tried    94902 cl shrink        0 lits rem          0 time: 0.03
2730.61/684.70	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.10
2730.61/684.71	c calculated reachability. Time: 0.00
2730.61/684.71	c  N st    83   3712896       131       396        12     94902      1737   1372682   no data   no data
2760.91/692.33	c  F st    84   3751564       131       396        12    130206      1737   2095169   no data   no data
2760.91/692.33	c  N st    84   3751564       131       396        12    130206      1737   2095169   no data   no data
2765.29/693.46	c Decided on static restart strategy
2786.83/698.80	c  N st    94   3779868       131       396        12     81549      1737   1098925   no data   no data
2808.77/704.34	c  N st    96   3815863       131       396        12    114686      1737   1781391   no data   no data
2832.35/710.26	c  N st    97   3848256       131       396        12    144751      1737   2419423   no data   no data
2864.20/718.24	c  N st    98   3896845       131       396        12    112844      1737   1772393   no data   no data
2922.43/732.88	c  N st    99   3969727       131       396        12    101373      1737   1509291   no data   no data
3011.37/755.14	c  N st   100   4079053       131       396        12    121398      1737   1849951   no data   no data
3140.19/787.41	c  N st   101   4212899       131       396        12    163384      1737   2696555   no data   no data
3140.19/787.41	c  S st   101   4212899       131       396        12    163384      1737   2696555   no data   no data
3142.59/788.09	c  S st   101   4213400       131       396        12    163881      1737   2707313   no data   no data
3142.99/788.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3143.39/788.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
3143.39/788.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3143.39/788.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3143.39/788.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3143.39/788.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
3143.39/788.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3143.39/788.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3143.83/788.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3517.43/882.05	c lits-rem:      7536  cl-subs:    43615  v-elim:      0  v-fix:    0  time: 93.72 s
3517.43/882.05	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
3517.43/882.08	c vivif2 --  cl tried   120266 cl shrink        0 lits rem          0 time: 0.03
3517.83/882.17	c asymm  cl-useful: 1/396/396 lits-rem:1 time: 0.09
3517.83/882.17	c calculated reachability. Time: 0.00
3517.83/882.18	c  N st   101   4213400       131       396        12    120266      1736   1883478   no data   no data
3745.94/939.31	c  N st   102   4459376       131       396        12    100776      1736   1420340   no data   no data
3991.19/1000.89	c  N st   103   4713400       131       396        12    164746      1736   2691048   no data   no data
3991.19/1000.89	c  S st   103   4713400       131       396        12    164746      1736   2691048   no data   no data
3993.99/1001.52	c  S st   103   4713902       131       396        12    165243      1736   2701781   no data   no data
3993.99/1001.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3994.40/1001.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
3994.40/1001.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3994.40/1001.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3994.40/1001.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3994.40/1001.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
3994.40/1001.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3994.40/1001.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3994.84/1001.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4308.61/1080.46	c lits-rem:      6628  cl-subs:    32796  v-elim:      0  v-fix:    0  time: 78.69 s
4308.61/1080.46	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
4309.01/1080.50	c vivif2 --  cl tried   132447 cl shrink        0 lits rem          0 time: 0.04
4309.41/1080.63	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.13
4309.41/1080.64	c calculated reachability. Time: 0.00
4309.41/1080.64	c  N st   103   4713902       131       396        12    132447      1736   2120557   no data   no data
4753.69/1192.05	c  N st   104   5213902       131       396        12    154321      1736   2409059   no data   no data
4753.69/1192.05	c  S st   104   5213902       131       396        12    154321      1736   2409059   no data   no data
4755.63/1192.56	c  S st   104   5214403       131       396        12    154817      1736   2420342   no data   no data
4755.63/1192.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4756.03/1192.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
4756.03/1192.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4756.03/1192.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4756.03/1192.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4756.03/1192.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    131 time:  0.00 s
4756.03/1192.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4756.43/1192.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4756.43/1192.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3366842-1305415686/watcher-3366842-1305415686 -o /tmp/evaluation-result-3366842-1305415686/solver-3366842-1305415686 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366842-1305415686.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: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=208076 CPUtime=0.02 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 781 0 0 0 2 0 0 0 23 0 4 0 653169044 213069824 705 33554432000 4194304 4580107 140733641832464 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 52019 706 378 95 0 47001 0
[pid=29455/tid=29456] ppid=29453 vsize=208076 CPUtime=0 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 132 0 0 0 0 0 0 0 24 0 4 0 653169044 213069824 706 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=208076 CPUtime=0 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 29 0 0 0 0 0 0 0 24 0 4 0 653169044 213069824 706 33554432000 4194304 4580107 140733641832464 18446744073709551615 253640964590 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=208076 CPUtime=0 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 83 0 0 0 0 0 0 0 24 0 4 0 653169044 213069824 706 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.052384 s]
/proc/loadavg: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=216476 CPUtime=0.28 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 1278 0 0 0 28 0 0 0 18 0 4 0 653169044 221671424 1202 33554432000 4194304 4580107 140733641832464 18446744073709551615 253640902839 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 54119 1203 379 95 0 49101 0
[pid=29455/tid=29456] ppid=29453 vsize=219400 CPUtime=0.81 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1281 0 0 0 81 0 0 0 25 0 4 0 653169044 224665600 2401 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=219400 CPUtime=0.79 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1110 0 0 0 79 0 0 0 19 0 4 0 653169044 224665600 2401 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=219400 CPUtime=0.8 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1029 0 0 0 80 0 0 0 25 0 4 0 653169044 224665600 2401 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 216476

[startup+0.914869 s]
/proc/loadavg: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=219588 CPUtime=3.63 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 5536 0 0 0 362 1 0 0 19 0 4 0 653169044 224858112 2404 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 54897 2405 380 95 0 49879 0
[pid=29455/tid=29456] ppid=29453 vsize=219588 CPUtime=0.91 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1349 0 0 0 91 0 0 0 25 0 4 0 653169044 224858112 2405 33554432000 4194304 4580107 140733641832464 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=219588 CPUtime=0.89 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1320 0 0 0 89 0 0 0 19 0 4 0 653169044 224858112 2405 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=219588 CPUtime=0.9 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1129 0 0 0 90 0 0 0 25 0 4 0 653169044 224858112 2405 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 219588

[startup+1.01485 s]
/proc/loadavg: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=219668 CPUtime=4.02 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 5891 0 0 0 401 1 0 0 19 0 4 0 653169044 224940032 2482 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 54917 2482 380 95 0 49899 0
[pid=29455/tid=29456] ppid=29453 vsize=219668 CPUtime=1 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1401 0 0 0 100 0 0 0 25 0 4 0 653169044 224940032 2482 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=219668 CPUtime=0.99 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1383 0 0 0 99 0 0 0 19 0 4 0 653169044 224940032 2482 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294354 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=219668 CPUtime=1 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1302 0 0 0 100 0 0 0 25 0 4 0 653169044 224940032 2482 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 219668

[startup+1.1026 s]
/proc/loadavg: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=219668 CPUtime=4.42 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 7363 0 0 0 441 1 0 0 19 0 4 0 653169044 224940032 3954 33554432000 4194304 4580107 140733641832464 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 54917 3954 380 95 0 49899 0
[pid=29455/tid=29456] ppid=29453 vsize=219668 CPUtime=1.1 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1455 0 0 0 110 0 0 0 25 0 4 0 653169044 224940032 3954 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=219668 CPUtime=1.09 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1443 0 0 0 109 0 0 0 19 0 4 0 653169044 224940032 3954 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=219668 CPUtime=1.1 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1361 0 0 0 110 0 0 0 25 0 4 0 653169044 224940032 3954 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 219668

[startup+1.50076 s]
/proc/loadavg: 7.51 7.99 7.98 1/353 29455
/proc/meminfo: memFree=24011276/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=224468 CPUtime=5.97 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 9741 0 0 0 596 1 0 0 19 0 4 0 653169044 229855232 4996 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 56117 4996 380 95 0 51099 0
[pid=29455/tid=29456] ppid=29453 vsize=224468 CPUtime=1.49 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 2811 0 0 0 149 0 0 0 25 0 4 0 653169044 229855232 4996 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=224468 CPUtime=1.48 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1830 0 0 0 148 0 0 0 20 0 4 0 653169044 229855232 4996 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=224468 CPUtime=1.49 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 1690 0 0 0 149 0 0 0 25 0 4 0 653169044 229855232 4996 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 224468

[startup+3.10047 s]
/proc/loadavg: 7.51 7.99 7.98 9/365 29474
/proc/meminfo: memFree=23940884/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=231308 CPUtime=12.34 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 18072 0 0 0 1232 2 0 0 25 0 4 0 653169044 236859392 9762 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 57827 9762 380 95 0 52809 0
[pid=29455/tid=29456] ppid=29453 vsize=231308 CPUtime=3.09 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 5224 0 0 0 309 0 0 0 25 0 4 0 653169044 236859392 9762 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=231308 CPUtime=3.05 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 4608 0 0 0 305 0 0 0 25 0 4 0 653169044 236859392 9762 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295479 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=231308 CPUtime=3.09 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 3724 0 0 0 309 0 0 0 25 0 4 0 653169044 236859392 9762 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 231308

[startup+6.31389 s]
/proc/loadavg: 7.55 7.99 7.98 9/365 29474
/proc/meminfo: memFree=23896964/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=232264 CPUtime=25.15 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 29033 0 0 0 2511 4 0 0 25 0 4 0 653169044 237838336 13428 33554432000 4194304 4580107 140733641832464 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 58066 13428 380 95 0 53048 0
[pid=29455/tid=29456] ppid=29453 vsize=232264 CPUtime=6.3 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 7136 0 0 0 629 1 0 0 25 0 4 0 653169044 237838336 13428 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=232264 CPUtime=6.23 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 7240 0 0 0 622 1 0 0 25 0 4 0 653169044 237838336 13428 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=232264 CPUtime=6.3 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 7088 0 0 0 629 1 0 0 25 0 4 0 653169044 237838336 13428 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 232264

[startup+12.7007 s]
/proc/loadavg: 7.58 7.99 7.98 9/365 29474
/proc/meminfo: memFree=23880272/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=235560 CPUtime=50.64 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 44290 0 0 0 5057 7 0 0 25 0 4 0 653169044 241213440 16393 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 58890 16393 380 95 0 53872 0
[pid=29455/tid=29456] ppid=29453 vsize=235560 CPUtime=12.69 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 10713 0 0 0 1268 1 0 0 25 0 4 0 653169044 241213440 16393 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=235560 CPUtime=12.54 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 11380 0 0 0 1253 1 0 0 25 0 4 0 653169044 241213440 16394 33554432000 4194304 4580107 140733641832464 18446744073709551615 4415885 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=235560 CPUtime=12.68 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 10262 0 0 0 1267 1 0 0 25 0 4 0 653169044 241213440 16394 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 235560

[startup+25.5004 s]
/proc/loadavg: 7.75 8.01 7.99 9/365 29475
/proc/meminfo: memFree=23837552/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=223588 CPUtime=101.68 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 68982 0 0 0 10157 11 0 0 25 0 4 0 653169044 228954112 19883 33554432000 4194304 4580107 140733641832464 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 55897 19883 380 95 0 50879 0
[pid=29455/tid=29456] ppid=29453 vsize=223588 CPUtime=25.49 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 17463 0 0 0 2547 2 0 0 25 0 4 0 653169044 228954112 19883 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=223588 CPUtime=25.19 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 16481 0 0 0 2517 2 0 0 25 0 4 0 653169044 228954112 19883 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=223588 CPUtime=25.48 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 16371 0 0 0 2546 2 0 0 25 0 4 0 653169044 228954112 19883 33554432000 4194304 4580107 140733641832464 18446744073709551615 4340589 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 223588

[startup+51.1007 s]
/proc/loadavg: 7.83 8.01 7.99 9/365 29475
/proc/meminfo: memFree=23797064/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=253568 CPUtime=203.79 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 108306 0 0 0 20360 19 0 0 25 0 4 0 653169044 259653632 25233 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 63392 25233 380 95 0 58374 0
[pid=29455/tid=29456] ppid=29453 vsize=253568 CPUtime=51.09 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 28361 0 0 0 5105 4 0 0 25 0 4 0 653169044 259653632 25233 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=253568 CPUtime=50.49 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 26680 0 0 0 5045 4 0 0 25 0 4 0 653169044 259653632 25233 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=253568 CPUtime=51.09 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 25796 0 0 0 5105 4 0 0 25 0 4 0 653169044 259653632 25233 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 253568

[startup+102.3 s]
/proc/loadavg: 7.93 8.00 7.99 9/365 29477
/proc/meminfo: memFree=23682440/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=301664 CPUtime=407.98 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 170890 0 0 0 40764 34 0 0 25 0 4 0 653169044 308903936 39368 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 75416 39368 380 95 0 70398 0
[pid=29455/tid=29456] ppid=29453 vsize=301664 CPUtime=102.29 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 45058 0 0 0 10220 9 0 0 25 0 4 0 653169044 308903936 39368 33554432000 4194304 4580107 140733641832464 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=301664 CPUtime=101.08 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 40316 0 0 0 10100 8 0 0 25 0 4 0 653169044 308903936 39368 33554432000 4194304 4580107 140733641832464 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=301664 CPUtime=102.29 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 42412 0 0 0 10222 7 0 0 25 0 4 0 653169044 308903936 39368 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 301664

[startup+162.3 s]

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

[pid=29455] ppid=29453 vsize=491696 CPUtime=2800.79 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 489714 0 0 0 279919 160 0 0 25 0 4 0 653169044 503496704 88628 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 122924 88628 380 95 0 117906 0
[pid=29455/tid=29456] ppid=29453 vsize=491696 CPUtime=702.31 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 123428 0 0 0 70194 37 0 0 25 0 4 0 653169044 503496704 88628 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=491696 CPUtime=693.87 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 116899 0 0 0 69347 40 0 0 25 0 4 0 653169044 503496704 88628 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=491696 CPUtime=702.3 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 120460 0 0 0 70191 39 0 0 25 0 4 0 653169044 503496704 88628 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800.79
Current children cumulated vsize (KiB) 491696

[startup+762.301 s]
/proc/loadavg: 8.12 8.10 8.02 9/365 29494
/proc/meminfo: memFree=23230120/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=517388 CPUtime=3040.08 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 526064 0 0 0 303836 172 0 0 25 0 4 0 653169044 529805312 93999 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 129347 93999 380 95 0 124329 0
[pid=29455/tid=29456] ppid=29453 vsize=517388 CPUtime=762.31 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 134647 0 0 0 76190 41 0 0 25 0 4 0 653169044 529805312 93999 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=517388 CPUtime=753.16 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 123426 0 0 0 75274 42 0 0 25 0 4 0 653169044 529805312 93999 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=517388 CPUtime=762.31 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 133163 0 0 0 76188 43 0 0 25 0 4 0 653169044 529805312 93999 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.08
Current children cumulated vsize (KiB) 517388

[startup+822.301 s]
/proc/loadavg: 8.04 8.08 8.02 9/365 29496
/proc/meminfo: memFree=23164500/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=568940 CPUtime=3279.39 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 548799 0 0 0 327755 184 0 0 25 0 4 0 653169044 582594560 100509 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 142235 100509 380 95 0 137217 0
[pid=29455/tid=29456] ppid=29453 vsize=568940 CPUtime=822.31 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 143518 0 0 0 82186 45 0 0 25 0 4 0 653169044 582594560 100509 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=568940 CPUtime=812.46 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 129209 0 0 0 81200 46 0 0 25 0 4 0 653169044 582594560 100509 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=568940 CPUtime=822.31 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 136227 0 0 0 82187 44 0 0 25 0 4 0 653169044 582594560 100509 33554432000 4194304 4580107 140733641832464 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.39
Current children cumulated vsize (KiB) 568940

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.02 9/365 29497
/proc/meminfo: memFree=23203412/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=505376 CPUtime=3518.63 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 569683 0 0 0 351662 201 0 0 25 0 4 0 653169044 517505024 94005 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 126344 94005 380 95 0 121326 0
[pid=29455/tid=29456] ppid=29453 vsize=505376 CPUtime=882.31 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 151453 0 0 0 88178 53 0 0 25 0 4 0 653169044 517505024 94005 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=505376 CPUtime=871.7 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 132363 0 0 0 87121 49 0 0 25 0 4 0 653169044 517505024 94005 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=505376 CPUtime=882.31 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 146010 0 0 0 88180 51 0 0 25 0 4 0 653169044 517505024 94005 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.63
Current children cumulated vsize (KiB) 505376

[startup+942.301 s]
/proc/loadavg: 8.08 8.07 8.02 9/365 29499
/proc/meminfo: memFree=23127236/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=572016 CPUtime=3757.94 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 590456 0 0 0 375582 212 0 0 25 0 4 0 653169044 585744384 107452 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 143004 107452 380 95 0 137986 0
[pid=29455/tid=29456] ppid=29453 vsize=572016 CPUtime=942.33 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 153960 0 0 0 94178 55 0 0 25 0 4 0 653169044 585744384 107452 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=572016 CPUtime=930.97 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 135487 0 0 0 93048 49 0 0 25 0 4 0 653169044 585744384 107452 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=572016 CPUtime=942.32 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 152029 0 0 0 94178 54 0 0 25 0 4 0 653169044 585744384 107452 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.94
Current children cumulated vsize (KiB) 572016

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 8.02 9/365 29501
/proc/meminfo: memFree=23099444/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=572076 CPUtime=3997.19 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 602091 0 0 0 399497 222 0 0 25 0 4 0 653169044 585805824 105740 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 143019 105740 380 95 0 138001 0
[pid=29455/tid=29456] ppid=29453 vsize=572076 CPUtime=1002.32 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 160995 0 0 0 100172 60 0 0 25 0 4 0 653169044 585805824 105740 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=572076 CPUtime=990.24 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 135487 0 0 0 98975 49 0 0 25 0 4 0 653169044 585805824 105740 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406370 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=572076 CPUtime=1002.31 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 152029 0 0 0 100177 54 0 0 25 0 4 0 653169044 585805824 105740 33554432000 4194304 4580107 140733641832464 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.19
Current children cumulated vsize (KiB) 572076

[startup+1062.32 s]
/proc/loadavg: 8.14 8.10 8.03 9/365 29502
/proc/meminfo: memFree=23040640/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=688660 CPUtime=4236.49 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 628297 0 0 0 423411 238 0 0 25 0 4 0 653169044 705187840 117433 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 172165 117433 380 95 0 167147 0
[pid=29455/tid=29456] ppid=29453 vsize=688660 CPUtime=1062.33 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 170845 0 0 0 106167 66 0 0 25 0 4 0 653169044 705187840 117433 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=688660 CPUtime=1049.5 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 144322 0 0 0 104896 54 0 0 25 0 4 0 653169044 705187840 117433 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=688660 CPUtime=1062.33 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 159550 0 0 0 106174 59 0 0 25 0 4 0 653169044 705187840 117433 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.49
Current children cumulated vsize (KiB) 688660

[startup+1122.3 s]
/proc/loadavg: 8.19 8.12 8.04 9/365 29504
/proc/meminfo: memFree=23030552/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=623308 CPUtime=4475.71 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 648668 0 0 0 447321 250 0 0 25 0 4 0 653169044 638267392 111937 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 155827 111937 380 95 0 150809 0
[pid=29455/tid=29456] ppid=29453 vsize=623308 CPUtime=1122.32 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 178010 0 0 0 112162 70 0 0 25 0 4 0 653169044 638267392 111937 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=623308 CPUtime=1108.76 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 146476 0 0 0 110819 57 0 0 25 0 4 0 653169044 638267392 111937 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=623308 CPUtime=1122.32 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 166316 0 0 0 112169 63 0 0 25 0 4 0 653169044 638267392 111937 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4475.71
Current children cumulated vsize (KiB) 623308

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.04 9/365 29505
/proc/meminfo: memFree=23043164/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=623420 CPUtime=4714.95 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 663761 0 0 0 471233 262 0 0 25 0 4 0 653169044 638382080 113300 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 155855 113300 380 95 0 150837 0
[pid=29455/tid=29456] ppid=29453 vsize=623420 CPUtime=1182.32 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 185883 0 0 0 118155 77 0 0 25 0 4 0 653169044 638382080 113300 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=623420 CPUtime=1168 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 146476 0 0 0 116743 57 0 0 25 0 4 0 653169044 638382080 113300 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=623420 CPUtime=1182.32 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 166624 0 0 0 118169 63 0 0 25 0 4 0 653169044 638382080 113300 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4714.95
Current children cumulated vsize (KiB) 623420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.07 8.10 8.04 9/365 29506
/proc/meminfo: memFree=23024788/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=623468 CPUtime=4800.33 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 669583 0 0 0 479767 266 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 155867 115496 380 95 0 150849 0
[pid=29455/tid=29456] ppid=29453 vsize=623468 CPUtime=1203.73 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 188431 0 0 0 120295 78 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=623468 CPUtime=1189.14 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 146476 0 0 0 118857 57 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=623468 CPUtime=1203.73 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 169660 0 0 0 120308 65 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 623468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1203.7 s]
/proc/loadavg: 8.07 8.10 8.04 9/365 29506
/proc/meminfo: memFree=23024788/32951124 swapFree=56449224/67111528
[pid=29455] ppid=29453 vsize=623468 CPUtime=4800.33 cores=1,3,5,7
/proc/29455/stat : 29455 (strangenight2-m) R 29453 29455 28888 0 -1 4202496 669583 0 0 0 479767 266 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29455/statm: 155867 115496 380 95 0 150849 0
[pid=29455/tid=29456] ppid=29453 vsize=623468 CPUtime=1203.73 cores=1,3,5,7
/proc/29455/task/29456/stat : 29456 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 188431 0 0 0 120295 78 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29455/tid=29457] ppid=29453 vsize=623468 CPUtime=1189.14 cores=1,3,5,7
/proc/29455/task/29457/stat : 29457 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 146476 0 0 0 118857 57 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29455/tid=29458] ppid=29453 vsize=623468 CPUtime=1203.73 cores=1,3,5,7
/proc/29455/task/29458/stat : 29458 (strangenight2-m) R 29453 29455 28888 0 -1 4202560 169660 0 0 0 120308 65 0 0 25 0 4 0 653169044 638431232 115496 33554432000 4194304 4580107 140733641832464 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 623468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.74
CPU time (s): 4800.38
CPU user time (s): 4797.69
CPU system time (s): 2.68259
CPU usage (%): 398.788
Max. virtual memory (cumulated for all children) (KiB): 688660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.68259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669585
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= 186
involuntary context switches= 22047

runsolver used 3.57446 second user time and 11.0423 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 01:28:07
IDJOB=3366842
IDBENCH=84018
IDSOLVER=1844
FILE ID=node106/3366842-1305415686
RUNJOBID= node106-1305414481-29354
PBS_JOBID= 13324537
Free space on /tmp= 73356 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366842-1305415686/watcher-3366842-1305415686 -o /tmp/evaluation-result-3366842-1305415686/solver-3366842-1305415686 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366842-1305415686.cnf

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1170186099

node106.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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:      24011432 kB
Buffers:        273196 kB
Cached:        5688020 kB
SwapCached:      27544 kB
Active:         736096 kB
Inactive:      7976668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24011432 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            5516 kB
Writeback:          76 kB
AnonPages:     2732856 kB
Mapped:           9788 kB
Slab:           113960 kB
PageTables:      47408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74994000 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= 73352 MiB
End job on node106 at 2011-05-15 01:48:12