Trace number 3369380

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.22 1203.35

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
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 variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3369380-1305412613.cnf'
0.00/0.00	c -- header says num vars:            153
0.00/0.00	c -- header says num clauses:         316
0.00/0.01	c -- clauses added:            0 learnts,          316 normals,            0 xors
0.00/0.01	c -- vars added        153
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       153       316         0         0       948         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  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:       0, avg size: nan)
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:     143 neg:       5
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       153       316         0         0       948         0   no data   no data  --
0.37/0.11	c Decided on static restart strategy
0.37/0.11	c  N st     8      4917       153       316         0      4468       948    106046   no data   no data  --
0.77/0.23	c  N st    10     11302       153       316         0      4019       948     69819   no data   no data  --
1.17/0.37	c  N st    11     17048       153       316         0      9110       948    199369   no data   no data  --
2.37/0.64	c  F st    12     25001       153       316         0     11127       948    253074   no data   no data  --
2.37/0.64	c  N st    12     25001       153       316         0     11127       948    253074   no data   no data  --
2.77/0.78	c Decided on static restart strategy
2.77/0.78	c  N st    18     30001       153       316         0      9672       948    177017   no data   no data  --
2.77/0.78	c  S st    18     30001       153       316         0      9672       948    177017   no data   no data  --
3.17/0.80	c  S st    18     30504       153       316         0     10151       948    186575   no data   no data  --
3.17/0.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.17/0.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.98	c lits-rem:       840  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.71 s
3.57/0.99	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.01
3.57/0.99	c calculated reachability. Time: 0.00
3.57/0.99	c  N st    18     30504       153       316         0      9722       948    174578   no data   no data  --
4.76/1.23	c  N st    20     37615       153       316         0      9049       948    160944   no data   no data  --
5.56/1.46	c  N st    21     44015       153       316         0     14890       948    300726   no data   no data  --
5.96/1.52	c  S st    22     45756       153       316         0      8390       948    128299   no data   no data  --
5.96/1.54	c  S st    22     46257       153       316         0      8871       948    138363   no data   no data  --
5.96/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.96/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
5.96/1.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.59	c lits-rem:       189  cl-subs:       89  v-elim:      0  v-fix:    0  time:  0.19 s
5.96/1.59	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
6.37/1.60	c vivif2 --  cl tried     8782 cl shrink        0 lits rem          0 time: 0.01
6.37/1.60	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.01
6.37/1.60	c calculated reachability. Time: 0.00
6.37/1.60	c  N st    22     46257       153       316         0      8782       948    135921   no data   no data  --
8.80/2.21	c  N st    23     60655       153       316         0     12805       948    238464   no data   no data  --
9.95/2.56	c  N st    24     69386       153       316         0     10520       948    157500   no data   no data  --
9.95/2.56	c  S st    24     69386       153       316         0     10520       948    157500   no data   no data  --
9.95/2.58	c  S st    24     69891       153       316         0     11009       948    168267   no data   no data  --
9.95/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
9.95/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.15/2.85	c lits-rem:       606  cl-subs:      231  v-elim:      0  v-fix:    0  time:  1.03 s
11.15/2.85	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
11.15/2.85	c vivif2 --  cl tried    10778 cl shrink        0 lits rem          0 time: 0.00
11.15/2.85	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.01
11.15/2.85	c calculated reachability. Time: 0.00
11.15/2.85	c  N st    24     69891       153       316         0     10778       948    161431   no data   no data  --
14.34/3.60	c  F st    25     87502       153       316         0     15660       948    304047   no data   no data  --
14.34/3.60	c  N st    25     87502       153       316         0     15660       948    304047   no data   no data  --
14.74/3.78	c Decided on static restart strategy
15.14/3.89	c  N st    32     95540       153       316         0     22836       948    457553   no data   no data  --
16.74/4.22	c  N st    34    104836       153       316         0     19309       948    353602   no data   no data  --
16.74/4.22	c  S st    34    104836       153       316         0     19309       948    353602   no data   no data  --
16.74/4.26	c  S st    34    105339       153       316         0     19796       948    364176   no data   no data  --
16.74/4.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.74/4.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.74/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.74/4.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.74/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.74/4.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
16.74/4.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.72/5.74	c lits-rem:      4639  cl-subs:     1602  v-elim:      0  v-fix:    0  time:  5.84 s
22.72/5.74	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
22.72/5.74	c vivif2 --  cl tried    18194 cl shrink        0 lits rem          0 time: 0.01
22.72/5.75	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.02
22.72/5.75	c calculated reachability. Time: 0.00
22.72/5.75	c  N st    34    105339       153       316         0     18194       948    309654   no data   no data  --
24.32/6.15	c  N st    35    114937       153       316         0     14303       948    218220   no data   no data  --
27.10/6.80	c  N st    36    129337       153       316         0     13677       948    186730   no data   no data  --
30.73/7.73	c  N st    37    150934       153       316         0     18043       948    289140   no data   no data  --
31.90/8.05	c  S st    38    158008       153       316         0     24199       948    460589   no data   no data  --
32.30/8.10	c  S st    38    158511       153       316         0     24693       948    471799   no data   no data  --
32.30/8.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.30/8.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.30/8.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
32.30/8.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.30/8.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.30/8.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
32.30/8.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.10/9.82	c lits-rem:      5431  cl-subs:     2472  v-elim:      0  v-fix:    0  time:  6.79 s
39.10/9.82	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
39.10/9.83	c vivif2 --  cl tried    22221 cl shrink        0 lits rem          0 time: 0.02
39.10/9.83	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.02
39.10/9.83	c calculated reachability. Time: 0.00
39.10/9.83	c  N st    38    158511       153       316         0     22221       948    390517   no data   no data  --
49.45/12.40	c  N st    39    207099       153       316         0     18635       948    259463   no data   no data  --
56.24/14.10	c  N st    40    237768       153       316         0     27688       948    497462   no data   no data  --
56.24/14.10	c  S st    40    237768       153       316         0     27688       948    497462   no data   no data  --
56.24/14.16	c  S st    40    238271       153       316         0     28178       948    508505   no data   no data  --
56.24/14.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.24/14.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.24/14.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
56.24/14.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.24/14.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.24/14.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
56.24/14.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.22/16.19	c lits-rem:      4982  cl-subs:     2746  v-elim:      0  v-fix:    0  time:  8.02 s
64.22/16.19	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
64.62/16.20	c vivif2 --  cl tried    25432 cl shrink        0 lits rem          0 time: 0.02
64.62/16.21	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.03
64.62/16.21	c calculated reachability. Time: 0.00
64.62/16.21	c  N st    40    238271       153       316         0     25432       948    422858   no data   no data  --
81.78/20.50	c  F st    41    306250       153       316         0     27385       948    466172   no data   no data  --
81.78/20.50	c  N st    41    306250       153       316         0     27385       948    466172   no data   no data  --
82.58/20.77	c Decided on static restart strategy
88.15/22.15	c  N st    51    334556       153       316         0     31796       948    562701   no data   no data  --
94.14/23.62	c  N st    53    357406       153       316         0     29864       948    502913   no data   no data  --
94.14/23.62	c  S st    53    357406       153       316         0     29864       948    502913   no data   no data  --
94.14/23.67	c  S st    53    357910       153       316         0     30359       948    514527   no data   no data  --
94.14/23.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.14/23.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.14/23.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
94.14/23.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.14/23.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.14/23.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
94.14/23.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.13/25.16	c lits-rem:      7006  cl-subs:      954  v-elim:      0  v-fix:    0  time:  5.87 s
100.13/25.16	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
100.13/25.16	c vivif2 --  cl tried    29405 cl shrink        0 lits rem          0 time: 0.02
100.13/25.17	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.03
100.13/25.17	c calculated reachability. Time: 0.00
100.13/25.17	c  N st    53    357910       153       316         0     29405       948    478356   no data   no data  --
108.11/27.17	c  N st    54    390302       153       316         0     34661       948    565116   no data   no data  --
122.49/30.75	c  N st    55    438891       153       316         0     29450       948    445889   no data   no data  --
141.61/35.59	c  N st    56    511775       153       316         0     40553       948    735229   no data   no data  --
149.23/37.43	c  N st    57    536865       153       316         0     35600       948    594582   no data   no data  --
149.23/37.43	c  S st    57    536865       153       316         0     35600       948    594582   no data   no data  --
149.59/37.50	c  S st    57    537370       153       316         0     36095       948    606145   no data   no data  --
149.59/37.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
149.59/37.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.59/37.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
149.59/37.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.59/37.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.59/37.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
149.59/37.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.17/39.50	c lits-rem:      5164  cl-subs:     1459  v-elim:      0  v-fix:    0  time:  7.89 s
157.17/39.50	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
157.60/39.51	c vivif2 --  cl tried    34636 cl shrink        0 lits rem          0 time: 0.02
157.60/39.52	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.04
157.60/39.52	c calculated reachability. Time: 0.00
157.60/39.52	c  N st    57    537370       153       316         0     34636       948    554406   no data   no data  --
211.04/52.93	c  N st    58    701356       153       316         0     58815       948   1183163   no data   no data  --
247.35/62.06	c  N st    59    806055       153       316         0     53908       948   1041852   no data   no data  --
247.35/62.06	c  S st    59    806055       153       316         0     53908       948   1041852   no data   no data  --
247.75/62.16	c  S st    59    806557       153       316         0     54395       948   1053920   no data   no data  --
247.75/62.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
247.75/62.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
247.75/62.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
248.15/62.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.15/62.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.15/62.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
248.15/62.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
275.29/69.06	c lits-rem:      5651  cl-subs:     5571  v-elim:      0  v-fix:    0  time: 27.31 s
275.29/69.06	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
275.29/69.07	c vivif2 --  cl tried    48824 cl shrink        0 lits rem          0 time: 0.04
275.29/69.09	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.07
275.29/69.09	c calculated reachability. Time: 0.00
275.29/69.09	c  N st    59    806557       153       316         0     48824       948    869805   no data   no data  --
370.24/92.82	c  F st    60   1071875       153       316         0     65316       948   1245757   no data   no data  --
370.24/92.82	c  N st    60   1071875       153       316         0     65316       948   1245757   no data   no data  --
372.24/93.40	c Decided on static restart strategy
381.02/95.55	c  N st    70   1100179       153       316         0     51352       948    790049   no data   no data  --
393.79/98.79	c  N st    72   1136175       153       316         0     42855       948    579395   no data   no data  --
406.15/101.81	c  N st    73   1168568       153       316         0     70782       948   1364173   no data   no data  --
420.52/105.43	c  N st    74   1209836       153       316         0     64794       948   1149980   no data   no data  --
420.52/105.43	c  S st    74   1209836       153       316         0     64794       948   1149980   no data   no data  --
420.93/105.56	c  S st    74   1210337       153       316         0     65286       948   1162399   no data   no data  --
420.93/105.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
420.93/105.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
420.93/105.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
421.35/105.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.35/105.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.35/105.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
421.35/105.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
463.21/116.16	c lits-rem:      6957  cl-subs:     5102  v-elim:      0  v-fix:    0  time: 42.03 s
463.21/116.16	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
463.21/116.17	c vivif2 --  cl tried    60184 cl shrink        0 lits rem          0 time: 0.05
463.61/116.21	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.14
463.61/116.21	c calculated reachability. Time: 0.00
463.61/116.21	c  N st    74   1210337       153       316         0     60184       948   1000799   no data   no data  --
500.35/125.44	c  N st    75   1283220       153       316         0     80171       948   1504156   no data   no data  --
544.01/136.49	c  N st    76   1392546       153       316         0     45958       948    612868   no data   no data  --
607.63/152.57	c  N st    77   1556532       153       316         0     50042       948    682820   no data   no data  --
668.28/167.79	c  N st    78   1710338       153       316         0     86677       948   1627228   no data   no data  --
668.28/167.79	c  S st    78   1710338       153       316         0     86677       948   1627228   no data   no data  --
669.08/167.95	c  S st    78   1710840       153       316         0     87172       948   1638354   no data   no data  --
669.08/167.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
669.08/167.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
669.08/167.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
669.48/168.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
669.48/168.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
669.48/168.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
669.48/168.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
744.49/186.88	c lits-rem:      7699  cl-subs:    10081  v-elim:      0  v-fix:    0  time: 75.14 s
744.49/186.88	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
744.49/186.89	c vivif2 --  cl tried    77091 cl shrink        0 lits rem          0 time: 0.06
744.90/186.93	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.12
744.90/186.93	c calculated reachability. Time: 0.00
744.90/186.93	c  N st    78   1710840       153       316         0     77091       948   1338555   no data   no data  --
915.65/229.78	c  N st    79   2079807       153       316         0     87474       948   1566036   no data   no data  --
967.12/242.62	c  N st    80   2210841       153       316         0     89772       948   1560875   no data   no data  --
967.12/242.62	c  S st    80   2210841       153       316         0     89772       948   1560875   no data   no data  --
967.52/242.78	c  S st    80   2211346       153       316         0     90265       948   1572865   no data   no data  --
967.52/242.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
967.52/242.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
967.92/242.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
967.92/242.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
967.92/242.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
967.92/242.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
967.92/242.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1035.34/259.79	c lits-rem:      3701  cl-subs:    11664  v-elim:      0  v-fix:    0  time: 67.49 s
1035.34/259.79	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1035.74/259.81	c vivif2 --  cl tried    78601 cl shrink        0 lits rem          0 time: 0.06
1035.74/259.84	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.13
1035.74/259.84	c calculated reachability. Time: 0.00
1035.74/259.84	c  N st    80   2211346       153       316         0     78601       948   1251015   no data   no data  --
1293.52/324.50	c  N st    81   2711346       153       316         0    105404       948   2070401   no data   no data  --
1293.52/324.50	c  S st    81   2711346       153       316         0    105404       948   2070401   no data   no data  --
1294.69/324.71	c  S st    81   2711848       153       316         0    105893       948   2081759   no data   no data  --
1294.69/324.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1294.69/324.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1294.69/324.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.18
1295.09/324.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.09/324.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1295.09/324.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
1295.09/324.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1389.65/348.55	c lits-rem:      9628  cl-subs:     6854  v-elim:      0  v-fix:    0  time: 94.64 s
1389.65/348.55	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1389.65/348.57	c vivif2 --  cl tried    99039 cl shrink        0 lits rem          0 time: 0.09
1390.07/348.62	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.18
1390.07/348.63	c calculated reachability. Time: 0.00
1390.07/348.63	c  N st    81   2711848       153       316         0     99039       948   1868044   no data   no data  --
1664.56/417.49	c  N st    82   3211850       153       316         0     76146       948   1106139   no data   no data  --
1664.56/417.49	c  S st    82   3211850       153       316         0     76146       948   1106139   no data   no data  --
1665.36/417.65	c  S st    82   3212352       153       316         0     76637       948   1119001   no data   no data  --
1665.36/417.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1665.36/417.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1665.36/417.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
1665.76/417.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1665.76/417.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1665.76/417.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
1665.76/417.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1682.92/422.04	c lits-rem:      2497  cl-subs:     2682  v-elim:      0  v-fix:    0  time: 17.22 s
1682.92/422.04	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1682.92/422.05	c vivif2 --  cl tried    73955 cl shrink        0 lits rem          0 time: 0.05
1682.92/422.08	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.12
1682.92/422.08	c calculated reachability. Time: 0.00
1682.92/422.08	c  N st    82   3212352       153       316         0     73955       948   1045790   no data   no data  --
1941.07/486.74	c  N st    83   3712353       153       316         0     78247       948   1137011   no data   no data  --
1941.07/486.74	c  S st    83   3712353       153       316         0     78247       948   1137011   no data   no data  --
1941.86/486.91	c  S st    83   3712857       153       316         0     78739       948   1148637   no data   no data  --
1941.86/486.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1941.86/486.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1941.86/486.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
1942.26/487.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1942.26/487.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1942.26/487.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
1942.26/487.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1971.79/494.47	c lits-rem:       605  cl-subs:     2875  v-elim:      0  v-fix:    0  time: 29.80 s
1971.79/494.47	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1971.79/494.49	c vivif2 --  cl tried    75864 cl shrink        0 lits rem          0 time: 0.06
1972.19/494.54	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.20
1972.19/494.54	c calculated reachability. Time: 0.00
1972.19/494.54	c  N st    83   3712857       153       316         0     75864       948   1066700   no data   no data  --
1997.32/500.86	c  F st    84   3751562       153       316         0    111348       948   1964690   no data   no data  --
1997.32/500.86	c  N st    84   3751562       153       316         0    111348       948   1964690   no data   no data  --
2000.14/501.59	c Decided on static restart strategy
2016.08/505.56	c  N st    94   3779863       153       316         0    136568       948   2626135   no data   no data  --
2036.42/510.63	c  N st    96   3815857       153       316         0     96916       948   1553699   no data   no data  --
2053.22/514.88	c  N st    97   3848250       153       316         0    123420       948   2133474   no data   no data  --
2076.72/520.75	c  N st    98   3896839       153       316         0     93609       948   1416343   no data   no data  --
2130.58/534.23	c  N st    99   3969721       153       316         0     83309       948   1135398   no data   no data  --
2200.82/551.88	c  N st   100   4079044       153       316         0    100442       948   1573222   no data   no data  --
2284.60/572.84	c  N st   101   4212857       153       316         0    138193       948   2558833   no data   no data  --
2284.60/572.84	c  S st   101   4212857       153       316         0    138193       948   2558833   no data   no data  --
2285.42/573.09	c  S st   101   4213361       153       316         0    138684       948   2570829   no data   no data  --
2285.42/573.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2285.42/573.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2285.83/573.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.25
2286.19/573.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2286.19/573.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2286.19/573.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
2286.19/573.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2697.11/676.21	c lits-rem:     21122  cl-subs:    11993  v-elim:      0  v-fix:    0  time: 410.61 s
2697.11/676.21	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
2697.11/676.23	c vivif2 --  cl tried   126691 cl shrink        0 lits rem          0 time: 0.11
2697.51/676.30	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.26
2697.51/676.30	c calculated reachability. Time: 0.00
2697.51/676.30	c  N st   101   4213361       153       316         0    126691       948   2214183   no data   no data  --
2860.30/717.15	c  N st   102   4459337       153       316         0    105110       948   1710662   no data   no data  --
3019.88/757.16	c  N st   103   4713361       153       316         0     79246       948    993353   no data   no data  --
3019.88/757.16	c  S st   103   4713361       153       316         0     79246       948    993353   no data   no data  --
3020.69/757.31	c  S st   103   4713862       153       316         0     79734       948   1006029   no data   no data  --
3020.69/757.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3020.69/757.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3020.69/757.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
3020.69/757.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3020.69/757.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3020.69/757.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3020.69/757.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3037.04/761.47	c lits-rem:       336  cl-subs:      152  v-elim:      0  v-fix:    0  time: 16.30 s
3037.04/761.47	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
3037.04/761.49	c vivif2 --  cl tried    79582 cl shrink        0 lits rem          0 time: 0.06
3037.44/761.54	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.20
3037.44/761.54	c calculated reachability. Time: 0.00
3037.44/761.54	c  N st   103   4713862       153       316         0     79582       948   1002397   no data   no data  --
3423.66/858.38	c  N st   104   5213864       153       316         0     89871       948   1203502   no data   no data  --
3423.66/858.38	c  S st   104   5213864       153       316         0     89871       948   1203502   no data   no data  --
3424.46/858.54	c  S st   104   5214365       153       316         0     90365       948   1215936   no data   no data  --
3424.46/858.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3424.46/858.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3424.46/858.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3424.86/858.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3424.86/858.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3424.86/858.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3424.86/858.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3442.02/862.95	c lits-rem:      1071  cl-subs:      612  v-elim:      0  v-fix:    0  time: 17.23 s
3442.02/862.95	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
3442.02/862.97	c vivif2 --  cl tried    89753 cl shrink        0 lits rem          0 time: 0.06
3442.42/863.01	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.19
3442.42/863.02	c calculated reachability. Time: 0.00
3442.42/863.02	c  N st   104   5214365       153       316         0     89753       948   1195716   no data   no data  --
3793.13/950.95	c  N st   105   5714366       153       316         0    161366       948   2985327   no data   no data  --
3793.13/950.95	c  S st   105   5714366       153       316         0    161366       948   2985327   no data   no data  --
3794.33/951.26	c  S st   105   5714868       153       316         0    161859       948   2997467   no data   no data  --
3794.33/951.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3794.33/951.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3794.73/951.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.33
3795.14/951.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3795.14/951.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3795.14/951.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3795.14/951.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4636.90/1162.48	c lits-rem:     18938  cl-subs:    25154  v-elim:      0  v-fix:    0  time: 841.76 s
4636.90/1162.48	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
4637.30/1162.51	c vivif2 --  cl tried   136705 cl shrink        0 lits rem          0 time: 0.12
4637.30/1162.59	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.30
4637.30/1162.60	c calculated reachability. Time: 0.00
4637.30/1162.60	c  N st   105   5714868       153       316         0    136705       948   2297712   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-3369380-1305412613/watcher-3369380-1305412613 -o /tmp/evaluation-result-3369380-1305412613/solver-3369380-1305412613 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369380-1305412613.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.77 8.00 6.85 5/317 10801
/proc/meminfo: memFree=22534456/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=183280 CPUtime=0 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 509 0 0 0 0 0 0 0 25 0 4 0 731491785 187678720 426 33554432000 4194304 4650419 140735241766208 18446744073709551615 4233488 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 45820 433 340 112 0 40785 0
[pid=10801/tid=10802] ppid=10799 vsize=281792 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 4 0 731491786 288555008 621 33554432000 4194304 4650419 140735241766208 18446744073709551615 252458170862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=281792 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 75 0 0 0 0 0 0 0 25 0 4 0 731491786 288555008 621 33554432000 4194304 4650419 140735241766208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=281792 CPUtime=0 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 76 0 0 0 0 0 0 0 25 0 4 0 731491786 288555008 622 33554432000 4194304 4650419 140735241766208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0477131 s]
/proc/loadavg: 7.77 8.00 6.85 5/317 10801
/proc/meminfo: memFree=22534456/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=281936 CPUtime=0.16 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 1082 0 0 0 16 0 0 0 25 0 4 0 731491785 288702464 986 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 70484 986 390 112 0 65449 0
[pid=10801/tid=10802] ppid=10799 vsize=281936 CPUtime=0.03 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 156 0 0 0 3 0 0 0 25 0 4 0 731491786 288702464 987 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=281936 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 159 0 0 0 4 0 0 0 25 0 4 0 731491786 288702464 987 33554432000 4194304 4650419 140735241766208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=281936 CPUtime=0.04 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 159 0 0 0 4 0 0 0 25 0 4 0 731491786 288702464 987 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 281936

