Trace number 3366360

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.41 1203.14

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
MD5SUM7a1181bb5cb0b1221253c27ad7ead33e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark347.943
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.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-3366360-1305402374.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
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
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      48 undec:       5 neg:      47
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.08	c Decided on static restart strategy
0.43/0.14	c  N st     8      4916       100      2130         0      4574     10650     97844   no data   no data
1.17/0.30	c  N st    10     11299       100      2130         0      4210     10650     72503   no data   no data
1.57/0.49	c  N st    11     17042       100      2130         0      9526     10650    182176   no data   no data
2.77/0.77	c  F st    12     25003       100      2130         0     11667     10650    225831   no data   no data
2.77/0.77	c  N st    12     25003       100      2130         0     11667     10650    225831   no data   no data
3.57/0.99	c Decided on static restart strategy
3.57/0.99	c  N st    18     30000       100      2130         0     10027     10650    184482   no data   no data
3.57/0.99	c  S st    18     30000       100      2130         0     10027     10650    184482   no data   no data
4.00/1.02	c  S st    18     30505       100      2130         0     10502     10650    194792   no data   no data
4.00/1.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.00/1.03	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.00/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.00/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.00/1.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.00/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.22	c lits-rem:       308  cl-subs:     1908  v-elim:      0  v-fix:    0  time:  0.18 s
4.76/1.25	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.76/1.25	c calculated reachability. Time: 0.00
4.76/1.25	c  N st    18     30505       100      2130         0      8594     10650    154153   no data   no data
5.96/1.55	c  N st    20     37617       100      2130         0      7922     10650    127657   no data   no data
7.16/1.82	c  N st    21     44016       100      2130         0     13882     10650    256508   no data   no data
7.56/1.93	c  S st    22     45757       100      2130         0     15483     10650    291439   no data   no data
7.56/1.98	c  S st    22     46261       100      2130         0     15974     10650    302499   no data   no data
7.56/1.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.56/1.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.56/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.56/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.56/1.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.56/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.35	c lits-rem:       413  cl-subs:     1980  v-elim:      0  v-fix:    0  time:  0.36 s
9.15/2.35	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.15/2.35	c vivif2 --  cl tried    13994 cl shrink        0 lits rem          0 time: 0.00
9.55/2.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.55/2.40	c calculated reachability. Time: 0.00
9.55/2.40	c  N st    22     46261       100      2130         0     13994     10650    260240   no data   no data
12.35/3.12	c  N st    23     60658       100      2130         0      9902     10650    149009   no data   no data
13.94/3.53	c  N st    24     69392       100      2130         0     18002     10650    327948   no data   no data
13.94/3.53	c  S st    24     69392       100      2130         0     18002     10650    327948   no data   no data
13.94/3.59	c  S st    24     69896       100      2130         0     18490     10650    338900   no data   no data
13.94/3.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.94/3.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.94/3.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.94/3.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.94/3.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.94/3.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
13.94/3.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.34/3.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.34/3.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.10	c lits-rem:       416  cl-subs:     2336  v-elim:      0  v-fix:    0  time:  0.50 s
16.34/4.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.34/4.10	c vivif2 --  cl tried    16154 cl shrink        0 lits rem          0 time: 0.00
16.34/4.16	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
16.34/4.16	c calculated reachability. Time: 0.00
16.34/4.16	c  N st    24     69896       100      2130         0     16154     10650    287262   no data   no data
20.73/5.25	c  F st    25     87500       100      2130         0     11349     10650    165394   no data   no data
20.73/5.25	c  N st    25     87500       100      2130         0     11349     10650    165394   no data   no data
21.96/5.51	c Decided on static restart strategy
22.31/5.68	c  N st    32     95539       100      2130         0     18805     10650    327905   no data   no data
24.72/6.27	c  N st    34    104844       100      2130         0     15442     10650    252256   no data   no data
24.72/6.27	c  S st    34    104844       100      2130         0     15442     10650    252256   no data   no data
25.12/6.31	c  S st    34    105347       100      2130         0     15924     10650    262890   no data   no data
25.12/6.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.12/6.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.12/6.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.12/6.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.12/6.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.12/6.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.12/6.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.12/6.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.12/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.52/6.47	c lits-rem:       218  cl-subs:     1093  v-elim:      0  v-fix:    0  time:  0.15 s
25.52/6.47	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.52/6.48	c vivif2 --  cl tried    14831 cl shrink        0 lits rem          0 time: 0.00
25.93/6.53	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
25.93/6.53	c calculated reachability. Time: 0.00
25.93/6.53	c  N st    34    105347       100      2130         0     14831     10650    239065   no data   no data
28.31/7.17	c  N st    35    114945       100      2130         0     23768     10650    445582   no data   no data
32.29/8.13	c  N st    36    129343       100      2130         0     24101     10650    421933   no data   no data
38.69/9.79	c  N st    37    150940       100      2130         0     15350     10650    207217   no data   no data
40.67/10.23	c  S st    38    158020       100      2130         0     21956     10650    348801   no data   no data
40.67/10.29	c  S st    38    158524       100      2130         0     22444     10650    359612   no data   no data
40.67/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.07/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.07/10.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.07/10.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.07/10.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.07/10.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
41.07/10.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.07/10.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.07/10.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.68/10.76	c lits-rem:       436  cl-subs:     2276  v-elim:      0  v-fix:    0  time:  0.45 s
42.68/10.76	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
42.68/10.76	c vivif2 --  cl tried    20168 cl shrink        0 lits rem          0 time: 0.00
43.08/10.83	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
43.08/10.83	c calculated reachability. Time: 0.00
43.08/10.83	c  N st    38    158524       100      2130         0     20168     10650    312973   no data   no data
57.83/14.54	c  N st    39    207113       100      2130         0     32603     10650    555898   no data   no data
67.81/17.03	c  N st    40    237787       100      2130         0     24962     10650    375352   no data   no data
67.81/17.03	c  S st    40    237787       100      2130         0     24962     10650    375352   no data   no data
67.81/17.09	c  S st    40    238295       100      2130         0     25445     10650    386105   no data   no data
67.81/17.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.81/17.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
67.81/17.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.81/17.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.81/17.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.81/17.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
67.81/17.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.21/17.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
68.21/17.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.82/17.60	c lits-rem:       283  cl-subs:     2474  v-elim:      0  v-fix:    0  time:  0.49 s
69.82/17.60	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
70.25/17.61	c vivif2 --  cl tried    22971 cl shrink        0 lits rem          0 time: 0.00
70.25/17.69	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
70.25/17.69	c calculated reachability. Time: 0.00
70.25/17.69	c  N st    40    238295       100      2130         0     22971     10650    338605   no data   no data
94.94/23.89	c  F st    41    306251       100      2130         0     24955     10650    342901   no data   no data
94.94/23.89	c  N st    41    306251       100      2130         0     24955     10650    342901   no data   no data
96.93/24.34	c Decided on static restart strategy
106.11/26.64	c  N st    51    334555       100      2130         0     29110     10650    422046   no data   no data
114.89/28.82	c  N st    53    357442       100      2130         0     27190     10650    365724   no data   no data
114.89/28.82	c  S st    53    357442       100      2130         0     27190     10650    365724   no data   no data
114.89/28.90	c  S st    53    357946       100      2130         0     27667     10650    376745   no data   no data
115.29/28.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.29/28.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
115.29/28.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.29/28.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.29/28.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.29/28.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
115.29/28.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.29/28.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
115.29/28.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.09/29.19	c lits-rem:       179  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.28 s
116.09/29.19	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
116.49/29.20	c vivif2 --  cl tried    26351 cl shrink        0 lits rem          0 time: 0.00
116.49/29.29	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.09
116.49/29.29	c calculated reachability. Time: 0.00
116.49/29.29	c  N st    53    357946       100      2130         0     26351     10650    350746   no data   no data
129.65/32.58	c  N st    54    390342       100      2130         0     32204     10650    462420   no data   no data
153.63/38.52	c  N st    55    438930       100      2130         0     26282     10650    318419   no data   no data
186.72/46.80	c  N st    56    511812       100      2130         0     38901     10650    564701   no data   no data
199.88/50.12	c  N st    57    536919       100      2130         0     33483     10650    433615   no data   no data
199.88/50.12	c  S st    57    536919       100      2130         0     33483     10650    433615   no data   no data
200.28/50.21	c  S st    57    537422       100      2130         0     33969     10650    444461   no data   no data
200.28/50.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
200.28/50.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
200.28/50.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
200.28/50.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
200.28/50.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.28/50.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
200.28/50.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.28/50.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
200.28/50.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
201.91/50.68	c lits-rem:       278  cl-subs:     1845  v-elim:      0  v-fix:    0  time:  0.44 s
201.91/50.68	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
201.91/50.68	c vivif2 --  cl tried    32124 cl shrink        0 lits rem          0 time: 0.00
202.67/50.80	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.12
202.67/50.80	c calculated reachability. Time: 0.00
202.67/50.80	c  N st    57    537422       100      2130         0     32124     10650    410369   no data   no data
285.30/71.53	c  N st    58    701406       100      2130         0     59752     10650    952245   no data   no data
346.33/86.88	c  N st    59    806133       100      2130         0     53797     10650    786970   no data   no data
346.33/86.88	c  S st    59    806133       100      2130         0     53797     10650    786970   no data   no data
347.10/87.04	c  S st    59    806636       100      2130         0     54275     10650    797891   no data   no data
347.10/87.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
347.10/87.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
347.10/87.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
347.10/87.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
347.10/87.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
347.10/87.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
347.10/87.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
347.10/87.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
347.10/87.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.91/90.22	c lits-rem:      1242  cl-subs:     6656  v-elim:      0  v-fix:    0  time:  3.13 s
359.91/90.22	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
359.91/90.23	c vivif2 --  cl tried    47619 cl shrink        0 lits rem          0 time: 0.01
360.67/90.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.21
360.67/90.44	c calculated reachability. Time: 0.00
360.67/90.44	c  N st    59    806636       100      2130         0     47619     10650    672998   no data   no data
520.28/130.49	c  F st    60   1071875       100      2130         0     63241     10650    939132   no data   no data
520.28/130.49	c  N st    60   1071875       100      2130         0     63241     10650    939132   no data   no data
524.27/131.49	c Decided on static restart strategy
543.02/136.18	c  N st    70   1100178       100      2130         0     47971     10650    603368   no data   no data
567.76/142.33	c  N st    72   1136176       100      2130         0     81096     10650   1309408   no data   no data
588.51/147.50	c  N st    73   1168568       100      2130         0     68509     10650   1014210   no data   no data
621.23/155.78	c  N st    74   1209954       100      2130         0     63354     10650    886435   no data   no data
621.23/155.78	c  S st    74   1209954       100      2130         0     63354     10650    886435   no data   no data
622.43/156.02	c  S st    74   1210459       100      2130         0     63836     10650    897550   no data   no data
622.43/156.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
622.43/156.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
622.43/156.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
622.43/156.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
622.43/156.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
622.43/156.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
622.43/156.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
622.43/156.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
622.85/156.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
658.72/165.17	c lits-rem:      1255  cl-subs:     6749  v-elim:      0  v-fix:    0  time:  9.06 s
658.72/165.17	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
658.72/165.18	c vivif2 --  cl tried    57087 cl shrink        0 lits rem          0 time: 0.01
660.72/165.68	c asymm  cl-useful: 0/1991/2130 lits-rem:0 time: 0.50
660.72/165.68	c calculated reachability. Time: 0.00
660.72/165.68	c  N st    74   1210459       100      2130         0     57087     10650    774735   no data   no data
723.36/181.38	c  N st    75   1283344       100      2130         0     79912     10650   1225677   no data   no data
820.76/205.71	c  N st    76   1392668       100      2130         0     89659     10650   1441609   no data   no data
963.96/241.67	c  N st    77   1556652       100      2130         0     96930     10650   1540813   no data   no data
1088.84/272.98	c  N st    78   1710459       100      2130         0     86976     10650   1302816   no data   no data
1088.84/272.98	c  S st    78   1710459       100      2130         0     86976     10650   1302816   no data   no data
1090.44/273.33	c  S st    78   1710962       100      2130         0     87460     10650   1313862   no data   no data
1090.44/273.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1090.44/273.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1090.44/273.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1090.44/273.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1090.44/273.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1090.44/273.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1090.44/273.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1090.84/273.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1090.84/273.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1175.83/294.77	c lits-rem:      1435  cl-subs:    11135  v-elim:      0  v-fix:    0  time: 21.32 s
1175.83/294.77	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1175.83/294.79	c vivif2 --  cl tried    76325 cl shrink        0 lits rem          0 time: 0.02
1178.20/295.34	c asymm  cl-useful: 0/1465/2130 lits-rem:0 time: 0.55
1178.20/295.34	c calculated reachability. Time: 0.00
1178.20/295.34	c  N st    78   1710962       100      2130         0     76325     10650   1111329   no data   no data
1517.77/380.51	c  N st    79   2079927       100      2130         0     87785     10650   1269444   no data   no data
1626.69/407.71	c  N st    80   2210962       100      2130         0     91867     10650   1360645   no data   no data
1626.69/407.71	c  S st    80   2210962       100      2130         0     91867     10650   1360645   no data   no data
1627.91/408.02	c  S st    80   2211466       100      2130         0     92351     10650   1372061   no data   no data
1627.91/408.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1627.91/408.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1627.91/408.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1627.91/408.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1627.91/408.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1627.91/408.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1627.91/408.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1627.91/408.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1628.33/408.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1680.57/421.24	c lits-rem:      1556  cl-subs:     9863  v-elim:      0  v-fix:    0  time: 13.12 s
1680.57/421.24	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1680.57/421.26	c vivif2 --  cl tried    82488 cl shrink        0 lits rem          0 time: 0.02
1681.74/421.50	c asymm  cl-useful: 0/665/2130 lits-rem:0 time: 0.24
1681.74/421.50	c calculated reachability. Time: 0.00
1681.74/421.50	c  N st    80   2211466       100      2130         0     82488     10650   1171727   no data   no data
2190.10/548.93	c  N st    81   2711467       100      2130         0    104468     10650   1483479   no data   no data
2190.10/548.93	c  S st    81   2711467       100      2130         0    104468     10650   1483479   no data   no data
2191.26/549.26	c  S st    81   2711968       100      2130         0    104942     10650   1494757   no data   no data
2191.26/549.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2191.66/549.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2191.66/549.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2191.66/549.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2191.66/549.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2191.66/549.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2191.66/549.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2191.66/549.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2191.66/549.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2248.72/563.68	c lits-rem:      2197  cl-subs:    16157  v-elim:      0  v-fix:    0  time: 14.30 s
2248.72/563.68	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2249.12/563.70	c vivif2 --  cl tried    88785 cl shrink        0 lits rem          0 time: 0.02
2250.72/564.14	c asymm  cl-useful: 0/1294/2130 lits-rem:0 time: 0.44
2250.72/564.14	c calculated reachability. Time: 0.00
2250.72/564.14	c  N st    81   2711968       100      2130         0     88785     10650   1217425   no data   no data
2805.73/703.27	c  N st    82   3211968       100      2130         0    139281     10650   2250793   no data   no data
2805.73/703.27	c  S st    82   3211968       100      2130         0    139281     10650   2250793   no data   no data
2808.13/703.80	c  S st    82   3212471       100      2130         0    139773     10650   2261725   no data   no data
2808.13/703.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2808.13/703.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2808.13/703.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2808.13/703.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2808.13/703.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2808.13/703.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2808.13/703.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2808.54/703.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2808.54/703.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2986.08/748.49	c lits-rem:      3208  cl-subs:    20144  v-elim:      0  v-fix:    0  time: 44.49 s
2986.08/748.49	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2986.48/748.51	c vivif2 --  cl tried   119629 cl shrink        0 lits rem          0 time: 0.03
2987.68/748.87	c asymm  cl-useful: 0/836/2130 lits-rem:0 time: 0.35
2987.68/748.87	c calculated reachability. Time: 0.00
2987.68/748.87	c  N st    82   3212471       100      2130         0    119629     10650   1872370   no data   no data
3653.60/915.72	c  N st    83   3712472       100      2130         0    136152     10650   2098148   no data   no data
3653.60/915.72	c  S st    83   3712472       100      2130         0    136152     10650   2098148   no data   no data
3655.62/916.22	c  S st    83   3712973       100      2130         0    136625     10650   2109102   no data   no data
3655.62/916.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3655.62/916.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3655.62/916.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3655.62/916.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3655.62/916.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3655.62/916.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3655.62/916.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3656.03/916.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3656.03/916.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3799.64/952.36	c lits-rem:      2062  cl-subs:    19124  v-elim:      0  v-fix:    0  time: 35.98 s
3799.64/952.36	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3799.64/952.39	c vivif2 --  cl tried   117501 cl shrink        0 lits rem          0 time: 0.03
3801.23/952.76	c asymm  cl-useful: 0/959/2130 lits-rem:0 time: 0.37
3801.23/952.76	c calculated reachability. Time: 0.00
3801.23/952.76	c  N st    83   3712973       100      2130         0    117501     10650   1734866   no data   no data
3866.30/969.05	c  F st    84   3751565       100      2130         0     77082     10650    818171   no data   no data
3866.30/969.05	c  N st    84   3751565       100      2130         0     77082     10650    818171   no data   no data
3872.26/970.54	c Decided on static restart strategy
3896.20/976.53	c  N st    94   3779870       100      2130         0    103152     10650   1393456   no data   no data
3944.47/988.65	c  N st    96   3815866       100      2130         0    136208     10650   2107408   no data   no data
3992.36/1000.63	c  N st    97   3848261       100      2130         0     88528     10650   1051066   no data   no data
4048.22/1014.61	c  N st    98   3896850       100      2130         0    133006     10650   2036761   no data   no data
4147.61/1039.53	c  N st    99   3969733       100      2130         0    121135     10650   1748167   no data   no data
4345.47/1089.16	c  N st   100   4079058       100      2130         0    141887     10650   2208553   no data   no data
4517.45/1132.22	c  N st   101   4212975       100      2130         0    102499     10650   1300843   no data   no data
4517.45/1132.22	c  S st   101   4212975       100      2130         0    102499     10650   1300843   no data   no data
4519.05/1132.66	c  S st   101   4213480       100      2130         0    102977     10650   1311640   no data   no data
4519.05/1132.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4519.45/1132.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
4519.45/1132.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4519.45/1132.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4519.45/1132.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4519.45/1132.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4519.45/1132.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4519.45/1132.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4519.85/1132.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4557.34/1142.26	c lits-rem:      1013  cl-subs:     6401  v-elim:      0  v-fix:    0  time:  9.46 s
4557.34/1142.26	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4557.34/1142.28	c vivif2 --  cl tried    96576 cl shrink        0 lits rem          0 time: 0.02
4559.33/1142.75	c asymm  cl-useful: 0/1061/2130 lits-rem:0 time: 0.46
4559.33/1142.75	c calculated reachability. Time: 0.00
4559.33/1142.75	c  N st   101   4213480       100      2130         0     96576     10650   1187161   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-3366360-1305402374/watcher-3366360-1305402374 -o /tmp/evaluation-result-3366360-1305402374/solver-3366360-1305402374 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366360-1305402374.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.70 8.00 8.00 5/311 13780
/proc/meminfo: memFree=11822516/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 685 0 0 0 0 0 0 0 25 0 4 0 651836116 212938752 613 33554432000 4194304 4580107 140737415201728 18446744073709551615 235594335168 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 51987 621 353 95 0 46969 0
[pid=13780/tid=13781] ppid=13778 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 88 0 0 0 0 0 0 0 25 0 4 0 651836116 212938752 656 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 4 0 651836116 212938752 656 33554432000 4194304 4580107 140737415201728 18446744073709551615 235594971630 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 111 0 0 0 0 0 0 0 25 0 4 0 651836116 212938752 656 33554432000 4194304 4580107 140737415201728 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0815109 s]
/proc/loadavg: 7.70 8.00 8.00 5/311 13780
/proc/meminfo: memFree=11822516/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=217176 CPUtime=0.3 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 1556 0 0 0 30 0 0 0 25 0 4 0 651836116 222388224 1465 33554432000 4194304 4580107 140737415201728 18446744073709551615 235594971679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 54294 1465 376 95 0 49276 0
[pid=13780/tid=13781] ppid=13778 vsize=217176 CPUtime=0.07 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 316 0 0 0 7 0 0 0 25 0 4 0 651836116 222388224 1465 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=217176 CPUtime=0.06 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 252 0 0 0 6 0 0 0 25 0 4 0 651836116 222388224 1465 33554432000 4194304 4580107 140737415201728 18446744073709551615 235594971630 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=217176 CPUtime=0.07 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 236 0 0 0 7 0 0 0 25 0 4 0 651836116 222388224 1465 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 217176

