Trace number 3369242

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-1-mt (fixed)? (TO) 4800.34 1203.14

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369242-1305415683.cnf'
0.00/0.00	c -- header says num vars:            184
0.00/0.00	c -- header says num clauses:         896
0.00/0.00	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.00	c -- vars added        184
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       184       882        14         0      3042         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    183 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         7  cl-subs:        0  v-elim:     53  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       5 undec:      56 neg:     123
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       130       396         8         0      1806         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.78/0.21	c  N st     8      4919       130       396        10      4691      1806    100406   no data   no data  --
1.17/0.32	c  N st    10     11306       130       396        12      4318      1806     74948   no data   no data  --
1.97/0.54	c  N st    11     17049       130       396        12      9651      1806    194115   no data   no data  --
3.17/0.85	c  F st    12     25002       130       396        12     11920      1806    230820   no data   no data  --
3.17/0.85	c  N st    12     25002       130       396        12     11920      1806    230820   no data   no data  --
3.97/1.05	c Decided on static restart strategy
3.97/1.05	c  N st    18     30000       130       396        12     10413      1806    188152   no data   no data  --
3.97/1.05	c  S st    18     30000       130       396        12     10413      1806    188152   no data   no data  --
3.97/1.08	c  S st    18     30502       130       396        12     10910      1806    197361   no data   no data  --
3.97/1.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.09	c subs with bin:        0  lits-rem:        69  v-fix:    0  time:  0.00 s
3.97/1.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3.97/1.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.38	c lits-rem:      1759  cl-subs:     1217  v-elim:      0  v-fix:    0  time:  1.13 s
5.16/1.38	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
5.16/1.38	c calculated reachability. Time: 0.00
5.16/1.38	c  N st    18     30502       130       396        12      9693      1806    171188   no data   no data  --
6.36/1.67	c  N st    20     37613       130       396        12      9065      1806    143570   no data   no data  --
7.56/1.94	c  N st    21     44014       130       396        12     15053      1806    268986   no data   no data  --
7.96/2.00	c  S st    22     45756       130       396        12     16709      1806    302489   no data   no data  --
7.96/2.06	c  S st    22     46260       130       396        12      8849      1806    127835   no data   no data  --
7.96/2.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.96/2.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.96/2.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
7.96/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.96/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.96/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
7.96/2.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.11	c lits-rem:       309  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.18 s
8.36/2.12	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
8.36/2.12	c vivif2 --  cl tried     8649 cl shrink        0 lits rem          0 time: 0.01
8.36/2.12	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
8.36/2.12	c calculated reachability. Time: 0.00
8.36/2.12	c  N st    22     46260       130       396        12      8649      1806    124146   no data   no data  --
11.16/2.83	c  N st    23     60657       130       396        12     12908      1806    205257   no data   no data  --
12.75/3.26	c  N st    24     69391       130       396        12     21022      1806    366470   no data   no data  --
12.75/3.26	c  S st    24     69391       130       396        12     21022      1806    366470   no data   no data  --
12.75/3.26	c Finding binary XORs  T:     0.00 s  found:       0
13.17/3.31	c  S st    24     69894       130       396        12     11226      1806    158327   no data   no data  --
13.17/3.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.17/3.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.17/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
13.17/3.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.94/3.57	c lits-rem:       499  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.99 s
13.94/3.57	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
13.94/3.57	c vivif2 --  cl tried    11072 cl shrink        0 lits rem          0 time: 0.00
13.94/3.57	c asymm  cl-useful: 1/396/396 lits-rem:1 time: 0.02
13.94/3.57	c calculated reachability. Time: 0.00
13.94/3.57	c  N st    24     69894       130       396        12     11072      1805    155284   no data   no data  --
17.55/4.47	c  F st    25     87501       130       396        12     16462      1805    263381   no data   no data  --
17.55/4.47	c  N st    25     87501       130       396        12     16462      1805    263381   no data   no data  --
18.73/4.75	c Decided on static restart strategy
19.53/4.92	c  N st    32     95536       130       396        12     24120      1805    429387   no data   no data  --
21.13/5.37	c  N st    34    104841       130       396        12     20658      1805    333702   no data   no data  --
21.13/5.37	c  S st    34    104841       130       396        12     20658      1805    333702   no data   no data  --
21.53/5.44	c  S st    34    105342       130       396        12     21149      1805    344822   no data   no data  --
21.53/5.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.53/5.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.53/5.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.53/5.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.53/5.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.53/5.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
21.53/5.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.75/6.73	c lits-rem:      2197  cl-subs:     1485  v-elim:      0  v-fix:    0  time:  5.07 s
26.75/6.73	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
26.75/6.73	c vivif2 --  cl tried    19664 cl shrink        0 lits rem          0 time: 0.02
26.75/6.74	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
26.75/6.74	c calculated reachability. Time: 0.00
26.75/6.74	c  N st    34    105342       130       396        12     19664      1805    312779   no data   no data  --
28.71/7.27	c  N st    35    114941       130       396        12     15453      1805    212309   no data   no data  --
32.30/8.15	c  N st    36    129339       130       396        12     14859      1805    196222   no data   no data  --
37.09/9.37	c  N st    37    150934       130       396        12     20130      1805    295915   no data   no data  --
38.69/9.78	c  S st    38    158013       130       396        12     26727      1805    431721   no data   no data  --
39.09/9.84	c  S st    38    158515       130       396        12     27224      1805    441447   no data   no data  --
39.09/9.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.09/9.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.09/9.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
39.09/9.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.09/9.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.09/9.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
39.09/9.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.87/11.54	c lits-rem:      1651  cl-subs:     3104  v-elim:      0  v-fix:    0  time:  6.69 s
45.87/11.54	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
45.87/11.54	c vivif2 --  cl tried    24120 cl shrink        0 lits rem          0 time: 0.02
45.87/11.55	c asymm  cl-useful: 4/396/396 lits-rem:4 time: 0.04
45.87/11.55	c calculated reachability. Time: 0.00
45.87/11.55	c  N st    38    158515       130       396        12     24120      1801    380380   no data   no data  --
59.83/15.06	c  N st    39    207105       130       396        12     18971      1801    252723   no data   no data  --
68.21/17.17	c  N st    40    237772       130       396        12     29035      1801    457888   no data   no data  --
68.21/17.17	c  S st    40    237772       130       396        12     29035      1801    457888   no data   no data  --
68.61/17.25	c  S st    40    238275       130       396        12     29532      1801    468863   no data   no data  --
68.61/17.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.61/17.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.61/17.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
68.61/17.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.61/17.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.61/17.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
68.61/17.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.79/19.02	c lits-rem:      1863  cl-subs:     3371  v-elim:      0  v-fix:    0  time:  6.94 s
75.79/19.02	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
75.79/19.02	c vivif2 --  cl tried    26161 cl shrink        0 lits rem          0 time: 0.02
75.79/19.04	c asymm  cl-useful: 12/396/396 lits-rem:12 time: 0.05
75.79/19.04	c calculated reachability. Time: 0.00
75.79/19.04	c  N st    40    238275       130       396        12     26161      1789    402625   no data   no data  --
95.74/24.08	c  F st    41    306250       130       396        12     27933      1789    404331   no data   no data  --
95.74/24.08	c  N st    41    306250       130       396        12     27933      1789    404331   no data   no data  --
97.33/24.43	c Decided on static restart strategy
104.13/26.11	c  N st    51    334554       130       396        12     32143      1789    489966   no data   no data  --
110.90/27.86	c  N st    53    357412       130       396        12     30170      1789    438487   no data   no data  --
110.90/27.86	c  S st    53    357412       130       396        12     30170      1789    438487   no data   no data  --
111.30/27.94	c  S st    53    357916       130       396        12     30669      1789    448711   no data   no data  --
111.30/27.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.30/27.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.30/27.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
111.30/27.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.30/27.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.30/27.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
111.30/27.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.28/29.40	c lits-rem:      2236  cl-subs:     1511  v-elim:      0  v-fix:    0  time:  5.75 s
117.28/29.40	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
117.28/29.41	c vivif2 --  cl tried    29158 cl shrink        0 lits rem          0 time: 0.02
117.28/29.42	c asymm  cl-useful: 11/396/396 lits-rem:11 time: 0.06
117.28/29.42	c calculated reachability. Time: 0.00
117.28/29.42	c  N st    53    357916       130       396        12     29158      1778    416516   no data   no data  --
126.87/31.90	c  N st    54    390309       130       396        12     34575      1778    504884   no data   no data  --
144.42/36.29	c  N st    55    438897       130       396        12     29107      1778    381819   no data   no data  --
169.95/42.62	c  N st    56    511781       130       396        12     42049      1778    625696   no data   no data  --
178.73/44.89	c  N st    57    536874       130       396        12     36648      1778    519206   no data   no data  --
178.73/44.89	c  S st    57    536874       130       396        12     36648      1778    519206   no data   no data  --
179.13/44.98	c  S st    57    537379       130       396        12     37147      1778    528932   no data   no data  --
179.13/44.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
179.13/44.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
179.13/44.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
179.53/45.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
179.53/45.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.53/45.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
179.53/45.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
186.70/46.88	c lits-rem:      2644  cl-subs:     2514  v-elim:      0  v-fix:    0  time:  7.46 s
186.70/46.88	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
186.70/46.88	c vivif2 --  cl tried    34633 cl shrink        0 lits rem          0 time: 0.02
187.10/46.91	c asymm  cl-useful: 14/396/396 lits-rem:14 time: 0.10
187.10/46.91	c calculated reachability. Time: 0.00
187.10/46.91	c  N st    57    537379       130       396        12     34633      1760    480752   no data   no data  --
246.20/61.72	c  N st    58    701365       130       396        12     61781      1760   1004555   no data   no data  --
287.26/72.03	c  N st    59    806071       130       396        12     56875      1760    867887   no data   no data  --
287.26/72.03	c  S st    59    806071       130       396        12     56875      1760    867887   no data   no data  --
287.66/72.16	c  S st    59    806575       130       396        12     57374      1760    878769   no data   no data  --
287.66/72.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
287.66/72.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
287.66/72.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
288.06/72.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.06/72.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
288.06/72.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
288.06/72.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
306.01/76.73	c lits-rem:       791  cl-subs:     7477  v-elim:      0  v-fix:    0  time: 18.03 s
306.01/76.73	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
306.01/76.74	c vivif2 --  cl tried    49897 cl shrink        0 lits rem          0 time: 0.04
306.01/76.77	c asymm  cl-useful: 7/396/396 lits-rem:7 time: 0.12
306.01/76.77	c calculated reachability. Time: 0.00
306.01/76.77	c  N st    59    806575       130       396        12     49897      1745    753204   no data   no data  --
424.11/106.39	c  F st    60   1071876       130       396        12     65551      1745   1023470   no data   no data  --
424.11/106.39	c  N st    60   1071876       130       396        12     65551      1745   1023470   no data   no data  --
426.90/107.05	c Decided on static restart strategy
438.08/109.89	c  N st    70   1100180       130       396        12     50051      1745    697495   no data   no data  --
453.64/113.74	c  N st    72   1136173       130       396        12     83701      1745   1413514   no data   no data  --
467.60/117.21	c  N st    73   1168565       130       396        12     70656      1745   1108983   no data   no data  --
485.96/121.86	c  N st    74   1209862       130       396        12     65543      1745   1016005   no data   no data  --
485.96/121.86	c  S st    74   1209862       130       396        12     65543      1745   1016005   no data   no data  --
486.76/122.03	c  S st    74   1210366       130       396        12     66043      1745   1027506   no data   no data  --
486.76/122.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
486.76/122.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
486.76/122.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
486.76/122.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
486.76/122.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
486.76/122.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
486.76/122.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
523.06/131.10	c lits-rem:       714  cl-subs:     6234  v-elim:      0  v-fix:    0  time: 35.91 s
523.06/131.10	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
523.06/131.11	c vivif2 --  cl tried    59809 cl shrink        0 lits rem          0 time: 0.06
523.06/131.18	c asymm  cl-useful: 7/396/396 lits-rem:7 time: 0.25
523.06/131.18	c calculated reachability. Time: 0.00
523.06/131.18	c  N st    74   1210366       130       396        12     59809      1738    902733   no data   no data  --
556.98/139.71	c  N st    75   1283248       130       396        12     82451      1738   1316974   no data   no data  --
611.64/153.37	c  N st    76   1392571       130       396        12     91830      1738   1482913   no data   no data  --
695.83/174.44	c  N st    77   1556556       130       396        12     98528      1738   1555347   no data   no data  --
777.62/194.96	c  N st    78   1710367       130       396        12     87695      1738   1303881   no data   no data  --
777.62/194.96	c  S st    78   1710367       130       396        12     87695      1738   1303881   no data   no data  --
778.42/195.18	c  S st    78   1710870       130       396        12     88194      1738   1314250   no data   no data  --
778.42/195.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
778.42/195.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
778.82/195.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
778.82/195.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.82/195.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
778.82/195.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
778.82/195.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
859.82/215.51	c lits-rem:       910  cl-subs:    21095  v-elim:      0  v-fix:    0  time: 80.76 s
859.82/215.51	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
859.82/215.53	c vivif2 --  cl tried    67099 cl shrink        0 lits rem          0 time: 0.06
859.82/215.60	c asymm  cl-useful: 5/396/396 lits-rem:5 time: 0.29
859.82/215.60	c calculated reachability. Time: 0.00
859.82/215.60	c  N st    78   1710870       130       396        12     67099      1732    960965   no data   no data  --
1055.74/264.62	c  N st    79   2079835       130       396        12     80688      1732   1176641   no data   no data  --
1130.34/283.36	c  N st    80   2210872       130       396        12     83818      1732   1221425   no data   no data  --
1130.34/283.36	c  S st    80   2210872       130       396        12     83818      1732   1221425   no data   no data  --
1131.14/283.57	c  S st    80   2211379       130       396        12     84319      1732   1232986   no data   no data  --
1131.14/283.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1131.14/283.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1131.54/283.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
1131.54/283.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1131.54/283.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1131.54/283.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1131.54/283.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1175.04/294.54	c lits-rem:       808  cl-subs:    11294  v-elim:      0  v-fix:    0  time: 43.44 s
1175.04/294.54	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1175.04/294.55	c vivif2 --  cl tried    73025 cl shrink        0 lits rem          0 time: 0.06
1175.44/294.63	c asymm  cl-useful: 2/396/396 lits-rem:2 time: 0.29
1175.44/294.63	c calculated reachability. Time: 0.00
1175.44/294.63	c  N st    80   2211379       130       396        12     73025      1729   1035555   no data   no data  --
1475.13/369.77	c  N st    81   2711379       130       396        12     95871      1729   1397331   no data   no data  --
1475.13/369.77	c  S st    81   2711379       130       396        12     95871      1729   1397331   no data   no data  --
1476.28/370.03	c  S st    81   2711879       130       396        12     96368      1729   1408388   no data   no data  --
1476.28/370.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1476.28/370.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1476.28/370.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
1476.68/370.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1476.68/370.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1476.68/370.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1476.68/370.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1534.14/384.51	c lits-rem:      1782  cl-subs:    13684  v-elim:      0  v-fix:    0  time: 57.38 s
1534.14/384.51	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
1534.14/384.53	c vivif2 --  cl tried    82685 cl shrink        0 lits rem          0 time: 0.06
1534.14/384.59	c asymm  cl-useful: 0/395/395 lits-rem:0 time: 0.23
1534.14/384.59	c calculated reachability. Time: 0.00
1534.14/384.59	c  N st    81   2711879       130       395        12     82685      1725   1182124   no data   no data  --
1862.11/466.77	c  N st    82   3211880       130       395        12    132996      1725   2074260   no data   no data  --
1862.11/466.77	c  S st    82   3211880       130       395        12    132996      1725   2074260   no data   no data  --
1863.71/467.19	c  S st    82   3212381       130       395        12    133492      1725   2085495   no data   no data  --
1864.11/467.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1864.11/467.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1864.11/467.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.24
1864.51/467.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1864.51/467.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1864.51/467.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
1864.51/467.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2097.52/525.72	c lits-rem:      4903  cl-subs:    27636  v-elim:      0  v-fix:    0  time: 232.92 s
2097.52/525.72	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
2097.52/525.75	c vivif2 --  cl tried   105856 cl shrink        0 lits rem          0 time: 0.10
2097.94/525.87	c asymm  cl-useful: 2/395/395 lits-rem:2 time: 0.46
2097.94/525.87	c calculated reachability. Time: 0.00
2097.94/525.87	c  N st    82   3212381       130       395        12    105856      1722   1621610   no data   no data  --
2477.35/620.94	c  N st    83   3712381       130       395        12    122551      1722   1817153   no data   no data  --
2477.35/620.94	c  S st    83   3712381       130       395        12    122551      1722   1817153   no data   no data  --
2478.55/621.29	c  S st    83   3712882       130       395        12    123049      1722   1828327   no data   no data  --
2478.95/621.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2478.95/621.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2478.95/621.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
2479.35/621.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2479.35/621.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2479.35/621.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
2479.35/621.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2620.63/656.87	c lits-rem:      6479  cl-subs:    24451  v-elim:      0  v-fix:    0  time: 141.35 s
2620.63/656.87	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
2620.63/656.89	c vivif2 --  cl tried    98598 cl shrink        0 lits rem          0 time: 0.08
2620.98/656.97	c asymm  cl-useful: 0/395/395 lits-rem:0 time: 0.30
2620.98/656.97	c calculated reachability. Time: 0.00
2620.98/656.97	c  N st    83   3712882       130       395        12     98598      1721   1421986   no data   no data  --
2648.92/663.92	c  F st    84   3751563       130       395        12    134439      1721   2175905   no data   no data  --
2648.92/663.92	c  N st    84   3751563       130       395        12    134439      1721   2175905   no data   no data  --
2652.92/664.97	c Decided on static restart strategy
2672.07/669.72	c  N st    94   3779867       130       395        12     85066      1721   1144889   no data   no data  --
2692.81/674.99	c  N st    96   3815861       130       395        12    118496      1721   1844173   no data   no data  --
2715.56/680.68	c  N st    97   3848253       130       395        12    148315      1721   2461603   no data   no data  --
2747.50/688.69	c  N st    98   3896841       130       395        12    114781      1721   1721075   no data   no data  --
2799.35/701.68	c  N st    99   3969723       130       395        12    103018      1721   1458010   no data   no data  --
2886.33/723.43	c  N st   100   4079048       130       395        12    124160      1721   1880453   no data   no data  --
3016.37/756.00	c  N st   101   4212883       130       395        12     85207      1721   1097310   no data   no data  --
3016.37/756.01	c  S st   101   4212883       130       395        12     85207      1721   1097310   no data   no data  --
3017.17/756.28	c  S st   101   4213388       130       395        12     85703      1721   1108541   no data   no data  --
3017.17/756.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3017.17/756.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3017.57/756.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3017.57/756.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3017.57/756.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3017.57/756.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3017.57/756.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3041.96/762.46	c lits-rem:       253  cl-subs:      916  v-elim:      0  v-fix:    0  time: 24.33 s
3041.96/762.46	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
3041.96/762.48	c vivif2 --  cl tried    84787 cl shrink        0 lits rem          0 time: 0.06
3042.31/762.54	c asymm  cl-useful: 2/395/395 lits-rem:2 time: 0.24
3042.31/762.54	c calculated reachability. Time: 0.00
3042.31/762.54	c  N st   101   4213388       130       395        12     84787      1719   1094426   no data   no data  --
3223.46/807.94	c  N st   102   4459365       130       395        12    144577      1719   2336133   no data   no data  --
3412.59/855.36	c  N st   103   4713389       130       395        12    121252      1719   1769469   no data   no data  --
3412.59/855.36	c  S st   103   4713389       130       395        12    121252      1719   1769469   no data   no data  --
3414.61/855.81	c  S st   103   4713894       130       395        12    121753      1719   1780860   no data   no data  --
3414.61/855.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3414.61/855.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3414.61/855.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.29
3415.03/855.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3415.03/855.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3415.03/855.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
3415.03/855.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3591.71/900.23	c lits-rem:      1660  cl-subs:    16045  v-elim:      0  v-fix:    0  time: 176.58 s
3591.71/900.23	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
3591.71/900.25	c vivif2 --  cl tried   105708 cl shrink        0 lits rem          0 time: 0.10
3592.11/900.37	c asymm  cl-useful: 0/395/395 lits-rem:0 time: 0.47
3592.11/900.37	c calculated reachability. Time: 0.00
3592.11/900.37	c  N st   103   4713894       130       395        12    105708      1719   1499829   no data   no data  --
4081.70/1023.06	c  N st   104   5213894       130       395        12    119270      1719   1697597   no data   no data  --
4081.70/1023.06	c  S st   104   5213894       130       395        12    119270      1719   1697597   no data   no data  --
4083.28/1023.47	c  S st   104   5214395       130       395        13    119767      1719   1708282   no data   no data  --
4083.28/1023.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4083.28/1023.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4083.68/1023.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
4084.07/1023.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4084.07/1023.61	c subs with bin:        4  lits-rem:       355  v-fix:    0  time:  0.05 s
4084.07/1023.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4084.07/1023.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4196.57/1051.83	c lits-rem:      1056  cl-subs:    13791  v-elim:      0  v-fix:    0  time: 112.55 s
4196.57/1051.83	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
4196.57/1051.85	c vivif2 --  cl tried   105972 cl shrink        0 lits rem          0 time: 0.10
4196.97/1051.96	c asymm  cl-useful: 0/395/395 lits-rem:0 time: 0.44
4196.97/1051.97	c calculated reachability. Time: 0.00
4196.97/1051.97	c  N st   104   5214395       130       395        13    105972      1719   1475109   no data   no data  --
4603.16/1153.75	c  N st   105   5714396       130       395        13     97837      1719   1257915   no data   no data  --
4603.16/1153.75	c  S st   105   5714396       130       395        13     97837      1719   1257915   no data   no data  --
4603.99/1154.00	c  S st   105   5714897       130       395        13     98331      1719   1269901   no data   no data  --
4603.99/1154.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4603.99/1154.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4604.40/1154.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
4604.40/1154.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4604.40/1154.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4604.40/1154.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    130 time:  0.00 s
4604.40/1154.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4653.43/1166.35	c lits-rem:      1775  cl-subs:     1600  v-elim:      0  v-fix:    0  time: 48.91 s
4653.43/1166.35	c vivif2 --  cl tried      395 cl shrink        0 lits rem          0 time: 0.00
4653.43/1166.37	c vivif2 --  cl tried    96731 cl shrink        0 lits rem          0 time: 0.08
4653.83/1166.47	c asymm  cl-useful: 0/395/395 lits-rem:0 time: 0.40
4653.83/1166.48	c calculated reachability. Time: 0.00
4653.83/1166.48	c  N st   105   5714897       130       395        13     96731      1719   1243382   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-3369242-1305415683/watcher-3369242-1305415683 -o /tmp/evaluation-result-3369242-1305415683/solver-3369242-1305415683 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369242-1305415683.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.98 7.97 7/319 9007
/proc/meminfo: memFree=27316784/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=281776 CPUtime=0 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 647 0 0 0 0 0 0 0 25 0 4 0 385759578 288538624 562 33554432000 4194304 4650419 140735545249616 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 70444 562 348 112 0 65409 0
[pid=9007/tid=9008] ppid=9005 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 161 0 0 0 0 0 0 0 25 0 4 0 385759579 288620544 786 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 145 0 0 0 0 0 0 0 25 0 4 0 385759579 288620544 786 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 4 0 385759579 288620544 786 33554432000 4194304 4650419 140735545249616 18446744073709551615 268660767214 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.11155 s]
/proc/loadavg: 7.51 7.98 7.97 7/319 9007
/proc/meminfo: memFree=27316784/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=282300 CPUtime=0.42 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 1528 0 0 0 42 0 0 0 25 0 4 0 385759578 289075200 1419 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 70575 1419 392 112 0 65540 0
[pid=9007/tid=9008] ppid=9005 vsize=282300 CPUtime=0.1 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 309 0 0 0 10 0 0 0 25 0 4 0 385759579 289075200 1419 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=282300 CPUtime=0.1 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 296 0 0 0 10 0 0 0 25 0 4 0 385759579 289075200 1419 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363889 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=282300 CPUtime=0.1 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 205 0 0 0 10 0 0 0 25 0 4 0 385759579 289075200 1419 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282300