[startup+0.100703 s]
/proc/loadavg: 7.77 8.00 6.85 5/317 10801
/proc/meminfo: memFree=22534456/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=291144 CPUtime=0.37 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 1648 0 0 0 37 0 0 0 25 0 4 0 731491785 298131456 1208 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 72786 1208 392 112 0 67751 0
[pid=10801/tid=10802] ppid=10799 vsize=291144 CPUtime=0.08 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 263 0 0 0 8 0 0 0 25 0 4 0 731491786 298131456 1208 33554432000 4194304 4650419 140735241766208 18446744073709551615 252457763442 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=291144 CPUtime=0.09 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 310 0 0 0 9 0 0 0 25 0 4 0 731491786 298131456 1208 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=291144 CPUtime=0.09 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 308 0 0 0 9 0 0 0 25 0 4 0 731491786 298131456 1209 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 291144

[startup+0.300666 s]
/proc/loadavg: 7.77 8.00 6.85 5/317 10801
/proc/meminfo: memFree=22534456/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=283684 CPUtime=1.17 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 3040 0 0 0 117 0 0 0 25 0 4 0 731491785 290492416 1742 33554432000 4194304 4650419 140735241766208 18446744073709551615 4349707 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 70921 1742 392 112 0 65886 0
[pid=10801/tid=10802] ppid=10799 vsize=283684 CPUtime=0.28 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 660 0 0 0 28 0 0 0 25 0 4 0 731491786 290492416 1742 33554432000 4194304 4650419 140735241766208 18446744073709551615 4360531 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=283684 CPUtime=0.29 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 640 0 0 0 29 0 0 0 25 0 4 0 731491786 290492416 1742 33554432000 4194304 4650419 140735241766208 18446744073709551615 4328275 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=283684 CPUtime=0.29 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 630 0 0 0 29 0 0 0 25 0 4 0 731491786 290492416 1742 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283684

