Trace number 3173997

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.4 1201.63

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1880411078-058.SATISFIABLE.cnf
MD5SUM4731d8739f39a82190bbff45268a7d21
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
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-3173997-1307651483.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.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
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:      49 undec:       1 neg:      50
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      4919       100      2130         0      4596     10650    101911   no data   no data
3.58/0.90	c  N st    10     11301       100      2130         0      4226     10650     74228   no data   no data
3.58/0.90	c  N st    11     17045       100      2130         0      9541     10650    186727   no data   no data
3.58/0.90	c  F st    12     25000       100      2130         0     11684     10650    228199   no data   no data
3.58/0.90	c  N st    12     25000       100      2130         0     11684     10650    228199   no data   no data
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30002       100      2130         0     10018     10650    184730   no data   no data
3.58/1.00	c  S st    18     30002       100      2130         0     10018     10650    184730   no data   no data
3.99/1.10	c  S st    18     30506       100      2130         0     10501     10650    195606   no data   no data
3.99/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/1.10	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
3.99/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/1.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.30	c lits-rem:       216  cl-subs:     1945  v-elim:      0  v-fix:    0  time:  0.18 s
5.16/1.30	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
5.16/1.30	c calculated reachability. Time: 0.00
5.16/1.30	c  N st    18     30506       100      2130         0      8556     10650    154239   no data   no data
5.96/1.59	c  N st    20     37617       100      2130         0      7881     10650    126484   no data   no data
7.17/1.87	c  N st    21     44016       100      2130         0     13810     10650    252734   no data   no data
7.57/1.95	c  S st    22     45759       100      2130         0     15424     10650    289468   no data   no data
7.57/1.99	c  S st    22     46265       100      2130         0     15912     10650    300902   no data   no data
7.57/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.96/2.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.96/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.96/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.96/2.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.96/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.39	c lits-rem:       561  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  0.38 s
9.16/2.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.16/2.39	c vivif2 --  cl tried    13780 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46265       100      2130         0     13780     10650    255166   no data   no data
12.36/3.20	c  N st    23     60664       100      2130         0      9745     10650    145662   no data   no data
14.35/3.60	c  N st    24     69397       100      2130         0     17830     10650    325504   no data   no data
14.35/3.60	c  S st    24     69397       100      2130         0     17830     10650    325504   no data   no data
14.35/3.64	c  S st    24     69900       100      2130         0     18312     10650    336251   no data   no data
14.35/3.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.35/3.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.35/3.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.35/3.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.35/3.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.35/3.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.35/3.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.35/3.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.35/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.12	c lits-rem:       352  cl-subs:     2116  v-elim:      0  v-fix:    0  time:  0.45 s
16.35/4.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.35/4.12	c vivif2 --  cl tried    16196 cl shrink        0 lits rem          0 time: 0.00
16.35/4.18	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.35/4.18	c calculated reachability. Time: 0.00
16.35/4.18	c  N st    24     69900       100      2130         0     16196     10650    289925   no data   no data
20.35/5.17	c  F st    25     87501       100      2130         0     11342     10650    163803   no data   no data
20.35/5.17	c  N st    25     87501       100      2130         0     11342     10650    163803   no data   no data
21.57/5.46	c Decided on static restart strategy
22.35/5.63	c  N st    32     95536       100      2130         0     18773     10650    322527   no data   no data
24.35/6.20	c  N st    34    104850       100      2130         0     15396     10650    247633   no data   no data
24.35/6.20	c  S st    34    104850       100      2130         0     15396     10650    247633   no data   no data
24.75/6.23	c  S st    34    105351       100      2130         0     15879     10650    258300   no data   no data
24.75/6.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.75/6.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.75/6.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.75/6.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.75/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.75/6.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
24.75/6.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.75/6.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.75/6.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.40	c lits-rem:       151  cl-subs:     1257  v-elim:      0  v-fix:    0  time:  0.15 s
25.55/6.40	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.55/6.40	c vivif2 --  cl tried    14622 cl shrink        0 lits rem          0 time: 0.00
25.55/6.46	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
25.55/6.46	c calculated reachability. Time: 0.00
25.55/6.46	c  N st    34    105351       100      2130         0     14622     10650    231734   no data   no data
27.94/7.07	c  N st    35    114951       100      2130         0     23518     10650    423302   no data   no data
31.93/8.07	c  N st    36    129349       100      2130         0     24020     10650    427911   no data   no data
38.33/9.67	c  N st    37    150945       100      2130         0     15228     10650    203254   no data   no data
40.32/10.12	c  S st    38    158027       100      2130         0     21788     10650    341051   no data   no data
40.32/10.17	c  S st    38    158535       100      2130         0     22277     10650    351932   no data   no data
40.32/10.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.32/10.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.32/10.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.32/10.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.32/10.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.32/10.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
40.32/10.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.32/10.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.32/10.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.92/10.56	c lits-rem:       203  cl-subs:     1996  v-elim:      0  v-fix:    0  time:  0.36 s
41.92/10.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
41.92/10.56	c vivif2 --  cl tried    20281 cl shrink        0 lits rem          0 time: 0.00
42.32/10.63	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
42.32/10.63	c calculated reachability. Time: 0.00
42.32/10.63	c  N st    38    158535       100      2130         0     20281     10650    313169   no data   no data
57.12/14.32	c  N st    39    207124       100      2130         0     32860     10650    565453   no data   no data
67.09/16.89	c  N st    40    237804       100      2130         0     25175     10650    380005   no data   no data
67.09/16.89	c  S st    40    237804       100      2130         0     25175     10650    380005   no data   no data
67.49/16.95	c  S st    40    238310       100      2130         0     25655     10650    390318   no data   no data
67.49/16.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.49/16.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
67.49/16.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.49/16.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.49/16.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.49/16.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
67.49/16.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.49/16.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
67.49/16.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.48/17.45	c lits-rem:       434  cl-subs:     2171  v-elim:      0  v-fix:    0  time:  0.48 s
69.48/17.45	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
69.48/17.46	c vivif2 --  cl tried    23484 cl shrink        0 lits rem          0 time: 0.00
69.90/17.54	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
69.90/17.54	c calculated reachability. Time: 0.00
69.90/17.54	c  N st    40    238310       100      2130         0     23484     10650    346714   no data   no data
94.25/23.68	c  F st    41    306250       100      2130         0     25092     10650    334183   no data   no data
94.25/23.68	c  N st    41    306250       100      2130         0     25092     10650    334183   no data   no data
96.27/24.12	c Decided on static restart strategy
105.84/26.54	c  N st    51    334558       100      2130         0     29347     10650    425941   no data   no data
116.62/29.23	c  N st    53    357466       100      2130         0     27462     10650    369444   no data   no data
116.62/29.23	c  S st    53    357466       100      2130         0     27462     10650    369444   no data   no data
117.02/29.31	c  S st    53    357970       100      2130         0     27943     10650    380192   no data   no data
117.02/29.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.02/29.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
117.02/29.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
117.02/29.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.02/29.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.02/29.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
117.02/29.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.02/29.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
117.02/29.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.24/29.62	c lits-rem:       162  cl-subs:     1563  v-elim:      0  v-fix:    0  time:  0.29 s
118.24/29.63	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
118.24/29.63	c vivif2 --  cl tried    26380 cl shrink        0 lits rem          0 time: 0.00
118.64/29.73	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
118.64/29.73	c calculated reachability. Time: 0.00
118.64/29.73	c  N st    53    357970       100      2130         0     26380     10650    350832   no data   no data
132.20/33.19	c  N st    54    390363       100      2130         0     32353     10650    463943   no data   no data
153.79/38.55	c  N st    55    438951       100      2130         0     26617     10650    323880   no data   no data
185.31/46.40	c  N st    56    511834       100      2130         0     39383     10650    581382   no data   no data
196.91/49.31	c  N st    57    536956       100      2130         0     33964     10650    448990   no data   no data
196.91/49.31	c  S st    57    536956       100      2130         0     33964     10650    448990   no data   no data
196.91/49.40	c  S st    57    537461       100      2130         0     34447     10650    459478   no data   no data
196.91/49.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
197.32/49.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
197.32/49.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
197.32/49.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
197.32/49.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.32/49.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
197.32/49.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.32/49.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
197.32/49.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.91/49.89	c lits-rem:       367  cl-subs:     1756  v-elim:      0  v-fix:    0  time:  0.47 s
198.91/49.89	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
199.31/49.90	c vivif2 --  cl tried    32691 cl shrink        0 lits rem          0 time: 0.00
199.71/50.03	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.13
199.71/50.03	c calculated reachability. Time: 0.00
199.71/50.03	c  N st    57    537461       100      2130         0     32691     10650    423197   no data   no data
280.00/70.13	c  N st    58    701446       100      2130         0     60095     10650    971586   no data   no data
339.52/85.00	c  N st    59    806191       100      2130         0     54177     10650    802325   no data   no data
339.52/85.00	c  S st    59    806191       100      2130         0     54177     10650    802325   no data   no data
339.92/85.15	c  S st    59    806693       100      2130         0     54656     10650    813275   no data   no data
339.92/85.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
339.92/85.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
339.92/85.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
339.92/85.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
339.92/85.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
339.92/85.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
339.92/85.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
339.92/85.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
340.32/85.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
353.09/88.47	c lits-rem:      1460  cl-subs:     6722  v-elim:      0  v-fix:    0  time:  3.26 s
353.09/88.47	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
353.09/88.48	c vivif2 --  cl tried    47934 cl shrink        0 lits rem          0 time: 0.01
354.29/88.70	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.22
354.29/88.70	c calculated reachability. Time: 0.00
354.29/88.70	c  N st    59    806693       100      2130         0     47934     10650    688340   no data   no data
512.48/128.32	c  F st    60   1071877       100      2130         0     63253     10650    940288   no data   no data
512.48/128.32	c  N st    60   1071877       100      2130         0     63253     10650    940288   no data   no data
516.87/129.44	c Decided on static restart strategy
534.85/133.91	c  N st    70   1100184       100      2130         0     48151     10650    608049   no data   no data
562.80/140.97	c  N st    72   1136179       100      2130         0     81260     10650   1314199   no data   no data
585.17/146.53	c  N st    73   1168574       100      2130         0     68697     10650   1025730   no data   no data
612.74/153.48	c  N st    74   1210039       100      2130         0     63792     10650    912267   no data   no data
612.74/153.48	c  S st    74   1210039       100      2130         0     63792     10650    912267   no data   no data
613.94/153.71	c  S st    74   1210544       100      2130         0     64280     10650    923154   no data   no data
613.94/153.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
613.94/153.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
613.94/153.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
613.94/153.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
613.94/153.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
613.94/153.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
613.94/153.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
613.94/153.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
613.94/153.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
636.73/159.46	c lits-rem:       622  cl-subs:     6282  v-elim:      0  v-fix:    0  time:  5.67 s
636.73/159.46	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
636.73/159.47	c vivif2 --  cl tried    57998 cl shrink        0 lits rem          0 time: 0.01
638.30/159.89	c asymm  cl-useful: 0/1881/2130 lits-rem:0 time: 0.42
638.30/159.89	c calculated reachability. Time: 0.00
638.30/159.89	c  N st    74   1210544       100      2130         0     57998     10650    803097   no data   no data
699.42/175.16	c  N st    75   1283426       100      2130         0     81053     10650   1259421   no data   no data
795.69/199.22	c  N st    76   1392750       100      2130         0     90561     10650   1440582   no data   no data
926.73/232.01	c  N st    77   1556736       100      2130         0     97406     10650   1552288   no data   no data
1048.54/262.56	c  N st    78   1710546       100      2130         0     87498     10650   1320795   no data   no data
1048.54/262.56	c  S st    78   1710546       100      2130         0     87498     10650   1320795   no data   no data
1049.77/262.84	c  S st    78   1711050       100      2130         0     87984     10650   1331834   no data   no data
1049.77/262.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1049.77/262.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1049.77/262.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1049.77/262.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1049.77/262.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1049.77/262.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1049.77/262.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1050.17/262.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1050.17/262.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1140.03/285.41	c lits-rem:      2768  cl-subs:    11752  v-elim:      0  v-fix:    0  time: 22.46 s
1140.03/285.41	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1140.03/285.43	c vivif2 --  cl tried    76232 cl shrink        0 lits rem          0 time: 0.02
1142.04/285.98	c asymm  cl-useful: 0/1492/2130 lits-rem:0 time: 0.55
1142.04/285.98	c calculated reachability. Time: 0.00
1142.04/285.98	c  N st    78   1711050       100      2130         0     76232     10650   1104998   no data   no data
1493.14/373.80	c  N st    79   2080015       100      2130         0     87758     10650   1258389   no data   no data
1620.17/405.64	c  N st    80   2211050       100      2130         0     91557     10650   1339275   no data   no data
1620.17/405.64	c  S st    80   2211050       100      2130         0     91557     10650   1339275   no data   no data
1621.39/405.94	c  S st    80   2211551       100      2130         0     92034     10650   1350067   no data   no data
1621.39/405.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1621.39/405.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1621.39/405.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1621.39/405.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1621.39/405.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1621.39/405.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1621.39/405.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1621.77/406.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1621.77/406.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1698.07/425.10	c lits-rem:      1623  cl-subs:    10577  v-elim:      0  v-fix:    0  time: 19.06 s
1698.07/425.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1698.07/425.13	c vivif2 --  cl tried    81457 cl shrink        0 lits rem          0 time: 0.02
1699.27/425.41	c asymm  cl-useful: 0/638/2130 lits-rem:0 time: 0.29
1699.27/425.42	c calculated reachability. Time: 0.00
1699.27/425.42	c  N st    80   2211551       100      2130         0     81457     10650   1139156   no data   no data
2211.86/553.71	c  N st    81   2711555       100      2130         0    104314     10650   1511201   no data   no data
2211.86/553.71	c  S st    81   2711555       100      2130         0    104314     10650   1511201   no data   no data
2213.06/554.09	c  S st    81   2712056       100      2130         0    104799     10650   1522518   no data   no data
2213.46/554.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2213.46/554.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
2213.46/554.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2213.46/554.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2213.46/554.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2213.46/554.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2213.46/554.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2213.46/554.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2213.86/554.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2285.76/572.29	c lits-rem:      1872  cl-subs:    13693  v-elim:      0  v-fix:    0  time: 18.08 s
2285.76/572.29	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2286.16/572.32	c vivif2 --  cl tried    91106 cl shrink        0 lits rem          0 time: 0.03
2288.16/572.88	c asymm  cl-useful: 0/1236/2130 lits-rem:0 time: 0.57
2288.16/572.89	c calculated reachability. Time: 0.00
2288.16/572.89	c  N st    81   2712056       100      2130         0     91106     10650   1279047   no data   no data
2856.31/715.01	c  N st    82   3212056       100      2130         0    140615     10650   2244300   no data   no data
2856.31/715.01	c  S st    82   3212056       100      2130         0    140615     10650   2244300   no data   no data
2858.29/715.55	c  S st    82   3212562       100      2130         0    141093     10650   2255243   no data   no data
2858.29/715.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2858.69/715.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
2858.69/715.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2858.69/715.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2858.69/715.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2858.69/715.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2858.69/715.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2858.69/715.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2859.09/715.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3055.22/764.89	c lits-rem:      2922  cl-subs:    23451  v-elim:      0  v-fix:    0  time: 49.16 s
3055.22/764.89	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3055.62/764.92	c vivif2 --  cl tried   117642 cl shrink        0 lits rem          0 time: 0.03
3056.82/765.28	c asymm  cl-useful: 0/878/2130 lits-rem:0 time: 0.37
3056.82/765.28	c calculated reachability. Time: 0.00
3056.82/765.28	c  N st    82   3212562       100      2130         0    117642     10650   1806697   no data   no data
3644.14/912.22	c  N st    83   3712562       100      2130         0    134884     10650   2036798   no data   no data
3644.14/912.22	c  S st    83   3712562       100      2130         0    134884     10650   2036798   no data   no data
3645.74/912.62	c  S st    83   3713063       100      2130         0    135366     10650   2048246   no data   no data
3645.74/912.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3646.14/912.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
3646.14/912.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3646.14/912.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3646.14/912.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3646.14/912.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3646.14/912.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3646.14/912.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3646.14/912.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3775.97/945.21	c lits-rem:      2564  cl-subs:    20148  v-elim:      0  v-fix:    0  time: 32.42 s
3775.97/945.21	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3775.97/945.23	c vivif2 --  cl tried   115218 cl shrink        0 lits rem          0 time: 0.02
3777.18/945.59	c asymm  cl-useful: 0/965/2130 lits-rem:0 time: 0.36
3777.57/945.60	c calculated reachability. Time: 0.00
3777.57/945.60	c  N st    83   3713063       100      2130         0    115218     10650   1680327   no data   no data
3833.10/959.53	c  F st    84   3751562       100      2130         0    150358     10650   2459936   no data   no data
3833.10/959.53	c  N st    84   3751562       100      2130         0    150358     10650   2459936   no data   no data
3841.50/961.64	c Decided on static restart strategy
3865.47/967.68	c  N st    94   3779870       100      2130         0    100914     10650   1350519   no data   no data
3911.81/979.22	c  N st    96   3815866       100      2130         0    134019     10650   2082880   no data   no data
3959.76/991.21	c  N st    97   3848259       100      2130         0     86325     10650   1013952   no data   no data
4024.09/1007.33	c  N st    98   3896847       100      2130         0    130923     10650   2006806   no data   no data
4105.99/1027.85	c  N st    99   3969729       100      2130         0    119638     10650   1760945   no data   no data
4250.63/1064.09	c  N st   100   4079052       100      2130         0    140153     10650   2197522   no data   no data
4478.73/1121.18	c  N st   101   4213063       100      2130         0    100355     10650   1260050   no data   no data
4478.73/1121.18	c  S st   101   4213063       100      2130         0    100355     10650   1260050   no data   no data
4480.33/1121.51	c  S st   101   4213568       100      2130         0    100847     10650   1271559   no data   no data
4480.33/1121.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4480.33/1121.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
4480.33/1121.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4480.33/1121.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4480.33/1121.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4480.33/1121.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4480.33/1121.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4480.33/1121.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4480.73/1121.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4497.51/1125.81	c lits-rem:       573  cl-subs:     5433  v-elim:      0  v-fix:    0  time:  4.19 s
4497.51/1125.81	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4497.51/1125.83	c vivif2 --  cl tried    95414 cl shrink        0 lits rem          0 time: 0.02
4498.71/1126.16	c asymm  cl-useful: 0/1078/2130 lits-rem:0 time: 0.33
4498.71/1126.17	c calculated reachability. Time: 0.00
4498.71/1126.17	c  N st   101   4213568       100      2130         0     95414     10650   1166900   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: 977)

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-3173997-1307651483/watcher-3173997-1307651483 -o /tmp/evaluation-result-3173997-1307651483/solver-3173997-1307651483 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173997-1307651483.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: 7.72 7.88 6.20 6/180 29819
/proc/meminfo: memFree=31844912/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 955379003 52441088 347 33554432000 4194304 4627427 140734363006912 18446744073709551615 47173518522290 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 12803 347 299 106 0 7774 0
[pid=29819/tid=29820] ppid=29817 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 955379004 52441088 347 33554432000 4194304 4627427 140734363006912 18446744073709551615 47173518522290 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955379004 52441088 347 33554432000 4194304 4627427 140734363006912 18446744073709551615 47173518522290 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955379004 52441088 347 33554432000 4194304 4627427 140734363006912 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.073172 s]
/proc/loadavg: 7.72 7.88 6.20 6/180 29819
/proc/meminfo: memFree=31844912/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=282224 CPUtime=0.26 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 1531 0 0 0 26 0 0 0 18 0 4 0 955379003 288997376 1408 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 70556 1409 383 106 0 65527 0
[pid=29819/tid=29820] ppid=29817 vsize=282224 CPUtime=0.06 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 300 0 0 0 6 0 0 0 18 0 4 0 955379004 288997376 1409 33554432000 4194304 4627427 140734363006912 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=282224 CPUtime=0.06 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 303 0 0 0 6 0 0 0 18 0 4 0 955379004 288997376 1409 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=282224 CPUtime=0.06 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 233 0 0 0 6 0 0 0 25 0 4 0 955379004 288997376 1409 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 282224

