Trace number 3174172

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? (TO) 4800.26 1202.64

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174172-1304108698.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	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.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      84 undec:       8 neg:      83
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.07	c Decided on static restart strategy
0.36/0.16	c  N st     8      4915       175      3727         0      4737     18635    161270   no data   no data
1.56/0.40	c  N st    10     11298       175      3727         0      4369     18635    109809   no data   no data
2.36/0.65	c  N st    11     17041       175      3727         0      9857     18635    294827   no data   no data
3.97/1.05	c  F st    12     25000       175      3727         0     12047     18635    359879   no data   no data
3.97/1.05	c  N st    12     25000       175      3727         0     12047     18635    359879   no data   no data
4.75/1.26	c Decided on static restart strategy
4.75/1.26	c  N st    18     30000       175      3727         0     10359     18635    292842   no data   no data
4.75/1.26	c  S st    18     30000       175      3727         0     10359     18635    292842   no data   no data
4.75/1.29	c  S st    18     30503       175      3727         0     10859     18635    308994   no data   no data
4.75/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.15/1.30	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
5.15/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.15/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.51	c lits-rem:       223  cl-subs:     1075  v-elim:      0  v-fix:    0  time:  0.20 s
5.95/1.56	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
5.95/1.56	c calculated reachability. Time: 0.00
5.95/1.56	c  N st    18     30503       175      3727         0      9784     18635    268119   no data   no data
7.55/1.91	c  N st    20     37615       175      3727         0      9049     18635    221859   no data   no data
8.77/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.41	c  S st    22     46259       175      3727         0      8763     18635    188263   no data   no data
9.55/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.41	c bin-w-bin subsume rem            0 bins  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.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.55/2.41	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.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.44	c lits-rem:        22  cl-subs:      101  v-elim:      0  v-fix:    0  time:  0.02 s
9.55/2.44	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.55/2.45	c vivif2 --  cl tried     8662 cl shrink        0 lits rem          0 time: 0.00
9.55/2.49	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.55/2.49	c calculated reachability. Time: 0.00
9.55/2.49	c  N st    22     46259       175      3727         0      8662     18635    184648   no data   no data
12.76/3.27	c  N st    23     60658       175      3727         0     12884     18635    308975   no data   no data
15.00/3.83	c  N st    24     69388       175      3727         0     10722     18635    218045   no data   no data
15.00/3.83	c  S st    24     69388       175      3727         0     10722     18635    218045   no data   no data
15.00/3.86	c  S st    24     69892       175      3727         0     11221     18635    233710   no data   no data
15.00/3.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.00/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.00/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.00/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.00/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.00/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.00/3.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.00/3.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.00/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.40/3.92	c lits-rem:        42  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.04 s
15.40/3.93	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.40/3.93	c vivif2 --  cl tried    11020 cl shrink        0 lits rem          0 time: 0.00
15.40/3.98	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
15.40/3.98	c calculated reachability. Time: 0.00
15.40/3.98	c  N st    24     69892       175      3727         0     11020     18635    225788   no data   no data
19.86/5.14	c  F st    25     87500       175      3727         0     16333     18635    392963   no data   no data
22.41/5.99	c  N st    25     87500       175      3727         0     16333     18635    392963   no data   no data
22.41/5.99	c Decided on static restart strategy
22.41/5.99	c  N st    32     95537       175      3727         0     24056     18635    657681   no data   no data
23.71/6.30	c  N st    34    104838       175      3727         0     20564     18635    531463   no data   no data
23.71/6.30	c  S st    34    104838       175      3727         0     20564     18635    531463   no data   no data
23.71/6.36	c  S st    34    105344       175      3727         0     21058     18635    547703   no data   no data
23.71/6.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.71/6.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
23.71/6.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.71/6.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.71/6.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.71/6.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
23.71/6.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.71/6.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.05/6.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.56/6.92	c lits-rem:       379  cl-subs:     1147  v-elim:      0  v-fix:    0  time:  0.43 s
25.56/6.92	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.56/6.93	c vivif2 --  cl tried    19911 cl shrink        0 lits rem          0 time: 0.01
25.90/7.01	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.08
25.90/7.01	c calculated reachability. Time: 0.00
25.90/7.01	c  N st    34    105344       175      3727         0     19911     18635    503876   no data   no data
28.28/7.75	c  N st    35    114943       175      3727         0     15721     18635    350389   no data   no data
32.72/8.94	c  N st    36    129340       175      3727         0     15141     18635    300116   no data   no data
39.89/10.75	c  N st    37    150936       175      3727         0     20479     18635    460567   no data   no data
43.09/11.50	c  S st    38    158017       175      3727         0     27259     18635    692686   no data   no data
43.09/11.58	c  S st    38    158521       175      3727         0     27756     18635    708390   no data   no data
43.09/11.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.09/11.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.09/11.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.09/11.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.09/11.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.09/11.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
43.09/11.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.49/11.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.49/11.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.29/12.80	c lits-rem:       565  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  1.18 s
48.29/12.80	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
48.29/12.81	c vivif2 --  cl tried    25879 cl shrink        0 lits rem          0 time: 0.01
48.69/12.92	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.11
48.69/12.92	c calculated reachability. Time: 0.00
48.69/12.92	c  N st    38    158521       175      3727         0     25879     18635    636362   no data   no data
66.66/17.44	c  N st    39    207110       175      3727         0     20654     18635    411251   no data   no data
79.45/20.64	c  N st    40    237781       175      3727         0     30804     18635    740044   no data   no data
79.45/20.64	c  S st    40    237781       175      3727         0     30804     18635    740044   no data   no data
79.85/20.74	c  S st    40    238287       175      3727         0     31301     18635    756161   no data   no data
79.85/20.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.85/20.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
79.85/20.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.85/20.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.85/20.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.85/20.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
79.85/20.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.85/20.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.85/20.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.43/22.60	c lits-rem:       818  cl-subs:     2245  v-elim:      0  v-fix:    0  time:  1.81 s
87.43/22.60	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
87.43/22.61	c vivif2 --  cl tried    29056 cl shrink        0 lits rem          0 time: 0.01
87.83/22.74	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.13
87.83/22.74	c calculated reachability. Time: 0.00
87.83/22.74	c  N st    40    238287       175      3727         0     29056     18635    676155   no data   no data
116.58/29.91	c  F st    41    306250       175      3727         0     31025     18635    683437   no data   no data
116.58/29.91	c  N st    41    306250       175      3727         0     31025     18635    683437   no data   no data
118.58/30.48	c Decided on static restart strategy
128.17/32.88	c  N st    51    334557       175      3727         0     35275     18635    808068   no data   no data
138.54/35.47	c  N st    53    357432       175      3727         0     33286     18635    714659   no data   no data
138.54/35.47	c  S st    53    357432       175      3727         0     33286     18635    714659   no data   no data
138.94/35.56	c  S st    53    357935       175      3727         0     33785     18635    731374   no data   no data
138.94/35.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.94/35.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
138.94/35.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.94/35.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.94/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.94/35.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
138.94/35.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.94/35.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.34/35.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.16/36.39	c lits-rem:       410  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  0.79 s
142.16/36.39	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
142.54/36.40	c vivif2 --  cl tried    32479 cl shrink        0 lits rem          0 time: 0.01
142.94/36.55	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.15
142.94/36.55	c calculated reachability. Time: 0.00
142.94/36.55	c  N st    53    357935       175      3727         0     32479     18635    681172   no data   no data
158.12/40.30	c  N st    54    390329       175      3727         0     38583     18635    890154   no data   no data
188.07/47.82	c  N st    55    438917       175      3727         0     32447     18635    645995   no data   no data
223.62/56.73	c  N st    56    511799       175      3727         0     45596     18635   1070472   no data   no data
236.41/59.97	c  N st    57    536902       175      3727         0     39959     18635    830234   no data   no data
236.41/59.97	c  S st    57    536902       175      3727         0     39959     18635    830234   no data   no data
236.81/60.07	c  S st    57    537409       175      3727         0     40458     18635    846987   no data   no data
236.81/60.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.81/60.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.81/60.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.81/60.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.81/60.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.81/60.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
236.81/60.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.21/60.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.21/60.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.41/61.44	c lits-rem:       790  cl-subs:     1742  v-elim:      0  v-fix:    0  time:  1.31 s
242.41/61.44	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
242.41/61.45	c vivif2 --  cl tried    38716 cl shrink        0 lits rem          0 time: 0.01
243.22/61.64	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.20
243.22/61.64	c calculated reachability. Time: 0.00
243.22/61.64	c  N st    57    537409       175      3727         0     38716     18635    779113   no data   no data
343.07/86.67	c  N st    58    701394       175      3727         0     67331     18635   1746221   no data   no data
409.36/103.26	c  N st    59    806113       175      3727         0     61073     18635   1400744   no data   no data
409.36/103.26	c  S st    59    806113       175      3727         0     61073     18635   1400744   no data   no data
410.18/103.42	c  S st    59    806616       175      3727         0     61564     18635   1417333   no data   no data
410.18/103.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
410.18/103.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
410.18/103.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
410.18/103.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
410.18/103.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
410.18/103.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
410.18/103.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
410.18/103.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
410.55/103.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.93/111.18	c lits-rem:      1642  cl-subs:     4427  v-elim:      0  v-fix:    0  time:  7.66 s
440.93/111.18	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
440.93/111.19	c vivif2 --  cl tried    57137 cl shrink        0 lits rem          0 time: 0.02
442.50/111.50	c asymm  cl-useful: 0/3174/3727 lits-rem:0 time: 0.31
442.50/111.51	c calculated reachability. Time: 0.00
442.50/111.51	c  N st    59    806616       175      3727         0     57137     18635   1266770   no data   no data
635.05/159.78	c  F st    60   1071876       175      3727         0     72874     18635   1717118   no data   no data
635.05/159.79	c  N st    60   1071876       175      3727         0     72874     18635   1717118   no data   no data
640.24/161.03	c Decided on static restart strategy
657.41/165.38	c  N st    70   1100182       175      3727         0     57094     18635   1109807   no data   no data
688.16/173.01	c  N st    72   1136175       175      3727         0     47666     18635    769734   no data   no data
712.13/179.02	c  N st    73   1168568       175      3727         0     78780     18635   1867947   no data   no data
750.87/188.79	c  N st    74   1209925       175      3727         0     73228     18635   1640306   no data   no data
750.87/188.79	c  S st    74   1209925       175      3727         0     73228     18635   1640306   no data   no data
752.49/189.15	c  S st    74   1210431       175      3727         0     73721     18635   1656869   no data   no data
752.49/189.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
752.89/189.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
752.89/189.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
752.89/189.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
752.89/189.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.89/189.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
752.89/189.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
752.89/189.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
753.26/189.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
836.35/210.14	c lits-rem:      2431  cl-subs:     4484  v-elim:      0  v-fix:    0  time: 20.82 s
836.35/210.14	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
836.35/210.16	c vivif2 --  cl tried    69237 cl shrink        0 lits rem          0 time: 0.02
836.73/210.29	c asymm  cl-useful: 0/553/3727 lits-rem:0 time: 0.13
836.73/210.29	c calculated reachability. Time: 0.00
836.73/210.29	c  N st    74   1210431       175      3727         0     69237     18635   1488123   no data   no data
899.82/226.03	c  N st    75   1283313       175      3727         0     93084     18635   2347612   no data   no data
1006.08/252.69	c  N st    76   1392637       175      3727         0     54312     18635    880299   no data   no data
1153.07/289.41	c  N st    77   1556621       175      3727         0     58941     18635    982522   no data   no data
1296.07/325.21	c  N st    78   1710431       175      3727         0     99802     18635   2401076   no data   no data
1296.07/325.21	c  S st    78   1710431       175      3727         0     99802     18635   2401076   no data   no data
1297.29/325.53	c  S st    78   1710934       175      3727         0    100291     18635   2418052   no data   no data
1297.29/325.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1297.29/325.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1297.29/325.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1297.29/325.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1297.29/325.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1297.29/325.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1297.29/325.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1297.69/325.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1298.06/325.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1394.33/349.85	c lits-rem:      3076  cl-subs:     7150  v-elim:      0  v-fix:    0  time: 24.15 s
1394.33/349.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1394.33/349.88	c vivif2 --  cl tried    93141 cl shrink        0 lits rem          0 time: 0.03
1395.90/350.24	c asymm  cl-useful: 0/2098/3727 lits-rem:0 time: 0.36
1395.90/350.24	c calculated reachability. Time: 0.00
1395.90/350.24	c  N st    78   1710934       175      3727         0     93141     18635   2150392   no data   no data
1784.13/447.45	c  N st    79   2079898       175      3727         0    104236     18635   2426973   no data   no data
1919.50/481.37	c  N st    80   2210936       175      3727         0    108412     18635   2510689   no data   no data
1919.50/481.37	c  S st    80   2210936       175      3727         0    108412     18635   2510689   no data   no data
1920.70/481.69	c  S st    80   2211441       175      3727         0    108909     18635   2526990   no data   no data
1921.12/481.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1921.12/481.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1921.12/481.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1921.12/481.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1921.12/481.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1921.12/481.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1921.12/481.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1921.12/481.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1921.52/481.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2033.72/509.91	c lits-rem:      2918  cl-subs:     8380  v-elim:      0  v-fix:    0  time: 28.04 s
2033.72/509.91	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2033.72/509.94	c vivif2 --  cl tried   100529 cl shrink        0 lits rem          0 time: 0.03
2034.92/510.30	c asymm  cl-useful: 0/1629/3727 lits-rem:0 time: 0.36
2034.92/510.30	c calculated reachability. Time: 0.00
2034.92/510.30	c  N st    80   2211441       175      3727         0    100529     18635   2228924   no data   no data
2558.15/641.25	c  N st    81   2711442       175      3727         0    123740     18635   3010097   no data   no data
2558.15/641.25	c  S st    81   2711442       175      3727         0    123740     18635   3010097   no data   no data
2559.73/641.66	c  S st    81   2711949       175      3727         0    124240     18635   3026955   no data   no data
2559.73/641.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2560.12/641.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2560.12/641.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2560.12/641.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2560.12/641.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2560.12/641.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2560.12/641.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2560.12/641.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2560.52/641.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2733.06/685.05	c lits-rem:      3476  cl-subs:    10100  v-elim:      0  v-fix:    0  time: 43.20 s
2733.06/685.05	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2733.06/685.09	c vivif2 --  cl tried   114140 cl shrink        0 lits rem          0 time: 0.04
2734.65/685.48	c asymm  cl-useful: 0/1743/3727 lits-rem:0 time: 0.39
2734.65/685.48	c calculated reachability. Time: 0.00
2734.65/685.48	c  N st    81   2711949       175      3727         0    114140     18635   2647556   no data   no data
3381.64/847.41	c  N st    82   3211949       175      3727         0     90773     18635   1591962   no data   no data
3381.64/847.41	c  S st    82   3211949       175      3727         0     90773     18635   1591962   no data   no data
3382.44/847.66	c  S st    82   3212450       175      3727         0     91266     18635   1608743   no data   no data
3382.44/847.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3382.84/847.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3382.84/847.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3382.84/847.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3382.84/847.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3382.84/847.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3382.84/847.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3382.84/847.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3382.84/847.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3417.98/856.53	c lits-rem:       783  cl-subs:     3132  v-elim:      0  v-fix:    0  time:  8.74 s
3417.98/856.53	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3417.98/856.56	c vivif2 --  cl tried    88134 cl shrink        0 lits rem          0 time: 0.03
3419.97/857.05	c asymm  cl-useful: 0/1912/3727 lits-rem:0 time: 0.49
3419.97/857.06	c calculated reachability. Time: 0.00
3419.97/857.06	c  N st    82   3212450       175      3727         0     88134     18635   1497677   no data   no data
4110.90/1030.08	c  N st    83   3712451       175      3727         0     98668     18635   1748926   no data   no data
4110.90/1030.08	c  S st    83   3712451       175      3727         0     98668     18635   1748926   no data   no data
4112.51/1030.47	c  S st    83   3712954       175      3727         0     99163     18635   1765135   no data   no data
4112.51/1030.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4112.91/1030.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
4112.91/1030.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4112.91/1030.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4112.91/1030.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4112.91/1030.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4112.91/1030.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4112.91/1030.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4113.32/1030.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4158.83/1042.02	c lits-rem:      1124  cl-subs:     3519  v-elim:      0  v-fix:    0  time: 11.38 s
4158.83/1042.02	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4158.83/1042.05	c vivif2 --  cl tried    95644 cl shrink        0 lits rem          0 time: 0.03
4160.83/1042.55	c asymm  cl-useful: 0/1942/3727 lits-rem:0 time: 0.50
4160.83/1042.56	c calculated reachability. Time: 0.00
4160.83/1042.56	c  N st    83   3712954       175      3727         0     95644     18635   1637144   no data   no data
4215.13/1056.17	c  F st    84   3751564       175      3727         0    132409     18635   2929490   no data   no data
4215.13/1056.17	c  N st    84   3751564       175      3727         0    132409     18635   2929490   no data   no data
4227.11/1059.11	c Decided on static restart strategy
4271.86/1070.36	c  N st    94   3779869       175      3727         0    159500     18635   3857068   no data   no data
4321.36/1082.79	c  N st    96   3815865       175      3727         0    113247     18635   2183884   no data   no data
4372.08/1095.44	c  N st    97   3848259       175      3727         0    144262     18635   3297918   no data   no data
4450.35/1115.01	c  N st    98   3896851       175      3727         0    108664     18635   2022715   no data   no data
4570.17/1145.01	c  N st    99   3969735       175      3727         0     95226     18635   1528133   no data   no data
4739.88/1187.60	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: 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-3174172-1304108698/watcher-3174172-1304108698 -o /tmp/evaluation-result-3174172-1304108698/solver-3174172-1304108698 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174172-1304108698.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: 6.34 7.62 6.57 2/171 14005
/proc/meminfo: memFree=31292984/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 407 0 1 0 0 0 0 0 20 0 4 0 522468465 52441088 347 33554432000 4194304 4627427 140734477200176 18446744073709551615 242970606577 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14005/statm: 12803 347 299 106 0 7774 0
[pid=14005/tid=14006] ppid=14003 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 522468465 52441088 347 33554432000 4194304 4627427 140734477200176 18446744073709551615 242965582056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 522468465 52441088 347 33554432000 4194304 4627427 140734477200176 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 522468465 52441088 347 33554432000 4194304 4627427 140734477200176 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0975441 s]
/proc/loadavg: 6.34 7.62 6.57 2/171 14005
/proc/meminfo: memFree=31292984/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=282136 CPUtime=0.35 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 2159 0 1 0 35 0 0 0 21 0 4 0 522468465 288907264 1978 33554432000 4194304 4627427 140734477200176 18446744073709551615 4321729 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 70534 1978 383 106 0 65505 0
[pid=14005/tid=14006] ppid=14003 vsize=282136 CPUtime=0.08 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 471 0 0 0 8 0 0 0 22 0 4 0 522468465 288907264 1978 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=282136 CPUtime=0.08 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 479 0 0 0 8 0 0 0 22 0 4 0 522468465 288907264 1978 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=282136 CPUtime=0.08 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 327 0 0 0 8 0 0 0 22 0 4 0 522468465 288907264 1979 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 282136