[startup+0.113003 s]
/proc/loadavg: 7.70 8.00 8.00 5/311 13780
/proc/meminfo: memFree=11822516/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=217620 CPUtime=0.43 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 1781 0 0 0 43 0 0 0 25 0 4 0 651836116 222842880 1559 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 54405 1559 376 95 0 49387 0
[pid=13780/tid=13781] ppid=13778 vsize=217620 CPUtime=0.1 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 355 0 0 0 10 0 0 0 25 0 4 0 651836116 222842880 1559 33554432000 4194304 4580107 140737415201728 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=217620 CPUtime=0.1 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 300 0 0 0 10 0 0 0 25 0 4 0 651836116 222842880 1559 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=217620 CPUtime=0.1 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 335 0 0 0 10 0 0 0 25 0 4 0 651836116 222842880 1559 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 217620

[startup+0.300973 s]
/proc/loadavg: 7.70 8.00 8.00 5/311 13780
/proc/meminfo: memFree=11822516/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=227912 CPUtime=1.17 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 3025 0 0 0 117 0 0 0 25 0 4 0 651836116 233381888 2022 33554432000 4194304 4580107 140737415201728 18446744073709551615 4485991 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 56978 2028 377 95 0 51960 0
[pid=13780/tid=13781] ppid=13778 vsize=227912 CPUtime=0.29 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 710 0 0 0 29 0 0 0 25 0 4 0 651836116 233381888 2032 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=227912 CPUtime=0.28 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 566 0 0 0 28 0 0 0 25 0 4 0 651836116 233381888 2036 33554432000 4194304 4580107 140737415201728 18446744073709551615 4305192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=227912 CPUtime=0.29 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 621 0 0 0 29 0 0 0 25 0 4 0 651836116 233381888 2040 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 227912

