Trace number 3366581

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.48 1203.15

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S185833400-026.SATISFIABLE.cnf
MD5SUM975fcba238403114d7315dde1e6a58bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.277956
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366581-1305409058.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.03	c Parsing time:  0.00 s
0.00/0.03	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.39	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.39	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.39	c calculated reachability. Time: 0.00
0.00/0.39	c Calc default polars -  time:   0.00 s pos:      84 undec:       8 neg:      83
0.00/0.39	c =========================================================================================
0.00/0.39	c types(t): F = full restart, N = normal restart
0.00/0.39	c types(t): S = simplification begin/end, E = solution found
0.00/0.39	c restart types(rt): st = static, dy = dynamic
0.00/0.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.39	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.39	c Decided on static restart strategy
0.00/0.39	c  N st     8      4915       175      3727         0      4737     18635    161270   no data   no data
3.42/0.91	c  N st    10     11298       175      3727         0      4369     18635    109809   no data   no data
3.42/0.91	c  N st    11     17041       175      3727         0      9857     18635    294827   no data   no data
4.22/1.11	c  F st    12     25000       175      3727         0     12047     18635    359879   no data   no data
4.22/1.11	c  N st    12     25000       175      3727         0     12047     18635    359879   no data   no data
5.01/1.31	c Decided on static restart strategy
5.01/1.31	c  N st    18     30000       175      3727         0     10359     18635    292842   no data   no data
5.01/1.31	c  S st    18     30000       175      3727         0     10359     18635    292842   no data   no data
5.01/1.31	c  S st    18     30503       175      3727         0     10859     18635    308994   no data   no data
5.01/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.01/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.01/1.31	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
5.01/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.01/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.01/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.01/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.01/1.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.01/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c lits-rem:       223  cl-subs:     1075  v-elim:      0  v-fix:    0  time:  0.20 s
6.37/1.61	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
6.37/1.61	c calculated reachability. Time: 0.00
6.37/1.61	c  N st    18     30503       175      3727         0      9784     18635    268119   no data   no data
7.18/1.90	c  N st    20     37615       175      3727         0      9049     18635    221859   no data   no data
8.75/2.25	c  N st    21     44015       175      3727         0     15162     18635    423016   no data   no data
9.15/2.35	c  S st    22     45754       175      3727         0     16839     18635    480336   no data   no data
9.55/2.40	c  S st    22     46259       175      3727         0      8763     18635    188263   no data   no data
9.55/2.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.55/2.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.43	c lits-rem:        22  cl-subs:      101  v-elim:      0  v-fix:    0  time:  0.02 s
9.55/2.43	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.55/2.44	c vivif2 --  cl tried     8662 cl shrink        0 lits rem          0 time: 0.00
9.55/2.48	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.55/2.48	c calculated reachability. Time: 0.00
9.55/2.48	c  N st    22     46259       175      3727         0      8662     18635    184648   no data   no data
12.77/3.26	c  N st    23     60658       175      3727         0     12884     18635    308975   no data   no data
15.14/3.81	c  N st    24     69388       175      3727         0     10722     18635    218045   no data   no data
15.14/3.81	c  S st    24     69388       175      3727         0     10722     18635    218045   no data   no data
15.14/3.85	c  S st    24     69892       175      3727         0     11221     18635    233710   no data   no data
15.14/3.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.14/3.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.14/3.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.90	c lits-rem:        42  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.04 s
15.54/3.90	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.54/3.91	c vivif2 --  cl tried    11020 cl shrink        0 lits rem          0 time: 0.00
15.54/3.96	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
15.54/3.96	c calculated reachability. Time: 0.00
15.54/3.96	c  N st    24     69892       175      3727         0     11020     18635    225788   no data   no data
20.34/5.12	c  F st    25     87500       175      3727         0     16333     18635    392963   no data   no data
20.34/5.12	c  N st    25     87500       175      3727         0     16333     18635    392963   no data   no data
21.52/5.45	c Decided on static restart strategy
22.32/5.65	c  N st    32     95537       175      3727         0     24056     18635    657681   no data   no data
24.74/6.24	c  N st    34    104838       175      3727         0     20564     18635    531463   no data   no data
24.74/6.24	c  S st    34    104838       175      3727         0     20564     18635    531463   no data   no data
24.74/6.29	c  S st    34    105344       175      3727         0     21058     18635    547703   no data   no data
24.74/6.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.74/6.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.74/6.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
24.74/6.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.15/6.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.15/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.71/6.76	c lits-rem:       379  cl-subs:     1147  v-elim:      0  v-fix:    0  time:  0.44 s
26.71/6.76	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
26.71/6.77	c vivif2 --  cl tried    19911 cl shrink        0 lits rem          0 time: 0.01
27.11/6.85	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.08
27.11/6.85	c calculated reachability. Time: 0.00
27.11/6.85	c  N st    34    105344       175      3727         0     19911     18635    503876   no data   no data
30.30/7.60	c  N st    35    114943       175      3727         0     15721     18635    350389   no data   no data
35.09/8.85	c  N st    36    129340       175      3727         0     15141     18635    300116   no data   no data
42.30/10.66	c  N st    37    150936       175      3727         0     20479     18635    460567   no data   no data
45.06/11.36	c  S st    38    158017       175      3727         0     27259     18635    692686   no data   no data
45.47/11.43	c  S st    38    158521       175      3727         0     27756     18635    708390   no data   no data
45.47/11.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.47/11.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.47/11.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.47/11.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.47/11.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.47/11.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
45.47/11.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.47/11.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.47/11.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.26/12.63	c lits-rem:       565  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  1.16 s
50.26/12.63	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
50.26/12.63	c vivif2 --  cl tried    25879 cl shrink        0 lits rem          0 time: 0.01
50.66/12.74	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.11
50.66/12.75	c calculated reachability. Time: 0.00
50.66/12.75	c  N st    38    158521       175      3727         0     25879     18635    636362   no data   no data
68.63/17.26	c  N st    39    207110       175      3727         0     20654     18635    411251   no data   no data
81.37/20.45	c  N st    40    237781       175      3727         0     30804     18635    740044   no data   no data
81.37/20.45	c  S st    40    237781       175      3727         0     30804     18635    740044   no data   no data
81.79/20.55	c  S st    40    238287       175      3727         0     31301     18635    756161   no data   no data
81.79/20.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.79/20.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
81.79/20.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.79/20.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.79/20.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.79/20.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
81.79/20.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.79/20.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.79/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.75/22.52	c lits-rem:       818  cl-subs:     2245  v-elim:      0  v-fix:    0  time:  1.92 s
89.75/22.52	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
89.75/22.53	c vivif2 --  cl tried    29056 cl shrink        0 lits rem          0 time: 0.01
90.15/22.66	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.13
90.15/22.66	c calculated reachability. Time: 0.00
90.15/22.66	c  N st    40    238287       175      3727         0     29056     18635    676155   no data   no data
118.87/29.86	c  F st    41    306250       175      3727         0     31025     18635    683437   no data   no data
118.87/29.87	c  N st    41    306250       175      3727         0     31025     18635    683437   no data   no data
121.30/30.41	c Decided on static restart strategy
130.84/32.81	c  N st    51    334557       175      3727         0     35275     18635    808068   no data   no data
140.82/35.38	c  N st    53    357432       175      3727         0     33286     18635    714659   no data   no data
140.82/35.38	c  S st    53    357432       175      3727         0     33286     18635    714659   no data   no data
141.22/35.46	c  S st    53    357935       175      3727         0     33785     18635    731374   no data   no data
141.22/35.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.22/35.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.22/35.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.22/35.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.22/35.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.22/35.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
141.22/35.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.22/35.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.62/35.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.41/36.29	c lits-rem:       410  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  0.79 s
144.41/36.29	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
144.81/36.30	c vivif2 --  cl tried    32479 cl shrink        0 lits rem          0 time: 0.01
145.21/36.45	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.15
145.21/36.45	c calculated reachability. Time: 0.00
145.21/36.45	c  N st    53    357935       175      3727         0     32479     18635    681172   no data   no data
160.37/40.22	c  N st    54    390329       175      3727         0     38583     18635    890154   no data   no data
189.90/47.61	c  N st    55    438917       175      3727         0     32447     18635    645995   no data   no data
225.80/56.62	c  N st    56    511799       175      3727         0     45596     18635   1070472   no data   no data
238.58/59.82	c  N st    57    536902       175      3727         0     39959     18635    830234   no data   no data
238.58/59.82	c  S st    57    536902       175      3727         0     39959     18635    830234   no data   no data
238.98/59.93	c  S st    57    537409       175      3727         0     40458     18635    846987   no data   no data
238.98/59.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.98/59.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
238.98/59.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.98/59.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.98/59.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.98/59.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
238.98/59.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.98/59.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.98/59.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.19/61.30	c lits-rem:       790  cl-subs:     1742  v-elim:      0  v-fix:    0  time:  1.33 s
244.19/61.30	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
244.60/61.31	c vivif2 --  cl tried    38716 cl shrink        0 lits rem          0 time: 0.01
245.36/61.51	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.19
245.36/61.51	c calculated reachability. Time: 0.00
245.36/61.51	c  N st    57    537409       175      3727         0     38716     18635    779113   no data   no data
346.69/86.92	c  N st    58    701394       175      3727         0     67331     18635   1746221   no data   no data
411.73/103.20	c  N st    59    806113       175      3727         0     61073     18635   1400744   no data   no data
411.73/103.20	c  S st    59    806113       175      3727         0     61073     18635   1400744   no data   no data
412.13/103.36	c  S st    59    806616       175      3727         0     61564     18635   1417333   no data   no data
412.13/103.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.13/103.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
412.13/103.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.13/103.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.13/103.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.13/103.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
412.13/103.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.53/103.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
412.53/103.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.65/111.24	c lits-rem:      1642  cl-subs:     4427  v-elim:      0  v-fix:    0  time:  7.79 s
443.65/111.24	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
443.65/111.26	c vivif2 --  cl tried    57137 cl shrink        0 lits rem          0 time: 0.02
444.85/111.56	c asymm  cl-useful: 0/3174/3727 lits-rem:0 time: 0.30
444.85/111.57	c calculated reachability. Time: 0.00
444.85/111.57	c  N st    59    806616       175      3727         0     57137     18635   1266770   no data   no data
637.16/159.79	c  F st    60   1071876       175      3727         0     72874     18635   1717118   no data   no data
637.16/159.80	c  N st    60   1071876       175      3727         0     72874     18635   1717118   no data   no data
642.35/161.08	c Decided on static restart strategy
659.90/165.42	c  N st    70   1100182       175      3727         0     57094     18635   1109807   no data   no data
690.23/173.09	c  N st    72   1136175       175      3727         0     47666     18635    769734   no data   no data
714.56/179.11	c  N st    73   1168568       175      3727         0     78780     18635   1867947   no data   no data
754.06/189.01	c  N st    74   1209925       175      3727         0     73228     18635   1640306   no data   no data
754.06/189.01	c  S st    74   1209925       175      3727         0     73228     18635   1640306   no data   no data
755.26/189.34	c  S st    74   1210431       175      3727         0     73721     18635   1656869   no data   no data
755.26/189.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
755.66/189.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
755.66/189.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
755.66/189.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
755.66/189.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.66/189.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
755.66/189.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
755.66/189.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
755.66/189.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
831.46/208.42	c lits-rem:      2431  cl-subs:     4484  v-elim:      0  v-fix:    0  time: 18.94 s
831.46/208.42	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
831.46/208.44	c vivif2 --  cl tried    69237 cl shrink        0 lits rem          0 time: 0.03
831.86/208.55	c asymm  cl-useful: 0/553/3727 lits-rem:0 time: 0.11
831.86/208.55	c calculated reachability. Time: 0.00
831.86/208.55	c  N st    74   1210431       175      3727         0     69237     18635   1488123   no data   no data
895.29/224.48	c  N st    75   1283313       175      3727         0     93084     18635   2347612   no data   no data
1001.03/250.99	c  N st    76   1392637       175      3727         0     54312     18635    880299   no data   no data
1147.87/287.72	c  N st    77   1556621       175      3727         0     58941     18635    982522   no data   no data
1291.10/323.66	c  N st    78   1710431       175      3727         0     99802     18635   2401076   no data   no data
1291.10/323.66	c  S st    78   1710431       175      3727         0     99802     18635   2401076   no data   no data
1292.30/323.98	c  S st    78   1710934       175      3727         0    100291     18635   2418052   no data   no data
1292.30/323.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1292.70/324.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1292.70/324.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1292.70/324.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1292.70/324.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1292.70/324.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1292.70/324.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1292.70/324.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1293.12/324.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1390.45/348.54	c lits-rem:      3076  cl-subs:     7150  v-elim:      0  v-fix:    0  time: 24.39 s
1390.45/348.54	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1390.45/348.57	c vivif2 --  cl tried    93141 cl shrink        0 lits rem          0 time: 0.03
1392.05/348.93	c asymm  cl-useful: 0/2098/3727 lits-rem:0 time: 0.36
1392.05/348.94	c calculated reachability. Time: 0.00
1392.05/348.94	c  N st    78   1710934       175      3727         0     93141     18635   2150392   no data   no data
1779.07/445.92	c  N st    79   2079898       175      3727         0    104236     18635   2426973   no data   no data
1914.33/479.80	c  N st    80   2210936       175      3727         0    108412     18635   2510689   no data   no data
1914.33/479.80	c  S st    80   2210936       175      3727         0    108412     18635   2510689   no data   no data
1915.53/480.10	c  S st    80   2211441       175      3727         0    108909     18635   2526990   no data   no data
1915.53/480.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1915.53/480.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1915.53/480.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1915.53/480.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1915.53/480.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1915.53/480.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1915.53/480.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1915.93/480.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1915.93/480.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2029.64/508.75	c lits-rem:      2918  cl-subs:     8380  v-elim:      0  v-fix:    0  time: 28.49 s
2029.64/508.75	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2029.64/508.78	c vivif2 --  cl tried   100529 cl shrink        0 lits rem          0 time: 0.03
2031.23/509.14	c asymm  cl-useful: 0/1629/3727 lits-rem:0 time: 0.36
2031.23/509.14	c calculated reachability. Time: 0.00
2031.23/509.14	c  N st    80   2211441       175      3727         0    100529     18635   2228924   no data   no data
2550.35/639.27	c  N st    81   2711442       175      3727         0    123740     18635   3010097   no data   no data
2550.35/639.27	c  S st    81   2711442       175      3727         0    123740     18635   3010097   no data   no data
2551.95/639.68	c  S st    81   2711949       175      3727         0    124240     18635   3026955   no data   no data
2551.95/639.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2552.35/639.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2552.35/639.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2552.35/639.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2552.35/639.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2552.35/639.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2552.35/639.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2552.35/639.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2552.77/639.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2724.36/682.87	c lits-rem:      3476  cl-subs:    10100  v-elim:      0  v-fix:    0  time: 42.99 s
2724.36/682.87	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2724.72/682.91	c vivif2 --  cl tried   114140 cl shrink        0 lits rem          0 time: 0.04
2725.92/683.30	c asymm  cl-useful: 0/1743/3727 lits-rem:0 time: 0.39
2726.32/683.30	c calculated reachability. Time: 0.00
2726.32/683.30	c  N st    81   2711949       175      3727         0    114140     18635   2647556   no data   no data
3374.71/845.86	c  N st    82   3211949       175      3727         0     90773     18635   1591962   no data   no data
3374.71/845.86	c  S st    82   3211949       175      3727         0     90773     18635   1591962   no data   no data
3375.90/846.10	c  S st    82   3212450       175      3727         0     91266     18635   1608743   no data   no data
3375.90/846.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3375.90/846.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3375.90/846.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3375.90/846.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3375.90/846.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3375.90/846.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3375.90/846.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3375.90/846.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3376.30/846.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3398.64/851.89	c lits-rem:       783  cl-subs:     3132  v-elim:      0  v-fix:    0  time:  5.67 s
3398.64/851.89	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3399.04/851.92	c vivif2 --  cl tried    88134 cl shrink        0 lits rem          0 time: 0.02
3400.28/852.27	c asymm  cl-useful: 0/1912/3727 lits-rem:0 time: 0.36
3400.28/852.27	c calculated reachability. Time: 0.00
3400.28/852.28	c  N st    82   3212450       175      3727         0     88134     18635   1497677   no data   no data
4072.57/1020.72	c  N st    83   3712451       175      3727         0     98668     18635   1748926   no data   no data
4072.57/1020.72	c  S st    83   3712451       175      3727         0     98668     18635   1748926   no data   no data
4074.17/1021.18	c  S st    83   3712954       175      3727         0     99163     18635   1765135   no data   no data
4074.57/1021.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4074.57/1021.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.08
4074.57/1021.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4074.57/1021.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4074.57/1021.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4074.57/1021.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4074.57/1021.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4074.97/1021.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4074.97/1021.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4135.21/1036.49	c lits-rem:      1124  cl-subs:     3519  v-elim:      0  v-fix:    0  time: 15.11 s
4135.21/1036.49	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4135.61/1036.52	c vivif2 --  cl tried    95644 cl shrink        0 lits rem          0 time: 0.03
4137.99/1037.13	c asymm  cl-useful: 0/1942/3727 lits-rem:0 time: 0.60
4137.99/1037.13	c calculated reachability. Time: 0.00
4137.99/1037.13	c  N st    83   3712954       175      3727         0     95644     18635   1637144   no data   no data
4202.25/1053.26	c  F st    84   3751564       175      3727         0    132409     18635   2929490   no data   no data
4202.25/1053.26	c  N st    84   3751564       175      3727         0    132409     18635   2929490   no data   no data
4211.42/1055.60	c Decided on static restart strategy
4253.31/1066.01	c  N st    94   3779869       175      3727         0    159500     18635   3857068   no data   no data
4302.39/1078.35	c  N st    96   3815865       175      3727         0    113247     18635   2183884   no data   no data
4357.45/1092.20	c  N st    97   3848259       175      3727         0    144262     18635   3297918   no data   no data
4437.26/1112.12	c  N st    98   3896851       175      3727         0    108664     18635   2022715   no data   no data
4556.16/1141.97	c  N st    99   3969735       175      3727         0     95226     18635   1528133   no data   no data
4726.14/1184.56	c  N st   100   4079058       175      3727         0    115285     18635   2199007   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-3366581-1305409058/watcher-3366581-1305409058 -o /tmp/evaluation-result-3366581-1305409058/solver-3366581-1305409058 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366581-1305409058.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.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652508188 52396032 347 33554432000 4194304 4580107 140737393089552 18446744073709551615 47200961083314 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 12792 347 299 95 0 7774 0
[pid=8284/tid=8285] ppid=8282 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652508188 52396032 347 33554432000 4194304 4580107 140737393089552 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652508188 52396032 347 33554432000 4194304 4580107 140737393089552 18446744073709551615 47200961083318 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652508188 52396032 347 33554432000 4194304 4580107 140737393089552 18446744073709551615 47200961083308 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.16999 s]
/proc/loadavg: 8.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=285968 CPUtime=3.42 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 6937 0 0 0 341 1 0 0 18 0 4 0 652508188 292831232 3294 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 71492 3294 377 95 0 66474 0
[pid=8284/tid=8285] ppid=8282 vsize=285968 CPUtime=0.84 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1692 0 0 0 84 0 0 0 19 0 4 0 652508188 292831232 3294 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=285968 CPUtime=0.85 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1628 0 0 0 85 0 0 0 19 0 4 0 652508188 292831232 3294 33554432000 4194304 4580107 140737393089552 18446744073709551615 4321277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=285968 CPUtime=0.85 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1560 0 0 0 85 0 0 0 18 0 4 0 652508188 292831232 3294 33554432000 4194304 4580107 140737393089552 18446744073709551615 4317008 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285968

