Trace number 3369334

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.47 1203.74

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
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 variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
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-3369334-1305415728.cnf'
0.00/0.00	c -- header says num vars:            194
0.00/0.00	c -- header says num clauses:         954
0.00/0.00	c -- clauses added:            0 learnts,          954 normals,            0 xors
0.00/0.00	c -- vars added        194
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       194       944        10         0      3252         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/944/944 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.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:    193 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:         7  cl-subs:        0  v-elim:     57  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:      52, avg size: 4.0)
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:       1 undec:      59 neg:     134
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       136       426         4         0      1935         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.42/0.12	c  N st     8      4920       136       426         5      4752      1935    110130   no data   no data  --
1.17/0.34	c  N st    10     11303       136       426         6      4403      1935     75137   no data   no data  --
1.97/0.55	c  N st    11     17046       136       426         6      9855      1935    203462   no data   no data  --
3.17/0.85	c  F st    12     25001       136       426         6     12083      1935    236359   no data   no data  --
3.17/0.85	c  N st    12     25001       136       426         6     12083      1935    236359   no data   no data  --
3.97/1.04	c Decided on static restart strategy
3.97/1.04	c  N st    18     30000       136       426         6     10542      1935    187759   no data   no data  --
3.97/1.04	c  S st    18     30000       136       426         6     10542      1935    187759   no data   no data  --
3.97/1.07	c  S st    18     30505       136       426         6     11041      1935    197501   no data   no data  --
3.97/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.08	c subs with bin:        0  lits-rem:        57  v-fix:    0  time:  0.00 s
3.97/1.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
3.97/1.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.45	c lits-rem:      1903  cl-subs:     1015  v-elim:      0  v-fix:    0  time:  1.45 s
5.55/1.45	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
5.55/1.45	c calculated reachability. Time: 0.00
5.55/1.45	c  N st    18     30505       136       426         6     10026      1935    173629   no data   no data  --
6.76/1.76	c  N st    20     37618       136       426         6      9344      1935    146210   no data   no data  --
7.95/2.05	c  N st    21     44018       136       426         6     15316      1935    281816   no data   no data  --
8.35/2.13	c  S st    22     45757       136       426         6     16944      1935    316609   no data   no data  --
8.35/2.18	c  S st    22     46257       136       426         6      9055      1935    126144   no data   no data  --
8.35/2.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.35/2.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.35/2.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.35/2.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.35/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
8.35/2.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.24	c lits-rem:       386  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.19 s
8.77/2.24	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c vivif2 --  cl tried     8909 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
8.77/2.24	c calculated reachability. Time: 0.00
8.77/2.24	c  N st    22     46257       136       426         6      8909      1935    123435   no data   no data  --
11.94/3.01	c  N st    23     60654       136       426         6     13004      1935    206147   no data   no data  --
13.92/3.53	c  N st    24     69385       136       426         6     10916      1935    148747   no data   no data  --
13.92/3.53	c  S st    24     69385       136       426         6     10916      1935    148747   no data   no data  --
13.92/3.56	c  S st    24     69889       136       426         6     11416      1935    159525   no data   no data  --
13.92/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.92/3.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.92/3.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.92/3.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.92/3.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.92/3.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
13.92/3.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.83	c lits-rem:       696  cl-subs:      188  v-elim:      0  v-fix:    0  time:  1.03 s
15.12/3.83	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
15.12/3.83	c vivif2 --  cl tried    11228 cl shrink        0 lits rem          0 time: 0.01
15.12/3.83	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
15.12/3.83	c calculated reachability. Time: 0.00
15.12/3.83	c  N st    24     69889       136       426         6     11228      1935    155281   no data   no data  --
18.72/4.75	c  F st    25     87500       136       426         6     16429      1935    265989   no data   no data  --
18.72/4.75	c  N st    25     87500       136       426         6     16429      1935    265989   no data   no data  --
19.91/5.05	c Decided on static restart strategy
20.71/5.24	c  N st    32     95536       136       426         6     23932      1935    437615   no data   no data  --
22.71/5.73	c  N st    34    104833       136       426         6     20434      1935    340045   no data   no data  --
22.71/5.73	c  S st    34    104833       136       426         6     20434      1935    340045   no data   no data  --
22.71/5.78	c  S st    34    105337       136       426         6     20936      1935    351293   no data   no data  --
22.71/5.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.71/5.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.71/5.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
23.11/5.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
23.11/5.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.28/7.19	c lits-rem:      2762  cl-subs:     2099  v-elim:      0  v-fix:    0  time:  5.53 s
28.28/7.19	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
28.28/7.19	c vivif2 --  cl tried    18837 cl shrink        0 lits rem          0 time: 0.02
28.68/7.20	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.03
28.68/7.20	c calculated reachability. Time: 0.00
28.68/7.20	c  N st    34    105337       136       426         6     18837      1935    301939   no data   no data  --
30.71/7.80	c  N st    35    114936       136       426         6     14845      1935    203073   no data   no data  --
34.27/8.66	c  N st    36    129333       136       426         6     28416      1935    507112   no data   no data  --
39.90/10.02	c  N st    37    150928       136       426         6     19602      1935    281308   no data   no data  --
41.45/10.43	c  S st    38    158007       136       426         6     26191      1935    428098   no data   no data  --
41.85/10.50	c  S st    38    158508       136       426         6     26690      1935    438364   no data   no data  --
41.85/10.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.85/10.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.85/10.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.85/10.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.85/10.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.85/10.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
41.85/10.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.26/12.20	c lits-rem:      3661  cl-subs:     3091  v-elim:      0  v-fix:    0  time:  6.71 s
48.26/12.20	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
48.26/12.21	c vivif2 --  cl tried    23599 cl shrink        0 lits rem          0 time: 0.02
48.68/12.22	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.04
48.68/12.22	c calculated reachability. Time: 0.00
48.68/12.22	c  N st    38    158508       136       426         6     23599      1935    372348   no data   no data  --
61.41/15.48	c  N st    39    207096       136       426         6     18648      1935    233194   no data   no data  --
69.37/17.46	c  N st    40    237762       136       426         6     28760      1935    457604   no data   no data  --
69.37/17.46	c  S st    40    237762       136       426         6     28760      1935    457604   no data   no data  --
69.77/17.53	c  S st    40    238268       136       426         6     29259      1935    469147   no data   no data  --
69.77/17.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
69.77/17.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.77/17.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
69.77/17.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.77/17.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.77/17.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
69.77/17.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.34/19.42	c lits-rem:      5166  cl-subs:     2717  v-elim:      0  v-fix:    0  time:  7.44 s
77.34/19.42	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
77.34/19.42	c vivif2 --  cl tried    26542 cl shrink        0 lits rem          0 time: 0.02
77.34/19.43	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.04
77.34/19.44	c calculated reachability. Time: 0.00
77.34/19.44	c  N st    40    238268       136       426         6     26542      1935    406457   no data   no data  --
97.28/24.46	c  F st    41    306250       136       426         6     28430      1935    416465   no data   no data  --
97.28/24.46	c  N st    41    306250       136       426         6     28430      1935    416465   no data   no data  --
98.88/24.84	c Decided on static restart strategy
105.71/26.59	c  N st    51    334557       136       426         6     32708      1935    495935   no data   no data  --
112.04/28.16	c  N st    53    357404       136       426         6     30492      1935    414868   no data   no data  --
112.04/28.16	c  S st    53    357404       136       426         6     30492      1935    414868   no data   no data  --
112.44/28.23	c  S st    53    357905       136       426         6     30987      1935    426171   no data   no data  --
112.44/28.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
112.44/28.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
112.44/28.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
112.44/28.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.44/28.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.44/28.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
112.44/28.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.23/29.45	c lits-rem:      1650  cl-subs:      725  v-elim:      0  v-fix:    0  time:  4.78 s
117.23/29.45	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
117.23/29.45	c vivif2 --  cl tried    30262 cl shrink        0 lits rem          0 time: 0.02
117.23/29.47	c asymm  cl-useful: 3/426/426 lits-rem:3 time: 0.06
117.23/29.47	c calculated reachability. Time: 0.00
117.23/29.47	c  N st    53    357905       136       426         6     30262      1932    412329   no data   no data  --
128.00/32.12	c  N st    54    390297       136       426         6     36721      1932    588136   no data   no data  --
145.94/36.67	c  N st    55    438885       136       426         6     30148      1932    407084   no data   no data  --
171.08/43.00	c  N st    56    511770       136       426         6     42856      1932    678097   no data   no data  --
179.86/45.14	c  N st    57    536858       136       426         6     37477      1932    548263   no data   no data  --
179.86/45.14	c  S st    57    536858       136       426         6     37477      1932    548263   no data   no data  --
180.28/45.23	c  S st    57    537360       136       426         6     37975      1932    559456   no data   no data  --
180.28/45.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.28/45.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
180.28/45.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
180.28/45.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.28/45.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.28/45.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
180.28/45.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
188.63/47.37	c lits-rem:      3987  cl-subs:     3348  v-elim:      0  v-fix:    0  time:  8.40 s
188.63/47.37	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
188.63/47.37	c vivif2 --  cl tried    34627 cl shrink        0 lits rem          0 time: 0.02
188.63/47.39	c asymm  cl-useful: 9/426/426 lits-rem:9 time: 0.08
188.63/47.40	c calculated reachability. Time: 0.00
188.63/47.40	c  N st    57    537360       136       426         6     34627      1923    485249   no data   no data  --
252.43/63.31	c  N st    58    701346       136       426         6     62084      1923   1041539   no data   no data  --
293.92/73.71	c  N st    59    806040       136       426         6     56021      1923    869252   no data   no data  --
293.92/73.71	c  S st    59    806040       136       426         6     56021      1923    869252   no data   no data  --
294.35/73.85	c  S st    59    806546       136       426         6     56523      1923    881139   no data   no data  --
294.35/73.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
294.35/73.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
294.35/73.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
294.35/73.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.35/73.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.35/73.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
294.35/73.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
317.83/79.74	c lits-rem:      1349  cl-subs:     8823  v-elim:      0  v-fix:    0  time: 23.27 s
317.83/79.74	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
317.83/79.75	c vivif2 --  cl tried    47700 cl shrink        0 lits rem          0 time: 0.04
317.83/79.78	c asymm  cl-useful: 4/426/426 lits-rem:4 time: 0.12
317.83/79.78	c calculated reachability. Time: 0.00
317.83/79.78	c  N st    59    806546       136       426         6     47700      1919    708167   no data   no data  --
429.51/107.72	c  F st    60   1071876       136       426         6     62478      1919    935248   no data   no data  --
429.51/107.72	c  N st    60   1071876       136       426         6     62478      1919    935248   no data   no data  --
431.90/108.36	c Decided on static restart strategy
443.50/111.23	c  N st    70   1100177       136       426         6     48099      1919    674388   no data   no data  --
460.63/115.52	c  N st    72   1136171       136       426         6     81823      1919   1454593   no data   no data  --
475.76/119.37	c  N st    73   1168565       136       426         6     69635      1919   1136525   no data   no data  --
496.50/124.55	c  N st    74   1209819       136       426         6     64269      1919   1015756   no data   no data  --
496.50/124.55	c  S st    74   1209819       136       426         6     64269      1919   1015756   no data   no data  --
497.30/124.73	c  S st    74   1210326       136       426         6     64772      1919   1027831   no data   no data  --
497.30/124.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
497.30/124.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
497.30/124.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
497.70/124.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
497.70/124.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
497.70/124.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
497.70/124.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
537.58/134.82	c lits-rem:       575  cl-subs:     7337  v-elim:      0  v-fix:    0  time: 39.94 s
537.58/134.82	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
537.58/134.83	c vivif2 --  cl tried    57435 cl shrink        0 lits rem          0 time: 0.05
537.58/134.89	c asymm  cl-useful: 6/426/426 lits-rem:6 time: 0.23
537.58/134.89	c calculated reachability. Time: 0.00
537.58/134.89	c  N st    74   1210326       136       426         6     57435      1911    878302   no data   no data  --
573.47/143.81	c  N st    75   1283208       136       426         6     80050      1911   1361063   no data   no data  --
628.49/157.67	c  N st    76   1392531       136       426         6     89172      1911   1542359   no data   no data  --
719.44/180.49	c  N st    77   1556515       136       426         6     97066      1911   1677016   no data   no data  --
800.77/200.87	c  N st    78   1710326       136       426         6     86436      1911   1399108   no data   no data  --
800.77/200.87	c  S st    78   1710326       136       426         6     86436      1911   1399108   no data   no data  --
801.97/201.13	c  S st    78   1710831       136       426         6     86939      1911   1410791   no data   no data  --
801.97/201.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
801.97/201.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
801.97/201.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
802.37/201.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
802.37/201.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
802.37/201.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
802.37/201.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
906.45/227.37	c lits-rem:      4824  cl-subs:    14806  v-elim:      0  v-fix:    0  time: 104.22 s
906.45/227.37	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
906.45/227.39	c vivif2 --  cl tried    72133 cl shrink        0 lits rem          0 time: 0.06
906.85/227.46	c asymm  cl-useful: 6/426/426 lits-rem:7 time: 0.31
906.85/227.47	c calculated reachability. Time: 0.00
906.85/227.47	c  N st    78   1710831       136       426         6     72133      1902   1111205   no data   no data  --
1132.96/284.14	c  N st    79   2079795       136       426         6     84382      1902   1288469   no data   no data  --
1211.92/303.95	c  N st    80   2210831       136       426         6     88944      1902   1398774   no data   no data  --
1211.92/303.95	c  S st    80   2210831       136       426         6     88944      1902   1398774   no data   no data  --
1213.12/304.20	c  S st    80   2211335       136       426         6     89441      1902   1410330   no data   no data  --
1213.12/304.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1213.12/304.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1213.12/304.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
1213.12/304.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1213.12/304.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1213.12/304.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
1213.12/304.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1289.30/323.36	c lits-rem:       552  cl-subs:    10151  v-elim:      0  v-fix:    0  time: 76.01 s
1289.30/323.36	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
1289.30/323.38	c vivif2 --  cl tried    79290 cl shrink        0 lits rem          0 time: 0.07
1289.72/323.47	c asymm  cl-useful: 6/426/426 lits-rem:6 time: 0.35
1289.72/323.47	c calculated reachability. Time: 0.00
1289.72/323.47	c  N st    80   2211335       136       426         6     79290      1891   1222770   no data   no data  --
1638.67/410.98	c  N st    81   2711336       136       426         6    101058      1891   1605214   no data   no data  --
1638.67/410.98	c  S st    81   2711336       136       426         6    101058      1891   1605214   no data   no data  --
1638.67/410.98	c Finding binary XORs  T:     0.00 s  found:       0
1639.87/411.30	c  S st    81   2711840       136       426         8    101557      1891   1616047   no data   no data  --
1640.27/411.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1640.27/411.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1640.27/411.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.2M T:  0.17
1640.27/411.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1641.45/411.60	c subs with bin:      145  lits-rem:      4356  v-fix:    0  time:  0.80 s
1641.45/411.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
1641.45/411.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1745.55/437.77	c lits-rem:      1668  cl-subs:    12021  v-elim:      0  v-fix:    0  time: 104.38 s
1745.55/437.77	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
1745.97/437.81	c vivif2 --  cl tried    89391 cl shrink     1989 lits rem       1989 time: 0.13
1746.39/437.91	c asymm  cl-useful: 5/426/426 lits-rem:5 time: 0.40
1746.39/437.91	c calculated reachability. Time: 0.00
1746.39/437.91	c  N st    81   2711840       136       426         7     89391      1886   1381764   no data   no data  --
2100.50/526.79	c  N st    82   3211843       136       426         7    138415      1886   2281025   no data   no data  --
2100.50/526.79	c  S st    82   3211843       136       426         7    138415      1886   2281025   no data   no data  --
2102.49/527.20	c  S st    82   3212345       136       426         8    138913      1886   2291110   no data   no data  --
2102.49/527.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2102.49/527.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2102.49/527.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.28
2104.50/527.76	c Replacing        1 vars Replaced    40159 lits Time:     1.92 s 
2104.90/527.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2105.29/527.90	c subs with bin:        0  lits-rem:      4335  v-fix:    0  time:  0.28 s
2105.29/527.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
2105.29/527.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2526.42/633.55	c lits-rem:       222  cl-subs:    34330  v-elim:      0  v-fix:    0  time: 421.20 s
2526.42/633.55	c vivif2 --  cl tried      425 cl shrink        0 lits rem          0 time: 0.00
2526.42/633.58	c vivif2 --  cl tried   103295 cl shrink        0 lits rem          0 time: 0.10
2526.84/633.70	c asymm  cl-useful: 2/425/425 lits-rem:2 time: 0.48
2526.84/633.71	c calculated reachability. Time: 0.00
2526.84/633.71	c  N st    82   3212345       135       425         6    103295      1875   1612800   no data   no data  --
2887.74/724.15	c  N st    83   3712345       135       425         6    121531      1875   1881057   no data   no data  --
2887.74/724.15	c  S st    83   3712345       135       425         6    121531      1875   1881057   no data   no data  --
2889.74/724.61	c  S st    83   3712847       135       425         6    122029      1875   1892440   no data   no data  --
2889.74/724.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2889.74/724.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2889.74/724.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.28
2890.14/724.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2890.14/724.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2890.14/724.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
2890.14/724.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3083.16/773.18	c lits-rem:      5761  cl-subs:    21817  v-elim:      0  v-fix:    0  time: 193.02 s
3083.16/773.18	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
3083.56/773.20	c vivif2 --  cl tried   100213 cl shrink        0 lits rem          0 time: 0.09
3083.56/773.31	c asymm  cl-useful: 0/424/424 lits-rem:0 time: 0.42
3083.98/773.31	c calculated reachability. Time: 0.00
3083.98/773.31	c  N st    83   3712847       135       424         6    100213      1867   1483228   no data   no data  --
3115.86/781.39	c  F st    84   3751562       135       424         6    135224      1867   2225437   no data   no data  --
3115.86/781.39	c  N st    84   3751562       135       424         6    135224      1867   2225437   no data   no data  --
3121.45/782.71	c Decided on static restart strategy
3143.78/788.31	c  N st    94   3779863       135       424         6     86557      1867   1188010   no data   no data  --
3169.31/794.70	c  N st    96   3815855       135       424         6    119129      1867   1884368   no data   no data  --
3196.43/801.52	c  N st    97   3848248       135       424         6    148612      1867   2533827   no data   no data  --
3231.92/810.44	c  N st    98   3896837       135       424         6    116366      1867   1797962   no data   no data  --
3289.76/824.93	c  N st    99   3969719       135       424         6    104620      1867   1530208   no data   no data  --
3371.91/845.55	c  N st   100   4079043       135       424         6    124492      1867   1891992   no data   no data  --
3489.57/875.03	c  N st   101   4212847       135       424         6     84864      1867   1086296   no data   no data  --
3489.57/875.03	c  S st   101   4212847       135       424         6     84864      1867   1086296   no data   no data  --
3490.37/875.28	c  S st   101   4213350       135       424         6     85362      1867   1097525   no data   no data  --
3490.37/875.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3490.37/875.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3490.77/875.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
3490.77/875.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3490.77/875.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3490.77/875.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
3490.77/875.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3520.66/882.86	c lits-rem:       384  cl-subs:     2251  v-elim:      0  v-fix:    0  time: 29.85 s
3520.66/882.86	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
3520.66/882.88	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.07
3521.06/882.98	c asymm  cl-useful: 2/424/424 lits-rem:2 time: 0.39
3521.06/882.98	c calculated reachability. Time: 0.00
3521.06/882.98	c  N st   101   4213350       135       424         6     83111      1865   1057315   no data   no data  --
3752.76/941.02	c  N st   102   4459326       135       424         6    142566      1865   2218884   no data   no data  --
4017.95/1007.52	c  N st   103   4713352       135       424         6    120782      1865   1805286   no data   no data  --
4017.95/1007.52	c  S st   103   4713352       135       424         6    120782      1865   1805286   no data   no data  --
4019.94/1008.01	c  S st   103   4713856       135       424         6    121273      1865   1816729   no data   no data  --
4019.94/1008.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4019.94/1008.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4019.94/1008.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.30
4020.34/1008.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4020.34/1008.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4020.34/1008.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
4020.34/1008.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4175.46/1047.06	c lits-rem:      1004  cl-subs:    14149  v-elim:      0  v-fix:    0  time: 155.12 s
4175.46/1047.06	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
4175.46/1047.08	c vivif2 --  cl tried   107124 cl shrink        0 lits rem          0 time: 0.10
4176.28/1047.21	c asymm  cl-useful: 2/424/424 lits-rem:2 time: 0.48
4176.28/1047.21	c calculated reachability. Time: 0.00
4176.28/1047.21	c  N st   103   4713856       135       424         6    107124      1863   1561200   no data   no data  --
4598.22/1153.07	c  N st   104   5213856       135       424         6    121282      1863   1730034   no data   no data  --
4598.22/1153.07	c  S st   104   5213856       135       424         6    121282      1863   1730034   no data   no data  --
4600.61/1153.60	c  S st   104   5214358       135       424         6    121780      1863   1741064   no data   no data  --
4600.61/1153.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4600.61/1153.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4600.61/1153.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.29
4601.01/1153.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4601.01/1153.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4601.01/1153.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
4601.01/1153.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4780.44/1198.79	c lits-rem:      1098  cl-subs:    14385  v-elim:      0  v-fix:    0  time: 179.59 s
4780.44/1198.79	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
4780.84/1198.82	c vivif2 --  cl tried   107395 cl shrink        0 lits rem          0 time: 0.12
4781.24/1198.96	c asymm  cl-useful: 0/424/424 lits-rem:0 time: 0.55
4781.24/1198.96	c calculated reachability. Time: 0.00
4781.24/1198.96	c  N st   104   5214358       135       424         6    107395      1863   1516085   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-3369334-1305415728/watcher-3369334-1305415728 -o /tmp/evaluation-result-3369334-1305415728/solver-3369334-1305415728 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369334-1305415728.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: 8.03 8.05 7.94 5/367 16554
/proc/meminfo: memFree=21364412/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=183280 CPUtime=0 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 548 0 0 0 0 0 0 0 25 0 4 0 731803481 187678720 471 33554432000 4194304 4650419 140733483987792 18446744073709551615 4353632 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 47872 476 342 112 0 42837 0
[pid=16554/tid=16555] ppid=16552 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 144 0 0 0 0 0 0 0 25 0 4 0 731803481 288620544 804 33554432000 4194304 4650419 140733483987792 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 165 0 0 0 0 0 0 0 25 0 4 0 731803481 288620544 804 33554432000 4194304 4650419 140733483987792 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 36 0 0 0 0 0 0 0 25 0 4 0 731803481 288620544 804 33554432000 4194304 4650419 140733483987792 18446744073709551615 260905499118 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113105 s]
/proc/loadavg: 8.03 8.05 7.94 5/367 16554
/proc/meminfo: memFree=21364412/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=282400 CPUtime=0.42 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 1558 0 0 0 42 0 0 0 25 0 4 0 731803481 289177600 1454 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 70600 1454 392 112 0 65565 0
[pid=16554/tid=16555] ppid=16552 vsize=282400 CPUtime=0.1 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 303 0 0 0 10 0 0 0 25 0 4 0 731803481 289177600 1454 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=282400 CPUtime=0.1 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 329 0 0 0 10 0 0 0 25 0 4 0 731803481 289177600 1454 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=282400 CPUtime=0.09 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 198 0 0 0 9 0 0 0 25 0 4 0 731803481 289177600 1454 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363496 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) 282400