[startup+0.101166 s]
/proc/loadavg: 7.72 7.88 6.20 6/180 29819
/proc/meminfo: memFree=31844912/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=282224 CPUtime=0.38 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 1707 0 0 0 38 0 0 0 18 0 4 0 955379003 288997376 1584 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 70556 1584 383 106 0 65527 0
[pid=29819/tid=29820] ppid=29817 vsize=282224 CPUtime=0.09 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 348 0 0 0 9 0 0 0 18 0 4 0 955379004 288997376 1584 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=282224 CPUtime=0.09 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 352 0 0 0 9 0 0 0 18 0 4 0 955379004 288997376 1584 33554432000 4194304 4627427 140734363006912 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=282224 CPUtime=0.09 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 267 0 0 0 9 0 0 0 25 0 4 0 955379004 288997376 1584 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282224

[startup+0.30113 s]
/proc/loadavg: 7.72 7.88 6.20 6/180 29819
/proc/meminfo: memFree=31844912/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=284216 CPUtime=1.17 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 3121 0 0 0 117 0 0 0 18 0 4 0 955379003 291037184 1873 33554432000 4194304 4627427 140734363006912 18446744073709551615 4333975 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 71054 1873 384 106 0 66025 0
[pid=29819/tid=29820] ppid=29817 vsize=284216 CPUtime=0.29 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 728 0 0 0 29 0 0 0 18 0 4 0 955379004 291037184 1873 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=284216 CPUtime=0.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 627 0 0 0 29 0 0 0 18 0 4 0 955379004 291037184 1873 33554432000 4194304 4627427 140734363006912 18446744073709551615 4341359 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=284216 CPUtime=0.29 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 643 0 0 0 29 0 0 0 25 0 4 0 955379004 291037184 1873 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284216