[startup+0.100543 s]
/proc/loadavg: 6.34 7.62 6.57 2/171 14005
/proc/meminfo: memFree=31292984/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=282136 CPUtime=0.36 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 2175 0 1 0 36 0 0 0 21 0 4 0 522468465 288907264 1994 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 70534 1994 383 106 0 65505 0
[pid=14005/tid=14006] ppid=14003 vsize=282136 CPUtime=0.09 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 475 0 0 0 9 0 0 0 22 0 4 0 522468465 288907264 1995 33554432000 4194304 4627427 140734477200176 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=282136 CPUtime=0.08 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 484 0 0 0 8 0 0 0 22 0 4 0 522468465 288907264 1995 33554432000 4194304 4627427 140734477200176 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=282136 CPUtime=0.09 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 330 0 0 0 9 0 0 0 22 0 4 0 522468465 288907264 1995 33554432000 4194304 4627427 140734477200176 18446744073709551615 4332756 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282136

[startup+0.300509 s]
/proc/loadavg: 6.34 7.62 6.57 2/171 14005
/proc/meminfo: memFree=31292984/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=284592 CPUtime=1.16 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 3586 0 1 0 116 0 0 0 21 0 4 0 522468465 291422208 2597 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 71148 2597 384 106 0 66119 0
[pid=14005/tid=14006] ppid=14003 vsize=284592 CPUtime=0.29 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 846 0 0 0 29 0 0 0 22 0 4 0 522468465 291422208 2597 33554432000 4194304 4627427 140734477200176 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=284592 CPUtime=0.28 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 847 0 0 0 28 0 0 0 22 0 4 0 522468465 291422208 2597 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=284592 CPUtime=0.29 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 668 0 0 0 29 0 0 0 22 0 4 0 522468465 291422208 2597 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284592