[startup+0.96428 s]
/proc/loadavg: 8.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=286260 CPUtime=3.82 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 7321 0 0 0 381 1 0 0 19 0 4 0 652508188 293130240 3678 33554432000 4194304 4580107 140737393089552 18446744073709551615 4321277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 71565 3678 378 95 0 66547 0
[pid=8284/tid=8285] ppid=8282 vsize=286260 CPUtime=0.94 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1785 0 0 0 94 0 0 0 19 0 4 0 652508188 293130240 3678 33554432000 4194304 4580107 140737393089552 18446744073709551615 4296101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=286260 CPUtime=0.95 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1710 0 0 0 95 0 0 0 19 0 4 0 652508188 293130240 3678 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=286260 CPUtime=0.95 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1690 0 0 0 95 0 0 0 19 0 4 0 652508188 293130240 3678 33554432000 4194304 4580107 140737393089552 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 286260

[startup+1.06426 s]
/proc/loadavg: 8.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=286552 CPUtime=4.22 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 8172 0 0 0 421 1 0 0 19 0 4 0 652508188 293429248 3602 33554432000 4194304 4580107 140737393089552 18446744073709551615 4320689 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 71638 3602 378 95 0 66620 0
[pid=8284/tid=8285] ppid=8282 vsize=286552 CPUtime=1.04 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2114 0 0 0 104 0 0 0 19 0 4 0 652508188 293429248 3602 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=286552 CPUtime=1.05 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 1816 0 0 0 105 0 0 0 19 0 4 0 652508188 293429248 3602 33554432000 4194304 4580107 140737393089552 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=286552 CPUtime=1.05 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2001 0 0 0 105 0 0 0 19 0 4 0 652508188 293429248 3602 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 286552