[startup+0.200517 s]
/proc/loadavg: 7.51 7.98 7.97 7/319 9007
/proc/meminfo: memFree=27316784/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=283428 CPUtime=0.78 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 2127 0 0 0 78 0 0 0 25 0 4 0 385759578 290230272 1531 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 70857 1531 394 112 0 65822 0
[pid=9007/tid=9008] ppid=9005 vsize=283428 CPUtime=0.19 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 467 0 0 0 19 0 0 0 25 0 4 0 385759579 290230272 1531 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=283428 CPUtime=0.19 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 436 0 0 0 19 0 0 0 25 0 4 0 385759579 290230272 1531 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=283428 CPUtime=0.18 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 353 0 0 0 18 0 0 0 25 0 4 0 385759579 290230272 1531 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283428

[startup+0.3005 s]
/proc/loadavg: 7.51 7.98 7.97 7/319 9007
/proc/meminfo: memFree=27316784/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=283560 CPUtime=1.17 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 2537 0 0 0 117 0 0 0 25 0 4 0 385759578 290365440 1941 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 70890 1941 394 112 0 65855 0
[pid=9007/tid=9008] ppid=9005 vsize=283560 CPUtime=0.29 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 571 0 0 0 29 0 0 0 25 0 4 0 385759579 290365440 1941 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364724 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=283560 CPUtime=0.29 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 534 0 0 0 29 0 0 0 25 0 4 0 385759579 290365440 1941 33554432000 4194304 4650419 140735545249616 18446744073709551615 4367064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=283560 CPUtime=0.28 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 456 0 0 0 28 0 0 0 25 0 4 0 385759579 290365440 1941 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283560

