Trace number 3366584

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.15 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.7644
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
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.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-3366584-1305409297.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.17/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.83	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
3.17/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.83	c calculated reachability. Time: 0.00
3.17/0.83	c Calc default polars -  time:   0.00 s pos:     185 undec:      41 neg:     174
3.17/0.83	c =========================================================================================
3.17/0.83	c types(t): F = full restart, N = normal restart
3.17/0.83	c types(t): S = simplification begin/end, E = solution found
3.17/0.83	c restart types(rt): st = static, dy = dynamic
3.17/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.83	c  B st     0         0       390      1694         0         0      5147         0   no data   no data
3.17/0.83	c Decided on static restart strategy
3.17/0.83	c  N st     8      4918       390      1694         0      4820      5147     95742   no data   no data
3.17/0.83	c  N st    10     11300       390      1694         0      4445      5147     67216   no data   no data
3.17/0.83	c  N st    11     17043       390      1694         0      9968      5147    171155   no data   no data
3.97/1.03	c  F st    12     25000       390      1694         0     12292      5147    210005   no data   no data
3.97/1.03	c  N st    12     25000       390      1694         0     12292      5147    210005   no data   no data
4.76/1.23	c Decided on static restart strategy
4.76/1.23	c  N st    18     30000       390      1694         0     10599      5147    166128   no data   no data
4.76/1.23	c  S st    18     30000       390      1694         0     10599      5147    166128   no data   no data
5.15/1.33	c  S st    18     30508       390      1694         0     11104      5147    176078   no data   no data
5.15/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.15/1.33	c blocked clauses removed:        0 vars:      0 tried:         390 T: 0.00 s
5.15/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
5.15/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c lits-rem:       142  cl-subs:      850  v-elim:      0  v-fix:    0  time:  0.05 s
5.15/1.33	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.00
5.15/1.33	c calculated reachability. Time: 0.00
5.15/1.33	c  N st    18     30508       390      1694         0     10254      5147    159564   no data   no data
6.76/1.71	c  N st    20     37618       390      1694         0      9501      5147    127008   no data   no data
7.96/2.08	c  N st    21     44018       390      1694         0     15732      5147    247059   no data   no data
8.36/2.21	c  S st    22     45762       390      1694         0     17417      5147    277814   no data   no data
8.79/2.24	c  S st    22     46265       390      1694         0      9230      5147    112692   no data   no data
8.79/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
8.79/2.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.26	c lits-rem:        20  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.26	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
8.79/2.26	c vivif2 --  cl tried     9066 cl shrink        0 lits rem          0 time: 0.00
8.79/2.27	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.00
8.79/2.27	c calculated reachability. Time: 0.00
8.79/2.27	c  N st    22     46265       390      1694         0      9066      5147    109997   no data   no data
12.34/3.13	c  N st    23     60663       390      1694         0     13359      5147    181502   no data   no data
14.73/3.76	c  N st    24     69397       390      1694         0     11225      5147    134300   no data   no data
14.73/3.76	c  S st    24     69397       390      1694         0     11225      5147    134300   no data   no data
14.73/3.79	c  S st    24     69899       390      1694         0     11727      5147    144066   no data   no data
14.73/3.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.13/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.13/3.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.13/3.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.13/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
15.13/3.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.13/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.82	c lits-rem:        17  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.01 s
15.13/3.82	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
15.13/3.82	c vivif2 --  cl tried    11563 cl shrink        0 lits rem          0 time: 0.00
15.13/3.82	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.01
15.13/3.82	c calculated reachability. Time: 0.00
15.13/3.82	c  N st    24     69899       390      1694         0     11563      5147    141387   no data   no data
19.91/5.07	c  F st    25     87501       390      1694         0     16943      5147    247315   no data   no data
19.91/5.07	c  N st    25     87501       390      1694         0     16943      5147    247315   no data   no data
21.52/5.48	c Decided on static restart strategy
22.70/5.77	c  N st    32     95538       390      1694         0     24772      5147    406197   no data   no data
25.50/6.43	c  N st    34    104848       390      1694         0     21146      5147    306926   no data   no data
25.50/6.43	c  S st    34    104848       390      1694         0     21146      5147    306926   no data   no data
25.50/6.49	c  S st    34    105353       390      1694         0     21650      5147    317386   no data   no data
25.50/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.50/6.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.50/6.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.50/6.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.50/6.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.50/6.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
25.50/6.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.50/6.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.50/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.69/6.70	c lits-rem:       201  cl-subs:     1547  v-elim:      0  v-fix:    0  time:  0.19 s
26.69/6.70	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
26.69/6.71	c vivif2 --  cl tried    20103 cl shrink        0 lits rem          0 time: 0.00
26.69/6.72	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.01
26.69/6.72	c calculated reachability. Time: 0.00
26.69/6.72	c  N st    34    105353       390      1694         0     20103      5147    287940   no data   no data
29.88/7.52	c  N st    35    114952       390      1694         0     15872      5147    190852   no data   no data
35.11/8.82	c  N st    36    129350       390      1694         0     15291      5147    168185   no data   no data
42.24/10.62	c  N st    37    150946       390      1694         0     20769      5147    265946   no data   no data
44.63/11.23	c  S st    38    158030       390      1694         0     27628      5147    402402   no data   no data
45.03/11.30	c  S st    38    158537       390      1694         0     28133      5147    412727   no data   no data
45.03/11.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.03/11.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
45.03/11.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.03/11.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.03/11.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.03/11.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
45.03/11.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.03/11.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.03/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.23/11.62	c lits-rem:       166  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  0.29 s
46.23/11.62	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
46.23/11.63	c vivif2 --  cl tried    26543 cl shrink        0 lits rem          0 time: 0.00
46.23/11.64	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.01
46.23/11.64	c calculated reachability. Time: 0.00
46.23/11.64	c  N st    38    158537       390      1694         0     26543      5147    382555   no data   no data
65.82/16.51	c  N st    39    207125       390      1694         0     21251      5147    247300   no data   no data
78.14/19.70	c  N st    40    237806       390      1694         0     31641      5147    440753   no data   no data
78.14/19.70	c  S st    40    237806       390      1694         0     31641      5147    440753   no data   no data
78.54/19.79	c  S st    40    238308       390      1694         0     32142      5147    450734   no data   no data
78.54/19.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.54/19.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.54/19.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.54/19.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.54/19.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.54/19.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
78.54/19.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.54/19.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.97/19.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.52/20.26	c lits-rem:       218  cl-subs:     2019  v-elim:      0  v-fix:    0  time:  0.44 s
80.52/20.26	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
80.52/20.26	c vivif2 --  cl tried    30123 cl shrink        0 lits rem          0 time: 0.00
80.52/20.28	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.02
80.52/20.28	c calculated reachability. Time: 0.00
80.52/20.28	c  N st    40    238308       390      1694         0     30123      5147    411636   no data   no data
113.24/28.50	c  F st    41    306251       390      1694         0     31918      5147    406520   no data   no data
113.24/28.50	c  N st    41    306251       390      1694         0     31918      5147    406520   no data   no data
116.02/29.17	c Decided on static restart strategy
127.58/32.05	c  N st    51    334555       390      1694         0     36162      5147    465790   no data   no data
139.16/34.97	c  N st    53    357462       390      1694         0     34159      5147    429104   no data   no data
139.16/34.97	c  S st    53    357462       390      1694         0     34159      5147    429104   no data   no data
139.55/35.06	c  S st    53    357964       390      1694         0     34659      5147    439633   no data   no data
139.55/35.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.55/35.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.55/35.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.55/35.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.55/35.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.55/35.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
139.55/35.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.55/35.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.55/35.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.74/35.32	c lits-rem:       196  cl-subs:     1353  v-elim:      0  v-fix:    0  time:  0.23 s
140.74/35.32	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
140.74/35.32	c vivif2 --  cl tried    33306 cl shrink        0 lits rem          0 time: 0.01
140.74/35.34	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.02
140.74/35.34	c calculated reachability. Time: 0.00
140.74/35.34	c  N st    53    357964       390      1694         0     33306      5147    415373   no data   no data
156.70/39.31	c  N st    54    390356       390      1694         0     39519      5147    537784   no data   no data
183.83/46.17	c  N st    55    438944       390      1694         0     33316      5147    379734   no data   no data
222.11/55.71	c  N st    56    511829       390      1694         0     46857      5147    625055   no data   no data
237.25/59.52	c  N st    57    536946       390      1694         0     41140      5147    499936   no data   no data
237.25/59.52	c  S st    57    536946       390      1694         0     41140      5147    499936   no data   no data
237.66/59.63	c  S st    57    537451       390      1694         0     41644      5147    510196   no data   no data
237.66/59.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.66/59.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.66/59.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.66/59.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.66/59.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.66/59.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
237.66/59.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.66/59.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.66/59.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.25/60.05	c lits-rem:       161  cl-subs:     1875  v-elim:      0  v-fix:    0  time:  0.39 s
239.25/60.05	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
239.25/60.06	c vivif2 --  cl tried    39769 cl shrink        0 lits rem          0 time: 0.01
239.25/60.08	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.02
239.25/60.09	c calculated reachability. Time: 0.00
239.25/60.09	c  N st    57    537451       390      1694         0     39769      5147    475281   no data   no data
344.94/86.59	c  N st    58    701437       390      1694         0     68573      5147   1030146   no data   no data
423.51/106.26	c  N st    59    806176       390      1694         0     62388      5147    810901   no data   no data
423.51/106.26	c  S st    59    806176       390      1694         0     62388      5147    810901   no data   no data
424.31/106.45	c  S st    59    806681       390      1694         0     62892      5147    821674   no data   no data
424.31/106.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.31/106.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
424.31/106.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.31/106.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.31/106.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.31/106.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
424.31/106.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.31/106.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
424.71/106.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.07/108.70	c lits-rem:       662  cl-subs:     6696  v-elim:      0  v-fix:    0  time:  2.17 s
433.07/108.70	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
433.47/108.71	c vivif2 --  cl tried    56196 cl shrink        0 lits rem          0 time: 0.01
433.47/108.75	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.04
433.47/108.75	c calculated reachability. Time: 0.00
433.47/108.75	c  N st    59    806681       390      1694         0     56196      5147    708556   no data   no data
647.23/162.34	c  F st    60   1071878       390      1694         0     72178      5147    958871   no data   no data
647.23/162.34	c  N st    60   1071878       390      1694         0     72178      5147    958871   no data   no data
652.42/163.66	c Decided on static restart strategy
673.56/168.98	c  N st    70   1100181       390      1694         0     56152      5147    646696   no data   no data
707.45/177.42	c  N st    72   1136177       390      1694         0     46473      5147    425545   no data   no data
733.37/183.99	c  N st    73   1168569       390      1694         0     77808      5147   1040153   no data   no data
770.87/193.36	c  N st    74   1210021       390      1694         0     72456      5147    953605   no data   no data
770.87/193.36	c  S st    74   1210021       390      1694         0     72456      5147    953605   no data   no data
771.68/193.58	c  S st    74   1210523       390      1694         0     72955      5147    964797   no data   no data
771.68/193.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
772.11/193.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
772.11/193.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.11/193.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.11/193.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.11/193.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
772.11/193.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.11/193.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
772.11/193.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.46/195.80	c lits-rem:       553  cl-subs:     4772  v-elim:      0  v-fix:    0  time:  2.15 s
780.46/195.80	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
780.89/195.82	c vivif2 --  cl tried    68183 cl shrink        0 lits rem          0 time: 0.01
780.89/195.87	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.06
780.89/195.88	c calculated reachability. Time: 0.00
780.89/195.88	c  N st    74   1210523       390      1694         0     68183      5147    878841   no data   no data
847.43/212.56	c  N st    75   1283407       390      1694         0     92450      5147   1363289   no data   no data
962.70/241.43	c  N st    76   1392731       390      1694         0     52925      5147    496001   no data   no data
1126.22/282.47	c  N st    77   1556715       390      1694         0     57613      5147    559629   no data   no data
1287.74/322.98	c  N st    78   1710523       390      1694         0     98776      5147   1355070   no data   no data
1287.74/322.98	c  S st    78   1710523       390      1694         0     98776      5147   1355070   no data   no data
1288.94/323.30	c  S st    78   1711025       390      1694         0     99276      5147   1365674   no data   no data
1288.94/323.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1289.34/323.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1289.34/323.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1289.34/323.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1289.34/323.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1289.34/323.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1289.34/323.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1289.34/323.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1289.34/323.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1314.85/329.78	c lits-rem:       891  cl-subs:     9443  v-elim:      0  v-fix:    0  time:  6.37 s
1314.85/329.78	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
1314.85/329.80	c vivif2 --  cl tried    89833 cl shrink        0 lits rem          0 time: 0.02
1315.25/329.88	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.08
1315.25/329.88	c calculated reachability. Time: 0.00
1315.25/329.88	c  N st    78   1711025       390      1694         0     89833      5147   1207989   no data   no data
1721.64/431.71	c  N st    79   2079992       390      1694         0    101838      5147   1361516   no data   no data
1875.98/470.49	c  N st    80   2211025       390      1694         0    105996      5147   1423586   no data   no data
1875.98/470.49	c  S st    80   2211025       390      1694         0    105996      5147   1423586   no data   no data
1877.61/470.86	c  S st    80   2211526       390      1694         0    106496      5147   1433854   no data   no data
1877.61/470.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1877.96/470.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1877.96/470.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1877.96/470.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1877.96/470.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1877.96/470.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1877.96/470.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1877.96/470.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1877.96/470.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1900.70/476.61	c lits-rem:       529  cl-subs:     7705  v-elim:      0  v-fix:    0  time:  5.63 s
1900.70/476.61	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
1900.70/476.64	c vivif2 --  cl tried    98791 cl shrink        0 lits rem          0 time: 0.02
1901.10/476.73	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.09
1901.10/476.73	c calculated reachability. Time: 0.00
1901.10/476.73	c  N st    80   2211526       390      1694         0     98791      5147   1296764   no data   no data
2523.66/632.85	c  N st    81   2711528       390      1694         0    121609      5147   1562646   no data   no data
2523.66/632.85	c  S st    81   2711528       390      1694         0    121609      5147   1562646   no data   no data
2525.26/633.27	c  S st    81   2712035       390      1694         0    122116      5147   1573042   no data   no data
2525.26/633.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2525.66/633.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2525.66/633.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2525.66/633.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2525.66/633.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2525.66/633.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
2525.66/633.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2525.66/633.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2526.05/633.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2557.95/641.44	c lits-rem:       838  cl-subs:    15029  v-elim:      0  v-fix:    0  time:  8.04 s
2557.95/641.44	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
2557.95/641.46	c vivif2 --  cl tried   107087 cl shrink        0 lits rem          0 time: 0.02
2558.35/641.57	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.10
2558.35/641.57	c calculated reachability. Time: 0.00
2558.35/641.57	c  N st    81   2712035       390      1694         0    107087      5147   1343159   no data   no data
3314.90/831.21	c  N st    82   3212038       390      1694         0     83714      5147    790697   no data   no data
3314.90/831.21	c  S st    82   3212038       390      1694         0     83714      5147    790697   no data   no data
3315.70/831.48	c  S st    82   3212550       390      1694         0     84226      5147    801701   no data   no data
3315.70/831.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3316.11/831.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3316.11/831.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3316.11/831.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3316.11/831.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3316.11/831.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
3316.11/831.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3316.11/831.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3316.11/831.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3317.68/831.99	c lits-rem:       117  cl-subs:     1736  v-elim:      0  v-fix:    0  time:  0.42 s
3317.68/831.99	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
3318.08/832.00	c vivif2 --  cl tried    82490 cl shrink        0 lits rem          0 time: 0.01
3318.08/832.07	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.07
3318.08/832.07	c calculated reachability. Time: 0.00
3318.08/832.07	c  N st    82   3212550       390      1694         0     82490      5147    777253   no data   no data
4011.62/1005.98	c  N st    83   3712550       390      1694         0     93247      5147    927750   no data   no data
4011.62/1005.98	c  S st    83   3712550       390      1694         0     93247      5147    927750   no data   no data
4012.82/1006.28	c  S st    83   3713058       390      1694         0     93755      5147    938460   no data   no data
4012.82/1006.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4013.22/1006.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4013.22/1006.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4013.22/1006.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4013.22/1006.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4013.22/1006.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
4013.22/1006.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4013.22/1006.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4013.22/1006.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4016.80/1007.25	c lits-rem:       292  cl-subs:     3016  v-elim:      0  v-fix:    0  time:  0.87 s
4016.80/1007.25	c vivif2 --  cl tried     1694 cl shrink        0 lits rem          0 time: 0.00
4016.80/1007.27	c vivif2 --  cl tried    90739 cl shrink        0 lits rem          0 time: 0.01
4017.20/1007.35	c asymm  cl-useful: 0/1694/1694 lits-rem:0 time: 0.08
4017.20/1007.35	c calculated reachability. Time: 0.00
4017.20/1007.35	c  N st    83   3713058       390      1694         0     90739      5147    886671   no data   no data
4068.65/1020.24	c  F st    84   3751562       390      1694         0    127802      5147   1634544   no data   no data
4068.65/1020.24	c  N st    84   3751562       390      1694         0    127802      5147   1634544   no data   no data
4078.62/1022.70	c Decided on static restart strategy
4128.12/1035.15	c  N st    94   3779866       390      1694         0    155267      5147   2204673   no data   no data
4185.15/1049.48	c  N st    96   3815862       390      1694         0    108138      5147   1198932   no data   no data
4239.34/1063.07	c  N st    97   3848254       390      1694         0    139415      5147   1799076   no data   no data
4313.51/1081.67	c  N st    98   3896842       390      1694         0    103255      5147   1082395   no data   no data
4435.20/1112.15	c  N st    99   3969724       390      1694         0     89653      5147    800075   no data   no data
4589.49/1150.84	c  N st   100   4079047       390      1694         0    110496      5147   1230918   no data   no data

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-3366584-1305409297/watcher-3366584-1305409297 -o /tmp/evaluation-result-3366584-1305409297/solver-3366584-1305409297 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366584-1305409297.cnf 

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

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