[startup+1.16424 s]
/proc/loadavg: 8.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=286852 CPUtime=4.61 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 8929 0 0 0 460 1 0 0 19 0 4 0 652508188 293736448 3453 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 71713 3453 378 95 0 66695 0
[pid=8284/tid=8285] ppid=8282 vsize=286852 CPUtime=1.14 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2203 0 0 0 114 0 0 0 19 0 4 0 652508188 293736448 3453 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=286852 CPUtime=1.14 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2112 0 0 0 114 0 0 0 19 0 4 0 652508188 293736448 3453 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=286852 CPUtime=1.15 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2079 0 0 0 115 0 0 0 19 0 4 0 652508188 293736448 3453 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 286852

[startup+1.50018 s]
/proc/loadavg: 8.18 8.11 8.09 5/320 8284
/proc/meminfo: memFree=10745232/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=287092 CPUtime=5.96 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 12062 0 0 0 594 2 0 0 19 0 4 0 652508188 293982208 5551 33554432000 4194304 4580107 140737393089552 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 71773 5551 379 95 0 66755 0
[pid=8284/tid=8285] ppid=8282 vsize=287092 CPUtime=1.48 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2673 0 0 0 148 0 0 0 20 0 4 0 652508188 293982208 5551 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=287092 CPUtime=1.48 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2368 0 0 0 148 0 0 0 20 0 4 0 652508188 293982208 5551 33554432000 4194304 4580107 140737393089552 18446744073709551615 4292922 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=287092 CPUtime=1.49 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 2560 0 0 0 149 0 0 0 19 0 4 0 652508188 293982208 5551 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287092

