Trace number 3174274

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? (TO) 4800.17 1201.53

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S332580795-055.SATISFIABLE.cnf
MD5SUM1e018578440519156ef15a041316c93e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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-3174274-1304116761.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
3.58/0.90	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
3.58/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.58/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.58/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.58/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      51 undec:       4 neg:      45
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4921       100      2130         0      4601     10650    100229   no data   no data
3.58/0.90	c  N st    10     11304       100      2130         0      4252     10650     74325   no data   no data
3.58/0.90	c  N st    11     17047       100      2130         0      9550     10650    187607   no data   no data
3.58/0.90	c  F st    12     25002       100      2130         0     11702     10650    230826   no data   no data
3.58/0.90	c  N st    12     25002       100      2130         0     11702     10650    230826   no data   no data
3.98/1.00	c Decided on static restart strategy
3.98/1.00	c  N st    18     30001       100      2130         0     10069     10650    188453   no data   no data
3.98/1.00	c  S st    18     30001       100      2130         0     10069     10650    188453   no data   no data
4.38/1.10	c  S st    18     30504       100      2130         0     10559     10650    199222   no data   no data
4.38/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.38/1.10	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.38/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.38/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.38/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.21	c lits-rem:       240  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.17 s
4.78/1.24	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.78/1.24	c calculated reachability. Time: 0.00
4.78/1.24	c  N st    18     30504       100      2130         0      8715     10650    159414   no data   no data
5.98/1.56	c  N st    20     37614       100      2130         0      7997     10650    130374   no data   no data
7.19/1.85	c  N st    21     44014       100      2130         0     13932     10650    261085   no data   no data
7.59/1.95	c  S st    22     45758       100      2130         0     15549     10650    297393   no data   no data
7.97/2.00	c  S st    22     46263       100      2130         0     16034     10650    308338   no data   no data
7.97/2.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.97/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c lits-rem:       330  cl-subs:     2155  v-elim:      0  v-fix:    0  time:  0.39 s
9.57/2.40	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.57/2.41	c vivif2 --  cl tried    13879 cl shrink        0 lits rem          0 time: 0.00
9.57/2.46	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.57/2.46	c calculated reachability. Time: 0.00
9.57/2.46	c  N st    22     46263       100      2130         0     13879     10650    260270   no data   no data
12.76/3.23	c  N st    23     60661       100      2130         0      9817     10650    147081   no data   no data
14.37/3.66	c  N st    24     69395       100      2130         0     17924     10650    324806   no data   no data
14.37/3.66	c  S st    24     69395       100      2130         0     17924     10650    324806   no data   no data
14.77/3.71	c  S st    24     69896       100      2130         0     18409     10650    335632   no data   no data
14.77/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.77/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.77/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.77/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.77/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.77/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.77/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.77/3.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.77/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.38/4.19	c lits-rem:       428  cl-subs:     2262  v-elim:      0  v-fix:    0  time:  0.46 s
16.38/4.19	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.38/4.19	c vivif2 --  cl tried    16147 cl shrink        0 lits rem          0 time: 0.00
16.76/4.25	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.76/4.25	c calculated reachability. Time: 0.00
16.76/4.25	c  N st    24     69896       100      2130         0     16147     10650    287959   no data   no data
21.15/5.30	c  F st    25     87500       100      2130         0     11290     10650    162937   no data   no data
21.15/5.30	c  N st    25     87500       100      2130         0     11290     10650    162937   no data   no data
21.96/5.57	c Decided on static restart strategy
22.76/5.72	c  N st    32     95544       100      2130         0     18720     10650    323973   no data   no data
25.17/6.33	c  N st    34    104846       100      2130         0     15329     10650    243441   no data   no data
25.17/6.33	c  S st    34    104846       100      2130         0     15329     10650    243441   no data   no data
25.17/6.37	c  S st    34    105352       100      2130         0     15817     10650    253968   no data   no data
25.17/6.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.17/6.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.17/6.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.17/6.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.17/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.17/6.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.17/6.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.17/6.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.17/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.54	c lits-rem:       169  cl-subs:     1219  v-elim:      0  v-fix:    0  time:  0.15 s
25.95/6.54	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.95/6.54	c vivif2 --  cl tried    14598 cl shrink        0 lits rem          0 time: 0.00
26.35/6.60	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
26.35/6.60	c calculated reachability. Time: 0.00
26.35/6.60	c  N st    34    105352       100      2130         0     14598     10650    229275   no data   no data
28.75/7.23	c  N st    35    114951       100      2130         0     23464     10650    420446   no data   no data
32.34/8.17	c  N st    36    129350       100      2130         0     23916     10650    417285   no data   no data
38.74/9.72	c  N st    37    150945       100      2130         0     15246     10650    203556   no data   no data
40.33/10.18	c  S st    38    158029       100      2130         0     21827     10650    345302   no data   no data
40.73/10.23	c  S st    38    158530       100      2130         0     22310     10650    356367   no data   no data
40.73/10.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.73/10.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
40.73/10.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.73/10.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.73/10.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.73/10.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
40.73/10.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.73/10.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.73/10.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.34/10.66	c lits-rem:       436  cl-subs:     2159  v-elim:      0  v-fix:    0  time:  0.41 s
42.34/10.66	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
42.34/10.66	c vivif2 --  cl tried    20151 cl shrink        0 lits rem          0 time: 0.00
42.74/10.74	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
42.74/10.74	c calculated reachability. Time: 0.00
42.74/10.74	c  N st    38    158530       100      2130         0     20151     10650    312504   no data   no data
57.91/14.58	c  N st    39    207120       100      2130         0     32714     10650    561260   no data   no data
68.31/17.14	c  N st    40    237796       100      2130         0     25059     10650    374766   no data   no data
68.31/17.14	c  S st    40    237796       100      2130         0     25059     10650    374766   no data   no data
68.72/17.20	c  S st    40    238305       100      2130         0     25548     10650    385962   no data   no data
68.72/17.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.72/17.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
68.72/17.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.72/17.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.72/17.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.72/17.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
68.72/17.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.72/17.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
68.72/17.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.70/17.70	c lits-rem:       442  cl-subs:     2265  v-elim:      0  v-fix:    0  time:  0.48 s
70.70/17.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
70.70/17.71	c vivif2 --  cl tried    23283 cl shrink        0 lits rem          0 time: 0.00
70.70/17.79	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
70.70/17.79	c calculated reachability. Time: 0.00
70.70/17.79	c  N st    40    238305       100      2130         0     23283     10650    341912   no data   no data
95.86/24.00	c  F st    41    306252       100      2130         0     25159     10650    348299   no data   no data
95.86/24.00	c  N st    41    306252       100      2130         0     25159     10650    348299   no data   no data
97.87/24.50	c Decided on static restart strategy
105.86/26.51	c  N st    51    334558       100      2130         0     29212     10650    424494   no data   no data
114.65/28.79	c  N st    53    357458       100      2130         0     27336     10650    369802   no data   no data
114.65/28.79	c  S st    53    357458       100      2130         0     27336     10650    369802   no data   no data
115.05/28.85	c  S st    53    357962       100      2130         0     27814     10650    380676   no data   no data
115.05/28.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.05/28.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
115.05/28.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.05/28.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.05/28.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.05/28.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
115.05/28.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.05/28.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
115.05/28.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.25/29.15	c lits-rem:       177  cl-subs:     1244  v-elim:      0  v-fix:    0  time:  0.27 s
116.25/29.15	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
116.25/29.16	c vivif2 --  cl tried    26570 cl shrink        0 lits rem          0 time: 0.00
116.65/29.25	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
116.65/29.25	c calculated reachability. Time: 0.00
116.65/29.25	c  N st    53    357962       100      2130         0     26570     10650    355831   no data   no data
129.43/32.49	c  N st    54    390355       100      2130         0     32381     10650    465614   no data   no data
152.21/38.19	c  N st    55    438946       100      2130         0     26449     10650    320008   no data   no data
184.17/46.16	c  N st    56    511829       100      2130         0     39235     10650    572157   no data   no data
196.17/49.13	c  N st    57    536943       100      2130         0     33775     10650    442701   no data   no data
196.17/49.13	c  S st    57    536943       100      2130         0     33775     10650    442701   no data   no data
196.58/49.21	c  S st    57    537445       100      2130         0     34253     10650    453596   no data   no data
196.58/49.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
196.58/49.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
196.58/49.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
196.58/49.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.58/49.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.58/49.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
196.58/49.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
196.58/49.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
196.58/49.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.55/49.70	c lits-rem:       296  cl-subs:     1859  v-elim:      0  v-fix:    0  time:  0.46 s
198.55/49.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
198.55/49.71	c vivif2 --  cl tried    32394 cl shrink        0 lits rem          0 time: 0.01
198.95/49.83	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.13
198.95/49.84	c calculated reachability. Time: 0.00
198.95/49.84	c  N st    57    537445       100      2130         0     32394     10650    417796   no data   no data
279.26/69.97	c  N st    58    701429       100      2130         0     59841     10650    956800   no data   no data
336.81/84.33	c  N st    59    806167       100      2130         0     53967     10650    783393   no data   no data
336.81/84.33	c  S st    59    806167       100      2130         0     53967     10650    783393   no data   no data
337.22/84.45	c  S st    59    806667       100      2130         0     54444     10650    794830   no data   no data
337.22/84.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
337.22/84.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
337.22/84.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.22/84.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.22/84.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.22/84.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
337.22/84.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
337.22/84.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
337.59/84.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.00/87.64	c lits-rem:       987  cl-subs:     6808  v-elim:      0  v-fix:    0  time:  3.13 s
350.00/87.64	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
350.00/87.65	c vivif2 --  cl tried    47636 cl shrink        0 lits rem          0 time: 0.01
350.78/87.89	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
350.78/87.89	c calculated reachability. Time: 0.00
350.78/87.89	c  N st    59    806667       100      2130         0     47636     10650    670479   no data   no data
509.79/127.69	c  F st    60   1071877       100      2130         0     62740     10650    912995   no data   no data
509.79/127.69	c  N st    60   1071877       100      2130         0     62740     10650    912995   no data   no data
514.18/128.73	c Decided on static restart strategy
531.37/133.04	c  N st    70   1100181       100      2130         0     47859     10650    605902   no data   no data
554.15/138.74	c  N st    72   1136173       100      2130         0     80983     10650   1331158   no data   no data
576.93/144.47	c  N st    73   1168565       100      2130         0     68566     10650   1036862   no data   no data
606.09/151.70	c  N st    74   1210002       100      2130         0     63601     10650    925777   no data   no data
606.09/151.70	c  S st    74   1210002       100      2130         0     63601     10650    925777   no data   no data
606.48/151.88	c  S st    74   1210502       100      2130         0     64081     10650    936628   no data   no data
606.48/151.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
606.88/151.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
606.88/151.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
606.88/151.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
606.88/151.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
606.88/151.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
606.88/151.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
606.88/151.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
606.88/151.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
620.87/155.45	c lits-rem:      1191  cl-subs:     5445  v-elim:      0  v-fix:    0  time:  3.50 s
620.87/155.45	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
620.87/155.46	c vivif2 --  cl tried    58636 cl shrink        0 lits rem          0 time: 0.01
622.07/155.73	c asymm  cl-useful: 0/1825/2130 lits-rem:0 time: 0.27
622.07/155.73	c calculated reachability. Time: 0.00
622.07/155.73	c  N st    74   1210502       100      2130         0     58636     10650    827251   no data   no data
687.98/172.25	c  N st    75   1283384       100      2130         0     81649     10650   1300002   no data   no data
778.27/194.84	c  N st    76   1392708       100      2130         0     91022     10650   1472868   no data   no data
900.93/225.50	c  N st    77   1556695       100      2130         0     98307     10650   1580573   no data   no data
1021.19/255.60	c  N st    78   1710504       100      2130         0     87906     10650   1322904   no data   no data
1021.19/255.60	c  S st    78   1710504       100      2130         0     87906     10650   1322904   no data   no data
1021.99/255.86	c  S st    78   1711007       100      2130         0     88392     10650   1334032   no data   no data
1021.99/255.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1021.99/255.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1021.99/255.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1021.99/255.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1021.99/255.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1021.99/255.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1021.99/255.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1022.40/255.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1022.40/255.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1067.12/267.14	c lits-rem:      1903  cl-subs:    11980  v-elim:      0  v-fix:    0  time: 11.18 s
1067.12/267.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1067.12/267.16	c vivif2 --  cl tried    76412 cl shrink        0 lits rem          0 time: 0.02
1068.32/267.47	c asymm  cl-useful: 0/1460/2130 lits-rem:0 time: 0.31
1068.32/267.47	c calculated reachability. Time: 0.00
1068.32/267.47	c  N st    78   1711007       100      2130         0     76412     10650   1108593   no data   no data
1403.50/351.34	c  N st    79   2079971       100      2130         0     88172     10650   1251829   no data   no data
1529.75/382.94	c  N st    80   2211007       100      2130         0     91987     10650   1331198   no data   no data
1529.75/382.94	c  S st    80   2211007       100      2130         0     91987     10650   1331198   no data   no data
1530.94/383.28	c  S st    80   2211513       100      2130         0     92461     10650   1342364   no data   no data
1530.94/383.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1531.34/383.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1531.34/383.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1531.34/383.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1531.34/383.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1531.34/383.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1531.34/383.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1531.34/383.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1531.34/383.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1571.72/393.46	c lits-rem:      1460  cl-subs:    10451  v-elim:      0  v-fix:    0  time: 10.06 s
1571.72/393.46	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1571.72/393.48	c vivif2 --  cl tried    82010 cl shrink        0 lits rem          0 time: 0.02
1572.49/393.66	c asymm  cl-useful: 0/670/2130 lits-rem:0 time: 0.18
1572.49/393.66	c calculated reachability. Time: 0.00
1572.49/393.66	c  N st    80   2211513       100      2130         0     82010     10650   1141819   no data   no data
2074.27/519.25	c  N st    81   2711514       100      2130         0    105059     10650   1562250   no data   no data
2074.27/519.25	c  S st    81   2711514       100      2130         0    105059     10650   1562250   no data   no data
2075.88/519.60	c  S st    81   2712017       100      2130         0    105538     10650   1573472   no data   no data
2075.88/519.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2075.88/519.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2075.88/519.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2075.88/519.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2075.88/519.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2075.88/519.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2075.88/519.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2075.88/519.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2076.28/519.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2129.82/533.14	c lits-rem:      2185  cl-subs:    11882  v-elim:      0  v-fix:    0  time: 13.41 s
2129.82/533.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2129.82/533.16	c vivif2 --  cl tried    93656 cl shrink        0 lits rem          0 time: 0.02
2131.40/533.50	c asymm  cl-useful: 0/1223/2130 lits-rem:0 time: 0.33
2131.40/533.50	c calculated reachability. Time: 0.00
2131.40/533.50	c  N st    81   2712017       100      2130         0     93656     10650   1348218   no data   no data
2708.71/678.05	c  N st    82   3212018       100      2130         0     71346     10650    754520   no data   no data
2708.71/678.05	c  S st    82   3212018       100      2130         0     71346     10650    754520   no data   no data
2709.51/678.27	c  S st    82   3212522       100      2130         0     71824     10650    765497   no data   no data
2709.51/678.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2709.92/678.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
2709.92/678.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2709.92/678.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2709.92/678.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2709.92/678.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2709.92/678.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2709.92/678.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2709.92/678.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2711.50/678.74	c lits-rem:        33  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.39 s
2711.50/678.74	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2711.50/678.75	c vivif2 --  cl tried    71619 cl shrink        0 lits rem          0 time: 0.01
2712.30/678.94	c asymm  cl-useful: 0/907/2130 lits-rem:0 time: 0.19
2712.30/678.94	c calculated reachability. Time: 0.00
2712.30/678.94	c  N st    82   3212522       100      2130         0     71619     10650    761454   no data   no data
3325.58/832.41	c  N st    83   3712522       100      2130         0     81919     10650    916147   no data   no data
3325.58/832.41	c  S st    83   3712522       100      2130         0     81919     10650    916147   no data   no data
3326.35/832.64	c  S st    83   3713027       100      2130         0     82400     10650    927658   no data   no data
3326.35/832.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3326.35/832.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3326.35/832.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3326.35/832.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3326.35/832.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3326.35/832.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3326.35/832.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3326.76/832.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3326.76/832.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3330.35/833.67	c lits-rem:       224  cl-subs:     1538  v-elim:      0  v-fix:    0  time:  0.94 s
3330.35/833.67	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3330.35/833.69	c vivif2 --  cl tried    80862 cl shrink        0 lits rem          0 time: 0.01
3331.55/833.98	c asymm  cl-useful: 0/1381/2130 lits-rem:0 time: 0.30
3331.55/833.98	c calculated reachability. Time: 0.00
3331.55/833.98	c  N st    83   3713027       100      2130         0     80862     10650    900158   no data   no data
3377.10/845.32	c  F st    84   3751563       100      2130         0    116149     10650   1657290   no data   no data
3377.10/845.32	c  N st    84   3751563       100      2130         0    116149     10650   1657290   no data   no data
3385.08/847.35	c Decided on static restart strategy
3425.04/857.32	c  N st    94   3779864       100      2130         0    142235     10650   2232684   no data   no data
3480.97/871.34	c  N st    96   3815859       100      2130         0     97628     10650   1271332   no data   no data
3522.52/881.73	c  N st    97   3848251       100      2130         0    127505     10650   1938595   no data   no data
3593.24/899.43	c  N st    98   3896839       100      2130         0     93212     10650   1151098   no data   no data
3703.50/927.02	c  N st    99   3969721       100      2130         0     80288     10650    845834   no data   no data
3849.71/963.69	c  N st   100   4079045       100      2130         0     99668     10650   1244979   no data   no data
4026.30/1007.89	c  N st   101   4213028       100      2130         0    140338     10650   2057352   no data   no data
4026.30/1007.89	c  S st   101   4213028       100      2130         0    140338     10650   2057352   no data   no data
4028.31/1008.36	c  S st   101   4213531       100      2130         0    140822     10650   2068457   no data   no data
4028.31/1008.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4028.71/1008.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
4028.71/1008.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4028.71/1008.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4028.71/1008.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4028.71/1008.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4028.71/1008.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4028.71/1008.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4029.09/1008.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4158.13/1040.88	c lits-rem:      1379  cl-subs:    19898  v-elim:      0  v-fix:    0  time: 32.34 s
4158.13/1040.88	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4158.52/1040.91	c vivif2 --  cl tried   120924 cl shrink        0 lits rem          0 time: 0.03
4160.14/1041.37	c asymm  cl-useful: 0/749/2130 lits-rem:0 time: 0.46
4160.14/1041.37	c calculated reachability. Time: 0.00
4160.14/1041.37	c  N st   101   4213531       100      2130         0    120924     10650   1715588   no data   no data
4582.76/1147.11	c  N st   102   4459507       100      2130         0     98034     10650   1183186   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: 935)

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-3174274-1304116761/watcher-3174274-1304116761 -o /tmp/evaluation-result-3174274-1304116761/solver-3174274-1304116761 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174274-1304116761.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: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 413 0 0 0 0 0 0 0 20 0 4 0 523276825 52441088 352 33554432000 4194304 4627427 140733466172944 18446744073709551615 47416410531756 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 12803 352 303 106 0 7774 0
[pid=4252/tid=4253] ppid=4250 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 523276826 52441088 352 33554432000 4194304 4627427 140733466172944 18446744073709551615 47416410531762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 523276826 52441088 352 33554432000 4194304 4627427 140733466172944 18446744073709551615 47416410531762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 4 0 523276826 52441088 352 33554432000 4194304 4627427 140733466172944 18446744073709551615 222921777083 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.805004 s]
/proc/loadavg: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=219848 CPUtime=3.2 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 5351 0 0 0 319 1 0 0 19 0 4 0 523276825 225124352 2914 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 54962 2914 385 106 0 49933 0
[pid=4252/tid=4253] ppid=4250 vsize=219848 CPUtime=0.79 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1256 0 0 0 79 0 0 0 19 0 4 0 523276826 225124352 2914 33554432000 4194304 4627427 140733466172944 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=219848 CPUtime=0.79 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1267 0 0 0 79 0 0 0 18 0 4 0 523276826 225124352 2917 33554432000 4194304 4627427 140733466172944 18446744073709551615 222921473803 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=219848 CPUtime=0.79 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1220 0 0 0 79 0 0 0 18 0 4 0 523276826 225124352 2917 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 219848