[startup+0.701052 s]
/proc/loadavg: 7.72 7.88 6.20 6/180 29819
/proc/meminfo: memFree=31844912/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=285076 CPUtime=2.78 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 4978 0 0 0 277 1 0 0 18 0 4 0 955379003 291917824 2511 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 71269 2511 384 106 0 66240 0
[pid=29819/tid=29820] ppid=29817 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1154 0 0 0 69 0 0 0 18 0 4 0 955379004 291917824 2511 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1180 0 0 0 69 0 0 0 18 0 4 0 955379004 291917824 2511 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=285076 CPUtime=0.69 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1083 0 0 0 69 0 0 0 25 0 4 0 955379004 291917824 2511 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285076

[startup+1.5009 s]
/proc/loadavg: 7.72 7.88 6.20 10/184 29823
/proc/meminfo: memFree=31833248/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=286160 CPUtime=5.96 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 10172 0 0 0 595 1 0 0 20 0 4 0 955379003 293027840 5269 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 71540 5269 388 106 0 66511 0
[pid=29819/tid=29820] ppid=29817 vsize=286160 CPUtime=1.48 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 2914 0 0 0 148 0 0 0 20 0 4 0 955379004 293027840 5269 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=286160 CPUtime=1.49 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1998 0 0 0 149 0 0 0 20 0 4 0 955379004 293027840 5269 33554432000 4194304 4627427 140734363006912 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=286160 CPUtime=1.48 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 1922 0 0 0 148 0 0 0 25 0 4 0 955379004 293027840 5269 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286160