[startup+0.7009 s]
/proc/loadavg: 7.70 8.00 8.00 5/311 13780
/proc/meminfo: memFree=11822516/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=220580 CPUtime=2.77 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 4933 0 0 0 277 0 0 0 25 0 4 0 651836116 225873920 2538 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 55145 2538 377 95 0 50127 0
[pid=13780/tid=13781] ppid=13778 vsize=220580 CPUtime=0.69 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 1154 0 0 0 69 0 0 0 25 0 4 0 651836116 225873920 2538 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=220580 CPUtime=0.68 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 1127 0 0 0 68 0 0 0 25 0 4 0 651836116 225873920 2539 33554432000 4194304 4580107 140737415201728 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=220580 CPUtime=0.69 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 1035 0 0 0 69 0 0 0 25 0 4 0 651836116 225873920 2539 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220580

[startup+1.50076 s]
/proc/loadavg: 7.70 8.00 8.00 9/315 13784
/proc/meminfo: memFree=11810456/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=226816 CPUtime=5.96 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 10050 0 0 0 595 1 0 0 25 0 4 0 651836116 232259584 5238 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 56704 5238 379 95 0 51686 0
[pid=13780/tid=13781] ppid=13778 vsize=226816 CPUtime=1.49 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 2963 0 0 0 149 0 0 0 25 0 4 0 651836116 232259584 5238 33554432000 4194304 4580107 140737415201728 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=226816 CPUtime=1.47 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 1899 0 0 0 147 0 0 0 25 0 4 0 651836116 232259584 5238 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=226816 CPUtime=1.49 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 1831 0 0 0 149 0 0 0 25 0 4 0 651836116 232259584 5238 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 226816