[startup+0.700593 s]
/proc/loadavg: 7.77 8.00 6.85 5/317 10801
/proc/meminfo: memFree=22534456/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=284912 CPUtime=2.77 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 5476 0 0 0 277 0 0 0 25 0 4 0 731491785 291749888 2384 33554432000 4194304 4650419 140735241766208 18446744073709551615 4328964 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 71228 2384 393 112 0 66193 0
[pid=10801/tid=10802] ppid=10799 vsize=284912 CPUtime=0.68 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 1145 0 0 0 68 0 0 0 25 0 4 0 731491786 291749888 2384 33554432000 4194304 4650419 140735241766208 18446744073709551615 4307104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=284912 CPUtime=0.69 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 1294 0 0 0 69 0 0 0 25 0 4 0 731491786 291749888 2384 33554432000 4194304 4650419 140735241766208 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=284912 CPUtime=0.69 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 1243 0 0 0 69 0 0 0 25 0 4 0 731491786 291749888 2384 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284912

[startup+1.50045 s]
/proc/loadavg: 7.77 8.00 6.85 9/321 10805
/proc/meminfo: memFree=22518428/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=284076 CPUtime=5.96 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 13629 0 0 0 595 1 0 0 25 0 4 0 731491785 290893824 8010 33554432000 4194304 4650419 140735241766208 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 71019 8010 394 112 0 65984 0
[pid=10801/tid=10802] ppid=10799 vsize=284076 CPUtime=1.47 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 3134 0 0 0 147 0 0 0 25 0 4 0 731491786 290893824 8010 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=284076 CPUtime=1.49 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 3608 0 0 0 149 0 0 0 25 0 4 0 731491786 290893824 8010 33554432000 4194304 4650419 140735241766208 18446744073709551615 4439156 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=284076 CPUtime=1.49 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 3292 0 0 0 149 0 0 0 25 0 4 0 731491786 290893824 8010 33554432000 4194304 4650419 140735241766208 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 284076