[startup+0 s]
/proc/loadavg: 4.25 6.85 7.62 2/359 1133
/proc/meminfo: memFree=25732416/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 405 0 0 0 0 0 0 0 23 0 4 0 633345280 52396032 346 33554432000 4194304 4580107 140734832680528 18446744073709551615 46932440885170 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 12792 346 299 95 0 7774 0
[pid=1133/tid=1134] ppid=1131 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 633345280 52396032 347 33554432000 4194304 4580107 140734832680528 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 633345280 52396032 347 33554432000 4194304 4580107 140734832680528 18446744073709551615 46932440885170 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 633345280 52396032 347 33554432000 4194304 4580107 140734832680528 18446744073709551615 46932440885168 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.029422 s]
/proc/loadavg: 4.25 6.85 7.62 2/359 1133
/proc/meminfo: memFree=25732416/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=347568 CPUtime=0.08 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 1186 0 0 0 8 0 0 0 18 0 4 0 633345280 355909632 1093 33554432000 4194304 4580107 140734832680528 18446744073709551615 4324067 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 86892 1093 376 95 0 81874 0
[pid=1133/tid=1134] ppid=1131 vsize=347568 CPUtime=0.01 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 236 0 0 0 1 0 0 0 25 0 4 0 633345280 355909632 1093 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=347568 CPUtime=0.02 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 199 0 0 0 2 0 0 0 18 0 4 0 633345280 355909632 1093 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=347568 CPUtime=0.02 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 117 0 0 0 2 0 0 0 18 0 4 0 633345280 355909632 1093 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 347568

