Trace number 3263829

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? (TO) 4800.38 1201.73

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-3263829-1304135631.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.01/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.01/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.01/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
0.01/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.01/0.01	c lits-rem:         7  cl-subs:        0  v-elim:     57  v-fix:    0  time:  0.00 s
0.01/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.01/0.01	c Finding non-binary XORs:     0.00 s (found:      52, avg size: 4.0)
0.01/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.01/0.01	c calculated reachability. Time: 0.00
0.01/0.01	c Calc default polars -  time:   0.00 s pos:       1 undec:      59 neg:     134
0.01/0.01	c =========================================================================================
0.01/0.01	c types(t): F = full restart, N = normal restart
0.01/0.01	c types(t): S = simplification begin/end, E = solution found
0.01/0.01	c restart types(rt): st = static, dy = dynamic
0.01/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.01/0.01	c  B st     0         0       136       426         4         0      1935         0   no data   no data  --
0.01/0.06	c Decided on static restart strategy
0.41/0.12	c  N st     8      4920       136       426         5      4752      1935    110130   no data   no data  --
1.18/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.99/1.03	c Decided on static restart strategy
3.99/1.03	c  N st    18     30000       136       426         6     10542      1935    187759   no data   no data  --
3.99/1.03	c  S st    18     30000       136       426         6     10542      1935    187759   no data   no data  --
3.99/1.07	c  S st    18     30505       136       426         6     11041      1935    197501   no data   no data  --
3.99/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.99/1.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.07	c subs with bin:        0  lits-rem:        57  v-fix:    0  time:  0.00 s
3.99/1.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
3.99/1.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.44	c lits-rem:      1903  cl-subs:     1015  v-elim:      0  v-fix:    0  time:  1.46 s
5.57/1.44	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
5.57/1.45	c calculated reachability. Time: 0.00
5.57/1.45	c  N st    18     30505       136       426         6     10026      1935    173629   no data   no data  --
6.77/1.75	c  N st    20     37618       136       426         6      9344      1935    146210   no data   no data  --
7.97/2.05	c  N st    21     44018       136       426         6     15316      1935    281816   no data   no data  --
8.38/2.12	c  S st    22     45757       136       426         6     16944      1935    316609   no data   no data  --
8.38/2.17	c  S st    22     46257       136       426         6      9055      1935    126144   no data   no data  --
8.38/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/2.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.38/2.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
8.38/2.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.23	c lits-rem:       386  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.20 s
8.79/2.23	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
8.79/2.23	c vivif2 --  cl tried     8909 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
8.79/2.24	c calculated reachability. Time: 0.00
8.79/2.24	c  N st    22     46257       136       426         6      8909      1935    123435   no data   no data  --
11.97/3.01	c  N st    23     60654       136       426         6     13004      1935    206147   no data   no data  --
13.96/3.53	c  N st    24     69385       136       426         6     10916      1935    148747   no data   no data  --
13.96/3.53	c  S st    24     69385       136       426         6     10916      1935    148747   no data   no data  --
13.96/3.56	c  S st    24     69889       136       426         6     11416      1935    159525   no data   no data  --
13.96/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.96/3.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.96/3.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.96/3.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.96/3.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.96/3.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
13.96/3.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.16/3.83	c lits-rem:       696  cl-subs:      188  v-elim:      0  v-fix:    0  time:  1.03 s
15.16/3.83	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
15.16/3.83	c vivif2 --  cl tried    11228 cl shrink        0 lits rem          0 time: 0.01
15.16/3.83	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
15.16/3.83	c calculated reachability. Time: 0.00
15.16/3.83	c  N st    24     69889       136       426         6     11228      1935    155281   no data   no data  --
18.75/4.75	c  F st    25     87500       136       426         6     16429      1935    265989   no data   no data  --
18.75/4.75	c  N st    25     87500       136       426         6     16429      1935    265989   no data   no data  --
19.95/5.05	c Decided on static restart strategy
20.75/5.23	c  N st    32     95536       136       426         6     23932      1935    437615   no data   no data  --
22.74/5.72	c  N st    34    104833       136       426         6     20434      1935    340045   no data   no data  --
22.74/5.72	c  S st    34    104833       136       426         6     20434      1935    340045   no data   no data  --
22.74/5.77	c  S st    34    105337       136       426         6     20936      1935    351293   no data   no data  --
22.74/5.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.74/5.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
22.74/5.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.74/5.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
22.74/5.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.18	c lits-rem:      2762  cl-subs:     2099  v-elim:      0  v-fix:    0  time:  5.54 s
28.34/7.18	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
28.34/7.18	c vivif2 --  cl tried    18837 cl shrink        0 lits rem          0 time: 0.01
28.34/7.19	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.03
28.34/7.19	c calculated reachability. Time: 0.00
28.34/7.19	c  N st    34    105337       136       426         6     18837      1935    301939   no data   no data  --
30.76/7.79	c  N st    35    114936       136       426         6     14845      1935    203073   no data   no data  --
34.34/8.65	c  N st    36    129333       136       426         6     28416      1935    507112   no data   no data  --
39.92/10.01	c  N st    37    150928       136       426         6     19602      1935    281308   no data   no data  --
41.52/10.42	c  S st    38    158007       136       426         6     26191      1935    428098   no data   no data  --
41.52/10.49	c  S st    38    158508       136       426         6     26690      1935    438364   no data   no data  --
41.52/10.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.52/10.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.52/10.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
41.92/10.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.92/10.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.92/10.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
41.92/10.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.33/12.19	c lits-rem:      3661  cl-subs:     3091  v-elim:      0  v-fix:    0  time:  6.73 s
48.33/12.19	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
48.33/12.19	c vivif2 --  cl tried    23599 cl shrink        0 lits rem          0 time: 0.02
48.71/12.20	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.04
48.71/12.20	c calculated reachability. Time: 0.00
48.71/12.20	c  N st    38    158508       136       426         6     23599      1935    372348   no data   no data  --
61.52/15.46	c  N st    39    207096       136       426         6     18648      1935    233194   no data   no data  --
69.49/17.44	c  N st    40    237762       136       426         6     28760      1935    457604   no data   no data  --
69.49/17.44	c  S st    40    237762       136       426         6     28760      1935    457604   no data   no data  --
69.90/17.51	c  S st    40    238268       136       426         6     29259      1935    469147   no data   no data  --
69.90/17.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.90/17.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.90/17.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
69.90/17.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.90/17.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.90/17.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
69.90/17.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.48/19.41	c lits-rem:      5166  cl-subs:     2717  v-elim:      0  v-fix:    0  time:  7.50 s
77.48/19.41	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
77.48/19.41	c vivif2 --  cl tried    26542 cl shrink        0 lits rem          0 time: 0.02
77.48/19.42	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.04
77.48/19.42	c calculated reachability. Time: 0.00
77.48/19.42	c  N st    40    238268       136       426         6     26542      1935    406457   no data   no data  --
97.45/24.46	c  F st    41    306250       136       426         6     28430      1935    416465   no data   no data  --
97.45/24.46	c  N st    41    306250       136       426         6     28430      1935    416465   no data   no data  --
99.05/24.84	c Decided on static restart strategy
105.84/26.59	c  N st    51    334557       136       426         6     32708      1935    495935   no data   no data  --
112.23/28.15	c  N st    53    357404       136       426         6     30492      1935    414868   no data   no data  --
112.23/28.15	c  S st    53    357404       136       426         6     30492      1935    414868   no data   no data  --
112.63/28.22	c  S st    53    357905       136       426         6     30987      1935    426171   no data   no data  --
112.63/28.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
112.63/28.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
112.63/28.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
112.63/28.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.63/28.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.63/28.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
112.63/28.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.43/29.43	c lits-rem:      1650  cl-subs:      725  v-elim:      0  v-fix:    0  time:  4.76 s
117.43/29.43	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
117.43/29.44	c vivif2 --  cl tried    30262 cl shrink        0 lits rem          0 time: 0.02
117.43/29.45	c asymm  cl-useful: 3/426/426 lits-rem:3 time: 0.06
117.43/29.45	c calculated reachability. Time: 0.00
117.43/29.45	c  N st    53    357905       136       426         6     30262      1932    412329   no data   no data  --
128.21/32.10	c  N st    54    390297       136       426         6     36721      1932    588136   no data   no data  --
146.19/36.65	c  N st    55    438885       136       426         6     30148      1932    407084   no data   no data  --
171.37/42.98	c  N st    56    511770       136       426         6     42856      1932    678097   no data   no data  --
180.17/45.12	c  N st    57    536858       136       426         6     37477      1932    548263   no data   no data  --
180.17/45.12	c  S st    57    536858       136       426         6     37477      1932    548263   no data   no data  --
180.54/45.21	c  S st    57    537360       136       426         6     37975      1932    559456   no data   no data  --
180.54/45.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.54/45.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
180.54/45.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
180.54/45.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.54/45.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.54/45.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
180.54/45.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
188.95/47.35	c lits-rem:      3987  cl-subs:     3348  v-elim:      0  v-fix:    0  time:  8.42 s
188.95/47.35	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
188.95/47.35	c vivif2 --  cl tried    34627 cl shrink        0 lits rem          0 time: 0.02
188.95/47.37	c asymm  cl-useful: 9/426/426 lits-rem:9 time: 0.08
188.95/47.37	c calculated reachability. Time: 0.00
188.95/47.37	c  N st    57    537360       136       426         6     34627      1923    485249   no data   no data  --
252.46/63.28	c  N st    58    701346       136       426         6     62084      1923   1041539   no data   no data  --
294.02/73.68	c  N st    59    806040       136       426         6     56021      1923    869252   no data   no data  --
294.02/73.68	c  S st    59    806040       136       426         6     56021      1923    869252   no data   no data  --
294.81/73.81	c  S st    59    806546       136       426         6     56523      1923    881139   no data   no data  --
294.81/73.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
294.81/73.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
294.81/73.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
294.81/73.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.81/73.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.81/73.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
294.81/73.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
318.38/79.79	c lits-rem:      1349  cl-subs:     8823  v-elim:      0  v-fix:    0  time: 23.68 s
318.38/79.79	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
318.78/79.80	c vivif2 --  cl tried    47700 cl shrink        0 lits rem          0 time: 0.04
318.78/79.82	c asymm  cl-useful: 4/426/426 lits-rem:4 time: 0.10
318.78/79.82	c calculated reachability. Time: 0.00
318.78/79.82	c  N st    59    806546       136       426         6     47700      1919    708167   no data   no data  --
430.26/107.72	c  F st    60   1071876       136       426         6     62478      1919    935248   no data   no data  --
430.26/107.72	c  N st    60   1071876       136       426         6     62478      1919    935248   no data   no data  --
432.63/108.35	c Decided on static restart strategy
444.22/111.23	c  N st    70   1100177       136       426         6     48099      1919    674388   no data   no data  --
461.42/115.52	c  N st    72   1136171       136       426         6     81823      1919   1454593   no data   no data  --
476.58/119.37	c  N st    73   1168565       136       426         6     69635      1919   1136525   no data   no data  --
497.36/124.50	c  N st    74   1209819       136       426         6     64269      1919   1015756   no data   no data  --
497.36/124.50	c  S st    74   1209819       136       426         6     64269      1919   1015756   no data   no data  --
497.76/124.68	c  S st    74   1210326       136       426         6     64772      1919   1027831   no data   no data  --
497.76/124.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
497.76/124.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
498.16/124.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
498.16/124.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
498.16/124.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.16/124.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
498.16/124.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
538.10/134.70	c lits-rem:       575  cl-subs:     7337  v-elim:      0  v-fix:    0  time: 39.74 s
538.10/134.70	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
538.10/134.72	c vivif2 --  cl tried    57435 cl shrink        0 lits rem          0 time: 0.05
538.10/134.77	c asymm  cl-useful: 6/426/426 lits-rem:6 time: 0.21
538.10/134.77	c calculated reachability. Time: 0.00
538.10/134.77	c  N st    74   1210326       136       426         6     57435      1911    878302   no data   no data  --
573.65/143.69	c  N st    75   1283208       136       426         6     80050      1911   1361063   no data   no data  --
628.39/157.39	c  N st    76   1392531       136       426         6     89172      1911   1542359   no data   no data  --
719.86/180.30	c  N st    77   1556515       136       426         6     97066      1911   1677016   no data   no data  --
801.35/200.67	c  N st    78   1710326       136       426         6     86436      1911   1399108   no data   no data  --
801.35/200.67	c  S st    78   1710326       136       426         6     86436      1911   1399108   no data   no data  --
802.55/200.92	c  S st    78   1710831       136       426         6     86939      1911   1410791   no data   no data  --
802.55/200.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
802.55/200.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
802.55/200.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
802.55/201.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
802.95/201.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
802.95/201.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
802.95/201.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
904.01/226.31	c lits-rem:      4824  cl-subs:    14806  v-elim:      0  v-fix:    0  time: 101.05 s
904.01/226.31	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
904.01/226.33	c vivif2 --  cl tried    72133 cl shrink        0 lits rem          0 time: 0.07
904.41/226.40	c asymm  cl-useful: 6/426/426 lits-rem:7 time: 0.31
904.41/226.41	c calculated reachability. Time: 0.00
904.41/226.41	c  N st    78   1710831       136       426         6     72133      1902   1111205   no data   no data  --
1130.91/283.18	c  N st    79   2079795       136       426         6     84382      1902   1288469   no data   no data  --
1210.01/302.98	c  N st    80   2210831       136       426         6     88944      1902   1398774   no data   no data  --
1210.01/302.98	c  S st    80   2210831       136       426         6     88944      1902   1398774   no data   no data  --
1211.21/303.23	c  S st    80   2211335       136       426         6     89441      1902   1410330   no data   no data  --
1211.21/303.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1211.21/303.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1211.21/303.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
1211.61/303.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1211.61/303.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1211.61/303.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
1211.61/303.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1284.71/321.62	c lits-rem:       552  cl-subs:    10151  v-elim:      0  v-fix:    0  time: 73.12 s
1284.71/321.62	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
1284.71/321.64	c vivif2 --  cl tried    79290 cl shrink        0 lits rem          0 time: 0.07
1285.11/321.73	c asymm  cl-useful: 6/426/426 lits-rem:6 time: 0.36
1285.11/321.74	c calculated reachability. Time: 0.00
1285.11/321.74	c  N st    80   2211335       136       426         6     79290      1891   1222770   no data   no data  --
1635.04/409.32	c  N st    81   2711336       136       426         6    101058      1891   1605214   no data   no data  --
1635.04/409.32	c  S st    81   2711336       136       426         6    101058      1891   1605214   no data   no data  --
1635.04/409.32	c Finding binary XORs  T:     0.00 s  found:       0
1636.64/409.73	c  S st    81   2711840       136       426         8    101557      1891   1616047   no data   no data  --
1636.64/409.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1636.64/409.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1636.64/409.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.2M T:  0.24
1637.04/409.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1638.24/410.12	c subs with bin:      145  lits-rem:      4356  v-fix:    0  time:  1.07 s
1638.24/410.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    136 time:  0.00 s
1638.24/410.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1737.29/434.98	c lits-rem:      1668  cl-subs:    12021  v-elim:      0  v-fix:    0  time: 99.31 s
1737.29/434.98	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
1737.69/435.02	c vivif2 --  cl tried    89391 cl shrink     1989 lits rem       1989 time: 0.13
1737.69/435.09	c asymm  cl-useful: 5/426/426 lits-rem:5 time: 0.30
1737.69/435.09	c calculated reachability. Time: 0.00
1737.69/435.09	c  N st    81   2711840       136       426         7     89391      1886   1381764   no data   no data  --
2097.21/525.04	c  N st    82   3211843       136       426         7    138415      1886   2281025   no data   no data  --
2097.21/525.04	c  S st    82   3211843       136       426         7    138415      1886   2281025   no data   no data  --
2099.21/525.55	c  S st    82   3212345       136       426         8    138913      1886   2291110   no data   no data  --
2099.21/525.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2099.21/525.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2099.61/525.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.35
2101.60/526.17	c Replacing        1 vars Replaced    40159 lits Time:     2.07 s 
2102.00/526.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2102.40/526.33	c subs with bin:        0  lits-rem:      4335  v-fix:    0  time:  0.30 s
2102.40/526.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
2102.40/526.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2449.12/613.14	c lits-rem:       222  cl-subs:    34330  v-elim:      0  v-fix:    0  time: 346.71 s
2449.12/613.14	c vivif2 --  cl tried      425 cl shrink        0 lits rem          0 time: 0.00
2449.12/613.16	c vivif2 --  cl tried   103295 cl shrink        0 lits rem          0 time: 0.09
2449.52/613.26	c asymm  cl-useful: 2/425/425 lits-rem:2 time: 0.36
2449.52/613.26	c calculated reachability. Time: 0.00
2449.52/613.26	c  N st    82   3212345       135       425         6    103295      1875   1612800   no data   no data  --
2820.21/706.04	c  N st    83   3712345       135       425         6    121531      1875   1881057   no data   no data  --
2820.21/706.04	c  S st    83   3712345       135       425         6    121531      1875   1881057   no data   no data  --
2821.81/706.49	c  S st    83   3712847       135       425         6    122029      1875   1892440   no data   no data  --
2822.21/706.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2822.21/706.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2822.21/706.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.28
2822.60/706.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2822.60/706.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2822.60/706.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
2822.60/706.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2993.58/749.42	c lits-rem:      5761  cl-subs:    21817  v-elim:      0  v-fix:    0  time: 170.86 s
2993.58/749.42	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
2993.58/749.44	c vivif2 --  cl tried   100213 cl shrink        0 lits rem          0 time: 0.08
2993.98/749.52	c asymm  cl-useful: 0/424/424 lits-rem:0 time: 0.31
2993.98/749.52	c calculated reachability. Time: 0.00
2993.98/749.52	c  N st    83   3712847       135       424         6    100213      1867   1483228   no data   no data  --
3022.34/756.65	c  F st    84   3751562       135       424         6    135224      1867   2225437   no data   no data  --
3022.34/756.65	c  N st    84   3751562       135       424         6    135224      1867   2225437   no data   no data  --
3027.14/757.82	c Decided on static restart strategy
3047.51/762.99	c  N st    94   3779863       135       424         6     86557      1867   1188010   no data   no data  --
3072.67/769.23	c  N st    96   3815855       135       424         6    119129      1867   1884368   no data   no data  --
3101.03/776.38	c  N st    97   3848248       135       424         6    148612      1867   2533827   no data   no data  --
3139.38/785.95	c  N st    98   3896837       135       424         6    116366      1867   1797962   no data   no data  --
3201.70/801.57	c  N st    99   3969719       135       424         6    104620      1867   1530208   no data   no data  --
3283.98/822.18	c  N st   100   4079043       135       424         6    124492      1867   1891992   no data   no data  --
3396.65/850.34	c  N st   101   4212847       135       424         6     84864      1867   1086296   no data   no data  --
3396.65/850.34	c  S st   101   4212847       135       424         6     84864      1867   1086296   no data   no data  --
3397.43/850.53	c  S st   101   4213350       135       424         6     85362      1867   1097525   no data   no data  --
3397.43/850.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3397.43/850.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3397.43/850.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
3397.83/850.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3397.83/850.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3397.83/850.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
3397.83/850.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3415.81/855.17	c lits-rem:       384  cl-subs:     2251  v-elim:      0  v-fix:    0  time: 18.27 s
3415.81/855.17	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
3415.81/855.19	c vivif2 --  cl tried    83111 cl shrink        0 lits rem          0 time: 0.06
3416.21/855.26	c asymm  cl-useful: 2/424/424 lits-rem:2 time: 0.27
3416.21/855.26	c calculated reachability. Time: 0.00
3416.21/855.26	c  N st   101   4213350       135       424         6     83111      1865   1057315   no data   no data  --
3609.94/903.78	c  N st   102   4459326       135       424         6    142566      1865   2218884   no data   no data  --
3867.58/968.25	c  N st   103   4713352       135       424         6    120782      1865   1805286   no data   no data  --
3867.58/968.25	c  S st   103   4713352       135       424         6    120782      1865   1805286   no data   no data  --
3869.98/968.84	c  S st   103   4713856       135       424         6    121273      1865   1816729   no data   no data  --
3869.98/968.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3869.98/968.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3870.38/968.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.37
3870.80/969.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3870.80/969.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3870.80/969.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
3870.80/969.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4019.78/1006.33	c lits-rem:      1004  cl-subs:    14149  v-elim:      0  v-fix:    0  time: 149.03 s
4019.78/1006.33	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
4019.78/1006.35	c vivif2 --  cl tried   107124 cl shrink        0 lits rem          0 time: 0.10
4020.19/1006.48	c asymm  cl-useful: 2/424/424 lits-rem:2 time: 0.51
4020.19/1006.49	c calculated reachability. Time: 0.00
4020.19/1006.49	c  N st   103   4713856       135       424         6    107124      1863   1561200   no data   no data  --
4450.80/1114.27	c  N st   104   5213856       135       424         6    121282      1863   1730034   no data   no data  --
4450.80/1114.27	c  S st   104   5213856       135       424         6    121282      1863   1730034   no data   no data  --
4452.38/1114.66	c  S st   104   5214358       135       424         6    121780      1863   1741064   no data   no data  --
4452.38/1114.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4452.38/1114.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4452.78/1114.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.21
4452.78/1114.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4452.78/1114.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4452.78/1114.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    135 time:  0.00 s
4452.78/1114.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4539.86/1136.50	c lits-rem:      1098  cl-subs:    14385  v-elim:      0  v-fix:    0  time: 86.76 s
4539.86/1136.50	c vivif2 --  cl tried      424 cl shrink        0 lits rem          0 time: 0.00
4539.86/1136.52	c vivif2 --  cl tried   107395 cl shrink        0 lits rem          0 time: 0.08
4540.26/1136.60	c asymm  cl-useful: 0/424/424 lits-rem:0 time: 0.30
4540.26/1136.61	c calculated reachability. Time: 0.00
4540.26/1136.61	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: 935)

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-3263829-1304135631/watcher-3263829-1304135631 -o /tmp/evaluation-result-3263829-1304135631/solver-3263829-1304135631 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3263829-1304135631.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: 8.04 7.96 7.48 6/180 15695
/proc/meminfo: memFree=29529920/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=208044 CPUtime=0 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 606 0 0 0 0 0 0 0 25 0 4 0 505978400 213037056 523 33554432000 4194304 4650419 140733956774496 18446744073709551615 254261277381 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 52011 534 343 112 0 46976 0
[pid=15695/tid=15696] ppid=15693 vsize=208044 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 505978400 213037056 537 33554432000 4194304 4650419 140733956774496 18446744073709551615 254261616443 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=208044 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) D 15693 15695 15043 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 4 0 505978400 213037056 539 33554432000 4194304 4650419 140733956774496 18446744073709551615 254261659783 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=208032 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 4 0 505978400 213024768 548 33554432000 4194304 4650419 140733956774496 18446744073709551615 254261721631 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0075791 s]
/proc/loadavg: 8.04 7.96 7.48 6/180 15695
/proc/meminfo: memFree=29529920/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=216452 CPUtime=0.01 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 739 0 0 0 1 0 0 0 18 0 4 0 505978400 221646848 631 33554432000 4194304 4650419 140733956774496 18446744073709551615 4457248 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 54113 633 378 112 0 49078 0
[pid=15695/tid=15696] ppid=15693 vsize=216452 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 84 0 0 0 0 0 0 0 25 0 4 0 505978400 221646848 633 33554432000 4194304 4650419 140733956774496 18446744073709551615 4457248 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=216452 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 72 0 0 0 0 0 0 0 25 0 4 0 505978400 221646848 634 33554432000 4194304 4650419 140733956774496 18446744073709551615 254261285116 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=216452 CPUtime=0 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 60 0 0 0 0 0 0 0 18 0 4 0 505978400 221646848 634 33554432000 4194304 4650419 140733956774496 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 216452