[startup+0.70043 s]
/proc/loadavg: 7.51 7.98 7.97 7/319 9007
/proc/meminfo: memFree=27316784/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=285188 CPUtime=2.77 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 4584 0 0 0 277 0 0 0 25 0 4 0 385759578 292032512 2286 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364746 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 71297 2287 394 112 0 66262 0
[pid=9007/tid=9008] ppid=9005 vsize=285188 CPUtime=0.69 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 1104 0 0 0 69 0 0 0 25 0 4 0 385759579 292032512 2287 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=285188 CPUtime=0.69 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 1086 0 0 0 69 0 0 0 25 0 4 0 385759579 292032512 2287 33554432000 4194304 4650419 140735545249616 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=285188 CPUtime=0.68 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 890 0 0 0 68 0 0 0 25 0 4 0 385759579 292032512 2287 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285188

[startup+1.50029 s]
/proc/loadavg: 7.51 7.98 7.97 9/323 9011
/proc/meminfo: memFree=27284636/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=295300 CPUtime=5.96 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 9430 0 0 0 595 1 0 0 25 0 4 0 385759578 302387200 5339 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 73825 5339 395 112 0 68790 0
[pid=9007/tid=9008] ppid=9005 vsize=295300 CPUtime=1.49 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 2816 0 0 0 149 0 0 0 25 0 4 0 385759579 302387200 5339 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=295300 CPUtime=1.49 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 1875 0 0 0 149 0 0 0 25 0 4 0 385759579 302387200 5339 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=295300 CPUtime=1.47 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 1578 0 0 0 147 0 0 0 25 0 4 0 385759579 302387200 5339 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295300