[startup+0.700442 s]
/proc/loadavg: 6.34 7.62 6.57 2/171 14005
/proc/meminfo: memFree=31292984/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=286108 CPUtime=2.75 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 6282 0 1 0 275 0 0 0 22 0 4 0 522468465 292974592 2940 33554432000 4194304 4627427 140734477200176 18446744073709551615 4325026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 71527 2940 384 106 0 66498 0
[pid=14005/tid=14006] ppid=14003 vsize=286108 CPUtime=0.69 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 1597 0 0 0 69 0 0 0 23 0 4 0 522468465 292974592 2940 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=286108 CPUtime=0.68 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 1557 0 0 0 68 0 0 0 24 0 4 0 522468465 292974592 2940 33554432000 4194304 4627427 140734477200176 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=286108 CPUtime=0.68 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 1405 0 0 0 68 0 0 0 24 0 4 0 522468465 292974592 2940 33554432000 4194304 4627427 140734477200176 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 286108

[startup+1.50031 s]
/proc/loadavg: 6.34 7.62 6.57 9/182 14017
/proc/meminfo: memFree=31262672/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=287760 CPUtime=5.95 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 12132 0 1 0 594 1 0 0 25 0 4 0 522468465 294666240 5542 33554432000 4194304 4627427 140734477200176 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 71940 5542 388 106 0 66911 0
[pid=14005/tid=14006] ppid=14003 vsize=287760 CPUtime=1.49 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 2741 0 0 0 149 0 0 0 25 0 4 0 522468465 294666240 5542 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=287760 CPUtime=1.48 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 2453 0 0 0 148 0 0 0 25 0 4 0 522468465 294666240 5542 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=287760 CPUtime=1.48 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 2576 0 0 0 148 0 0 0 25 0 4 0 522468465 294666240 5542 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287760