[startup+3.10048 s]
/proc/loadavg: 7.70 8.00 8.00 9/315 13784
/proc/meminfo: memFree=11781192/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=247560 CPUtime=12.35 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 19762 0 0 0 1232 3 0 0 25 0 4 0 651836116 253501440 11334 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 61890 11335 379 95 0 56872 0
[pid=13780/tid=13781] ppid=13778 vsize=247560 CPUtime=3.09 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 5489 0 0 0 309 0 0 0 25 0 4 0 651836116 253501440 11335 33554432000 4194304 4580107 140737415201728 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=247560 CPUtime=3.06 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 4535 0 0 0 305 1 0 0 25 0 4 0 651836116 253501440 11335 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=247560 CPUtime=3.08 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 4533 0 0 0 308 0 0 0 25 0 4 0 651836116 253501440 11335 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 247560

[startup+6.30092 s]
/proc/loadavg: 7.72 8.00 8.00 9/315 13785
/proc/meminfo: memFree=11759456/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=263588 CPUtime=25.12 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 27763 0 0 0 2507 5 0 0 25 0 4 0 651836116 269914112 13612 33554432000 4194304 4580107 140737415201728 18446744073709551615 4322825 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 65897 13612 379 95 0 60879 0
[pid=13780/tid=13781] ppid=13778 vsize=263588 CPUtime=6.29 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 7048 0 0 0 628 1 0 0 25 0 4 0 651836116 269914112 13612 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=263588 CPUtime=6.22 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 7047 0 0 0 621 1 0 0 25 0 4 0 651836116 269914112 13612 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=263588 CPUtime=6.29 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 6688 0 0 0 628 1 0 0 25 0 4 0 651836116 269914112 13612 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 263588