[startup+0.108304 s]
/proc/loadavg: 8.04 7.96 7.48 6/180 15695
/proc/meminfo: memFree=29529920/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=282416 CPUtime=0.41 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 1554 0 0 0 41 0 0 0 18 0 4 0 505978400 289193984 1444 33554432000 4194304 4650419 140733956774496 18446744073709551615 4333085 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 70604 1444 392 112 0 65569 0
[pid=15695/tid=15696] ppid=15693 vsize=282416 CPUtime=0.1 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 291 0 0 0 10 0 0 0 25 0 4 0 505978400 289193984 1444 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364017 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=282416 CPUtime=0.09 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 305 0 0 0 9 0 0 0 25 0 4 0 505978400 289193984 1444 33554432000 4194304 4650419 140733956774496 18446744073709551615 4331329 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=282416 CPUtime=0.1 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 225 0 0 0 10 0 0 0 18 0 4 0 505978400 289193984 1444 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364325 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282416

[startup+0.300271 s]
/proc/loadavg: 8.04 7.96 7.48 6/180 15695
/proc/meminfo: memFree=29529920/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=283892 CPUtime=1.18 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 2599 0 0 0 118 0 0 0 18 0 4 0 505978400 290705408 1976 33554432000 4194304 4650419 140733956774496 18446744073709551615 4315114 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 70973 1976 394 112 0 65938 0
[pid=15695/tid=15696] ppid=15693 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 542 0 0 0 29 0 0 0 25 0 4 0 505978400 290705408 1976 33554432000 4194304 4650419 140733956774496 18446744073709551615 4334521 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 602 0 0 0 29 0 0 0 25 0 4 0 505978400 290705408 1976 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 485 0 0 0 29 0 0 0 18 0 4 0 505978400 290705408 1976 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283892