[startup+3.1006 s]
/proc/loadavg: 7.72 7.88 6.20 9/184 29823
/proc/meminfo: memFree=31800264/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=285672 CPUtime=12.36 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 19803 0 0 0 1233 3 0 0 25 0 4 0 955379003 292528128 11084 33554432000 4194304 4627427 140734363006912 18446744073709551615 4332184 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 71418 11084 388 106 0 66389 0
[pid=29819/tid=29820] ppid=29817 vsize=285672 CPUtime=3.09 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 5252 0 0 0 308 1 0 0 25 0 4 0 955379004 292528128 11084 33554432000 4194304 4627427 140734363006912 18446744073709551615 4420130 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=285672 CPUtime=3.08 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 4801 0 0 0 308 0 0 0 25 0 4 0 955379004 292528128 11084 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=285672 CPUtime=3.07 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 4618 0 0 0 307 0 0 0 25 0 4 0 955379004 292528128 11084 33554432000 4194304 4627427 140734363006912 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285672

[startup+6.30099 s]
/proc/loadavg: 7.74 7.88 6.21 9/184 29823
/proc/meminfo: memFree=31792984/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=290040 CPUtime=25.15 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 28708 0 0 0 2511 4 0 0 25 0 4 0 955379003 297000960 13667 33554432000 4194304 4627427 140734363006912 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 72510 13667 388 106 0 67481 0
[pid=29819/tid=29820] ppid=29817 vsize=290040 CPUtime=6.29 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 6746 0 0 0 628 1 0 0 25 0 4 0 955379004 297000960 13667 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=290040 CPUtime=6.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 7308 0 0 0 628 1 0 0 25 0 4 0 955379004 297000960 13667 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=290040 CPUtime=6.26 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 6739 0 0 0 625 1 0 0 25 0 4 0 955379004 297000960 13667 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 290040