[startup+0.100407 s]
/proc/loadavg: 4.25 6.85 7.62 2/359 1133
/proc/meminfo: memFree=25732416/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=347716 CPUtime=0.36 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 1505 0 0 0 36 0 0 0 18 0 4 0 633345280 356061184 1412 33554432000 4194304 4580107 140734832680528 18446744073709551615 4321152 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 86929 1412 377 95 0 81911 0
[pid=1133/tid=1134] ppid=1131 vsize=347716 CPUtime=0.08 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 306 0 0 0 8 0 0 0 25 0 4 0 633345280 356061184 1412 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=347716 CPUtime=0.09 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 285 0 0 0 9 0 0 0 18 0 4 0 633345280 356061184 1412 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=347716 CPUtime=0.09 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 207 0 0 0 9 0 0 0 18 0 4 0 633345280 356061184 1412 33554432000 4194304 4580107 140734832680528 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 347716

[startup+0.30037 s]
/proc/loadavg: 4.25 6.85 7.62 2/359 1133
/proc/meminfo: memFree=25732416/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=349216 CPUtime=1.16 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 2477 0 0 0 116 0 0 0 18 0 4 0 633345280 357597184 1907 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293778 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 87304 1907 377 95 0 82286 0
[pid=1133/tid=1134] ppid=1131 vsize=349216 CPUtime=0.28 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 537 0 0 0 28 0 0 0 25 0 4 0 633345280 357597184 1907 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=349216 CPUtime=0.29 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 536 0 0 0 29 0 0 0 18 0 4 0 633345280 357597184 1907 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=349216 CPUtime=0.29 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 449 0 0 0 29 0 0 0 18 0 4 0 633345280 357597184 1907 33554432000 4194304 4580107 140734832680528 18446744073709551615 4320554 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 349216