[startup+3.10115 s]
/proc/loadavg: 7.77 8.00 6.85 9/321 10805
/proc/meminfo: memFree=22498712/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=293068 CPUtime=12.35 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 19973 0 0 0 1233 2 0 0 25 0 4 0 731491785 300101632 11852 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366253 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 73267 11852 394 112 0 68232 0
[pid=10801/tid=10802] ppid=10799 vsize=293068 CPUtime=3.06 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 5401 0 0 0 306 0 0 0 25 0 4 0 731491786 300101632 11853 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=293068 CPUtime=3.09 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 4426 0 0 0 309 0 0 0 25 0 4 0 731491786 300101632 11853 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=293068 CPUtime=3.09 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 4642 0 0 0 309 0 0 0 25 0 4 0 731491786 300101632 11853 33554432000 4194304 4650419 140735241766208 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293068

[startup+6.30055 s]
/proc/loadavg: 7.79 8.00 6.85 9/321 10805
/proc/meminfo: memFree=22491532/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=302608 CPUtime=25.11 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 30656 0 0 0 2507 4 0 0 25 0 4 0 731491785 309870592 17181 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 75652 17181 394 112 0 70617 0
[pid=10801/tid=10802] ppid=10799 vsize=302608 CPUtime=6.23 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 8769 0 0 0 622 1 0 0 25 0 4 0 731491786 309870592 17181 33554432000 4194304 4650419 140735241766208 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=302608 CPUtime=6.28 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 6645 0 0 0 628 0 0 0 25 0 4 0 731491786 309870592 17181 33554432000 4194304 4650419 140735241766208 18446744073709551615 4360525 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=302608 CPUtime=6.28 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 6689 0 0 0 628 0 0 0 25 0 4 0 731491786 309870592 17181 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 302608