[startup+3.10101 s]
/proc/loadavg: 7.51 7.98 7.97 9/323 9011
/proc/meminfo: memFree=27264256/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=277768 CPUtime=12.36 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 16635 0 0 0 1234 2 0 0 25 0 4 0 385759578 284434432 10087 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 69442 10088 395 112 0 64407 0
[pid=9007/tid=9008] ppid=9005 vsize=277768 CPUtime=3.09 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 4650 0 0 0 309 0 0 0 25 0 4 0 385759579 284434432 10088 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=277768 CPUtime=3.09 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 3954 0 0 0 309 0 0 0 25 0 4 0 385759579 284434432 10088 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=277768 CPUtime=3.06 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 3439 0 0 0 306 0 0 0 25 0 4 0 385759579 284434432 10088 33554432000 4194304 4650419 140735545249616 18446744073709551615 4328318 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 277768

[startup+6.30046 s]
/proc/loadavg: 7.62 8.00 7.98 9/323 9011
/proc/meminfo: memFree=27178852/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=323012 CPUtime=25.12 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 22869 0 0 0 2509 3 0 0 25 0 4 0 385759578 330764288 14052 33554432000 4194304 4650419 140735545249616 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 80753 14052 395 112 0 75718 0
[pid=9007/tid=9008] ppid=9005 vsize=323012 CPUtime=6.29 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 5731 0 0 0 628 1 0 0 25 0 4 0 385759579 330764288 14052 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=323012 CPUtime=6.29 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 5890 0 0 0 629 0 0 0 25 0 4 0 385759579 330764288 14052 33554432000 4194304 4650419 140735545249616 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=323012 CPUtime=6.22 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 4435 0 0 0 622 0 0 0 25 0 4 0 385759579 330764288 14052 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 323012