[startup+0.900987 s]
/proc/loadavg: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=220564 CPUtime=3.58 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 6227 0 0 0 357 1 0 0 19 0 4 0 523276825 225857536 2579 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 55141 2579 385 106 0 50112 0
[pid=4252/tid=4253] ppid=4250 vsize=220564 CPUtime=0.89 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1487 0 0 0 89 0 0 0 19 0 4 0 523276826 225857536 2579 33554432000 4194304 4627427 140733466172944 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=220564 CPUtime=0.89 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1483 0 0 0 89 0 0 0 18 0 4 0 523276826 225857536 2579 33554432000 4194304 4627427 140733466172944 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=220564 CPUtime=0.89 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1426 0 0 0 89 0 0 0 19 0 4 0 523276826 225857536 2580 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 220564

[startup+1.00097 s]
/proc/loadavg: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=220564 CPUtime=3.98 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 6478 0 0 0 397 1 0 0 19 0 4 0 523276825 225857536 2830 33554432000 4194304 4627427 140733466172944 18446744073709551615 4330000 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 55141 2830 385 106 0 50112 0
[pid=4252/tid=4253] ppid=4250 vsize=220564 CPUtime=0.99 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1548 0 0 0 99 0 0 0 19 0 4 0 523276826 225857536 2830 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=220564 CPUtime=0.99 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1551 0 0 0 99 0 0 0 19 0 4 0 523276826 225857536 2830 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=220564 CPUtime=0.99 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1488 0 0 0 99 0 0 0 19 0 4 0 523276826 225857536 2830 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 220564