[startup+3.10103 s]
/proc/loadavg: 6.34 7.62 6.57 9/182 14017
/proc/meminfo: memFree=31224852/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=288816 CPUtime=12.34 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 23792 0 1 0 1232 2 0 0 25 0 4 0 522468465 295747584 11844 33554432000 4194304 4627427 140734477200176 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 72204 11844 388 106 0 67175 0
[pid=14005/tid=14006] ppid=14003 vsize=288816 CPUtime=3.08 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 5594 0 0 0 308 0 0 0 25 0 4 0 522468465 295747584 11844 33554432000 4194304 4627427 140734477200176 18446744073709551615 4331794 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=288816 CPUtime=3.08 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 6266 0 0 0 307 1 0 0 25 0 4 0 522468465 295747584 11844 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=288816 CPUtime=3.07 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 6088 0 0 0 307 0 0 0 25 0 4 0 522468465 295747584 11844 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 288816

[startup+6.30048 s]
/proc/loadavg: 6.63 7.66 6.59 11/182 14017
/proc/meminfo: memFree=31182460/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=290444 CPUtime=23.71 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 36089 0 1 0 2340 31 0 0 18 0 4 0 522468465 297414656 16169 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 72611 16169 388 106 0 67582 0
[pid=14005/tid=14006] ppid=14003 vsize=290444 CPUtime=5.95 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 9398 0 0 0 590 5 0 0 18 0 4 0 522468465 297414656 16169 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=290444 CPUtime=6.18 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 10145 0 0 0 606 12 0 0 25 0 4 0 522468465 297414656 16169 33554432000 4194304 4627427 140734477200176 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=290444 CPUtime=5.34 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 7668 0 0 0 523 11 0 0 25 0 4 0 522468465 297414656 16169 33554432000 4194304 4627427 140734477200176 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 290444