[startup+12.7003 s]
/proc/loadavg: 7.65 8.00 7.98 9/323 9012
/proc/meminfo: memFree=27111516/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=316756 CPUtime=50.65 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 35028 0 0 0 5059 6 0 0 25 0 4 0 385759578 324358144 16658 33554432000 4194304 4650419 140735545249616 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 79189 16658 395 112 0 74154 0
[pid=9007/tid=9008] ppid=9005 vsize=316756 CPUtime=12.69 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 9167 0 0 0 1268 1 0 0 25 0 4 0 385759579 324358144 16658 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366398 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=316756 CPUtime=12.69 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 9725 0 0 0 1268 1 0 0 25 0 4 0 385759579 324358144 16658 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=316756 CPUtime=12.56 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 5974 0 0 0 1255 1 0 0 25 0 4 0 385759579 324358144 16658 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 316756

[startup+25.5011 s]
/proc/loadavg: 7.80 8.02 7.98 9/323 9012
/proc/meminfo: memFree=26973384/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=318224 CPUtime=101.72 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 57450 0 0 0 10161 11 0 0 25 0 4 0 385759578 325861376 22343 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 79556 22343 395 112 0 74521 0
[pid=9007/tid=9008] ppid=9005 vsize=318224 CPUtime=25.49 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 14779 0 0 0 2546 3 0 0 25 0 4 0 385759579 325861376 22344 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=318224 CPUtime=25.49 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 16040 0 0 0 2546 3 0 0 25 0 4 0 385759579 325861376 22344 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=318224 CPUtime=25.22 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 10358 0 0 0 2521 1 0 0 25 0 4 0 385759579 325861376 22344 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 318224