[startup+12.7004 s]
/proc/loadavg: 7.81 8.00 6.86 9/321 10805
/proc/meminfo: memFree=22461532/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=303420 CPUtime=50.65 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 45837 0 0 0 5058 7 0 0 25 0 4 0 731491785 310702080 21657 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364796 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 75855 21657 394 112 0 70820 0
[pid=10801/tid=10802] ppid=10799 vsize=303420 CPUtime=12.56 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 11896 0 0 0 1255 1 0 0 25 0 4 0 731491786 310702080 21657 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=303420 CPUtime=12.68 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 10877 0 0 0 1267 1 0 0 25 0 4 0 731491786 310702080 21657 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=303420 CPUtime=12.69 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 9415 0 0 0 1268 1 0 0 25 0 4 0 731491786 310702080 21657 33554432000 4194304 4650419 140735241766208 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 303420

[startup+25.501 s]
/proc/loadavg: 7.85 8.00 6.88 9/321 10806
/proc/meminfo: memFree=22427660/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=296240 CPUtime=101.72 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 74104 0 0 0 10161 11 0 0 25 0 4 0 731491785 303349760 27796 33554432000 4194304 4650419 140735241766208 18446744073709551615 4334251 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 74060 27796 394 112 0 69025 0
[pid=10801/tid=10802] ppid=10799 vsize=296240 CPUtime=25.22 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 18341 0 0 0 2520 2 0 0 25 0 4 0 731491786 303349760 27796 33554432000 4194304 4650419 140735241766208 18446744073709551615 4315077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=296240 CPUtime=25.49 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 20168 0 0 0 2546 3 0 0 25 0 4 0 731491786 303349760 27796 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=296240 CPUtime=25.49 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 13871 0 0 0 2547 2 0 0 25 0 4 0 731491786 303349760 27796 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 296240