[startup+0.20109 s]
/proc/loadavg: 8.03 8.05 7.94 5/367 16554
/proc/meminfo: memFree=21364412/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=283376 CPUtime=0.77 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 2170 0 0 0 77 0 0 0 25 0 4 0 731803481 290177024 1553 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 70844 1553 394 112 0 65809 0
[pid=16554/tid=16555] ppid=16552 vsize=283376 CPUtime=0.19 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 460 0 0 0 19 0 0 0 25 0 4 0 731803481 290177024 1553 33554432000 4194304 4650419 140733483987792 18446744073709551615 4349729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=283376 CPUtime=0.19 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 483 0 0 0 19 0 0 0 25 0 4 0 731803481 290177024 1553 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=283376 CPUtime=0.18 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 349 0 0 0 18 0 0 0 25 0 4 0 731803481 290177024 1553 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283376

[startup+0.301074 s]
/proc/loadavg: 8.03 8.05 7.94 5/367 16554
/proc/meminfo: memFree=21364412/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=283676 CPUtime=1.17 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 2591 0 0 0 117 0 0 0 25 0 4 0 731803481 290484224 1974 33554432000 4194304 4650419 140733483987792 18446744073709551615 4355019 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 70919 1974 394 112 0 65884 0
[pid=16554/tid=16555] ppid=16552 vsize=283676 CPUtime=0.29 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 567 0 0 0 29 0 0 0 25 0 4 0 731803481 290484224 1974 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365606 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=283676 CPUtime=0.29 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 588 0 0 0 29 0 0 0 25 0 4 0 731803481 290484224 1974 33554432000 4194304 4650419 140733483987792 18446744073709551615 4313304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=283676 CPUtime=0.28 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 452 0 0 0 28 0 0 0 25 0 4 0 731803481 290484224 1974 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366923 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) 283676