[startup+51.1006 s]
/proc/loadavg: 7.87 8.01 7.98 9/323 9013
/proc/meminfo: memFree=26890256/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=340576 CPUtime=203.86 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 90928 0 0 0 20367 19 0 0 25 0 4 0 385759578 348749824 29981 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 85144 29981 395 112 0 80109 0
[pid=9007/tid=9008] ppid=9005 vsize=340576 CPUtime=51.09 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 22806 0 0 0 5105 4 0 0 25 0 4 0 385759579 348749824 29981 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=340576 CPUtime=51.08 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 26591 0 0 0 5104 4 0 0 25 0 4 0 385759579 348749824 29981 33554432000 4194304 4650419 140735545249616 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=340576 CPUtime=50.57 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 15061 0 0 0 5054 3 0 0 25 0 4 0 385759579 348749824 29981 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 340576

[startup+102.301 s]
/proc/loadavg: 8.04 8.04 7.99 9/323 9014
/proc/meminfo: memFree=26787524/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=342664 CPUtime=408.18 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 145900 0 0 0 40785 33 0 0 25 0 4 0 385759578 350887936 41190 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 85666 41190 395 112 0 80631 0
[pid=9007/tid=9008] ppid=9005 vsize=342664 CPUtime=102.3 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 36794 0 0 0 10223 7 0 0 25 0 4 0 385759579 350887936 41191 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=342664 CPUtime=102.3 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 44319 0 0 0 10222 8 0 0 25 0 4 0 385759579 350887936 41191 33554432000 4194304 4650419 140735545249616 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=342664 CPUtime=101.26 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 19626 0 0 0 10121 5 0 0 25 0 4 0 385759579 350887936 41191 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 342664