[startup+51.1002 s]
/proc/loadavg: 7.96 8.01 6.91 9/321 10806
/proc/meminfo: memFree=22418024/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=288712 CPUtime=203.85 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 121306 0 0 0 20363 22 0 0 25 0 4 0 731491785 295641088 36950 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 72178 36950 394 112 0 67143 0
[pid=10801/tid=10802] ppid=10799 vsize=288712 CPUtime=50.56 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 31373 0 0 0 5051 5 0 0 25 0 4 0 731491786 295641088 36950 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=288712 CPUtime=51.08 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 32129 0 0 0 5103 5 0 0 25 0 4 0 731491786 295641088 36950 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=288712 CPUtime=51.09 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 21243 0 0 0 5105 4 0 0 25 0 4 0 731491786 295641088 36950 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 288712

[startup+102.312 s]
/proc/loadavg: 8.06 8.02 6.97 9/321 10808
/proc/meminfo: memFree=22353596/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=377024 CPUtime=408.18 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 188180 0 0 0 40782 36 0 0 25 0 4 0 731491785 386072576 47246 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 94256 47246 394 112 0 89221 0
[pid=10801/tid=10802] ppid=10799 vsize=377024 CPUtime=101.26 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 49065 0 0 0 10116 10 0 0 25 0 4 0 731491786 386072576 47246 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=377024 CPUtime=102.3 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 53689 0 0 0 10220 10 0 0 25 0 4 0 731491786 386072576 47246 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=377024 CPUtime=102.3 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 30391 0 0 0 10225 5 0 0 25 0 4 0 731491786 386072576 47246 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 377024