[startup+0.701 s]
/proc/loadavg: 8.03 8.05 7.94 5/367 16554
/proc/meminfo: memFree=21364412/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=285328 CPUtime=2.77 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 4674 0 0 0 276 1 0 0 25 0 4 0 731803481 292175872 2269 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 71332 2269 394 112 0 66297 0
[pid=16554/tid=16555] ppid=16552 vsize=285328 CPUtime=0.69 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 1147 0 0 0 69 0 0 0 25 0 4 0 731803481 292175872 2269 33554432000 4194304 4650419 140733483987792 18446744073709551615 4314944 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=285328 CPUtime=0.69 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 1084 0 0 0 69 0 0 0 25 0 4 0 731803481 292175872 2269 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=285328 CPUtime=0.68 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 897 0 0 0 68 0 0 0 25 0 4 0 731803481 292175872 2269 33554432000 4194304 4650419 140733483987792 18446744073709551615 4334208 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) 285328

[startup+1.50086 s]
/proc/loadavg: 8.03 8.05 7.94 9/371 16558
/proc/meminfo: memFree=21356008/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=303504 CPUtime=5.96 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 9426 0 0 0 594 2 0 0 25 0 4 0 731803481 310788096 5296 33554432000 4194304 4650419 140733483987792 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 75876 5296 395 112 0 70841 0
[pid=16554/tid=16555] ppid=16552 vsize=303504 CPUtime=1.49 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 2873 0 0 0 149 0 0 0 25 0 4 0 731803481 310788096 5296 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=303504 CPUtime=1.48 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 1947 0 0 0 148 0 0 0 25 0 4 0 731803481 310788096 5296 33554432000 4194304 4650419 140733483987792 18446744073709551615 260905418647 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=303504 CPUtime=1.47 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 1551 0 0 0 147 0 0 0 25 0 4 0 731803481 310788096 5296 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366920 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) 303504