[startup+0.7002 s]
/proc/loadavg: 8.04 7.96 7.48 6/180 15695
/proc/meminfo: memFree=29529920/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=285340 CPUtime=2.77 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 4695 0 0 0 277 0 0 0 18 0 4 0 505978400 292188160 2284 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 71335 2284 394 112 0 66300 0
[pid=15695/tid=15696] ppid=15693 vsize=285340 CPUtime=0.69 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 1103 0 0 0 69 0 0 0 25 0 4 0 505978400 292188160 2284 33554432000 4194304 4650419 140733956774496 18446744073709551615 4303982 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=285340 CPUtime=0.69 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 1146 0 0 0 69 0 0 0 25 0 4 0 505978400 292188160 2284 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=285340 CPUtime=0.69 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 932 0 0 0 69 0 0 0 18 0 4 0 505978400 292188160 2284 33554432000 4194304 4650419 140733956774496 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285340

[startup+1.50106 s]
/proc/loadavg: 8.04 7.96 7.48 10/184 15699
/proc/meminfo: memFree=29512280/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=303524 CPUtime=5.97 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 9565 0 0 0 596 1 0 0 19 0 4 0 505978400 310808576 5433 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 75881 5433 395 112 0 70846 0
[pid=15695/tid=15696] ppid=15693 vsize=303524 CPUtime=1.49 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 2815 0 0 0 149 0 0 0 25 0 4 0 505978400 310808576 5433 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=303524 CPUtime=1.48 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 1954 0 0 0 148 0 0 0 25 0 4 0 505978400 310808576 5433 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=303524 CPUtime=1.49 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 1603 0 0 0 149 0 0 0 20 0 4 0 505978400 310808576 5433 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 303524