[startup+162.301 s]

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

[pid=10801] ppid=10799 vsize=676740 CPUtime=2801.25 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 562316 0 0 0 279967 158 0 0 25 0 4 0 731491785 692981760 129490 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 169185 129490 394 112 0 164150 0
[pid=10801/tid=10802] ppid=10799 vsize=676740 CPUtime=695.13 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 180077 0 0 0 69464 49 0 0 25 0 4 0 731491786 692981760 129490 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=676740 CPUtime=701.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 115654 0 0 0 70133 32 0 0 25 0 4 0 731491786 692981760 129490 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=676740 CPUtime=702.31 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 83005 0 0 0 70205 26 0 0 25 0 4 0 731491786 692981760 129490 33554432000 4194304 4650419 140735241766208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.25
Current children cumulated vsize (KiB) 676740

[startup+762.312 s]
/proc/loadavg: 8.18 8.13 7.56 9/321 10859
/proc/meminfo: memFree=21378952/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=690772 CPUtime=3040.67 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 598576 0 0 0 303897 170 0 0 25 0 4 0 731491785 707350528 136363 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 172693 136363 394 112 0 167658 0
[pid=10801/tid=10802] ppid=10799 vsize=690772 CPUtime=754.52 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 194561 0 0 0 75398 54 0 0 25 0 4 0 731491786 707350528 136363 33554432000 4194304 4650419 140735241766208 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=690772 CPUtime=761.66 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 120258 0 0 0 76133 33 0 0 25 0 4 0 731491786 707350528 136363 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=690772 CPUtime=762.33 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 89947 0 0 0 76204 29 0 0 25 0 4 0 731491786 707350528 136363 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.67
Current children cumulated vsize (KiB) 690772

[startup+822.301 s]
/proc/loadavg: 8.13 8.12 7.59 9/321 10861
/proc/meminfo: memFree=21252416/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=757092 CPUtime=3280.03 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 620527 0 0 0 327823 180 0 0 25 0 4 0 731491785 775262208 134111 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 189273 134111 394 112 0 184238 0
[pid=10801/tid=10802] ppid=10799 vsize=757092 CPUtime=813.9 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 203794 0 0 0 81333 57 0 0 25 0 4 0 731491786 775262208 134111 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=757092 CPUtime=821.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 120258 0 0 0 82132 33 0 0 25 0 4 0 731491786 775262208 134111 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=757092 CPUtime=822.31 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 94227 0 0 0 82200 31 0 0 25 0 4 0 731491786 775262208 134111 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 757092

[startup+882.301 s]
/proc/loadavg: 8.16 8.13 7.62 9/321 10862
/proc/meminfo: memFree=21196332/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=706380 CPUtime=3519.42 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 652688 0 0 0 351749 193 0 0 25 0 4 0 731491785 723333120 133470 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 176595 133470 394 112 0 171560 0
[pid=10801/tid=10802] ppid=10799 vsize=706380 CPUtime=873.29 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 216491 0 0 0 87267 62 0 0 25 0 4 0 731491786 723333120 133470 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=706380 CPUtime=881.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 120258 0 0 0 88132 33 0 0 25 0 4 0 731491786 723333120 133470 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=706380 CPUtime=882.31 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 100479 0 0 0 88197 34 0 0 25 0 4 0 731491786 723333120 133470 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.42
Current children cumulated vsize (KiB) 706380

[startup+942.3 s]
/proc/loadavg: 8.11 8.12 7.65 9/321 10864
/proc/meminfo: memFree=21127948/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=702320 CPUtime=3758.82 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 688087 0 0 0 375678 204 0 0 25 0 4 0 731491785 719175680 141846 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 175580 141846 394 112 0 170545 0
[pid=10801/tid=10802] ppid=10799 vsize=702320 CPUtime=932.68 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 230809 0 0 0 93202 66 0 0 25 0 4 0 731491786 719175680 141846 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=702320 CPUtime=941.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 123502 0 0 0 94131 34 0 0 25 0 4 0 731491786 719175680 141846 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=702320 CPUtime=942.31 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 105325 0 0 0 94195 36 0 0 25 0 4 0 731491786 719175680 141846 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.82
Current children cumulated vsize (KiB) 702320