[startup+12.7008 s]
/proc/loadavg: 7.76 7.88 6.22 9/184 29823
/proc/meminfo: memFree=31769940/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=305696 CPUtime=50.71 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 44328 0 0 0 5064 7 0 0 25 0 4 0 955379003 313032704 18182 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 76424 18182 388 106 0 71395 0
[pid=29819/tid=29820] ppid=29817 vsize=305696 CPUtime=12.69 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 10797 0 0 0 1267 2 0 0 25 0 4 0 955379004 313032704 18182 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=305696 CPUtime=12.68 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 11850 0 0 0 1267 1 0 0 25 0 4 0 955379004 313032704 18182 33554432000 4194304 4627427 140734363006912 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=305696 CPUtime=12.62 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 11020 0 0 0 1260 2 0 0 25 0 4 0 955379004 313032704 18182 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305696

[startup+25.5004 s]
/proc/loadavg: 7.81 7.89 6.25 9/184 29824
/proc/meminfo: memFree=31725512/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=297260 CPUtime=101.83 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 66530 0 0 0 10172 11 0 0 25 0 4 0 955379003 304394240 22796 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 74315 22796 388 106 0 69286 0
[pid=29819/tid=29820] ppid=29817 vsize=297260 CPUtime=25.49 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 17321 0 0 0 2546 3 0 0 25 0 4 0 955379004 304394240 22796 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=297260 CPUtime=25.48 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 16637 0 0 0 2546 2 0 0 25 0 4 0 955379004 304394240 22797 33554432000 4194304 4627427 140734363006912 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=297260 CPUtime=25.35 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 16942 0 0 0 2532 3 0 0 25 0 4 0 955379004 304394240 22797 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 297260