[startup+12.7004 s]
/proc/loadavg: 6.82 7.68 6.60 9/182 14017
/proc/meminfo: memFree=31108944/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=302292 CPUtime=47.89 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 56682 0 1 0 4735 54 0 0 25 0 4 0 522468465 309547008 24434 33554432000 4194304 4627427 140734477200176 18446744073709551615 4427688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 75573 24434 388 106 0 70544 0
[pid=14005/tid=14006] ppid=14003 vsize=302292 CPUtime=12.31 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 14827 0 0 0 1225 6 0 0 25 0 4 0 522468465 309547008 24434 33554432000 4194304 4627427 140734477200176 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=302292 CPUtime=12.54 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 14065 0 0 0 1240 14 0 0 25 0 4 0 522468465 309547008 24434 33554432000 4194304 4627427 140734477200176 18446744073709551615 4332840 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=302292 CPUtime=10.4 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 12293 0 0 0 1021 19 0 0 25 0 4 0 522468465 309547008 24434 33554432000 4194304 4627427 140734477200176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.89
Current children cumulated vsize (KiB) 302292

[startup+25.5012 s]
/proc/loadavg: 7.08 7.69 6.62 9/182 14017
/proc/meminfo: memFree=31053688/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=313940 CPUtime=99.01 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 86766 0 1 0 9841 60 0 0 25 0 4 0 522468465 321474560 31779 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 78485 31779 388 106 0 73456 0
[pid=14005/tid=14006] ppid=14003 vsize=313940 CPUtime=25.11 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 23394 0 0 0 2503 8 0 0 25 0 4 0 522468465 321474560 31779 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=313940 CPUtime=25.25 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 22059 0 0 0 2510 15 0 0 25 0 4 0 522468465 321474560 31779 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=313940 CPUtime=23.2 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 19050 0 0 0 2299 21 0 0 25 0 4 0 522468465 321474560 31779 33554432000 4194304 4627427 140734477200176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.01
Current children cumulated vsize (KiB) 313940