[startup+3.10078 s]
/proc/loadavg: 8.04 7.96 7.48 10/184 15699
/proc/meminfo: memFree=29472476/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=303712 CPUtime=12.36 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 17097 0 0 0 1233 3 0 0 25 0 4 0 505978400 311001088 10559 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 75928 10559 395 112 0 70893 0
[pid=15695/tid=15696] ppid=15693 vsize=303712 CPUtime=3.09 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 5157 0 0 0 308 1 0 0 25 0 4 0 505978400 311001088 10559 33554432000 4194304 4650419 140733956774496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=303712 CPUtime=3.07 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 3908 0 0 0 307 0 0 0 25 0 4 0 505978400 311001088 10559 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=303712 CPUtime=3.08 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 3411 0 0 0 308 0 0 0 25 0 4 0 505978400 311001088 10559 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303712

[startup+6.30021 s]
/proc/loadavg: 8.04 7.96 7.49 10/184 15700
/proc/meminfo: memFree=29437872/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=316652 CPUtime=25.14 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 24416 0 0 0 2510 4 0 0 25 0 4 0 505978400 324251648 14368 33554432000 4194304 4650419 140733956774496 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 79163 14368 395 112 0 74128 0
[pid=15695/tid=15696] ppid=15693 vsize=316652 CPUtime=6.29 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 6308 0 0 0 628 1 0 0 25 0 4 0 505978400 324251648 14368 33554432000 4194304 4650419 140733956774496 18446744073709551615 4229506 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=316652 CPUtime=6.25 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 5820 0 0 0 625 0 0 0 25 0 4 0 505978400 324251648 14368 33554432000 4194304 4650419 140733956774496 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=316652 CPUtime=6.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 4662 0 0 0 628 0 0 0 25 0 4 0 505978400 324251648 14368 33554432000 4194304 4650419 140733956774496 18446744073709551615 4315277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 316652