[startup+1.10095 s]
/proc/loadavg: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=220564 CPUtime=4.38 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 7918 0 0 0 437 1 0 0 19 0 4 0 523276825 225857536 4270 33554432000 4194304 4627427 140733466172944 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 55141 4270 388 106 0 50112 0
[pid=4252/tid=4253] ppid=4250 vsize=220564 CPUtime=1.09 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1605 0 0 0 109 0 0 0 19 0 4 0 523276826 225857536 4270 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=220564 CPUtime=1.09 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1609 0 0 0 109 0 0 0 19 0 4 0 523276826 225857536 4270 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=220564 CPUtime=1.09 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1546 0 0 0 109 0 0 0 19 0 4 0 523276826 225857536 4271 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 220564

[startup+1.50088 s]
/proc/loadavg: 6.86 7.81 7.92 3/173 4252
/proc/meminfo: memFree=30747892/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=225592 CPUtime=5.98 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 10214 0 0 0 596 2 0 0 19 0 4 0 523276825 231006208 5337 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 56398 5337 388 106 0 51369 0
[pid=4252/tid=4253] ppid=4250 vsize=225592 CPUtime=1.48 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 3031 0 0 0 148 0 0 0 20 0 4 0 523276826 231006208 5337 33554432000 4194304 4627427 140733466172944 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=225592 CPUtime=1.48 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1974 0 0 0 148 0 0 0 19 0 4 0 523276826 231006208 5337 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=225592 CPUtime=1.49 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 1925 0 0 0 149 0 0 0 20 0 4 0 523276826 231006208 5337 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 225592