[startup+3.10087 s]
/proc/loadavg: 8.32 8.14 8.10 9/324 8288
/proc/meminfo: memFree=10693860/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=297468 CPUtime=12.34 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 24096 0 0 0 1230 4 0 0 25 0 4 0 652508188 304607232 11591 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 74367 11591 379 95 0 69349 0
[pid=8284/tid=8285] ppid=8282 vsize=297468 CPUtime=3.05 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 5543 0 0 0 305 0 0 0 25 0 4 0 652508188 304607232 11591 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=297468 CPUtime=3.08 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 6161 0 0 0 307 1 0 0 25 0 4 0 652508188 304607232 11591 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=297468 CPUtime=3.08 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 6120 0 0 0 308 0 0 0 25 0 4 0 652508188 304607232 11591 33554432000 4194304 4580107 140737393089552 18446744073709551615 4318504 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297468

[startup+6.31226 s]
/proc/loadavg: 8.30 8.14 8.10 9/324 8288
/proc/meminfo: memFree=10681904/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=298552 CPUtime=25.15 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 37556 0 0 0 2509 6 0 0 25 0 4 0 652508188 305717248 16857 33554432000 4194304 4580107 140737393089552 18446744073709551615 4507910 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 74638 16858 379 95 0 69620 0
[pid=8284/tid=8285] ppid=8282 vsize=298552 CPUtime=6.23 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 9610 0 0 0 622 1 0 0 25 0 4 0 652508188 305717248 16858 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=298552 CPUtime=6.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 10027 0 0 0 627 2 0 0 25 0 4 0 652508188 305717248 16858 33554432000 4194304 4580107 140737393089552 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=298552 CPUtime=6.3 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 8714 0 0 0 629 1 0 0 25 0 4 0 652508188 305717248 16858 33554432000 4194304 4580107 140737393089552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 298552