[startup+0.700296 s]
/proc/loadavg: 4.25 6.85 7.62 2/359 1133
/proc/meminfo: memFree=25732416/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=350588 CPUtime=2.77 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 4365 0 0 0 276 1 0 0 18 0 4 0 633345280 359002112 2140 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294354 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 87647 2140 377 95 0 82629 0
[pid=1133/tid=1134] ppid=1131 vsize=350588 CPUtime=0.68 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1005 0 0 0 68 0 0 0 25 0 4 0 633345280 359002112 2140 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=350588 CPUtime=0.69 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1034 0 0 0 69 0 0 0 18 0 4 0 633345280 359002112 2140 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=350588 CPUtime=0.69 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 901 0 0 0 69 0 0 0 18 0 4 0 633345280 359002112 2140 33554432000 4194304 4580107 140734832680528 18446744073709551615 4320729 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 350588

[startup+1.50114 s]
/proc/loadavg: 4.25 6.85 7.62 10/371 1145
/proc/meminfo: memFree=25711496/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=351268 CPUtime=5.95 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 7755 0 0 0 594 1 0 0 20 0 4 0 633345280 359698432 4195 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 87817 4195 379 95 0 82799 0
[pid=1133/tid=1134] ppid=1131 vsize=351268 CPUtime=1.46 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1555 0 0 0 146 0 0 0 25 0 4 0 633345280 359698432 4195 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=351268 CPUtime=1.49 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1583 0 0 0 149 0 0 0 20 0 4 0 633345280 359698432 4195 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=351268 CPUtime=1.49 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 1463 0 0 0 149 0 0 0 19 0 4 0 633345280 359698432 4195 33554432000 4194304 4580107 140734832680528 18446744073709551615 4295860 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 351268