[startup+12.7008 s]
/proc/loadavg: 7.83 8.02 8.01 9/315 13785
/proc/meminfo: memFree=11739256/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=254244 CPUtime=50.65 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 41867 0 0 0 5057 8 0 0 25 0 4 0 651836116 260345856 15936 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 63561 15936 379 95 0 58543 0
[pid=13780/tid=13781] ppid=13778 vsize=254244 CPUtime=12.68 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 11064 0 0 0 1267 1 0 0 25 0 4 0 651836116 260345856 15936 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=254244 CPUtime=12.55 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 9748 0 0 0 1254 1 0 0 25 0 4 0 651836116 260345856 15936 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=254244 CPUtime=12.69 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 10938 0 0 0 1267 2 0 0 25 0 4 0 651836116 260345856 15936 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 254244

[startup+25.5005 s]
/proc/loadavg: 7.93 8.03 8.01 9/315 13785
/proc/meminfo: memFree=11743352/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=257472 CPUtime=101.71 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 63397 0 0 0 10158 13 0 0 25 0 4 0 651836116 263651328 21537 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 64368 21537 379 95 0 59350 0
[pid=13780/tid=13781] ppid=13778 vsize=257472 CPUtime=25.49 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 16805 0 0 0 2546 3 0 0 25 0 4 0 651836116 263651328 21537 33554432000 4194304 4580107 140737415201728 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=257472 CPUtime=25.22 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 15335 0 0 0 2520 2 0 0 25 0 4 0 651836116 263651328 21537 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=257472 CPUtime=25.49 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 16693 0 0 0 2545 4 0 0 25 0 4 0 651836116 263651328 21537 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 257472