[startup+3.10059 s]
/proc/loadavg: 6.95 7.81 7.92 9/184 4264
/proc/meminfo: memFree=30672484/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=223980 CPUtime=12.36 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 19708 0 0 0 1233 3 0 0 25 0 4 0 523276825 229355520 11234 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 55995 11234 389 106 0 50966 0
[pid=4252/tid=4253] ppid=4250 vsize=223980 CPUtime=3.08 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 5499 0 0 0 307 1 0 0 25 0 4 0 523276826 229355520 11234 33554432000 4194304 4627427 140733466172944 18446744073709551615 4420196 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=223980 CPUtime=3.08 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 4586 0 0 0 308 0 0 0 25 0 4 0 523276826 229355520 11234 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=223980 CPUtime=3.08 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 4464 0 0 0 308 0 0 0 25 0 4 0 523276826 229355520 11234 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 223980

[startup+6.306 s]
/proc/loadavg: 6.95 7.81 7.92 9/184 4264
/proc/meminfo: memFree=30645560/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=224672 CPUtime=25.17 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 27966 0 0 0 2512 5 0 0 25 0 4 0 523276825 230064128 13665 33554432000 4194304 4627427 140733466172944 18446744073709551615 4321904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 56168 13665 388 106 0 51139 0
[pid=4252/tid=4253] ppid=4250 vsize=224672 CPUtime=6.27 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 7121 0 0 0 626 1 0 0 25 0 4 0 523276826 230064128 13665 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309085 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=224672 CPUtime=6.29 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 6944 0 0 0 628 1 0 0 25 0 4 0 523276826 230064128 13665 33554432000 4194304 4627427 140733466172944 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=224672 CPUtime=6.3 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 6507 0 0 0 629 1 0 0 25 0 4 0 523276826 230064128 13665 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 224672