[startup+3.10084 s]
/proc/loadavg: 4.25 6.85 7.62 9/371 1145
/proc/meminfo: memFree=25681344/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=363616 CPUtime=12.34 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 15754 0 0 0 1231 3 0 0 25 0 4 0 633345280 372342784 8067 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 90904 8067 379 95 0 85886 0
[pid=1133/tid=1134] ppid=1131 vsize=363616 CPUtime=3.05 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 3670 0 0 0 305 0 0 0 25 0 4 0 633345280 372342784 8067 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=363616 CPUtime=3.09 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 4112 0 0 0 308 1 0 0 25 0 4 0 633345280 372342784 8068 33554432000 4194304 4580107 140734832680528 18446744073709551615 4340589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=363616 CPUtime=3.08 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 3662 0 0 0 308 0 0 0 25 0 4 0 633345280 372342784 8068 33554432000 4194304 4580107 140734832680528 18446744073709551615 4306140 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 363616

[startup+6.30024 s]
/proc/loadavg: 4.55 6.87 7.63 9/371 1145
/proc/meminfo: memFree=25645884/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=368712 CPUtime=25.09 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 24844 0 0 0 2504 5 0 0 25 0 4 0 633345280 377561088 10978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 92178 10978 379 95 0 87160 0
[pid=1133/tid=1134] ppid=1131 vsize=368712 CPUtime=6.21 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 6563 0 0 0 620 1 0 0 25 0 4 0 633345280 377561088 10978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=368712 CPUtime=6.28 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 6910 0 0 0 627 1 0 0 25 0 4 0 633345280 377561088 10978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=368712 CPUtime=6.29 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 5213 0 0 0 628 1 0 0 25 0 4 0 633345280 377561088 10978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 368712