[startup+12.7011 s]
/proc/loadavg: 8.04 7.96 7.49 10/184 15700
/proc/meminfo: memFree=29389860/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=335696 CPUtime=50.71 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 34932 0 0 0 5066 5 0 0 25 0 4 0 505978400 343752704 17957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 83924 17957 395 112 0 78889 0
[pid=15695/tid=15696] ppid=15693 vsize=335696 CPUtime=12.69 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 10198 0 0 0 1267 2 0 0 25 0 4 0 505978400 343752704 17957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=335696 CPUtime=12.62 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 8178 0 0 0 1262 0 0 0 25 0 4 0 505978400 343752704 17957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4315174 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=335696 CPUtime=12.68 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 5608 0 0 0 1268 0 0 0 25 0 4 0 505978400 343752704 17957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 335696

[startup+25.5008 s]
/proc/loadavg: 8.03 7.96 7.50 9/184 15700
/proc/meminfo: memFree=29335688/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=338072 CPUtime=101.84 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 57671 0 0 0 10174 10 0 0 25 0 4 0 505978400 346185728 23975 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 84518 23975 395 112 0 79483 0
[pid=15695/tid=15696] ppid=15693 vsize=338072 CPUtime=25.49 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 17091 0 0 0 2546 3 0 0 25 0 4 0 505978400 346185728 23975 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=338072 CPUtime=25.35 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 12874 0 0 0 2534 1 0 0 25 0 4 0 505978400 346185728 23975 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=338072 CPUtime=25.49 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 9896 0 0 0 2547 2 0 0 25 0 4 0 505978400 346185728 23975 33554432000 4194304 4650419 140733956774496 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 338072