[startup+3.10057 s]
/proc/loadavg: 8.03 8.05 7.94 9/371 16558
/proc/meminfo: memFree=21345344/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=286508 CPUtime=12.34 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 17179 0 0 0 1231 3 0 0 25 0 4 0 731803481 293384192 9686 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 71627 9686 395 112 0 66592 0
[pid=16554/tid=16555] ppid=16552 vsize=286508 CPUtime=3.08 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 5135 0 0 0 308 0 0 0 25 0 4 0 731803481 293384192 9686 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=286508 CPUtime=3.09 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 4088 0 0 0 308 1 0 0 25 0 4 0 731803481 293384192 9686 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=286508 CPUtime=3.05 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 3843 0 0 0 305 0 0 0 25 0 4 0 731803481 293384192 9686 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286508

[startup+6.30099 s]
/proc/loadavg: 8.03 8.05 7.94 9/371 16558
/proc/meminfo: memFree=21323904/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=313764 CPUtime=25.1 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 25320 0 0 0 2505 5 0 0 25 0 4 0 731803481 321294336 13947 33554432000 4194304 4650419 140733483987792 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 78441 13947 395 112 0 73406 0
[pid=16554/tid=16555] ppid=16552 vsize=313764 CPUtime=6.29 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 6231 0 0 0 628 1 0 0 25 0 4 0 731803481 321294336 13947 33554432000 4194304 4650419 140733483987792 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=313764 CPUtime=6.28 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 6679 0 0 0 627 1 0 0 25 0 4 0 731803481 321294336 13947 33554432000 4194304 4650419 140733483987792 18446744073709551615 4438565 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=313764 CPUtime=6.21 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 5502 0 0 0 621 0 0 0 25 0 4 0 731803481 321294336 13947 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 313764