[startup+162.301 s]

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

[pid=9007] ppid=9005 vsize=566864 CPUtime=2562.74 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 392468 0 0 0 256148 126 0 0 25 0 4 0 385759578 580468736 90348 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433084 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 141716 90348 395 112 0 136681 0
[pid=9007/tid=9008] ppid=9005 vsize=566864 CPUtime=642.3 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 85087 0 0 0 64203 27 0 0 25 0 4 0 385759579 580468736 90348 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=566864 CPUtime=642.3 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 141769 0 0 0 64185 45 0 0 25 0 4 0 385759579 580468736 90348 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=566864 CPUtime=635.81 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 39342 0 0 0 63567 14 0 0 25 0 4 0 385759579 580468736 90348 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2562.74
Current children cumulated vsize (KiB) 566864

[startup+702.3 s]
/proc/loadavg: 8.20 8.12 8.03 9/323 9030
/proc/meminfo: memFree=26125344/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=608564 CPUtime=2802.14 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 420531 0 0 0 280077 137 0 0 25 0 4 0 385759578 623169536 98563 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 152141 98563 395 112 0 147106 0
[pid=9007/tid=9008] ppid=9005 vsize=608564 CPUtime=702.3 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 92482 0 0 0 70201 29 0 0 25 0 4 0 385759579 623169536 98563 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=608564 CPUtime=702.3 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 153269 0 0 0 70181 49 0 0 25 0 4 0 385759579 623169536 98563 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=608564 CPUtime=695.2 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 39875 0 0 0 69506 14 0 0 25 0 4 0 385759579 623169536 98563 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.14
Current children cumulated vsize (KiB) 608564

[startup+762.301 s]
/proc/loadavg: 8.13 8.11 8.03 9/323 9032
/proc/meminfo: memFree=26064788/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=608984 CPUtime=3041.54 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 434356 0 0 0 304011 143 0 0 25 0 4 0 385759578 623599616 98282 33554432000 4194304 4650419 140735545249616 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 152246 98282 395 112 0 147211 0
[pid=9007/tid=9008] ppid=9005 vsize=608984 CPUtime=762.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 92991 0 0 0 76202 29 0 0 25 0 4 0 385759579 623599616 98283 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=608984 CPUtime=762.32 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 157600 0 0 0 76181 51 0 0 25 0 4 0 385759579 623599616 98283 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364170 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=608984 CPUtime=754.57 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 40004 0 0 0 75443 14 0 0 25 0 4 0 385759579 623599616 98283 33554432000 4194304 4650419 140735545249616 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.54
Current children cumulated vsize (KiB) 608984