[startup+12.7008 s]
/proc/loadavg: 7.04 7.81 7.92 9/184 4264
/proc/meminfo: memFree=30628696/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=229568 CPUtime=50.72 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 43858 0 0 0 5065 7 0 0 25 0 4 0 523276825 235077632 17158 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 57392 17158 388 106 0 52363 0
[pid=4252/tid=4253] ppid=4250 vsize=229568 CPUtime=12.63 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 11006 0 0 0 1262 1 0 0 25 0 4 0 523276826 235077632 17158 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=229568 CPUtime=12.68 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 11668 0 0 0 1266 2 0 0 25 0 4 0 523276826 235077632 17158 33554432000 4194304 4627427 140733466172944 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=229568 CPUtime=12.69 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 10544 0 0 0 1268 1 0 0 25 0 4 0 523276826 235077632 17158 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 229568

[startup+25.5005 s]
/proc/loadavg: 7.33 7.84 7.93 9/184 4265
/proc/meminfo: memFree=30595084/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=266168 CPUtime=101.86 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 65675 0 0 0 10174 12 0 0 25 0 4 0 523276825 272556032 22155 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 66542 22155 388 106 0 61513 0
[pid=4252/tid=4253] ppid=4250 vsize=266168 CPUtime=25.37 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 16561 0 0 0 2535 2 0 0 25 0 4 0 523276826 272556032 22155 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=266168 CPUtime=25.48 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 16793 0 0 0 2545 3 0 0 25 0 4 0 523276826 272556032 22155 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=266168 CPUtime=25.48 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 15748 0 0 0 2546 2 0 0 25 0 4 0 523276826 272556032 22155 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 266168