[startup+51.1002 s]
/proc/loadavg: 8.02 7.97 7.51 10/184 15701
/proc/meminfo: memFree=29290748/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=360856 CPUtime=204.12 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 90266 0 0 0 20394 18 0 0 25 0 4 0 505978400 369516544 30923 33554432000 4194304 4650419 140733956774496 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 90214 30923 395 112 0 85179 0
[pid=15695/tid=15696] ppid=15693 vsize=360856 CPUtime=51.09 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 28531 0 0 0 5104 5 0 0 25 0 4 0 505978400 369516544 30923 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=360856 CPUtime=50.82 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 18597 0 0 0 5080 2 0 0 25 0 4 0 505978400 369516544 30923 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=360856 CPUtime=51.09 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 13200 0 0 0 5106 3 0 0 25 0 4 0 505978400 369516544 30923 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 360856

[startup+102.306 s]
/proc/loadavg: 8.01 7.97 7.53 10/184 15702
/proc/meminfo: memFree=29207640/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=420468 CPUtime=408.68 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 141797 0 0 0 40838 30 0 0 25 0 4 0 505978400 430559232 42957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 105117 42957 395 112 0 100082 0
[pid=15695/tid=15696] ppid=15693 vsize=420468 CPUtime=102.3 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 47515 0 0 0 10219 11 0 0 25 0 4 0 505978400 430559232 42957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=420468 CPUtime=101.76 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 28755 0 0 0 10172 4 0 0 25 0 4 0 505978400 430559232 42957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=420468 CPUtime=102.3 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 18992 0 0 0 10226 4 0 0 25 0 4 0 505978400 430559232 42957 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 420468