[startup+12.701 s]
/proc/loadavg: 8.27 8.13 8.10 9/324 8288
/proc/meminfo: memFree=10648548/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=308164 CPUtime=50.66 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 59242 0 0 0 5055 11 0 0 25 0 4 0 652508188 315559936 22981 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 77041 22981 379 95 0 72023 0
[pid=8284/tid=8285] ppid=8282 vsize=308164 CPUtime=12.57 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 14843 0 0 0 1255 2 0 0 25 0 4 0 652508188 315559936 22981 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=308164 CPUtime=12.68 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 14294 0 0 0 1265 3 0 0 25 0 4 0 652508188 315559936 22981 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=308164 CPUtime=12.68 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 14208 0 0 0 1266 2 0 0 25 0 4 0 652508188 315559936 22981 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 308164

[startup+25.5006 s]
/proc/loadavg: 8.23 8.13 8.10 9/324 8289
/proc/meminfo: memFree=10629188/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=299948 CPUtime=101.72 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 89796 0 0 0 10153 19 0 0 25 0 4 0 652508188 307146752 31156 33554432000 4194304 4580107 140737393089552 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 74987 31156 379 95 0 69969 0
[pid=8284/tid=8285] ppid=8282 vsize=299948 CPUtime=25.24 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 23324 0 0 0 2520 4 0 0 25 0 4 0 652508188 307146752 31156 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=299948 CPUtime=25.49 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 22574 0 0 0 2543 6 0 0 25 0 4 0 652508188 307146752 31156 33554432000 4194304 4580107 140737393089552 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=299948 CPUtime=25.48 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 20665 0 0 0 2544 4 0 0 25 0 4 0 652508188 307146752 31156 33554432000 4194304 4580107 140737393089552 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 299948