[startup+12.701 s]
/proc/loadavg: 4.83 6.89 7.63 9/371 1145
/proc/meminfo: memFree=25592340/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=374988 CPUtime=50.62 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 39649 0 0 0 5054 8 0 0 25 0 4 0 633345280 383987712 15948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 93747 15948 379 95 0 88729 0
[pid=1133/tid=1134] ppid=1131 vsize=374988 CPUtime=12.54 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 10136 0 0 0 1252 2 0 0 25 0 4 0 633345280 383987712 15948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=374988 CPUtime=12.68 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 9536 0 0 0 1267 1 0 0 25 0 4 0 633345280 383987712 15948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=374988 CPUtime=12.69 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 8984 0 0 0 1267 2 0 0 25 0 4 0 633345280 383987712 15948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 374988

[startup+25.5006 s]
/proc/loadavg: 5.60 6.96 7.64 9/371 1146
/proc/meminfo: memFree=25548928/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=380888 CPUtime=101.66 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 60430 0 0 0 10153 13 0 0 25 0 4 0 633345280 390029312 20948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 95222 20948 379 95 0 90204 0
[pid=1133/tid=1134] ppid=1131 vsize=380888 CPUtime=25.18 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 16102 0 0 0 2515 3 0 0 25 0 4 0 633345280 390029312 20948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=380888 CPUtime=25.48 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 15209 0 0 0 2545 3 0 0 25 0 4 0 633345280 390029312 20948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=380888 CPUtime=25.49 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 13138 0 0 0 2546 3 0 0 25 0 4 0 633345280 390029312 20948 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 380888

[startup+51.1008 s]
/proc/loadavg: 6.42 7.04 7.65 9/371 1146
/proc/meminfo: memFree=25491504/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=389504 CPUtime=203.76 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 92145 0 0 0 20354 22 0 0 25 0 4 0 633345280 398852096 25929 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 97376 25929 379 95 0 92358 0
[pid=1133/tid=1134] ppid=1131 vsize=389504 CPUtime=50.48 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 25069 0 0 0 5043 5 0 0 25 0 4 0 633345280 398852096 25929 33554432000 4194304 4580107 140734832680528 18446744073709551615 4322524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=389504 CPUtime=51.08 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 23228 0 0 0 5103 5 0 0 25 0 4 0 633345280 398852096 25929 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=389504 CPUtime=51.09 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 20237 0 0 0 5105 4 0 0 25 0 4 0 633345280 398852096 25929 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 389504

[startup+102.314 s]
/proc/loadavg: 7.36 7.20 7.67 9/371 1148
/proc/meminfo: memFree=25436280/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=400972 CPUtime=407.99 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 141404 0 0 0 40763 36 0 0 25 0 4 0 633345280 410595328 32342 33554432000 4194304 4580107 140734832680528 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 100243 32342 379 95 0 95225 0
[pid=1133/tid=1134] ppid=1131 vsize=400972 CPUtime=101.09 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 37291 0 0 0 10100 9 0 0 25 0 4 0 633345280 410595328 32342 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=400972 CPUtime=102.29 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 34249 0 0 0 10221 8 0 0 25 0 4 0 633345280 410595328 32342 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=400972 CPUtime=102.3 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 33725 0 0 0 10222 8 0 0 25 0 4 0 633345280 410595328 32342 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.99
Current children cumulated vsize (KiB) 400972

[startup+162.301 s]

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

[pid=1133] ppid=1131 vsize=570284 CPUtime=2561.56 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 401739 0 0 0 256025 131 0 0 25 0 4 0 633345280 583970816 76424 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 142571 76424 379 95 0 137553 0
[pid=1133/tid=1134] ppid=1131 vsize=570284 CPUtime=634.72 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 96446 0 0 0 63443 29 0 0 25 0 4 0 633345280 583970816 76424 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=570284 CPUtime=642.32 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 104530 0 0 0 64198 34 0 0 25 0 4 0 633345280 583970816 76424 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=570284 CPUtime=642.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 102186 0 0 0 64195 37 0 0 25 0 4 0 633345280 583970816 76424 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.56
Current children cumulated vsize (KiB) 570284

[startup+702.301 s]
/proc/loadavg: 8.13 7.97 7.85 9/371 1164
/proc/meminfo: memFree=25090164/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=463572 CPUtime=2800.82 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 421587 0 0 0 279944 138 0 0 25 0 4 0 633345280 474697728 76809 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 115893 76809 379 95 0 110875 0
[pid=1133/tid=1134] ppid=1131 vsize=463572 CPUtime=694.01 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 101457 0 0 0 69370 31 0 0 25 0 4 0 633345280 474697728 76809 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=463572 CPUtime=702.3 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 111362 0 0 0 70194 36 0 0 25 0 4 0 633345280 474697728 76809 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=463572 CPUtime=702.31 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 107498 0 0 0 70192 39 0 0 25 0 4 0 633345280 474697728 76809 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.82
Current children cumulated vsize (KiB) 463572