[startup+12.7008 s]
/proc/loadavg: 8.02 8.05 7.94 9/371 16558
/proc/meminfo: memFree=21311880/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=328116 CPUtime=50.62 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 38171 0 0 0 5054 8 0 0 25 0 4 0 731803481 335990784 18249 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 82029 18249 395 112 0 76994 0
[pid=16554/tid=16555] ppid=16552 vsize=328116 CPUtime=12.69 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 9783 0 0 0 1267 2 0 0 25 0 4 0 731803481 335990784 18249 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=328116 CPUtime=12.68 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 10811 0 0 0 1266 2 0 0 25 0 4 0 731803481 335990784 18249 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=328116 CPUtime=12.54 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 7462 0 0 0 1253 1 0 0 25 0 4 0 731803481 335990784 18249 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 328116

[startup+25.5005 s]
/proc/loadavg: 8.02 8.05 7.94 9/371 16558
/proc/meminfo: memFree=21278148/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=339500 CPUtime=101.66 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 60711 0 0 0 10152 14 0 0 25 0 4 0 731803481 347648000 25028 33554432000 4194304 4650419 140733483987792 18446744073709551615 4334208 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 84875 25028 395 112 0 79840 0
[pid=16554/tid=16555] ppid=16552 vsize=339500 CPUtime=25.48 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 16430 0 0 0 2545 3 0 0 25 0 4 0 731803481 347648000 25028 33554432000 4194304 4650419 140733483987792 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=339500 CPUtime=25.48 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 17825 0 0 0 2544 4 0 0 25 0 4 0 731803481 347648000 25028 33554432000 4194304 4650419 140733483987792 18446744073709551615 4255712 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=339500 CPUtime=25.17 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 12474 0 0 0 2515 2 0 0 25 0 4 0 731803481 347648000 25028 33554432000 4194304 4650419 140733483987792 18446744073709551615 4439408 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 339500