[startup+51.1008 s]
/proc/loadavg: 7.56 7.85 7.93 9/184 4265
/proc/meminfo: memFree=30551400/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=277984 CPUtime=204.15 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 99847 0 0 0 20394 21 0 0 25 0 4 0 523276825 284655616 28555 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 69496 28555 388 106 0 64467 0
[pid=4252/tid=4253] ppid=4250 vsize=277984 CPUtime=50.86 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 24564 0 0 0 5081 5 0 0 25 0 4 0 523276826 284655616 28555 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=277984 CPUtime=51.08 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 25494 0 0 0 5104 4 0 0 25 0 4 0 523276826 284655616 28555 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=277984 CPUtime=51.08 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 23627 0 0 0 5103 5 0 0 25 0 4 0 523276826 284655616 28555 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.15
Current children cumulated vsize (KiB) 277984

[startup+102.3 s]
/proc/loadavg: 7.86 7.89 7.93 9/184 4267
/proc/meminfo: memFree=30503252/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=273092 CPUtime=408.7 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 150953 0 0 0 40835 35 0 0 25 0 4 0 523276825 279646208 36042 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 68273 36042 388 106 0 63244 0
[pid=4252/tid=4253] ppid=4250 vsize=273092 CPUtime=101.82 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 33736 0 0 0 10175 7 0 0 25 0 4 0 523276826 279646208 36042 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=273092 CPUtime=102.28 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 39357 0 0 0 10220 8 0 0 25 0 4 0 523276826 279646208 36042 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=273092 CPUtime=102.29 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 38332 0 0 0 10219 10 0 0 25 0 4 0 523276826 279646208 36042 33554432000 4194304 4627427 140733466172944 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 273092

[startup+162.3 s]

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

[pid=4252] ppid=4250 vsize=533732 CPUtime=2805.78 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 414461 0 0 0 280438 140 0 0 25 0 4 0 523276825 546541568 91509 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 133433 91509 388 106 0 128404 0
[pid=4252/tid=4253] ppid=4250 vsize=533732 CPUtime=698.84 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 85477 0 0 0 69855 29 0 0 25 0 4 0 523276826 546541568 91509 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=533732 CPUtime=702.29 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 109592 0 0 0 70194 35 0 0 25 0 4 0 523276826 546541568 91509 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=533732 CPUtime=702.31 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 93052 0 0 0 70203 28 0 0 25 0 4 0 523276826 546541568 91509 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.78
Current children cumulated vsize (KiB) 533732