[startup+51.1007 s]
/proc/loadavg: 8.15 8.12 8.09 9/324 8289
/proc/meminfo: memFree=10597212/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=304408 CPUtime=203.87 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 137316 0 0 0 20356 31 0 0 25 0 4 0 652508188 311713792 38763 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 76102 38763 379 95 0 71084 0
[pid=8284/tid=8285] ppid=8282 vsize=304408 CPUtime=50.58 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 35199 0 0 0 5052 6 0 0 25 0 4 0 652508188 311713792 38763 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=304408 CPUtime=51.08 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 34336 0 0 0 5099 9 0 0 25 0 4 0 652508188 311713792 38763 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=304408 CPUtime=51.09 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 31906 0 0 0 5102 7 0 0 25 0 4 0 652508188 311713792 38763 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 304408

[startup+102.301 s]
/proc/loadavg: 8.16 8.12 8.09 9/324 8291
/proc/meminfo: memFree=10503336/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=388684 CPUtime=408.14 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 212788 0 0 0 40765 49 0 0 25 0 4 0 652508188 398012416 49506 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 97171 49506 379 95 0 92153 0
[pid=8284/tid=8285] ppid=8282 vsize=388684 CPUtime=101.27 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 52519 0 0 0 10117 10 0 0 25 0 4 0 652508188 398012416 49506 33554432000 4194304 4580107 140737393089552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=388684 CPUtime=102.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 53478 0 0 0 10214 15 0 0 25 0 4 0 652508188 398012416 49506 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=388684 CPUtime=102.29 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 53024 0 0 0 10218 11 0 0 25 0 4 0 652508188 398012416 49506 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 388684

[startup+162.3 s]

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

[pid=8284] ppid=8282 vsize=633528 CPUtime=2802.13 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 651951 0 0 0 280012 201 0 0 25 0 4 0 652508188 648732672 108912 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 158382 108912 379 95 0 153364 0
[pid=8284/tid=8285] ppid=8282 vsize=633528 CPUtime=695.29 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 168133 0 0 0 69476 53 0 0 25 0 4 0 652508188 648732672 108912 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=633528 CPUtime=702.28 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 177476 0 0 0 70171 57 0 0 25 0 4 0 652508188 648732672 108912 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=633528 CPUtime=702.31 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 161498 0 0 0 70182 49 0 0 25 0 4 0 652508188 648732672 108912 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.13
Current children cumulated vsize (KiB) 633528

[startup+762.301 s]
/proc/loadavg: 4.11 5.50 6.94 5/315 8326
/proc/meminfo: memFree=10680144/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=746488 CPUtime=3041.53 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 692628 0 0 0 303936 217 0 0 25 0 4 0 652508188 764403712 120242 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 186622 120242 379 95 0 181604 0
[pid=8284/tid=8285] ppid=8282 vsize=746488 CPUtime=754.68 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 177870 0 0 0 75412 56 0 0 25 0 4 0 652508188 764403712 120242 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=746488 CPUtime=762.28 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 186629 0 0 0 76167 61 0 0 25 0 4 0 652508188 764403712 120242 33554432000 4194304 4580107 140737393089552 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=746488 CPUtime=762.31 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 172186 0 0 0 76178 53 0 0 25 0 4 0 652508188 764403712 120242 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.53
Current children cumulated vsize (KiB) 746488