[startup+51.1005 s]
/proc/loadavg: 7.88 7.90 6.29 9/184 29825
/proc/meminfo: memFree=31670164/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=303784 CPUtime=204.1 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 100131 0 0 0 20391 19 0 0 25 0 4 0 955379003 311074816 26819 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 75946 26819 388 106 0 70917 0
[pid=29819/tid=29820] ppid=29817 vsize=303784 CPUtime=51.08 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 25673 0 0 0 5103 5 0 0 25 0 4 0 955379004 311074816 26819 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=303784 CPUtime=51.09 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 25391 0 0 0 5105 4 0 0 25 0 4 0 955379004 311074816 26819 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=303784 CPUtime=50.81 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 25086 0 0 0 5077 4 0 0 25 0 4 0 955379004 311074816 26819 33554432000 4194304 4627427 140734363006912 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 303784

[startup+102.307 s]
/proc/loadavg: 8.05 7.94 6.39 9/184 29826
/proc/meminfo: memFree=31638716/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=323224 CPUtime=408.64 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 158311 0 0 0 40830 34 0 0 25 0 4 0 955379003 330981376 33834 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 80806 33834 388 106 0 75777 0
[pid=29819/tid=29820] ppid=29817 vsize=323224 CPUtime=102.29 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 39576 0 0 0 10220 9 0 0 25 0 4 0 955379004 330981376 33834 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=323224 CPUtime=102.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 39418 0 0 0 10222 7 0 0 25 0 4 0 955379004 330981376 33834 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=323224 CPUtime=101.73 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 40612 0 0 0 10165 8 0 0 25 0 4 0 955379004 330981376 33834 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 323224

[startup+162.3 s]

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

[pid=29819] ppid=29817 vsize=588676 CPUtime=2565.84 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 447003 0 0 0 256455 129 0 0 25 0 4 0 955379003 602804224 83645 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 147169 83645 388 106 0 142140 0
[pid=29819/tid=29820] ppid=29817 vsize=588676 CPUtime=642.26 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 120716 0 0 0 64190 36 0 0 25 0 4 0 955379004 602804224 83645 33554432000 4194304 4627427 140734363006912 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=588676 CPUtime=642.28 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 83266 0 0 0 64204 24 0 0 25 0 4 0 955379004 602804224 83645 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=588676 CPUtime=638.95 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 125993 0 0 0 63862 33 0 0 25 0 4 0 955379004 602804224 83645 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.84
Current children cumulated vsize (KiB) 588676

[startup+702.301 s]
/proc/loadavg: 4.03 5.48 6.06 5/175 29870
/proc/meminfo: memFree=31778632/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=550944 CPUtime=2805.55 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 474395 0 0 0 280416 139 0 0 25 0 4 0 955379003 564166656 89998 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 137736 89998 388 106 0 132707 0
[pid=29819/tid=29820] ppid=29817 vsize=550944 CPUtime=702.26 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 129274 0 0 0 70187 39 0 0 25 0 4 0 955379004 564166656 89998 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=550944 CPUtime=702.28 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 86828 0 0 0 70202 26 0 0 25 0 4 0 955379004 564166656 89998 33554432000 4194304 4627427 140734363006912 18446744073709551615 4330330 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=550944 CPUtime=698.67 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 133162 0 0 0 69832 35 0 0 25 0 4 0 955379004 564166656 89998 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.55
Current children cumulated vsize (KiB) 550944