[startup+762.314 s]
/proc/loadavg: 8.16 8.01 7.87 9/371 1165
/proc/meminfo: memFree=25117648/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=439700 CPUtime=3040.17 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 441902 0 0 0 303870 147 0 0 25 0 4 0 633345280 450252800 72528 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 109925 72528 379 95 0 104907 0
[pid=1133/tid=1134] ppid=1131 vsize=439700 CPUtime=753.31 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 106644 0 0 0 75298 33 0 0 25 0 4 0 633345280 450252800 72528 33554432000 4194304 4580107 140734832680528 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=439700 CPUtime=762.31 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 117209 0 0 0 76193 38 0 0 25 0 4 0 633345280 450252800 72528 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=439700 CPUtime=762.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 114070 0 0 0 76191 41 0 0 25 0 4 0 633345280 450252800 72528 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.17
Current children cumulated vsize (KiB) 439700

[startup+822.3 s]
/proc/loadavg: 8.17 8.03 7.89 9/371 1167
/proc/meminfo: memFree=25077444/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=544416 CPUtime=3279.41 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 466515 0 0 0 327785 156 0 0 25 0 4 0 633345280 557481984 81588 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 136104 81588 379 95 0 131086 0
[pid=1133/tid=1134] ppid=1131 vsize=544416 CPUtime=812.59 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 113647 0 0 0 81224 35 0 0 25 0 4 0 633345280 557481984 81588 33554432000 4194304 4580107 140734832680528 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=544416 CPUtime=822.3 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 122413 0 0 0 82189 41 0 0 25 0 4 0 633345280 557481984 81588 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=544416 CPUtime=822.31 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 121562 0 0 0 82187 44 0 0 25 0 4 0 633345280 557481984 81588 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.41
Current children cumulated vsize (KiB) 544416

[startup+882.301 s]
/proc/loadavg: 8.06 8.02 7.89 9/371 1169
/proc/meminfo: memFree=25020600/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=541004 CPUtime=3518.68 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 486888 0 0 0 351704 164 0 0 25 0 4 0 633345280 553988096 86978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 135251 86978 379 95 0 130233 0
[pid=1133/tid=1134] ppid=1131 vsize=541004 CPUtime=871.88 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 117540 0 0 0 87151 37 0 0 25 0 4 0 633345280 553988096 86978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=541004 CPUtime=882.3 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 128055 0 0 0 88187 43 0 0 25 0 4 0 633345280 553988096 86978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=541004 CPUtime=882.31 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 127087 0 0 0 88185 46 0 0 25 0 4 0 633345280 553988096 86978 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.68
Current children cumulated vsize (KiB) 541004

[startup+942.301 s]
/proc/loadavg: 8.07 8.03 7.90 9/371 1170
/proc/meminfo: memFree=25000488/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=553596 CPUtime=3757.97 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 506187 0 0 0 375625 172 0 0 25 0 4 0 633345280 566882304 90542 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 138399 90542 379 95 0 133381 0
[pid=1133/tid=1134] ppid=1131 vsize=553596 CPUtime=931.19 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 121644 0 0 0 93080 39 0 0 25 0 4 0 633345280 566882304 90542 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=553596 CPUtime=942.3 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 132418 0 0 0 94185 45 0 0 25 0 4 0 633345280 566882304 90542 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=553596 CPUtime=942.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 132467 0 0 0 94184 48 0 0 25 0 4 0 633345280 566882304 90542 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.97
Current children cumulated vsize (KiB) 553596

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 7.91 9/371 1172
/proc/meminfo: memFree=24960632/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=631688 CPUtime=3997.26 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 523395 0 0 0 399546 180 0 0 25 0 4 0 633345280 646848512 99673 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 157922 99673 379 95 0 152904 0
[pid=1133/tid=1134] ppid=1131 vsize=631688 CPUtime=990.47 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 126837 0 0 0 99006 41 0 0 25 0 4 0 633345280 646848512 99673 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=631688 CPUtime=1002.31 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 137709 0 0 0 100183 48 0 0 25 0 4 0 633345280 646848512 99673 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=631688 CPUtime=1002.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 133598 0 0 0 100184 48 0 0 25 0 4 0 633345280 646848512 99673 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.26
Current children cumulated vsize (KiB) 631688