[startup+162.3 s]

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

[pid=15695] ppid=15693 vsize=642656 CPUtime=2805.43 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 425694 0 0 0 280401 142 0 0 25 0 4 0 505978400 658079744 96746 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 160664 96746 395 112 0 155629 0
[pid=15695/tid=15696] ppid=15693 vsize=642656 CPUtime=702.3 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 161627 0 0 0 70176 54 0 0 25 0 4 0 505978400 658079744 96746 33554432000 4194304 4650419 140733956774496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=642656 CPUtime=698.51 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 83237 0 0 0 69825 26 0 0 25 0 4 0 505978400 658079744 96746 33554432000 4194304 4650419 140733956774496 18446744073709551615 4329860 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=642656 CPUtime=702.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 39980 0 0 0 70212 16 0 0 25 0 4 0 505978400 658079744 96746 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.43
Current children cumulated vsize (KiB) 642656

[startup+762.307 s]
/proc/loadavg: 8.16 8.08 7.79 10/184 15729
/proc/meminfo: memFree=28717480/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=577332 CPUtime=3045.13 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 437825 0 0 0 304365 148 0 0 25 0 4 0 505978400 591187968 93992 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 144333 93992 395 112 0 139298 0
[pid=15695/tid=15696] ppid=15693 vsize=577332 CPUtime=762.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 169777 0 0 0 76174 57 0 0 25 0 4 0 505978400 591187968 93992 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=577332 CPUtime=758.2 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 84136 0 0 0 75793 27 0 0 25 0 4 0 505978400 591187968 93992 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=577332 CPUtime=762.29 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 41425 0 0 0 76211 18 0 0 25 0 4 0 505978400 591187968 93992 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 577332

[startup+822.301 s]
/proc/loadavg: 8.15 8.09 7.82 10/184 15730
/proc/meminfo: memFree=28722784/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=580768 CPUtime=3284.78 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 458415 0 0 0 328321 157 0 0 25 0 4 0 505978400 594706432 94461 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 145192 94461 395 112 0 140157 0
[pid=15695/tid=15696] ppid=15693 vsize=580768 CPUtime=822.3 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 180267 0 0 0 82168 62 0 0 25 0 4 0 505978400 594706432 94461 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=580768 CPUtime=817.86 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 87367 0 0 0 81758 28 0 0 25 0 4 0 505978400 594706432 94461 33554432000 4194304 4650419 140733956774496 18446744073709551615 4367031 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=580768 CPUtime=822.29 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 41555 0 0 0 82211 18 0 0 25 0 4 0 505978400 594706432 94461 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 580768