[startup+51.1011 s]
/proc/loadavg: 7.95 8.03 8.01 9/315 13786
/proc/meminfo: memFree=11758724/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=259856 CPUtime=203.86 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 98016 0 0 0 20364 22 0 0 25 0 4 0 651836116 266092544 25482 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 64964 25482 379 95 0 59946 0
[pid=13780/tid=13781] ppid=13778 vsize=259856 CPUtime=51.09 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 25448 0 0 0 5104 5 0 0 25 0 4 0 651836116 266092544 25482 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=259856 CPUtime=50.57 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 24258 0 0 0 5053 4 0 0 25 0 4 0 651836116 266092544 25482 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=259856 CPUtime=51.09 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 25353 0 0 0 5103 6 0 0 25 0 4 0 651836116 266092544 25482 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 259856

[startup+102.312 s]
/proc/loadavg: 7.98 8.02 8.00 9/315 13787
/proc/meminfo: memFree=11667808/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=285772 CPUtime=408.2 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 150974 0 0 0 40781 39 0 0 25 0 4 0 651836116 292630528 34964 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 71443 34964 379 95 0 66425 0
[pid=13780/tid=13781] ppid=13778 vsize=285772 CPUtime=102.3 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 35173 0 0 0 10223 7 0 0 25 0 4 0 651836116 292630528 34964 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=285772 CPUtime=101.26 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 38065 0 0 0 10118 8 0 0 25 0 4 0 651836116 292630528 34964 33554432000 4194304 4580107 140737415201728 18446744073709551615 4323215 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=285772 CPUtime=102.3 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 40514 0 0 0 10220 10 0 0 25 0 4 0 651836116 292630528 34964 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 285772

[startup+162.301 s]

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

[pid=13780] ppid=13778 vsize=547256 CPUtime=2802.14 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 413607 0 0 0 280062 152 0 0 25 0 4 0 651836116 560390144 94966 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 136814 94966 379 95 0 131796 0
[pid=13780/tid=13781] ppid=13778 vsize=547256 CPUtime=702.3 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 120226 0 0 0 70186 44 0 0 25 0 4 0 651836116 560390144 94966 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=547256 CPUtime=695.21 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 92857 0 0 0 69489 32 0 0 25 0 4 0 651836116 560390144 94966 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=547256 CPUtime=702.29 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 112365 0 0 0 70189 40 0 0 25 0 4 0 651836116 560390144 94966 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2802.14
Current children cumulated vsize (KiB) 547256