[startup+1062.3 s]
/proc/loadavg: 8.07 8.04 7.92 9/371 1173
/proc/meminfo: memFree=24977080/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=563888 CPUtime=4236.55 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 538336 0 0 0 423467 188 0 0 25 0 4 0 633345280 577421312 90265 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 140972 90265 379 95 0 135954 0
[pid=1133/tid=1134] ppid=1131 vsize=563888 CPUtime=1049.77 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 127268 0 0 0 104936 41 0 0 25 0 4 0 633345280 577421312 90265 33554432000 4194304 4580107 140734832680528 18446744073709551615 4305176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=563888 CPUtime=1062.31 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 144017 0 0 0 106180 51 0 0 25 0 4 0 633345280 577421312 90265 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=563888 CPUtime=1062.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 136464 0 0 0 106181 51 0 0 25 0 4 0 633345280 577421312 90265 33554432000 4194304 4580107 140734832680528 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.55
Current children cumulated vsize (KiB) 563888

[startup+1122.3 s]
/proc/loadavg: 8.11 8.06 7.93 9/371 1175
/proc/meminfo: memFree=24956080/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=560588 CPUtime=4475.83 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 556817 0 0 0 447386 197 0 0 25 0 4 0 633345280 574042112 94471 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 140147 94471 379 95 0 135129 0
[pid=1133/tid=1134] ppid=1131 vsize=560588 CPUtime=1109.06 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 131536 0 0 0 110862 44 0 0 25 0 4 0 633345280 574042112 94471 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=560588 CPUtime=1122.31 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 147716 0 0 0 112178 53 0 0 25 0 4 0 633345280 574042112 94471 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=560588 CPUtime=1122.33 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 141708 0 0 0 112179 54 0 0 25 0 4 0 633345280 574042112 94472 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.83
Current children cumulated vsize (KiB) 560588

[startup+1182.3 s]
/proc/loadavg: 8.11 8.08 7.94 9/371 1186
/proc/meminfo: memFree=24967396/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=560568 CPUtime=4715.13 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 573657 0 0 0 471308 205 0 0 25 0 4 0 633345280 574021632 91213 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 140142 91213 379 95 0 135124 0
[pid=1133/tid=1134] ppid=1131 vsize=560568 CPUtime=1168.35 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 136407 0 0 0 116789 46 0 0 25 0 4 0 633345280 574021632 91213 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=560568 CPUtime=1182.32 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 150688 0 0 0 118177 55 0 0 25 0 4 0 633345280 574021632 91213 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=560568 CPUtime=1182.32 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 146500 0 0 0 118177 55 0 0 25 0 4 0 633345280 574021632 91213 33554432000 4194304 4580107 140734832680528 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.13
Current children cumulated vsize (KiB) 560568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.28 8.12 7.95 9/371 1186
/proc/meminfo: memFree=24958072/32951124 swapFree=63083164/67111528
[pid=1133] ppid=1131 vsize=573432 CPUtime=4800.06 cores=0,2,4,6
/proc/1133/stat : 1133 (strangenight2-m) R 1131 1133 751 0 -1 4202496 577327 0 0 0 479800 206 0 0 25 0 4 0 633345280 587194368 94883 33554432000 4194304 4580107 140734832680528 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1133/statm: 143358 94883 379 95 0 138340 0
[pid=1133/tid=1134] ppid=1131 vsize=573432 CPUtime=1189.39 cores=0,2,4,6
/proc/1133/task/1134/stat : 1134 (strangenight2-m) R 1131 1133 751 0 -1 4202560 137609 0 0 0 118893 46 0 0 25 0 4 0 633345280 587194368 94884 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1133/tid=1135] ppid=1131 vsize=573432 CPUtime=1203.63 cores=0,2,4,6
/proc/1133/task/1135/stat : 1135 (strangenight2-m) R 1131 1133 751 0 -1 4202560 152014 0 0 0 120308 55 0 0 25 0 4 0 633345280 587194368 94884 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1133/tid=1136] ppid=1131 vsize=573432 CPUtime=1203.64 cores=0,2,4,6
/proc/1133/task/1136/stat : 1136 (strangenight2-m) R 1131 1133 751 0 -1 4202560 147643 0 0 0 120308 56 0 0 25 0 4 0 633345280 587194368 94884 33554432000 4194304 4580107 140734832680528 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 573432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.15
CPU user time (s): 4798.06
CPU system time (s): 2.08768
CPU usage (%): 398.803
Max. virtual memory (cumulated for all children) (KiB): 644228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.08768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577330
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= 368
involuntary context switches= 22121

runsolver used 4.00139 second user time and 10.2584 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 23:41:37
IDJOB=3366584
IDBENCH=82993
IDSOLVER=1844
FILE ID=node141/3366584-1305409297
RUNJOBID= node141-1305409297-1118
PBS_JOBID= 13324495
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366584-1305409297/watcher-3366584-1305409297 -o /tmp/evaluation-result-3366584-1305409297/solver-3366584-1305409297 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366584-1305409297.cnf

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=1739979069

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25732828 kB
Buffers:        230636 kB
Cached:        4779820 kB
SwapCached:      15708 kB
Active:        1975268 kB
Inactive:      5003832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25732828 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           10892 kB
Writeback:           0 kB
AnonPages:     1959972 kB
Mapped:          12456 kB
Slab:           135740 kB
PageTables:      37748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86230064 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= 73288 MiB
End job on node141 at 2011-05-15 00:01:42