[startup+51.1008 s]
/proc/loadavg: 8.09 8.06 7.94 9/371 16559
/proc/meminfo: memFree=21246028/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=350704 CPUtime=203.77 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 90935 0 0 0 20354 23 0 0 25 0 4 0 731803481 359120896 30723 33554432000 4194304 4650419 140733483987792 18446744073709551615 4315103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 87676 30723 395 112 0 82641 0
[pid=16554/tid=16555] ppid=16552 vsize=350704 CPUtime=51.09 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 28133 0 0 0 5103 6 0 0 25 0 4 0 731803481 359120896 30723 33554432000 4194304 4650419 140733483987792 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=350704 CPUtime=51.09 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 28162 0 0 0 5102 7 0 0 25 0 4 0 731803481 359120896 30723 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=350704 CPUtime=50.48 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 13796 0 0 0 5045 3 0 0 25 0 4 0 731803481 359120896 30723 33554432000 4194304 4650419 140733483987792 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 350704

[startup+102.3 s]
/proc/loadavg: 8.15 8.07 7.95 9/371 16560
/proc/meminfo: memFree=21190924/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=378064 CPUtime=407.98 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 142793 0 0 0 40761 37 0 0 25 0 4 0 731803481 387137536 43426 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 94516 43426 395 112 0 89481 0
[pid=16554/tid=16555] ppid=16552 vsize=378064 CPUtime=102.3 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 44978 0 0 0 10219 11 0 0 25 0 4 0 731803481 387137536 43430 33554432000 4194304 4650419 140733483987792 18446744073709551615 4367017 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=378064 CPUtime=102.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 46059 0 0 0 10219 11 0 0 25 0 4 0 731803481 387137536 43430 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=378064 CPUtime=101.07 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 20580 0 0 0 10102 5 0 0 25 0 4 0 731803481 387137536 43430 33554432000 4194304 4650419 140733483987792 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 378064

[startup+162.3 s]

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