[startup+51.1008 s]
/proc/loadavg: 7.39 7.72 6.66 9/182 14018
/proc/meminfo: memFree=30984016/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=315736 CPUtime=201.26 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 136244 0 1 0 20052 74 0 0 25 0 4 0 522468465 323313664 40207 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 78934 40207 388 106 0 73905 0
[pid=14005/tid=14006] ppid=14003 vsize=315736 CPUtime=50.71 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 36827 0 0 0 5061 10 0 0 25 0 4 0 522468465 323313664 40207 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=315736 CPUtime=50.71 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 34101 0 0 0 5052 19 0 0 25 0 4 0 522468465 323313664 40207 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=315736 CPUtime=48.8 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 30469 0 0 0 4855 25 0 0 25 0 4 0 522468465 323313664 40207 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.26
Current children cumulated vsize (KiB) 315736

[startup+102.307 s]
/proc/loadavg: 7.78 7.77 6.73 9/182 14019
/proc/meminfo: memFree=30935144/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=374096 CPUtime=405.78 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 215802 0 1 0 40480 98 0 0 25 0 4 0 522468465 383074304 46842 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 93524 46842 388 106 0 88495 0
[pid=14005/tid=14006] ppid=14003 vsize=374096 CPUtime=101.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 56355 0 0 0 10176 16 0 0 25 0 4 0 522468465 383074304 46842 33554432000 4194304 4627427 140734477200176 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=374096 CPUtime=101.63 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 52653 0 0 0 10138 25 0 0 25 0 4 0 522468465 383074304 46842 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=374096 CPUtime=99.99 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 52295 0 0 0 9967 32 0 0 25 0 4 0 522468465 383074304 46842 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.78
Current children cumulated vsize (KiB) 374096

[startup+162.301 s]

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

[pid=14005] ppid=14003 vsize=678304 CPUtime=2562.54 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 635018 0 1 0 256001 253 0 0 25 0 4 0 522468465 694583296 120652 33554432000 4194304 4627427 140734477200176 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 169576 120652 388 106 0 164547 0
[pid=14005/tid=14006] ppid=14003 vsize=678304 CPUtime=641.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 165130 0 0 0 64138 54 0 0 25 0 4 0 522468465 694583296 120652 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=678304 CPUtime=638.75 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 160861 0 0 0 63812 63 0 0 25 0 4 0 522468465 694583296 120652 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=678304 CPUtime=639.64 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 148586 0 0 0 63890 74 0 0 25 0 4 0 522468465 694583296 120652 33554432000 4194304 4627427 140734477200176 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2562.54
Current children cumulated vsize (KiB) 678304