[startup+762.312 s]
/proc/loadavg: 8.07 8.06 8.01 10/315 13836
/proc/meminfo: memFree=11670624/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=511588 CPUtime=3041.58 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 429089 0 0 0 303997 161 0 0 25 0 4 0 651836116 523866112 91516 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 127897 91516 379 95 0 122879 0
[pid=13780/tid=13781] ppid=13778 vsize=511588 CPUtime=762.32 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 124689 0 0 0 76185 47 0 0 25 0 4 0 651836116 523866112 91516 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=511588 CPUtime=754.62 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 95471 0 0 0 75428 34 0 0 25 0 4 0 651836116 523866112 91516 33554432000 4194304 4580107 140737415201728 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=511588 CPUtime=762.3 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 117725 0 0 0 76187 43 0 0 25 0 4 0 651836116 523866112 91516 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.58
Current children cumulated vsize (KiB) 511588

[startup+822.301 s]
/proc/loadavg: 8.06 8.06 8.01 9/315 13837
/proc/meminfo: memFree=11595956/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=524276 CPUtime=3280.93 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 450459 0 0 0 327923 170 0 0 25 0 4 0 651836116 536858624 98755 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 131069 98755 379 95 0 126051 0
[pid=13780/tid=13781] ppid=13778 vsize=524276 CPUtime=822.31 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 130453 0 0 0 82182 49 0 0 25 0 4 0 651836116 536858624 98755 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=524276 CPUtime=814.02 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 101496 0 0 0 81364 38 0 0 25 0 4 0 651836116 536858624 98755 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=524276 CPUtime=822.28 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 123144 0 0 0 82183 45 0 0 25 0 4 0 651836116 536858624 98755 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.93
Current children cumulated vsize (KiB) 524276