[startup+822.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/323 9033
/proc/meminfo: memFree=26062384/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=634960 CPUtime=3280.92 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 464694 0 0 0 327938 154 0 0 25 0 4 0 385759578 650199040 105785 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 158740 105786 395 112 0 153705 0
[pid=9007/tid=9008] ppid=9005 vsize=634960 CPUtime=822.3 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 99112 0 0 0 82199 31 0 0 25 0 4 0 385759579 650199040 105786 33554432000 4194304 4650419 140735545249616 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=634960 CPUtime=822.31 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 169801 0 0 0 82175 56 0 0 25 0 4 0 385759579 650199040 105786 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=634960 CPUtime=813.98 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 41003 0 0 0 81383 15 0 0 25 0 4 0 385759579 650199040 105786 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.92
Current children cumulated vsize (KiB) 634960

[startup+882.313 s]
/proc/loadavg: 8.10 8.10 8.03 9/323 9035
/proc/meminfo: memFree=26002944/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=608904 CPUtime=3520.35 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 485201 0 0 0 351871 164 0 0 25 0 4 0 385759578 623517696 103859 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 152226 103859 395 112 0 147191 0
[pid=9007/tid=9008] ppid=9005 vsize=608904 CPUtime=882.32 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 102591 0 0 0 88199 33 0 0 25 0 4 0 385759579 623517696 103859 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=608904 CPUtime=882.32 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 177381 0 0 0 88173 59 0 0 25 0 4 0 385759579 623517696 103859 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=608904 CPUtime=873.36 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 43823 0 0 0 87320 16 0 0 25 0 4 0 385759579 623517696 103859 33554432000 4194304 4650419 140735545249616 18446744073709551615 4360511 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.35
Current children cumulated vsize (KiB) 608904

[startup+942.3 s]
/proc/loadavg: 8.03 8.08 8.02 9/323 9036
/proc/meminfo: memFree=26014688/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=635760 CPUtime=3759.69 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 497671 0 0 0 375798 171 0 0 25 0 4 0 385759578 651018240 111513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 158940 111513 395 112 0 153905 0
[pid=9007/tid=9008] ppid=9005 vsize=635760 CPUtime=942.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 108977 0 0 0 94194 37 0 0 25 0 4 0 385759579 651018240 111513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=635760 CPUtime=942.3 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 177413 0 0 0 94171 59 0 0 25 0 4 0 385759579 651018240 111513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=635760 CPUtime=932.74 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 43823 0 0 0 93258 16 0 0 25 0 4 0 385759579 651018240 111513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4513982 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.69
Current children cumulated vsize (KiB) 635760

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/323 9038
/proc/meminfo: memFree=26007080/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=635912 CPUtime=3999.09 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 510747 0 0 0 399732 177 0 0 25 0 4 0 385759578 651173888 110250 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 158978 110250 395 112 0 153943 0
[pid=9007/tid=9008] ppid=9005 vsize=635912 CPUtime=1002.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 109023 0 0 0 100194 37 0 0 25 0 4 0 385759579 651173888 110250 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=635912 CPUtime=1002.31 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 181560 0 0 0 100171 60 0 0 25 0 4 0 385759579 651173888 110250 33554432000 4194304 4650419 140735545249616 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=635912 CPUtime=992.13 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 43937 0 0 0 99196 17 0 0 25 0 4 0 385759579 651173888 110250 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.09
Current children cumulated vsize (KiB) 635912

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/323 9040
/proc/meminfo: memFree=25931016/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=697052 CPUtime=4238.47 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 521637 0 0 0 423666 181 0 0 25 0 4 0 385759578 713781248 112086 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 174263 112086 395 112 0 169228 0
[pid=9007/tid=9008] ppid=9005 vsize=697052 CPUtime=1062.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 109355 0 0 0 106194 37 0 0 25 0 4 0 385759579 713781248 112086 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=697052 CPUtime=1062.31 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 186265 0 0 0 106170 61 0 0 25 0 4 0 385759579 713781248 112086 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=697052 CPUtime=1051.51 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 43937 0 0 0 105134 17 0 0 25 0 4 0 385759579 713781248 112086 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.47
Current children cumulated vsize (KiB) 697052

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.03 9/323 9041
/proc/meminfo: memFree=25966688/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=608012 CPUtime=4477.87 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 544356 0 0 0 447597 190 0 0 25 0 4 0 385759578 622604288 106513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 152003 106513 395 112 0 146968 0
[pid=9007/tid=9008] ppid=9005 vsize=608012 CPUtime=1122.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 113238 0 0 0 112193 38 0 0 25 0 4 0 385759579 622604288 106513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=608012 CPUtime=1122.31 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 194892 0 0 0 112167 64 0 0 25 0 4 0 385759579 622604288 106513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=608012 CPUtime=1110.9 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 43937 0 0 0 111073 17 0 0 25 0 4 0 385759579 622604288 106513 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.87
Current children cumulated vsize (KiB) 608012

[startup+1182.3 s]
/proc/loadavg: 8.22 8.11 8.04 9/323 9043
/proc/meminfo: memFree=25848368/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=635964 CPUtime=4717.26 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 565643 0 0 0 471528 198 0 0 25 0 4 0 385759578 651227136 120715 33554432000 4194304 4650419 140735545249616 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 158991 120715 395 112 0 153956 0
[pid=9007/tid=9008] ppid=9005 vsize=635964 CPUtime=1182.31 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 116580 0 0 0 118192 39 0 0 25 0 4 0 385759579 651227136 120715 33554432000 4194304 4650419 140735545249616 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=635964 CPUtime=1182.31 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 202720 0 0 0 118164 67 0 0 25 0 4 0 385759579 651227136 120715 33554432000 4194304 4650419 140735545249616 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=635964 CPUtime=1170.3 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 46725 0 0 0 117012 18 0 0 25 0 4 0 385759579 651227136 120715 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.26
Current children cumulated vsize (KiB) 635964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.23 8.12 8.04 10/323 9043
/proc/meminfo: memFree=25845008/32951124 swapFree=46575252/67111528
[pid=9007] ppid=9005 vsize=636052 CPUtime=4800.26 cores=1,3,5,7
/proc/9007/stat : 9007 (strangenight1-m) R 9005 9007 8545 0 -1 4202496 569004 0 0 0 479826 200 0 0 25 0 4 0 385759578 651317248 120434 33554432000 4194304 4650419 140735545249616 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9007/statm: 159013 120434 395 112 0 153978 0
[pid=9007/tid=9008] ppid=9005 vsize=636052 CPUtime=1203.12 cores=1,3,5,7
/proc/9007/task/9008/stat : 9008 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 116580 0 0 0 120273 39 0 0 25 0 4 0 385759579 651317248 120435 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9007/tid=9009] ppid=9005 vsize=636052 CPUtime=1203.13 cores=1,3,5,7
/proc/9007/task/9009/stat : 9009 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 202720 0 0 0 120246 67 0 0 25 0 4 0 385759579 651317248 120435 33554432000 4194304 4650419 140735545249616 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9007/tid=9010] ppid=9005 vsize=636052 CPUtime=1190.88 cores=1,3,5,7
/proc/9007/task/9010/stat : 9010 (strangenight1-m) R 9005 9007 8545 0 -1 4202560 46725 0 0 0 119070 18 0 0 25 0 4 0 385759579 651317248 120435 33554432000 4194304 4650419 140735545249616 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 636052

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.34
CPU user time (s): 4798.31
CPU system time (s): 2.02969
CPU usage (%): 398.984
Max. virtual memory (cumulated for all children) (KiB): 697052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.31
system time used= 2.02969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569005
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= 197
involuntary context switches= 33572

runsolver used 3.35149 second user time and 8.89965 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 01:28:03
IDJOB=3369242
IDBENCH=84018
IDSOLVER=1846
FILE ID=node107/3369242-1305415683
RUNJOBID= node107-1305414478-8891
PBS_JOBID= 13324536
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1743058651

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27317064 kB
Buffers:        136860 kB
Cached:         928692 kB
SwapCached:       9832 kB
Active:        5270612 kB
Inactive:        84240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27317064 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:     4287164 kB
Mapped:          19720 kB
Slab:           146464 kB
PageTables:      68768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65004444 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= 73424 MiB
End job on node107 at 2011-05-15 01:48:08