[startup+702.301 s]
/proc/loadavg: 8.01 8.01 7.35 9/182 14035
/proc/meminfo: memFree=30341020/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=680364 CPUtime=2802.14 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 657942 0 1 0 279948 266 0 0 25 0 4 0 522468465 696692736 119330 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 170091 119330 388 106 0 165062 0
[pid=14005/tid=14006] ppid=14003 vsize=680364 CPUtime=701.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 174294 0 0 0 70133 59 0 0 25 0 4 0 522468465 696692736 119330 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=680364 CPUtime=698.42 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 169000 0 0 0 69775 67 0 0 25 0 4 0 522468465 696692736 119330 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=680364 CPUtime=699.57 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 153399 0 0 0 69879 78 0 0 25 0 4 0 522468465 696692736 119330 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.14
Current children cumulated vsize (KiB) 680364

[startup+762.306 s]
/proc/loadavg: 8.00 8.01 7.39 9/182 14037
/proc/meminfo: memFree=30349788/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=625908 CPUtime=3041.79 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 692740 0 1 0 303899 280 0 0 25 0 4 0 522468465 640929792 121056 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 156477 121056 388 106 0 151448 0
[pid=14005/tid=14006] ppid=14003 vsize=625908 CPUtime=761.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 185495 0 0 0 76130 62 0 0 25 0 4 0 522468465 640929792 121056 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=625908 CPUtime=758.09 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 179981 0 0 0 75737 72 0 0 25 0 4 0 522468465 640929792 121056 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=625908 CPUtime=759.53 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 159480 0 0 0 75873 80 0 0 25 0 4 0 522468465 640929792 121056 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.79
Current children cumulated vsize (KiB) 625908

[startup+822.301 s]
/proc/loadavg: 8.00 8.00 7.42 9/182 14038
/proc/meminfo: memFree=30318508/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=677828 CPUtime=3281.4 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 720161 0 1 0 327848 292 0 0 25 0 4 0 522468465 694095872 131503 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 169457 131503 388 106 0 164428 0
[pid=14005/tid=14006] ppid=14003 vsize=677828 CPUtime=821.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 192844 0 0 0 82128 64 0 0 25 0 4 0 522468465 694095872 131503 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=677828 CPUtime=817.76 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 188342 0 0 0 81698 78 0 0 25 0 4 0 522468465 694095872 131503 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=677828 CPUtime=819.48 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 166386 0 0 0 81866 82 0 0 25 0 4 0 522468465 694095872 131503 33554432000 4194304 4627427 140734477200176 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.4
Current children cumulated vsize (KiB) 677828

[startup+882.301 s]
/proc/loadavg: 8.04 8.01 7.46 9/182 14040
/proc/meminfo: memFree=30255732/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=848152 CPUtime=3521.01 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 742650 0 1 0 351797 304 0 0 25 0 4 0 522468465 868507648 139367 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 212038 139367 388 106 0 207009 0
[pid=14005/tid=14006] ppid=14003 vsize=848152 CPUtime=881.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 201092 0 0 0 88124 68 0 0 25 0 4 0 522468465 868507648 139367 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=848152 CPUtime=877.43 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 194654 0 0 0 87662 81 0 0 25 0 4 0 522468465 868507648 139367 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=848152 CPUtime=879.42 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 168021 0 0 0 87859 83 0 0 25 0 4 0 522468465 868507648 139367 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.01
Current children cumulated vsize (KiB) 848152

[startup+942.3 s]
/proc/loadavg: 8.06 8.02 7.50 9/182 14042
/proc/meminfo: memFree=30298100/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=736556 CPUtime=3760.64 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 772640 0 1 0 375748 316 0 0 25 0 4 0 522468465 754233344 130806 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 184139 130806 388 106 0 179110 0
[pid=14005/tid=14006] ppid=14003 vsize=736556 CPUtime=941.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 209914 0 0 0 94121 71 0 0 25 0 4 0 522468465 754233344 130806 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=736556 CPUtime=937.11 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 200013 0 0 0 93628 83 0 0 25 0 4 0 522468465 754233344 130806 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=736556 CPUtime=939.38 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 179054 0 0 0 93849 89 0 0 25 0 4 0 522468465 754233344 130806 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.64
Current children cumulated vsize (KiB) 736556

[startup+1002.3 s]
/proc/loadavg: 8.02 8.02 7.52 9/182 14043
/proc/meminfo: memFree=30297080/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=730688 CPUtime=4000.27 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 811230 0 1 0 399695 332 0 0 25 0 4 0 522468465 748224512 130521 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 182672 130521 388 106 0 177643 0
[pid=14005/tid=14006] ppid=14003 vsize=730688 CPUtime=1001.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 220966 0 0 0 100117 75 0 0 25 0 4 0 522468465 748224512 130521 33554432000 4194304 4627427 140734477200176 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=730688 CPUtime=996.77 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 210216 0 0 0 99590 87 0 0 25 0 4 0 522468465 748224512 130521 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=730688 CPUtime=999.33 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 188059 0 0 0 99839 94 0 0 25 0 4 0 522468465 748224512 130521 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4000.27
Current children cumulated vsize (KiB) 730688