[startup+762.307 s]
/proc/loadavg: 4.01 5.21 5.93 5/175 29872
/proc/meminfo: memFree=31757280/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=576812 CPUtime=3045.26 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 490155 0 0 0 304381 145 0 0 25 0 4 0 955379003 590655488 97847 33554432000 4194304 4627427 140734363006912 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 144203 97847 388 106 0 139174 0
[pid=29819/tid=29820] ppid=29817 vsize=576812 CPUtime=762.27 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 132374 0 0 0 76187 40 0 0 25 0 4 0 955379004 590655488 97847 33554432000 4194304 4627427 140734363006912 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=576812 CPUtime=762.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 89417 0 0 0 76202 27 0 0 25 0 4 0 955379004 590655488 97847 33554432000 4194304 4627427 140734363006912 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=576812 CPUtime=758.35 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 137309 0 0 0 75798 37 0 0 25 0 4 0 955379004 590655488 97847 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.26
Current children cumulated vsize (KiB) 576812

[startup+822.3 s]
/proc/loadavg: 4.07 5.00 5.81 5/175 29873
/proc/meminfo: memFree=31742868/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=642776 CPUtime=3284.96 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 514722 0 0 0 328341 155 0 0 25 0 4 0 955379003 658202624 101637 33554432000 4194304 4627427 140734363006912 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 160694 101637 388 106 0 155665 0
[pid=29819/tid=29820] ppid=29817 vsize=642776 CPUtime=822.26 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 140040 0 0 0 82184 42 0 0 25 0 4 0 955379004 658202624 101637 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=642776 CPUtime=822.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 92475 0 0 0 82200 29 0 0 25 0 4 0 955379004 658202624 101637 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=642776 CPUtime=818.07 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 144184 0 0 0 81767 40 0 0 25 0 4 0 955379004 658202624 101637 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.96
Current children cumulated vsize (KiB) 642776

[startup+882.301 s]
/proc/loadavg: 4.09 4.83 5.70 5/175 29875
/proc/meminfo: memFree=31753148/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=577684 CPUtime=3524.69 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 536901 0 0 0 352304 165 0 0 25 0 4 0 955379003 591548416 98870 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 144421 98870 388 106 0 139392 0
[pid=29819/tid=29820] ppid=29817 vsize=577684 CPUtime=882.26 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 147584 0 0 0 88180 46 0 0 25 0 4 0 955379004 591548416 98870 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=577684 CPUtime=882.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 95690 0 0 0 88199 30 0 0 25 0 4 0 955379004 591548416 98870 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=577684 CPUtime=877.79 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 151821 0 0 0 87736 43 0 0 25 0 4 0 955379004 591548416 98870 33554432000 4194304 4627427 140734363006912 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.69
Current children cumulated vsize (KiB) 577684

[startup+942.301 s]
/proc/loadavg: 4.09 4.69 5.59 5/175 29876
/proc/meminfo: memFree=31737012/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=643576 CPUtime=3764.39 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 552937 0 0 0 376266 173 0 0 25 0 4 0 955379003 659021824 102966 33554432000 4194304 4627427 140734363006912 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 160894 102966 388 106 0 155865 0
[pid=29819/tid=29820] ppid=29817 vsize=643576 CPUtime=942.27 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 151955 0 0 0 94178 49 0 0 25 0 4 0 955379004 659021824 102966 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=643576 CPUtime=942.28 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 97778 0 0 0 94197 31 0 0 25 0 4 0 955379004 659021824 102966 33554432000 4194304 4627427 140734363006912 18446744073709551615 4427131 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=643576 CPUtime=937.48 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 157823 0 0 0 93702 46 0 0 25 0 4 0 955379004 659021824 102966 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.39
Current children cumulated vsize (KiB) 643576

[startup+1002.3 s]
/proc/loadavg: 4.14 4.60 5.50 5/175 29878
/proc/meminfo: memFree=31757792/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=576212 CPUtime=4004.11 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 569738 0 0 0 400231 180 0 0 25 0 4 0 955379003 590041088 97780 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 144053 97780 388 106 0 139024 0
[pid=29819/tid=29820] ppid=29817 vsize=576212 CPUtime=1002.27 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 158041 0 0 0 100176 51 0 0 25 0 4 0 955379004 590041088 97780 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=576212 CPUtime=1002.28 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 99673 0 0 0 100196 32 0 0 25 0 4 0 955379004 590041088 97780 33554432000 4194304 4627427 140734363006912 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=576212 CPUtime=997.2 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 163569 0 0 0 99672 48 0 0 25 0 4 0 955379004 590041088 97780 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.11
Current children cumulated vsize (KiB) 576212