[startup+882.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/315 13839
/proc/meminfo: memFree=11538508/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=564260 CPUtime=3520.34 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 466850 0 0 0 351856 178 0 0 25 0 4 0 651836116 577802240 100682 33554432000 4194304 4580107 140737415201728 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 141065 100682 379 95 0 136047 0
[pid=13780/tid=13781] ppid=13778 vsize=564260 CPUtime=882.3 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 136184 0 0 0 88180 50 0 0 25 0 4 0 651836116 577802240 100682 33554432000 4194304 4580107 140737415201728 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=564260 CPUtime=873.41 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 106962 0 0 0 87301 40 0 0 25 0 4 0 651836116 577802240 100682 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=564260 CPUtime=882.28 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 126237 0 0 0 88181 47 0 0 25 0 4 0 651836116 577802240 100682 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3520.34
Current children cumulated vsize (KiB) 564260

[startup+942.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/315 13850
/proc/meminfo: memFree=11504752/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=564476 CPUtime=3759.74 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 480977 0 0 0 375788 186 0 0 25 0 4 0 651836116 578023424 105707 33554432000 4194304 4580107 140737415201728 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 141119 105707 379 95 0 136101 0
[pid=13780/tid=13781] ppid=13778 vsize=564476 CPUtime=942.3 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 142050 0 0 0 94176 54 0 0 25 0 4 0 651836116 578023424 105707 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=564476 CPUtime=932.82 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 110018 0 0 0 93240 42 0 0 25 0 4 0 651836116 578023424 105707 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=564476 CPUtime=942.28 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 130610 0 0 0 94179 49 0 0 25 0 4 0 651836116 578023424 105707 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.74
Current children cumulated vsize (KiB) 564476

[startup+1002.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/315 13851
/proc/meminfo: memFree=11518488/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=538508 CPUtime=3999.14 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 493664 0 0 0 399720 194 0 0 25 0 4 0 651836116 551432192 103251 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 134627 103251 379 95 0 129609 0
[pid=13780/tid=13781] ppid=13778 vsize=538508 CPUtime=1002.31 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 148249 0 0 0 100173 58 0 0 25 0 4 0 651836116 551432192 103251 33554432000 4194304 4580107 140737415201728 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=538508 CPUtime=992.22 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 111346 0 0 0 99179 43 0 0 25 0 4 0 651836116 551432192 103251 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=538508 CPUtime=1002.27 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 135131 0 0 0 100176 51 0 0 25 0 4 0 651836116 551432192 103251 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3999.14
Current children cumulated vsize (KiB) 538508

[startup+1062.3 s]
/proc/loadavg: 8.15 8.09 8.01 9/315 13853
/proc/meminfo: memFree=11495380/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=556476 CPUtime=4238.55 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 503629 0 0 0 423657 198 0 0 25 0 4 0 651836116 569831424 110104 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 139119 110104 379 95 0 134101 0
[pid=13780/tid=13781] ppid=13778 vsize=556476 CPUtime=1062.31 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 154629 0 0 0 106170 61 0 0 25 0 4 0 651836116 569831424 110104 33554432000 4194304 4580107 140737415201728 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=556476 CPUtime=1051.62 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 111926 0 0 0 105119 43 0 0 25 0 4 0 651836116 569831424 110104 33554432000 4194304 4580107 140737415201728 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=556476 CPUtime=1062.28 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 138135 0 0 0 106175 53 0 0 25 0 4 0 651836116 569831424 110104 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.55
Current children cumulated vsize (KiB) 556476

[startup+1122.3 s]
/proc/loadavg: 8.37 8.16 8.04 9/315 13857
/proc/meminfo: memFree=11497120/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=569888 CPUtime=4477.95 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 514836 0 0 0 447591 204 0 0 25 0 4 0 651836116 583565312 110730 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 142472 110730 379 95 0 137454 0
[pid=13780/tid=13781] ppid=13778 vsize=569888 CPUtime=1122.31 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 158260 0 0 0 112168 63 0 0 25 0 4 0 651836116 583565312 110730 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=569888 CPUtime=1111.02 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 112118 0 0 0 111058 44 0 0 25 0 4 0 651836116 583565312 110730 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=569888 CPUtime=1122.27 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 141431 0 0 0 112173 54 0 0 25 0 4 0 651836116 583565312 110730 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4477.95
Current children cumulated vsize (KiB) 569888

[startup+1182.3 s]
/proc/loadavg: 8.26 8.16 8.05 9/315 13859
/proc/meminfo: memFree=11459772/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=583720 CPUtime=4717.33 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 525214 0 0 0 471526 207 0 0 25 0 4 0 651836116 597729280 113968 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 145930 113968 379 95 0 140912 0
[pid=13780/tid=13781] ppid=13778 vsize=583720 CPUtime=1182.31 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 163786 0 0 0 118165 66 0 0 25 0 4 0 651836116 597729280 113968 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=583720 CPUtime=1170.41 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 114080 0 0 0 116997 44 0 0 25 0 4 0 651836116 597729280 113968 33554432000 4194304 4580107 140737415201728 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=583720 CPUtime=1182.27 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 144077 0 0 0 118173 54 0 0 25 0 4 0 651836116 597729280 113968 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 583720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.19 8.15 8.04 9/315 13859
/proc/meminfo: memFree=11416112/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=583720 CPUtime=4800.34 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 529915 0 0 0 479824 210 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 145930 118517 379 95 0 140912 0
[pid=13780/tid=13781] ppid=13778 vsize=583720 CPUtime=1203.12 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 164972 0 0 0 120246 66 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=583720 CPUtime=1191 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 115469 0 0 0 119055 45 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=583720 CPUtime=1203.09 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 146203 0 0 0 120253 56 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 583720

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

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

[startup+1203.1 s]
/proc/loadavg: 8.19 8.15 8.04 9/315 13859
/proc/meminfo: memFree=11416112/32950928 swapFree=67111348/67111528
[pid=13780] ppid=13778 vsize=583720 CPUtime=4800.34 cores=1,3,5,7
/proc/13780/stat : 13780 (strangenight2-m) R 13778 13780 13350 0 -1 4202496 529915 0 0 0 479824 210 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/13780/statm: 145930 118517 379 95 0 140912 0
[pid=13780/tid=13781] ppid=13778 vsize=583720 CPUtime=1203.12 cores=1,3,5,7
/proc/13780/task/13781/stat : 13781 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 164972 0 0 0 120246 66 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13780/tid=13782] ppid=13778 vsize=583720 CPUtime=1191 cores=1,3,5,7
/proc/13780/task/13782/stat : 13782 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 115469 0 0 0 119055 45 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13780/tid=13783] ppid=13778 vsize=583720 CPUtime=1203.09 cores=1,3,5,7
/proc/13780/task/13783/stat : 13783 (strangenight2-m) R 13778 13780 13350 0 -1 4202560 146203 0 0 0 120253 56 0 0 25 0 4 0 651836116 597729280 118517 33554432000 4194304 4580107 140737415201728 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 583720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.41
CPU user time (s): 4798.28
CPU system time (s): 2.12768
CPU usage (%): 398.991
Max. virtual memory (cumulated for all children) (KiB): 689812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.28
system time used= 2.12768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529917
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= 144
involuntary context switches= 33847

runsolver used 3.3115 second user time and 8.81966 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 21:46:14
IDJOB=3366360
IDBENCH=82769
IDSOLVER=1844
FILE ID=node120/3366360-1305402374
RUNJOBID= node120-1305401168-13665
PBS_JOBID= 13324463
Free space on /tmp= 73504 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366360-1305402374/watcher-3366360-1305402374 -o /tmp/evaluation-result-3366360-1305402374/solver-3366360-1305402374 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366360-1305402374.cnf

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

MD5SUM BENCH= 7a1181bb5cb0b1221253c27ad7ead33e
RANDOM SEED=574900322

node120.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	: 5226.07
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.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.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.78
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11822920 kB
Buffers:        255828 kB
Cached:        3577220 kB
SwapCached:          0 kB
Active:       17863976 kB
Inactive:      2976696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11822920 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:    17007124 kB
Mapped:          25144 kB
Slab:           174528 kB
PageTables:      49868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52171628 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= 73500 MiB
End job on node120 at 2011-05-14 22:06:19