[startup+762.301 s]
/proc/loadavg: 8.21 8.12 8.02 9/184 4284
/proc/meminfo: memFree=30118564/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=533864 CPUtime=3045.49 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 433525 0 0 0 304400 149 0 0 25 0 4 0 523276825 546676736 99497 33554432000 4194304 4627427 140733466172944 18446744073709551615 4351550 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 133466 99497 388 106 0 128437 0
[pid=4252/tid=4253] ppid=4250 vsize=533864 CPUtime=758.54 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 88843 0 0 0 75823 31 0 0 25 0 4 0 523276826 546676736 99497 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=533864 CPUtime=762.29 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 110956 0 0 0 76193 36 0 0 25 0 4 0 523276826 546676736 99497 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=533864 CPUtime=762.31 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 100084 0 0 0 76201 30 0 0 25 0 4 0 523276826 546676736 99497 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.49
Current children cumulated vsize (KiB) 533864

[startup+822.301 s]
/proc/loadavg: 8.14 8.11 8.02 9/184 4286
/proc/meminfo: memFree=30123612/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=547592 CPUtime=3285.2 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 450196 0 0 0 328365 155 0 0 25 0 4 0 523276825 560734208 99584 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 136898 99584 388 106 0 131869 0
[pid=4252/tid=4253] ppid=4250 vsize=547592 CPUtime=818.25 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 89141 0 0 0 81794 31 0 0 25 0 4 0 523276826 560734208 99584 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=547592 CPUtime=822.3 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 116254 0 0 0 82192 38 0 0 25 0 4 0 523276826 560734208 99584 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=547592 CPUtime=822.31 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 104719 0 0 0 82199 32 0 0 25 0 4 0 523276826 560734208 99584 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3285.2
Current children cumulated vsize (KiB) 547592

[startup+882.301 s]
/proc/loadavg: 8.16 8.12 8.03 9/184 4287
/proc/meminfo: memFree=30139060/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=509036 CPUtime=3524.92 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 469524 0 0 0 352329 163 0 0 25 0 4 0 523276825 521252864 92861 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 127259 92861 388 106 0 122230 0
[pid=4252/tid=4253] ppid=4250 vsize=509036 CPUtime=877.96 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 92025 0 0 0 87763 33 0 0 25 0 4 0 523276826 521252864 92861 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=509036 CPUtime=882.3 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 122484 0 0 0 88190 40 0 0 25 0 4 0 523276826 521252864 92861 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=509036 CPUtime=882.31 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 109144 0 0 0 88197 34 0 0 25 0 4 0 523276826 521252864 92861 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.92
Current children cumulated vsize (KiB) 509036

[startup+942.301 s]
/proc/loadavg: 8.16 8.13 8.03 9/184 4289
/proc/meminfo: memFree=30109140/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=509220 CPUtime=3764.63 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 488618 0 0 0 376293 170 0 0 25 0 4 0 523276825 521441280 93781 33554432000 4194304 4627427 140733466172944 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 127305 93781 388 106 0 122276 0
[pid=4252/tid=4253] ppid=4250 vsize=509220 CPUtime=937.65 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 97950 0 0 0 93730 35 0 0 25 0 4 0 523276826 521441280 93781 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=509220 CPUtime=942.31 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 126498 0 0 0 94189 42 0 0 25 0 4 0 523276826 521441280 93781 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=509220 CPUtime=942.32 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 112304 0 0 0 94197 35 0 0 25 0 4 0 523276826 521441280 93781 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.63
Current children cumulated vsize (KiB) 509220

[startup+1002.3 s]
/proc/loadavg: 8.16 8.13 8.04 9/184 4291
/proc/meminfo: memFree=30091004/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=522868 CPUtime=4004.33 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 508215 0 0 0 400253 180 0 0 25 0 4 0 523276825 535416832 95152 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 130717 95152 388 106 0 125688 0
[pid=4252/tid=4253] ppid=4250 vsize=522868 CPUtime=997.36 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 104091 0 0 0 99698 38 0 0 25 0 4 0 523276826 535416832 95152 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=522868 CPUtime=1002.31 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 132007 0 0 0 100186 45 0 0 25 0 4 0 523276826 535416832 95152 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=522868 CPUtime=1002.32 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 114282 0 0 0 100196 36 0 0 25 0 4 0 523276826 535416832 95152 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4004.33
Current children cumulated vsize (KiB) 522868