[startup+882.3 s]
/proc/loadavg: 8.10 8.09 7.83 10/184 15732
/proc/meminfo: memFree=28686680/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=592384 CPUtime=3524.45 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 481089 0 0 0 352280 165 0 0 25 0 4 0 505978400 606601216 98245 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 148096 98245 395 112 0 143061 0
[pid=15695/tid=15696] ppid=15693 vsize=592384 CPUtime=882.3 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 192516 0 0 0 88164 66 0 0 25 0 4 0 505978400 606601216 98245 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=592384 CPUtime=877.52 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 90226 0 0 0 87723 29 0 0 25 0 4 0 505978400 606601216 98245 33554432000 4194304 4650419 140733956774496 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=592384 CPUtime=882.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 41555 0 0 0 88210 18 0 0 25 0 4 0 505978400 606601216 98245 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 592384

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 7.85 10/184 15733
/proc/meminfo: memFree=28692844/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=601084 CPUtime=3764.13 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 500901 0 0 0 376237 176 0 0 25 0 4 0 505978400 615510016 100761 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 150271 100761 395 112 0 145236 0
[pid=15695/tid=15696] ppid=15693 vsize=601084 CPUtime=942.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 203599 0 0 0 94159 72 0 0 25 0 4 0 505978400 615510016 100761 33554432000 4194304 4650419 140733956774496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=601084 CPUtime=937.21 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 90631 0 0 0 93691 30 0 0 25 0 4 0 505978400 615510016 100761 33554432000 4194304 4650419 140733956774496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=601084 CPUtime=942.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 41555 0 0 0 94210 18 0 0 25 0 4 0 505978400 615510016 100761 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 601084

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 7.86 10/184 15735
/proc/meminfo: memFree=28604152/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=612112 CPUtime=4003.79 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 509659 0 0 0 400199 180 0 0 25 0 4 0 505978400 626802688 107752 33554432000 4194304 4650419 140733956774496 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 153028 107752 395 112 0 147993 0
[pid=15695/tid=15696] ppid=15693 vsize=612112 CPUtime=1002.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 206580 0 0 0 100158 73 0 0 25 0 4 0 505978400 626802688 107752 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=612112 CPUtime=996.87 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 90631 0 0 0 99657 30 0 0 25 0 4 0 505978400 626802688 107752 33554432000 4194304 4650419 140733956774496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=612112 CPUtime=1002.29 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 43614 0 0 0 100209 20 0 0 25 0 4 0 505978400 626802688 107752 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 612112

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 7.87 10/184 15737
/proc/meminfo: memFree=28624588/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=612268 CPUtime=4243.46 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 526569 0 0 0 424158 188 0 0 25 0 4 0 505978400 626962432 106669 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 153067 106669 395 112 0 148032 0
[pid=15695/tid=15696] ppid=15693 vsize=612268 CPUtime=1062.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 217127 0 0 0 106153 78 0 0 25 0 4 0 505978400 626962432 106669 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=612268 CPUtime=1056.54 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 91082 0 0 0 105624 30 0 0 25 0 4 0 505978400 626962432 106669 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=612268 CPUtime=1062.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 44634 0 0 0 106208 20 0 0 25 0 4 0 505978400 626962432 106669 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 612268

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 7.88 10/184 15738
/proc/meminfo: memFree=28634864/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=629416 CPUtime=4483.14 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 543379 0 0 0 448121 193 0 0 25 0 4 0 505978400 644521984 107449 33554432000 4194304 4650419 140733956774496 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 157354 107449 395 112 0 152319 0
[pid=15695/tid=15696] ppid=15693 vsize=629416 CPUtime=1122.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 225946 0 0 0 112152 79 0 0 25 0 4 0 505978400 644521984 107449 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=629416 CPUtime=1116.21 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 93937 0 0 0 111590 31 0 0 25 0 4 0 505978400 644521984 107449 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=629416 CPUtime=1122.28 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 44634 0 0 0 112208 20 0 0 25 0 4 0 505978400 644521984 107449 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 629416

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 7.89 10/184 15740
/proc/meminfo: memFree=28624776/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=629528 CPUtime=4722.81 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 558132 0 0 0 472081 200 0 0 25 0 4 0 505978400 644636672 108185 33554432000 4194304 4650419 140733956774496 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 157382 108185 395 112 0 152347 0
[pid=15695/tid=15696] ppid=15693 vsize=629528 CPUtime=1182.31 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 234502 0 0 0 118147 84 0 0 25 0 4 0 505978400 644636672 108185 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=629528 CPUtime=1175.88 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 94782 0 0 0 117556 32 0 0 25 0 4 0 505978400 644636672 108185 33554432000 4194304 4650419 140733956774496 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=629528 CPUtime=1182.29 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 44635 0 0 0 118208 21 0 0 25 0 4 0 505978400 644636672 108185 33554432000 4194304 4650419 140733956774496 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 629528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 7.90 5/180 15741
/proc/meminfo: memFree=29099724/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=629608 CPUtime=4800.33 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 561808 0 0 0 479831 202 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 157402 107901 395 112 0 152367 0
[pid=15695/tid=15696] ppid=15693 vsize=629608 CPUtime=1201.72 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 238032 0 0 0 120087 85 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=629608 CPUtime=1195.18 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 94782 0 0 0 119486 32 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=629608 CPUtime=1201.69 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 44635 0 0 0 120148 21 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 629608

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

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

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 7.90 5/180 15741
/proc/meminfo: memFree=29099724/32951124 swapFree=67111348/67111528
[pid=15695] ppid=15693 vsize=629608 CPUtime=4800.33 cores=0,2,4,6
/proc/15695/stat : 15695 (strangenight1-m) R 15693 15695 15043 0 -1 4202496 561808 0 0 0 479831 202 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15695/statm: 157402 107901 395 112 0 152367 0
[pid=15695/tid=15696] ppid=15693 vsize=629608 CPUtime=1201.72 cores=0,2,4,6
/proc/15695/task/15696/stat : 15696 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 238032 0 0 0 120087 85 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15695/tid=15697] ppid=15693 vsize=629608 CPUtime=1195.18 cores=0,2,4,6
/proc/15695/task/15697/stat : 15697 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 94782 0 0 0 119486 32 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15695/tid=15698] ppid=15693 vsize=629608 CPUtime=1201.69 cores=0,2,4,6
/proc/15695/task/15698/stat : 15698 (strangenight1-m) R 15693 15695 15043 0 -1 4202560 44635 0 0 0 120148 21 0 0 25 0 4 0 505978400 644718592 107901 33554432000 4194304 4650419 140733956774496 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 629608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.38
CPU user time (s): 4798.33
CPU system time (s): 2.04369
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 689808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.33
system time used= 2.04369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561808
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= 225
involuntary context switches= 23513

runsolver used 1.89871 second user time and 4.54431 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 05:53:51
IDJOB=3263829
IDBENCH=84028
IDSOLVER=1588
FILE ID=node140/3263829-1304135631
RUNJOBID= node140-1304134427-15578
PBS_JOBID= 13170792
Free space on /tmp= 73288 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3263829-1304135631/watcher-3263829-1304135631 -o /tmp/evaluation-result-3263829-1304135631/solver-3263829-1304135631 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3263829-1304135631.cnf

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=671102606

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:     32951124 kB
MemFree:      29530076 kB
Buffers:       1048172 kB
Cached:        1811576 kB
SwapCached:        180 kB
Active:         325108 kB
Inactive:      2601728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29530076 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:       67124 kB
Mapped:          15072 kB
Slab:           431980 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270624 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= 73288 MiB
End job on node140 at 2011-04-30 06:13:55