[startup+822.301 s]
/proc/loadavg: 4.04 5.22 6.76 5/315 8328
/proc/meminfo: memFree=10634968/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=722356 CPUtime=3280.94 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 723924 0 0 0 327863 231 0 0 25 0 4 0 652508188 739692544 131463 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 180589 131463 379 95 0 175571 0
[pid=8284/tid=8285] ppid=8282 vsize=722356 CPUtime=814.08 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 187352 0 0 0 81350 58 0 0 25 0 4 0 652508188 739692544 131463 33554432000 4194304 4580107 140737393089552 18446744073709551615 4406398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=722356 CPUtime=822.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 194932 0 0 0 82161 68 0 0 25 0 4 0 652508188 739692544 131463 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=722356 CPUtime=822.31 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 181014 0 0 0 82177 54 0 0 25 0 4 0 652508188 739692544 131463 33554432000 4194304 4580107 140737393089552 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.94
Current children cumulated vsize (KiB) 722356

[startup+882.301 s]
/proc/loadavg: 4.07 5.01 6.59 5/315 8330
/proc/meminfo: memFree=10641980/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=666236 CPUtime=3520.34 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 756026 0 0 0 351787 247 0 0 25 0 4 0 652508188 682225664 129580 33554432000 4194304 4580107 140737393089552 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 166559 129580 379 95 0 161541 0
[pid=8284/tid=8285] ppid=8282 vsize=666236 CPUtime=873.49 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 194302 0 0 0 87287 62 0 0 25 0 4 0 652508188 682225664 129580 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=666236 CPUtime=882.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 206551 0 0 0 88155 74 0 0 25 0 4 0 652508188 682225664 129580 33554432000 4194304 4580107 140737393089552 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=666236 CPUtime=882.31 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 188485 0 0 0 88173 58 0 0 25 0 4 0 652508188 682225664 129580 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.34
Current children cumulated vsize (KiB) 666236

[startup+942.301 s]
/proc/loadavg: 4.08 4.84 6.43 5/315 8331
/proc/meminfo: memFree=10617612/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=666692 CPUtime=3759.78 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 789512 0 0 0 375718 260 0 0 25 0 4 0 652508188 682692608 135743 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 166673 135743 379 95 0 161655 0
[pid=8284/tid=8285] ppid=8282 vsize=666692 CPUtime=932.89 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 203141 0 0 0 93224 65 0 0 25 0 4 0 652508188 682692608 135746 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=666692 CPUtime=942.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 214255 0 0 0 94152 77 0 0 25 0 4 0 652508188 682692608 135746 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=666692 CPUtime=942.33 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 197909 0 0 0 94172 61 0 0 25 0 4 0 652508188 682692608 135746 33554432000 4194304 4580107 140737393089552 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.78
Current children cumulated vsize (KiB) 666692

[startup+1002.3 s]
/proc/loadavg: 4.08 4.70 6.28 5/315 8333
/proc/meminfo: memFree=10608756/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=740388 CPUtime=3999.15 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 826239 0 0 0 399642 273 0 0 25 0 4 0 652508188 758157312 138046 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 185097 138046 379 95 0 180079 0
[pid=8284/tid=8285] ppid=8282 vsize=740388 CPUtime=992.29 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 212079 0 0 0 99160 69 0 0 25 0 4 0 652508188 758157312 138046 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=740388 CPUtime=1002.28 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 223501 0 0 0 100147 81 0 0 25 0 4 0 652508188 758157312 138046 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=740388 CPUtime=1002.32 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 210592 0 0 0 100167 65 0 0 25 0 4 0 652508188 758157312 138046 33554432000 4194304 4580107 140737393089552 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.15
Current children cumulated vsize (KiB) 740388

[startup+1062.31 s]
/proc/loadavg: 4.03 4.57 6.13 5/315 8334
/proc/meminfo: memFree=10567376/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=857020 CPUtime=4238.59 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 841993 0 0 0 423576 283 0 0 25 0 4 0 652508188 877588480 148276 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 214255 148276 379 95 0 209237 0
[pid=8284/tid=8285] ppid=8282 vsize=857020 CPUtime=1051.69 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 216106 0 0 0 105099 70 0 0 25 0 4 0 652508188 877588480 148276 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=857020 CPUtime=1062.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 229202 0 0 0 106143 86 0 0 25 0 4 0 652508188 877588480 148276 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=857020 CPUtime=1062.33 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 211826 0 0 0 106168 65 0 0 25 0 4 0 652508188 877588480 148276 33554432000 4194304 4580107 140737393089552 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.59
Current children cumulated vsize (KiB) 857020