[startup+1062.3 s]
/proc/loadavg: 4.05 4.48 5.41 5/175 29879
/proc/meminfo: memFree=31730096/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=628856 CPUtime=4243.84 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 595271 0 0 0 424193 191 0 0 25 0 4 0 955379003 643948544 104798 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 157214 104798 388 106 0 152185 0
[pid=29819/tid=29820] ppid=29817 vsize=628856 CPUtime=1062.27 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 164021 0 0 0 106175 52 0 0 25 0 4 0 955379004 643948544 104798 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=628856 CPUtime=1062.28 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 105809 0 0 0 106193 35 0 0 25 0 4 0 955379004 643948544 104798 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=628856 CPUtime=1056.93 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 170212 0 0 0 105643 50 0 0 25 0 4 0 955379004 643948544 104798 33554432000 4194304 4627427 140734363006912 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.84
Current children cumulated vsize (KiB) 628856

[startup+1122.3 s]
/proc/loadavg: 4.02 4.39 5.31 5/175 29881
/proc/meminfo: memFree=31728708/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=682860 CPUtime=4483.53 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 608938 0 0 0 448156 197 0 0 25 0 4 0 955379003 699248640 105021 33554432000 4194304 4627427 140734363006912 18446744073709551615 4420161 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 170715 105021 388 106 0 165686 0
[pid=29819/tid=29820] ppid=29817 vsize=682860 CPUtime=1122.27 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 167237 0 0 0 112174 53 0 0 25 0 4 0 955379004 699248640 105021 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=682860 CPUtime=1122.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 110601 0 0 0 112191 38 0 0 25 0 4 0 955379004 699248640 105021 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=682860 CPUtime=1116.62 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 171086 0 0 0 111611 51 0 0 25 0 4 0 955379004 699248640 105021 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.53
Current children cumulated vsize (KiB) 682860

[startup+1182.3 s]
/proc/loadavg: 4.05 4.33 5.23 5/175 29883
/proc/meminfo: memFree=31706752/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=643980 CPUtime=4723.22 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 628559 0 0 0 472116 206 0 0 25 0 4 0 955379003 659435520 110635 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 160995 110635 388 106 0 155966 0
[pid=29819/tid=29820] ppid=29817 vsize=643980 CPUtime=1182.28 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 173249 0 0 0 118171 57 0 0 25 0 4 0 955379004 659435520 110635 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=643980 CPUtime=1182.29 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 115380 0 0 0 118190 39 0 0 25 0 4 0 955379004 659435520 110635 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=643980 CPUtime=1176.31 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 177119 0 0 0 117577 54 0 0 25 0 4 0 955379004 659435520 110635 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.22
Current children cumulated vsize (KiB) 643980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.04 4.31 5.21 5/175 29883
/proc/meminfo: memFree=31727204/32950928 swapFree=67056212/67111528
[pid=29819] ppid=29817 vsize=578588 CPUtime=4800.35 cores=0,2,4,6
/proc/29819/stat : 29819 (strangenight2-m) R 29817 29819 27745 0 -1 4202496 636211 0 0 0 479825 210 0 0 25 0 4 0 955379003 592474112 105154 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29819/statm: 144647 105154 388 106 0 139618 0
[pid=29819/tid=29820] ppid=29817 vsize=578588 CPUtime=1201.58 cores=0,2,4,6
/proc/29819/task/29820/stat : 29820 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 175603 0 0 0 120101 57 0 0 25 0 4 0 955379004 592474112 105154 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29819/tid=29821] ppid=29817 vsize=578588 CPUtime=1201.59 cores=0,2,4,6
/proc/29819/task/29821/stat : 29821 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 117675 0 0 0 120120 39 0 0 25 0 4 0 955379004 592474112 105154 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29819/tid=29822] ppid=29817 vsize=578588 CPUtime=1195.51 cores=0,2,4,6
/proc/29819/task/29822/stat : 29822 (strangenight2-m) R 29817 29819 27745 0 -1 4202560 179570 0 0 0 119495 56 0 0 25 0 4 0 955379004 592474112 105154 33554432000 4194304 4627427 140734363006912 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 578588

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.4
CPU user time (s): 4798.28
CPU system time (s): 2.12468
CPU usage (%): 399.489
Max. virtual memory (cumulated for all children) (KiB): 711932

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

runsolver used 1.87271 second user time and 4.25735 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 22:31:23
IDJOB=3173997
IDBENCH=82815
IDSOLVER=1586
FILE ID=node115/3173997-1307651483
RUNJOBID= node115-1307650279-29632
PBS_JOBID= 13549376
Free space on /tmp= 74160 MiB

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

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

MD5SUM BENCH= 4731d8739f39a82190bbff45268a7d21
RANDOM SEED=1978601270

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:     32950928 kB
MemFree:      31845092 kB
Buffers:        209656 kB
Cached:         390140 kB
SwapCached:       9444 kB
Active:         620032 kB
Inactive:       296560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31845092 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:      313928 kB
Mapped:          13620 kB
Slab:           123900 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   589708 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= 74160 MiB
End job on node115 at 2011-06-09 22:51:27