[pid=16554] ppid=16552 vsize=524884 CPUtime=2561.51 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 408429 0 0 0 255998 153 0 0 25 0 4 0 731803481 537481216 86525 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 131221 86525 395 112 0 126186 0
[pid=16554/tid=16555] ppid=16552 vsize=524884 CPUtime=642.3 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 140531 0 0 0 64179 51 0 0 25 0 4 0 731803481 537481216 86525 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=524884 CPUtime=642.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 128710 0 0 0 64183 47 0 0 25 0 4 0 731803481 537481216 86525 33554432000 4194304 4650419 140733483987792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=524884 CPUtime=634.57 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 46057 0 0 0 63437 20 0 0 25 0 4 0 731803481 537481216 86525 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.51
Current children cumulated vsize (KiB) 524884

[startup+702.3 s]
/proc/loadavg: 8.19 8.16 8.04 9/371 16610
/proc/meminfo: memFree=22469652/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=566200 CPUtime=2800.81 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 434220 0 0 0 279915 166 0 0 25 0 4 0 731803481 579788800 93499 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 141550 93499 395 112 0 136515 0
[pid=16554/tid=16555] ppid=16552 vsize=566200 CPUtime=702.31 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 151549 0 0 0 70175 56 0 0 25 0 4 0 731803481 579788800 93499 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=566200 CPUtime=702.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 135862 0 0 0 70181 49 0 0 25 0 4 0 731803481 579788800 93499 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=566200 CPUtime=693.86 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 47165 0 0 0 69364 22 0 0 25 0 4 0 731803481 579788800 93499 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.81
Current children cumulated vsize (KiB) 566200

[startup+762.3 s]
/proc/loadavg: 8.19 8.16 8.04 9/371 16612
/proc/meminfo: memFree=22461400/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=539996 CPUtime=3040.1 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 454302 0 0 0 303836 174 0 0 25 0 4 0 731803481 552955904 89855 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 134999 89855 395 112 0 129964 0
[pid=16554/tid=16555] ppid=16552 vsize=539996 CPUtime=762.32 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 154437 0 0 0 76175 57 0 0 25 0 4 0 731803481 552955904 89856 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=539996 CPUtime=762.31 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 145919 0 0 0 76178 53 0 0 25 0 4 0 731803481 552955904 89856 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364001 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=539996 CPUtime=753.13 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 49108 0 0 0 75290 23 0 0 25 0 4 0 731803481 552955904 89856 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.1
Current children cumulated vsize (KiB) 539996

[startup+822.3 s]
/proc/loadavg: 8.10 8.14 8.04 9/371 16614
/proc/meminfo: memFree=22427864/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=618364 CPUtime=3279.38 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 484351 0 0 0 327749 189 0 0 25 0 4 0 731803481 633204736 102933 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 154591 102933 395 112 0 149556 0
[pid=16554/tid=16555] ppid=16552 vsize=618364 CPUtime=822.31 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 164022 0 0 0 82168 63 0 0 25 0 4 0 731803481 633204736 102933 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=618364 CPUtime=822.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 155553 0 0 0 82173 57 0 0 25 0 4 0 731803481 633204736 102933 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=618364 CPUtime=812.42 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 53114 0 0 0 81217 25 0 0 25 0 4 0 731803481 633204736 102934 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.38
Current children cumulated vsize (KiB) 618364

[startup+882.315 s]
/proc/loadavg: 8.25 8.18 8.06 9/371 16615
/proc/meminfo: memFree=22409444/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=566120 CPUtime=3518.72 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 508818 0 0 0 351674 198 0 0 25 0 4 0 731803481 579706880 98654 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 141530 98654 395 112 0 136495 0
[pid=16554/tid=16555] ppid=16552 vsize=566120 CPUtime=882.32 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 168614 0 0 0 88168 64 0 0 25 0 4 0 731803481 579706880 98654 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=566120 CPUtime=882.32 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 167925 0 0 0 88170 62 0 0 25 0 4 0 731803481 579706880 98654 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=566120 CPUtime=871.72 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 53576 0 0 0 87146 26 0 0 25 0 4 0 731803481 579706880 98654 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.72
Current children cumulated vsize (KiB) 566120

[startup+942.3 s]
/proc/loadavg: 8.09 8.14 8.05 9/371 16617
/proc/meminfo: memFree=22336600/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=566120 CPUtime=3757.95 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 515144 0 0 0 375593 202 0 0 25 0 4 0 731803481 579706880 104044 33554432000 4194304 4650419 140733483987792 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 141530 104044 395 112 0 136495 0
[pid=16554/tid=16555] ppid=16552 vsize=566120 CPUtime=942.31 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 168614 0 0 0 94167 64 0 0 25 0 4 0 731803481 579706880 104044 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=566120 CPUtime=942.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 172386 0 0 0 94167 63 0 0 25 0 4 0 731803481 579706880 104044 33554432000 4194304 4650419 140733483987792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=566120 CPUtime=930.98 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 53582 0 0 0 93072 26 0 0 25 0 4 0 731803481 579706880 104044 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.95
Current children cumulated vsize (KiB) 566120

[startup+1002.3 s]
/proc/loadavg: 8.17 8.14 8.06 9/371 16618
/proc/meminfo: memFree=22371628/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=551400 CPUtime=3997.21 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 524558 0 0 0 399514 207 0 0 25 0 4 0 731803481 564633600 99560 33554432000 4194304 4650419 140733483987792 18446744073709551615 4520352 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 137850 99560 395 112 0 132815 0
[pid=16554/tid=16555] ppid=16552 vsize=551400 CPUtime=1002.31 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 169321 0 0 0 100167 64 0 0 25 0 4 0 731803481 564633600 99560 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=551400 CPUtime=1002.3 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 172659 0 0 0 100167 63 0 0 25 0 4 0 731803481 564633600 99560 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=551400 CPUtime=990.23 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 53586 0 0 0 98997 26 0 0 25 0 4 0 731803481 564633600 99560 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.21
Current children cumulated vsize (KiB) 551400