[startup+1062.3 s]
/proc/loadavg: 8.09 8.04 7.56 9/182 14045
/proc/meminfo: memFree=30264424/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=861312 CPUtime=4239.89 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 833252 0 1 0 423644 345 0 0 25 0 4 0 522468465 881983488 141879 33554432000 4194304 4627427 140734477200176 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 215328 141879 388 106 0 210299 0
[pid=14005/tid=14006] ppid=14003 vsize=861312 CPUtime=1061.93 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 224956 0 0 0 106115 78 0 0 25 0 4 0 522468465 881983488 141879 33554432000 4194304 4627427 140734477200176 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=861312 CPUtime=1056.44 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 217613 0 0 0 105553 91 0 0 25 0 4 0 522468465 881983488 141879 33554432000 4194304 4627427 140734477200176 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=861312 CPUtime=1059.28 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 193705 0 0 0 105832 96 0 0 25 0 4 0 522468465 881983488 141879 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.89
Current children cumulated vsize (KiB) 861312

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 7.60 9/182 14046
/proc/meminfo: memFree=30221224/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=789724 CPUtime=4479.51 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 864958 0 1 0 447594 357 0 0 25 0 4 0 522468465 808677376 140023 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 197431 140023 388 106 0 192402 0
[pid=14005/tid=14006] ppid=14003 vsize=789724 CPUtime=1121.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 234161 0 0 0 112111 81 0 0 25 0 4 0 522468465 808677376 140023 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=789724 CPUtime=1116.1 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 226164 0 0 0 111515 95 0 0 25 0 4 0 522468465 808677376 140023 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=789724 CPUtime=1119.24 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 202440 0 0 0 111824 100 0 0 25 0 4 0 522468465 808677376 140023 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4479.51
Current children cumulated vsize (KiB) 789724

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 7.62 9/182 14048
/proc/meminfo: memFree=30211380/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=879312 CPUtime=4719.11 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 896073 0 1 0 471538 373 0 0 25 0 4 0 522468465 900415488 146822 33554432000 4194304 4627427 140734477200176 18446744073709551615 4352202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 219828 146822 388 106 0 214799 0
[pid=14005/tid=14006] ppid=14003 vsize=879312 CPUtime=1181.92 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 242420 0 0 0 118108 84 0 0 25 0 4 0 522468465 900415488 146822 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=879312 CPUtime=1175.75 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 234183 0 0 0 117477 98 0 0 25 0 4 0 522468465 900415488 146822 33554432000 4194304 4627427 140734477200176 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=879312 CPUtime=1179.19 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 211851 0 0 0 117813 106 0 0 25 0 4 0 522468465 900415488 146822 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4719.11
Current children cumulated vsize (KiB) 879312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.11 8.07 7.64 5/177 14050
/proc/meminfo: memFree=30682608/32951132 swapFree=67111364/67111528
[pid=14005] ppid=14003 vsize=879060 CPUtime=4800.19 cores=0,2,4,6
/proc/14005/stat : 14005 (strangenight2-m) R 14003 14005 13971 0 -1 4202496 905461 0 1 0 479642 377 0 0 25 0 4 0 522468465 900157440 150661 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14005/statm: 219765 150661 388 106 0 214736 0
[pid=14005/tid=14006] ppid=14003 vsize=879060 CPUtime=1202.23 cores=0,2,4,6
/proc/14005/task/14006/stat : 14006 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 244321 0 0 0 120138 85 0 0 25 0 4 0 522468465 900157440 150661 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14005/tid=14007] ppid=14003 vsize=879060 CPUtime=1195.93 cores=0,2,4,6
/proc/14005/task/14007/stat : 14007 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 238002 0 0 0 119494 99 0 0 25 0 4 0 522468465 900157440 150661 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14005/tid=14008] ppid=14003 vsize=879060 CPUtime=1199.48 cores=0,2,4,6
/proc/14005/task/14008/stat : 14008 (strangenight2-m) R 14003 14005 13971 0 -1 4202560 215475 0 0 0 119840 108 0 0 25 0 4 0 522468465 900157440 150661 33554432000 4194304 4627427 140734477200176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 879060

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.64
CPU time (s): 4800.26
CPU user time (s): 4796.45
CPU system time (s): 3.80742
CPU usage (%): 399.143
Max. virtual memory (cumulated for all children) (KiB): 997244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.45
system time used= 3.80742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 905461
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 807
involuntary context switches= 19398

runsolver used 1.77273 second user time and 4.5923 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 22:24:58
IDJOB=3174172
IDBENCH=82990
IDSOLVER=1586
FILE ID=node128/3174172-1304108698
RUNJOBID= node128-1304108698-13990
PBS_JOBID= 13170670
Free space on /tmp= 66976 MiB

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

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

MD5SUM BENCH= 975fcba238403114d7315dde1e6a58bd
RANDOM SEED=1105032751

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31293272 kB
Buffers:        406408 kB
Cached:         771060 kB
SwapCached:          0 kB
Active:         127672 kB
Inactive:      1114088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31293272 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5996 kB
Writeback:           0 kB
AnonPages:       64292 kB
Mapped:          15008 kB
Slab:           352000 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   185028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 22:45:03