[startup+1002.3 s]
/proc/loadavg: 8.09 8.11 7.67 9/321 10866
/proc/meminfo: memFree=21098020/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=768180 CPUtime=3998.18 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 705067 0 0 0 399605 213 0 0 25 0 4 0 731491785 786616320 150013 33554432000 4194304 4650419 140735241766208 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 192045 150013 394 112 0 187010 0
[pid=10801/tid=10802] ppid=10799 vsize=768180 CPUtime=992.04 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 246104 0 0 0 99130 74 0 0 25 0 4 0 731491786 786616320 150013 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=768180 CPUtime=1001.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 123679 0 0 0 100131 34 0 0 25 0 4 0 731491786 786616320 150013 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=768180 CPUtime=1002.31 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 105325 0 0 0 100195 36 0 0 25 0 4 0 731491786 786616320 150013 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.18
Current children cumulated vsize (KiB) 768180

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 7.70 9/321 10867
/proc/meminfo: memFree=21039344/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=772916 CPUtime=4237.53 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 705846 0 0 0 423540 213 0 0 25 0 4 0 731491785 791465984 150792 33554432000 4194304 4650419 140735241766208 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 193229 150792 394 112 0 188194 0
[pid=10801/tid=10802] ppid=10799 vsize=772916 CPUtime=1051.39 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 246104 0 0 0 105065 74 0 0 25 0 4 0 731491786 791465984 150792 33554432000 4194304 4650419 140735241766208 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=772916 CPUtime=1061.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 124458 0 0 0 106131 34 0 0 25 0 4 0 731491786 791465984 150792 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=772916 CPUtime=1062.32 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 105325 0 0 0 106196 36 0 0 25 0 4 0 731491786 791465984 150792 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.53
Current children cumulated vsize (KiB) 772916

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 7.73 9/321 10869
/proc/meminfo: memFree=20865312/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=795712 CPUtime=4476.91 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 718162 0 0 0 447472 219 0 0 25 0 4 0 731491785 814809088 159209 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 198928 159209 394 112 0 193893 0
[pid=10801/tid=10802] ppid=10799 vsize=795712 CPUtime=1110.77 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 248464 0 0 0 111003 74 0 0 25 0 4 0 731491786 814809088 159209 33554432000 4194304 4650419 140735241766208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=795712 CPUtime=1121.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 131579 0 0 0 112127 38 0 0 25 0 4 0 731491786 814809088 159209 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=795712 CPUtime=1122.32 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 108160 0 0 0 112194 38 0 0 25 0 4 0 731491786 814809088 159209 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.91
Current children cumulated vsize (KiB) 795712

[startup+1182.3 s]
/proc/loadavg: 8.05 8.10 7.74 9/321 10870
/proc/meminfo: memFree=20903580/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=854492 CPUtime=4716.31 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 736882 0 0 0 471407 224 0 0 25 0 4 0 731491785 874999808 160715 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 213623 160715 394 112 0 208588 0
[pid=10801/tid=10802] ppid=10799 vsize=854492 CPUtime=1170.17 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 257566 0 0 0 116940 77 0 0 25 0 4 0 731491786 874999808 160715 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=854492 CPUtime=1181.65 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 132149 0 0 0 118127 38 0 0 25 0 4 0 731491786 874999808 160715 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=854492 CPUtime=1182.32 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 113021 0 0 0 118192 40 0 0 25 0 4 0 731491786 874999808 160715 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.31
Current children cumulated vsize (KiB) 854492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.10 8.11 7.75 10/321 10871
/proc/meminfo: memFree=20833744/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=855288 CPUtime=4800.15 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 745822 0 0 0 479787 228 0 0 25 0 4 0 731491785 875814912 159856 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 213822 159856 394 112 0 208787 0
[pid=10801/tid=10802] ppid=10799 vsize=855288 CPUtime=1190.94 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 262151 0 0 0 119016 78 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=855288 CPUtime=1202.67 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 132373 0 0 0 120229 38 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=855288 CPUtime=1203.34 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 116639 0 0 0 120293 41 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 855288

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

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

[startup+1203.3 s]
/proc/loadavg: 8.10 8.11 7.75 10/321 10871
/proc/meminfo: memFree=20833744/32951124 swapFree=59305796/67111528
[pid=10801] ppid=10799 vsize=855288 CPUtime=4800.15 cores=0,2,4,6
/proc/10801/stat : 10801 (strangenight1-m) R 10799 10801 10621 0 -1 4202496 745822 0 0 0 479787 228 0 0 25 0 4 0 731491785 875814912 159856 33554432000 4194304 4650419 140735241766208 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10801/statm: 213822 159856 394 112 0 208787 0
[pid=10801/tid=10802] ppid=10799 vsize=855288 CPUtime=1190.94 cores=0,2,4,6
/proc/10801/task/10802/stat : 10802 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 262151 0 0 0 119016 78 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10801/tid=10803] ppid=10799 vsize=855288 CPUtime=1202.67 cores=0,2,4,6
/proc/10801/task/10803/stat : 10803 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 132373 0 0 0 120229 38 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10801/tid=10804] ppid=10799 vsize=855288 CPUtime=1203.34 cores=0,2,4,6
/proc/10801/task/10804/stat : 10804 (strangenight1-m) R 10799 10801 10621 0 -1 4202560 116639 0 0 0 120293 41 0 0 25 0 4 0 731491786 875814912 159858 33554432000 4194304 4650419 140735241766208 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 855288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.35
CPU time (s): 4800.22
CPU user time (s): 4797.91
CPU system time (s): 2.30965
CPU usage (%): 398.904
Max. virtual memory (cumulated for all children) (KiB): 912848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.91
system time used= 2.30965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 745827
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= 123
involuntary context switches= 25371

runsolver used 3.47247 second user time and 8.72967 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 00:36:53
IDJOB=3369380
IDBENCH=83143
IDSOLVER=1846
FILE ID=node111/3369380-1305412613
RUNJOBID= node111-1305410850-10639
PBS_JOBID= 13324532
Free space on /tmp= 73668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369380-1305412613/watcher-3369380-1305412613 -o /tmp/evaluation-result-3369380-1305412613/solver-3369380-1305412613 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369380-1305412613.cnf

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=1073320643

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      22534620 kB
Buffers:        265000 kB
Cached:        6508380 kB
SwapCached:      13720 kB
Active:        1332160 kB
Inactive:      8868992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22534620 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:     3423684 kB
Mapped:          13260 kB
Slab:           114824 kB
PageTables:      37344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53806648 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= 73652 MiB
End job on node111 at 2011-05-15 00:56:58