[startup+1062.3 s]
/proc/loadavg: 8.06 8.12 8.05 9/371 16620
/proc/meminfo: memFree=22375420/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=539656 CPUtime=4236.48 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 535127 0 0 0 423437 211 0 0 25 0 4 0 731803481 552607744 100990 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 134914 100990 395 112 0 129879 0
[pid=16554/tid=16555] ppid=16552 vsize=539656 CPUtime=1062.32 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 172635 0 0 0 106166 66 0 0 25 0 4 0 731803481 552607744 100990 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=539656 CPUtime=1062.31 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 177180 0 0 0 106167 64 0 0 25 0 4 0 731803481 552607744 100990 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=539656 CPUtime=1049.51 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 53774 0 0 0 104924 27 0 0 25 0 4 0 731803481 552607744 100990 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.48
Current children cumulated vsize (KiB) 539656

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 8.06 9/371 16622
/proc/meminfo: memFree=22275536/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=537860 CPUtime=4475.77 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 561339 0 0 0 447356 221 0 0 25 0 4 0 731803481 550768640 105824 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 134465 105824 395 112 0 129430 0
[pid=16554/tid=16555] ppid=16552 vsize=537860 CPUtime=1122.32 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 180160 0 0 0 112163 69 0 0 25 0 4 0 731803481 550768640 105824 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=537860 CPUtime=1122.31 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 183795 0 0 0 112165 66 0 0 25 0 4 0 731803481 550768640 105824 33554432000 4194304 4650419 140733483987792 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=537860 CPUtime=1108.79 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 55525 0 0 0 110852 27 0 0 25 0 4 0 731803481 550768640 105824 33554432000 4194304 4650419 140733483987792 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.77
Current children cumulated vsize (KiB) 537860

[startup+1182.3 s]
/proc/loadavg: 8.21 8.14 8.07 9/371 16623
/proc/meminfo: memFree=22241504/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=567048 CPUtime=4715.05 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 584093 0 0 0 471276 229 0 0 25 0 4 0 731803481 580657152 111850 33554432000 4194304 4650419 140733483987792 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 141762 111850 395 112 0 136727 0
[pid=16554/tid=16555] ppid=16552 vsize=567048 CPUtime=1182.32 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 184965 0 0 0 118161 71 0 0 25 0 4 0 731803481 580657152 111850 33554432000 4194304 4650419 140733483987792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=567048 CPUtime=1182.31 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 193406 0 0 0 118162 69 0 0 25 0 4 0 731803481 580657152 111850 33554432000 4194304 4650419 140733483987792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=567048 CPUtime=1168.06 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 57255 0 0 0 116778 28 0 0 25 0 4 0 731803481 580657152 111850 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.05
Current children cumulated vsize (KiB) 567048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.15 8.13 8.06 9/371 16624
/proc/meminfo: memFree=22268024/32950928 swapFree=65730864/67111528
[pid=16554] ppid=16552 vsize=567048 CPUtime=4800.4 cores=1,3,5,7
/proc/16554/stat : 16554 (strangenight1-m) R 16552 16554 16432 0 -1 4202496 585442 0 0 0 479810 230 0 0 25 0 4 0 731803481 580657152 111739 33554432000 4194304 4650419 140733483987792 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16554/statm: 141762 111739 395 112 0 136727 0
[pid=16554/tid=16555] ppid=16552 vsize=567048 CPUtime=1203.74 cores=1,3,5,7
/proc/16554/task/16555/stat : 16555 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 184965 0 0 0 120303 71 0 0 25 0 4 0 731803481 580657152 111740 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16554/tid=16556] ppid=16552 vsize=567048 CPUtime=1203.72 cores=1,3,5,7
/proc/16554/task/16556/stat : 16556 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 193406 0 0 0 120303 69 0 0 25 0 4 0 731803481 580657152 111740 33554432000 4194304 4650419 140733483987792 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16554/tid=16557] ppid=16552 vsize=567048 CPUtime=1189.19 cores=1,3,5,7
/proc/16554/task/16557/stat : 16557 (strangenight1-m) R 16552 16554 16432 0 -1 4202560 57259 0 0 0 118890 29 0 0 25 0 4 0 731803481 580657152 111740 33554432000 4194304 4650419 140733483987792 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 567048

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.74
CPU time (s): 4800.47
CPU user time (s): 4798.14
CPU system time (s): 2.32065
CPU usage (%): 398.796
Max. virtual memory (cumulated for all children) (KiB): 618396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.14
system time used= 2.32065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585443
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= 247
involuntary context switches= 33428

runsolver used 3.87341 second user time and 10.6844 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 01:28:48
IDJOB=3369334
IDBENCH=84028
IDSOLVER=1846
FILE ID=node116/3369334-1305415728
RUNJOBID= node116-1305414935-16451
PBS_JOBID= 13324555
Free space on /tmp= 73068 MiB

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

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=1253423352

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21364700 kB
Buffers:         50352 kB
Cached:         184276 kB
SwapCached:      12356 kB
Active:       11299148 kB
Inactive:        74356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21364700 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:    11137076 kB
Mapped:          16376 kB
Slab:            98320 kB
PageTables:      47848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85046984 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= 73124 MiB
End job on node116 at 2011-05-15 01:48:54