[startup+1062.31 s]
/proc/loadavg: 8.06 8.11 8.03 9/184 4292
/proc/meminfo: memFree=30070132/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=524276 CPUtime=4244.02 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 526511 0 0 0 424215 187 0 0 25 0 4 0 523276825 536858624 103009 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 131069 103009 388 106 0 126040 0
[pid=4252/tid=4253] ppid=4250 vsize=524276 CPUtime=1057.03 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 110197 0 0 0 105663 40 0 0 25 0 4 0 523276826 536858624 103009 33554432000 4194304 4627427 140733466172944 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=524276 CPUtime=1062.31 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 135802 0 0 0 106185 46 0 0 25 0 4 0 523276826 536858624 103009 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=524276 CPUtime=1062.32 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 118436 0 0 0 106194 38 0 0 25 0 4 0 523276826 536858624 103009 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4244.02
Current children cumulated vsize (KiB) 524276

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 4294
/proc/meminfo: memFree=30056464/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=589668 CPUtime=4483.7 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 538277 0 0 0 448175 195 0 0 25 0 4 0 523276825 603820032 104782 33554432000 4194304 4627427 140733466172944 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 147417 104782 388 106 0 142388 0
[pid=4252/tid=4253] ppid=4250 vsize=589668 CPUtime=1116.72 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 113486 0 0 0 111629 43 0 0 25 0 4 0 523276826 603820032 104782 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=589668 CPUtime=1122.3 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 136074 0 0 0 112184 46 0 0 25 0 4 0 523276826 603820032 104782 33554432000 4194304 4627427 140733466172944 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=589668 CPUtime=1122.32 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 121468 0 0 0 112192 40 0 0 25 0 4 0 523276826 603820032 104782 33554432000 4194304 4627427 140733466172944 18446744073709551615 4468498 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.7
Current children cumulated vsize (KiB) 589668

[startup+1182.3 s]
/proc/loadavg: 8.00 8.07 8.02 9/184 4295
/proc/meminfo: memFree=30055676/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=537920 CPUtime=4723.39 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 554571 0 0 0 472135 204 0 0 25 0 4 0 523276825 550830080 103544 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 134480 103544 388 106 0 129451 0
[pid=4252/tid=4253] ppid=4250 vsize=537920 CPUtime=1176.41 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 117146 0 0 0 117596 45 0 0 25 0 4 0 523276826 550830080 103544 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=537920 CPUtime=1182.31 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 141477 0 0 0 118182 49 0 0 25 0 4 0 523276826 550830080 103544 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=537920 CPUtime=1182.32 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 122463 0 0 0 118192 40 0 0 25 0 4 0 523276826 550830080 103544 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4723.39
Current children cumulated vsize (KiB) 537920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 4296
/proc/meminfo: memFree=30031844/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=551568 CPUtime=4800.12 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 559001 0 0 0 479805 207 0 0 25 0 4 0 523276825 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4324274 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 137892 107973 388 106 0 132863 0
[pid=4252/tid=4253] ppid=4250 vsize=551568 CPUtime=1195.51 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 117194 0 0 0 119506 45 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=551568 CPUtime=1201.52 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 142600 0 0 0 120102 50 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=551568 CPUtime=1201.53 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 124513 0 0 0 120112 41 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 551568

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

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

[startup+1201.5 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 4296
/proc/meminfo: memFree=30031844/32951124 swapFree=67110188/67111528
[pid=4252] ppid=4250 vsize=551568 CPUtime=4800.12 cores=0,2,4,6
/proc/4252/stat : 4252 (strangenight2-m) R 4250 4252 3446 0 -1 4202496 559001 0 0 0 479805 207 0 0 25 0 4 0 523276825 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4324274 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4252/statm: 137892 107973 388 106 0 132863 0
[pid=4252/tid=4253] ppid=4250 vsize=551568 CPUtime=1195.51 cores=0,2,4,6
/proc/4252/task/4253/stat : 4253 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 117194 0 0 0 119506 45 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4252/tid=4254] ppid=4250 vsize=551568 CPUtime=1201.52 cores=0,2,4,6
/proc/4252/task/4254/stat : 4254 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 142600 0 0 0 120102 50 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=551568 CPUtime=1201.53 cores=0,2,4,6
/proc/4252/task/4255/stat : 4255 (strangenight2-m) R 4250 4252 3446 0 -1 4202560 124513 0 0 0 120112 41 0 0 25 0 4 0 523276826 564805632 107973 33554432000 4194304 4627427 140733466172944 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 551568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.53
CPU time (s): 4800.17
CPU user time (s): 4798.08
CPU system time (s): 2.09068
CPU usage (%): 399.504
Max. virtual memory (cumulated for all children) (KiB): 670696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.08
system time used= 2.09068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559001
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= 273
involuntary context switches= 21160

runsolver used 1.82472 second user time and 4.20236 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 00:39:21
IDJOB=3174274
IDBENCH=83092
IDSOLVER=1586
FILE ID=node109/3174274-1304116761
RUNJOBID= node109-1304116761-4237
PBS_JOBID= 13170674
Free space on /tmp= 72384 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S332580795-055.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174274-1304116761/watcher-3174274-1304116761 -o /tmp/evaluation-result-3174274-1304116761/solver-3174274-1304116761 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174274-1304116761.cnf

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

MD5SUM BENCH= 1e018578440519156ef15a041316c93e
RANDOM SEED=1349361552

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30749544 kB
Buffers:        746608 kB
Cached:        1003036 kB
SwapCached:        712 kB
Active:         141572 kB
Inactive:      1671516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30749544 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            9896 kB
Writeback:           0 kB
AnonPages:       62656 kB
Mapped:          14396 kB
Slab:           324712 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187256 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= 72372 MiB
End job on node109 at 2011-04-30 00:59:24