[startup+1122.3 s]
/proc/loadavg: 4.01 4.46 6.00 5/315 8336
/proc/meminfo: memFree=10590252/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=873724 CPUtime=4477.95 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 872300 0 0 0 447499 296 0 0 25 0 4 0 652508188 894693376 142767 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 218431 142767 379 95 0 213413 0
[pid=8284/tid=8285] ppid=8282 vsize=873724 CPUtime=1111.09 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 225000 0 0 0 111034 75 0 0 25 0 4 0 652508188 894693376 142767 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=873724 CPUtime=1122.28 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 237573 0 0 0 112139 89 0 0 25 0 4 0 652508188 894693376 142767 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=873724 CPUtime=1122.32 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 220461 0 0 0 112163 69 0 0 25 0 4 0 652508188 894693376 142767 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.95
Current children cumulated vsize (KiB) 873724

[startup+1182.3 s]
/proc/loadavg: 4.00 4.38 5.87 5/315 8338
/proc/meminfo: memFree=10594772/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=801852 CPUtime=4717.36 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 907476 0 0 0 471427 309 0 0 25 0 4 0 652508188 821096448 141454 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 200463 141454 379 95 0 195445 0
[pid=8284/tid=8285] ppid=8282 vsize=801852 CPUtime=1170.48 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 233544 0 0 0 116971 77 0 0 25 0 4 0 652508188 821096448 141454 33554432000 4194304 4580107 140737393089552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=801852 CPUtime=1182.29 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 246896 0 0 0 118135 94 0 0 25 0 4 0 652508188 821096448 141454 33554432000 4194304 4580107 140737393089552 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=801852 CPUtime=1182.33 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 229882 0 0 0 118161 72 0 0 25 0 4 0 652508188 821096448 141454 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4717.36
Current children cumulated vsize (KiB) 801852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 4.00 4.35 5.83 5/315 8338
/proc/meminfo: memFree=10601188/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=742592 CPUtime=4800.42 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 919560 0 0 0 479729 313 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 185648 139797 379 95 0 180630 0
[pid=8284/tid=8285] ppid=8282 vsize=742592 CPUtime=1191.09 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 236811 0 0 0 119031 78 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=742592 CPUtime=1203.11 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 250455 0 0 0 120216 95 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=742592 CPUtime=1203.14 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 233428 0 0 0 120242 72 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 742592

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

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

[startup+1203.11 s]
/proc/loadavg: 4.00 4.35 5.83 5/315 8338
/proc/meminfo: memFree=10601188/32951124 swapFree=67093864/67111528
[pid=8284] ppid=8282 vsize=742592 CPUtime=4800.42 cores=0,2,4,6
/proc/8284/stat : 8284 (strangenight2-m) R 8282 8284 7962 0 -1 4202496 919560 0 0 0 479729 313 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 185648 139797 379 95 0 180630 0
[pid=8284/tid=8285] ppid=8282 vsize=742592 CPUtime=1191.09 cores=0,2,4,6
/proc/8284/task/8285/stat : 8285 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 236811 0 0 0 119031 78 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8284/tid=8286] ppid=8282 vsize=742592 CPUtime=1203.11 cores=0,2,4,6
/proc/8284/task/8286/stat : 8286 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 250455 0 0 0 120216 95 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8284/tid=8287] ppid=8282 vsize=742592 CPUtime=1203.14 cores=0,2,4,6
/proc/8284/task/8287/stat : 8287 (strangenight2-m) R 8282 8284 7962 0 -1 4202560 233428 0 0 0 120242 72 0 0 25 0 4 0 652508188 760414208 139797 33554432000 4194304 4580107 140737393089552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 742592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.48
CPU user time (s): 4797.33
CPU system time (s): 3.15552
CPU usage (%): 398.992
Max. virtual memory (cumulated for all children) (KiB): 915328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.33
system time used= 3.15552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 919562
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= 499
involuntary context switches= 20849

runsolver used 3.67844 second user time and 8.39872 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 23:37:38
IDJOB=3366581
IDBENCH=82990
IDSOLVER=1844
FILE ID=node102/3366581-1305409058
RUNJOBID= node102-1305405872-7980
PBS_JOBID= 13324503
Free space on /tmp= 73532 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S185833400-026.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366581-1305409058/watcher-3366581-1305409058 -o /tmp/evaluation-result-3366581-1305409058/solver-3366581-1305409058 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366581-1305409058.cnf

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

MD5SUM BENCH= 975fcba238403114d7315dde1e6a58bd
RANDOM SEED=1069466736

node102.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.828
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.828
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.828
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.82
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.828
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.828
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.82
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.828
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.828
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.82
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.828
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:      10745528 kB
Buffers:        257556 kB
Cached:        2804816 kB
SwapCached:       1128 kB
Active:       19930336 kB
Inactive:      1981428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10745528 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:            5444 kB
Writeback:           0 kB
AnonPages:    18847920 kB
Mapped:          26872 kB
Slab:           176676 kB
PageTables:      53908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59525956 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= 73532 MiB
End job on node102 at 2011-05-14 23:57:44