Trace number 3366537

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.26 1201.74

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
MD5SUM02e5b9be63a0b18588da13d9c988e25c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.03	c Using 4 threads
0.00/0.06	c This is CryptoMiniSat 3.0.0
0.00/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.06	c Reading file 'HOME/instance-3366537-1307653640.cnf'
0.00/0.06	c -- header says num vars:            150
0.00/0.06	c -- header says num clauses:        3195
0.00/0.08	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.08	c -- vars added        150
0.00/0.08	c Parsing time:  0.00 s
0.00/0.08	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.08	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.53/0.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.53/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.53/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.53/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.53/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.53/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.53/0.93	c Finding binary XORs  T:     0.00 s  found:       0
3.53/0.93	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.53/0.93	c calculated reachability. Time: 0.00
3.53/0.93	c Calc default polars -  time:   0.00 s pos:      78 undec:       5 neg:      67
3.53/0.93	c =========================================================================================
3.53/0.93	c types(t): F = full restart, N = normal restart
3.53/0.93	c types(t): S = simplification begin/end, E = solution found
3.53/0.93	c restart types(rt): st = static, dy = dynamic
3.53/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.53/0.93	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
3.53/0.93	c Decided on static restart strategy
3.53/0.93	c  N st     8      4917       150      3195         0      4692     15975    144897   no data   no data
3.53/0.93	c  N st    10     11299       150      3195         0      4337     15975    100819   no data   no data
3.53/0.93	c  N st    11     17043       150      3195         0      9744     15975    262985   no data   no data
3.90/1.03	c  F st    12     25002       150      3195         0     11954     15975    314216   no data   no data
3.90/1.03	c  N st    12     25002       150      3195         0     11954     15975    314216   no data   no data
4.70/1.22	c Decided on static restart strategy
4.70/1.22	c  N st    18     30000       150      3195         0     10277     15975    262353   no data   no data
4.70/1.22	c  S st    18     30000       150      3195         0     10277     15975    262353   no data   no data
4.70/1.25	c  S st    18     30504       150      3195         0     10774     15975    276908   no data   no data
4.70/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.70/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.70/1.26	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.70/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.70/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.70/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.70/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.70/1.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.70/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.50/1.47	c lits-rem:       226  cl-subs:     1187  v-elim:      0  v-fix:    0  time:  0.20 s
5.90/1.51	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.90/1.51	c calculated reachability. Time: 0.00
5.90/1.51	c  N st    18     30504       150      3195         0      9587     15975    237240   no data   no data
7.12/1.86	c  N st    20     37614       150      3195         0      8883     15975    197220   no data   no data
8.30/2.18	c  N st    21     44014       150      3195         0     14995     15975    388407   no data   no data
8.70/2.29	c  S st    22     45756       150      3195         0     16650     15975    438269   no data   no data
9.10/2.35	c  S st    22     46260       150      3195         0      8617     15975    169602   no data   no data
9.10/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.10/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.10/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.10/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.10/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.10/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
9.10/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.10/2.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.10/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.10/2.38	c lits-rem:        33  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.02 s
9.10/2.38	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
9.10/2.39	c vivif2 --  cl tried     8510 cl shrink        0 lits rem          0 time: 0.00
9.50/2.43	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
9.50/2.43	c calculated reachability. Time: 0.00
9.50/2.43	c  N st    22     46260       150      3195         0      8510     15975    166141   no data   no data
12.69/3.21	c  N st    23     60661       150      3195         0     12725     15975    278333   no data   no data
15.09/3.80	c  N st    24     69390       150      3195         0     10522     15975    195897   no data   no data
15.09/3.80	c  S st    24     69390       150      3195         0     10522     15975    195897   no data   no data
15.09/3.83	c  S st    24     69893       150      3195         0     11021     15975    210675   no data   no data
15.09/3.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.09/3.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.09/3.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.09/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.09/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.09/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.09/3.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.09/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.09/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.09/3.89	c lits-rem:        73  cl-subs:      252  v-elim:      0  v-fix:    0  time:  0.05 s
15.09/3.89	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
15.09/3.89	c vivif2 --  cl tried    10769 cl shrink        0 lits rem          0 time: 0.00
15.50/3.94	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
15.50/3.94	c calculated reachability. Time: 0.00
15.50/3.94	c  N st    24     69893       150      3195         0     10769     15975    202674   no data   no data
19.49/4.98	c  F st    25     87501       150      3195         0     16065     15975    353055   no data   no data
19.49/4.98	c  N st    25     87501       150      3195         0     16065     15975    353055   no data   no data
21.08/5.35	c Decided on static restart strategy
21.89/5.55	c  N st    32     95542       150      3195         0     23721     15975    583652   no data   no data
24.28/6.15	c  N st    34    104839       150      3195         0     20236     15975    478278   no data   no data
24.28/6.15	c  S st    34    104839       150      3195         0     20236     15975    478278   no data   no data
24.70/6.21	c  S st    34    105346       150      3195         0     20733     15975    492664   no data   no data
24.70/6.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.70/6.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.70/6.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.70/6.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.70/6.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.70/6.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
24.70/6.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.70/6.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.70/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.27/6.68	c lits-rem:       403  cl-subs:     1219  v-elim:      0  v-fix:    0  time:  0.44 s
26.27/6.68	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
26.27/6.68	c vivif2 --  cl tried    19514 cl shrink        0 lits rem          0 time: 0.00
26.67/6.76	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
26.67/6.76	c calculated reachability. Time: 0.00
26.67/6.76	c  N st    34    105346       150      3195         0     19514     15975    449661   no data   no data
29.49/7.48	c  N st    35    114944       150      3195         0     15349     15975    305246   no data   no data
34.27/8.60	c  N st    36    129343       150      3195         0     14773     15975    262862   no data   no data
41.06/10.34	c  N st    37    150940       150      3195         0     20100     15975    406757   no data   no data
43.45/10.90	c  S st    38    158019       150      3195         0     26861     15975    620561   no data   no data
43.45/10.97	c  S st    38    158523       150      3195         0     27355     15975    635095   no data   no data
43.45/10.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.45/10.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.45/10.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.45/10.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.45/10.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.45/10.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
43.45/10.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.45/10.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.85/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.45/11.91	c lits-rem:       681  cl-subs:     1769  v-elim:      0  v-fix:    0  time:  0.91 s
47.45/11.91	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
47.45/11.92	c vivif2 --  cl tried    25586 cl shrink        0 lits rem          0 time: 0.01
47.85/12.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.10
47.85/12.02	c calculated reachability. Time: 0.00
47.85/12.02	c  N st    38    158523       150      3195         0     25586     15975    575390   no data   no data
63.83/16.04	c  N st    39    207113       150      3195         0     20543     15975    370775   no data   no data
75.42/18.95	c  N st    40    237786       150      3195         0     30533     15975    668012   no data   no data
75.42/18.95	c  S st    40    237786       150      3195         0     30533     15975    668012   no data   no data
75.81/19.05	c  S st    40    238291       150      3195         0     31030     15975    683160   no data   no data
75.81/19.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.81/19.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.81/19.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.81/19.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.81/19.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.81/19.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
75.81/19.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.81/19.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.81/19.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.40/20.47	c lits-rem:       572  cl-subs:     2137  v-elim:      0  v-fix:    0  time:  1.38 s
81.40/20.47	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
81.40/20.48	c vivif2 --  cl tried    28893 cl shrink        0 lits rem          0 time: 0.01
82.22/20.61	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.13
82.22/20.61	c calculated reachability. Time: 0.00
82.22/20.61	c  N st    40    238291       150      3195         0     28893     15975    618674   no data   no data
108.97/27.39	c  F st    41    306251       150      3195         0     30791     15975    618867   no data   no data
108.97/27.39	c  N st    41    306251       150      3195         0     30791     15975    618867   no data   no data
111.36/27.93	c Decided on static restart strategy
121.77/30.53	c  N st    51    334560       150      3195         0     34987     15975    726249   no data   no data
130.94/32.89	c  N st    53    357436       150      3195         0     33041     15975    642620   no data   no data
130.94/32.89	c  S st    53    357436       150      3195         0     33041     15975    642620   no data   no data
131.34/32.97	c  S st    53    357941       150      3195         0     33536     15975    657433   no data   no data
131.34/32.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.34/32.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
131.34/32.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.34/32.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.34/32.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.34/32.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
131.34/32.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.34/32.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
131.73/33.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.55/33.77	c lits-rem:       470  cl-subs:     1473  v-elim:      0  v-fix:    0  time:  0.76 s
134.55/33.77	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
134.55/33.78	c vivif2 --  cl tried    32063 cl shrink        0 lits rem          0 time: 0.01
135.33/33.91	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.13
135.33/33.91	c calculated reachability. Time: 0.00
135.33/33.91	c  N st    53    357941       150      3195         0     32063     15975    609887   no data   no data
149.31/37.45	c  N st    54    390334       150      3195         0     38219     15975    806374   no data   no data
178.08/44.68	c  N st    55    438922       150      3195         0     32044     15975    567152   no data   no data
216.42/54.23	c  N st    56    511804       150      3195         0     45009     15975    924507   no data   no data
228.01/57.14	c  N st    57    536912       150      3195         0     39647     15975    745647   no data   no data
228.01/57.14	c  S st    57    536912       150      3195         0     39647     15975    745647   no data   no data
228.41/57.24	c  S st    57    537415       150      3195         0     40132     15975    759980   no data   no data
228.41/57.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.41/57.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.41/57.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.41/57.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.41/57.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.41/57.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
228.41/57.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.41/57.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.41/57.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.39/58.29	c lits-rem:       611  cl-subs:     1449  v-elim:      0  v-fix:    0  time:  1.01 s
232.39/58.29	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
232.79/58.30	c vivif2 --  cl tried    38683 cl shrink        0 lits rem          0 time: 0.01
233.19/58.48	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.18
233.19/58.48	c calculated reachability. Time: 0.00
233.19/58.48	c  N st    57    537415       150      3195         0     38683     15975    710922   no data   no data
321.48/80.54	c  N st    58    701401       150      3195         0     66860     15975   1553967   no data   no data
385.02/96.49	c  N st    59    806122       150      3195         0     60935     15975   1285771   no data   no data
385.02/96.49	c  S st    59    806122       150      3195         0     60935     15975   1285771   no data   no data
385.80/96.67	c  S st    59    806624       150      3195         0     61427     15975   1300742   no data   no data
385.80/96.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
386.20/96.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
386.20/96.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
386.20/96.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.20/96.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.20/96.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
386.20/96.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
386.20/96.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
386.20/96.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
415.36/104.03	c lits-rem:      1452  cl-subs:     4810  v-elim:      0  v-fix:    0  time:  7.28 s
415.36/104.03	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
415.36/104.05	c vivif2 --  cl tried    56617 cl shrink        0 lits rem          0 time: 0.01
416.55/104.35	c asymm  cl-useful: 0/2865/3195 lits-rem:0 time: 0.30
416.55/104.35	c calculated reachability. Time: 0.00
416.55/104.35	c  N st    59    806624       150      3195         0     56617     15975   1148149   no data   no data
611.50/153.15	c  F st    60   1071875       150      3195         0     71953     15975   1546289   no data   no data
611.50/153.15	c  N st    60   1071875       150      3195         0     71953     15975   1546289   no data   no data
617.49/154.62	c Decided on static restart strategy
636.66/159.41	c  N st    70   1100181       150      3195         0     56529     15975   1013509   no data   no data
664.23/166.36	c  N st    72   1136176       150      3195         0     47079     15975    692459   no data   no data
691.39/173.12	c  N st    73   1168571       150      3195         0     77732     15975   1656098   no data   no data
728.53/182.41	c  N st    74   1209937       150      3195         0     72409     15975   1480132   no data   no data
728.53/182.41	c  S st    74   1209937       150      3195         0     72409     15975   1480132   no data   no data
729.33/182.69	c  S st    74   1210447       150      3195         0     72909     15975   1495243   no data   no data
729.73/182.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
729.73/182.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
729.73/182.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
729.73/182.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
729.73/182.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
729.73/182.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
729.73/182.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
729.73/182.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
730.13/182.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
788.85/197.59	c lits-rem:      1152  cl-subs:     5509  v-elim:      0  v-fix:    0  time: 14.77 s
788.85/197.59	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
789.27/197.61	c vivif2 --  cl tried    67400 cl shrink        0 lits rem          0 time: 0.02
790.84/198.06	c asymm  cl-useful: 0/2509/3195 lits-rem:0 time: 0.45
790.84/198.06	c calculated reachability. Time: 0.00
790.84/198.06	c  N st    74   1210447       150      3195         0     67400     15975   1311002   no data   no data
857.16/214.69	c  N st    75   1283334       150      3195         0     90893     15975   2059496   no data   no data
951.03/238.19	c  N st    76   1392661       150      3195         0     52591     15975    769424   no data   no data
1084.44/271.57	c  N st    77   1556646       150      3195         0     57527     15975    866652   no data   no data
1223.86/306.44	c  N st    78   1710448       150      3195         0     97465     15975   2037287   no data   no data
1223.86/306.44	c  S st    78   1710448       150      3195         0     97465     15975   2037287   no data   no data
1225.05/306.72	c  S st    78   1710951       150      3195         0     97955     15975   2052285   no data   no data
1225.05/306.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1225.05/306.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1225.05/306.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.05/306.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.05/306.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.05/306.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1225.05/306.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1225.45/306.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1225.45/306.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.53/330.19	c lits-rem:      3419  cl-subs:     9786  v-elim:      0  v-fix:    0  time: 23.33 s
1318.53/330.20	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1318.93/330.22	c vivif2 --  cl tried    88169 cl shrink        0 lits rem          0 time: 0.02
1319.33/330.36	c asymm  cl-useful: 0/686/3195 lits-rem:0 time: 0.14
1319.33/330.37	c calculated reachability. Time: 0.00
1319.33/330.37	c  N st    78   1710951       150      3195         0     88169     15975   1767290   no data   no data
1710.40/428.28	c  N st    79   2079916       150      3195         0    100525     15975   2077132   no data   no data
1843.02/461.43	c  N st    80   2210951       150      3195         0    104068     15975   2127148   no data   no data
1843.02/461.43	c  S st    80   2210951       150      3195         0    104068     15975   2127148   no data   no data
1844.23/461.76	c  S st    80   2211456       150      3195         0    104562     15975   2141903   no data   no data
1844.23/461.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1844.61/461.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1844.61/461.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1844.61/461.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1844.61/461.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1844.61/461.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1844.61/461.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1844.61/461.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1845.01/461.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1938.08/485.21	c lits-rem:      2200  cl-subs:     8946  v-elim:      0  v-fix:    0  time: 23.31 s
1938.08/485.21	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1938.08/485.24	c vivif2 --  cl tried    95616 cl shrink        0 lits rem          0 time: 0.03
1939.68/485.60	c asymm  cl-useful: 0/1877/3195 lits-rem:0 time: 0.36
1939.68/485.60	c calculated reachability. Time: 0.00
1939.68/485.60	c  N st    80   2211456       150      3195         0     95616     15975   1870365   no data   no data
2493.73/624.39	c  N st    81   2711456       150      3195         0    118237     15975   2411122   no data   no data
2493.73/624.39	c  S st    81   2711456       150      3195         0    118237     15975   2411122   no data   no data
2495.33/624.77	c  S st    81   2711958       150      3195         0    118726     15975   2426306   no data   no data
2495.33/624.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2495.73/624.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2495.73/624.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2495.73/624.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2495.73/624.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2495.73/624.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2495.73/624.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2495.73/624.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2496.13/624.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2655.91/664.90	c lits-rem:      2717  cl-subs:    13651  v-elim:      0  v-fix:    0  time: 39.96 s
2655.91/664.90	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2655.91/664.93	c vivif2 --  cl tried   105075 cl shrink        0 lits rem          0 time: 0.03
2657.13/665.26	c asymm  cl-useful: 0/1318/3195 lits-rem:0 time: 0.34
2657.13/665.27	c calculated reachability. Time: 0.00
2657.13/665.27	c  N st    81   2711958       150      3195         0    105075     15975   2033319   no data   no data
3342.19/836.70	c  N st    82   3211959       150      3195         0     81970     15975   1187899   no data   no data
3342.19/836.70	c  S st    82   3211959       150      3195         0     81970     15975   1187899   no data   no data
3342.97/836.94	c  S st    82   3212464       150      3195         0     82466     15975   1202825   no data   no data
3342.97/836.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3342.97/836.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3342.97/836.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3342.97/836.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3342.97/836.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3342.97/836.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3342.97/836.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3343.37/837.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3343.37/837.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3351.38/839.01	c lits-rem:       367  cl-subs:     2343  v-elim:      0  v-fix:    0  time:  1.98 s
3351.38/839.01	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3351.38/839.03	c vivif2 --  cl tried    80123 cl shrink        0 lits rem          0 time: 0.02
3352.56/839.36	c asymm  cl-useful: 0/2142/3195 lits-rem:0 time: 0.33
3352.56/839.36	c calculated reachability. Time: 0.00
3352.56/839.36	c  N st    82   3212464       150      3195         0     80123     15975   1140306   no data   no data
4035.23/1010.27	c  N st    83   3712464       150      3195         0     90618     15975   1359003   no data   no data
4035.23/1010.27	c  S st    83   3712464       150      3195         0     90618     15975   1359003   no data   no data
4036.44/1010.57	c  S st    83   3712969       150      3195         0     91114     15975   1374098   no data   no data
4036.44/1010.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4036.84/1010.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4036.84/1010.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4036.84/1010.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4036.84/1010.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4036.84/1010.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4036.84/1010.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4036.84/1010.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4036.84/1010.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4050.41/1014.09	c lits-rem:      1039  cl-subs:     2798  v-elim:      0  v-fix:    0  time:  3.41 s
4050.41/1014.09	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4050.80/1014.11	c vivif2 --  cl tried    88316 cl shrink        0 lits rem          0 time: 0.02
4051.60/1014.33	c asymm  cl-useful: 0/1053/3195 lits-rem:0 time: 0.22
4051.60/1014.33	c calculated reachability. Time: 0.00
4051.60/1014.33	c  N st    83   3712969       150      3195         0     88316     15975   1289777   no data   no data
4095.95/1025.44	c  F st    84   3751563       150      3195         0    124731     15975   2464054   no data   no data
4095.95/1025.44	c  N st    84   3751563       150      3195         0    124731     15975   2464054   no data   no data
4105.13/1027.76	c Decided on static restart strategy
4145.08/1037.79	c  N st    94   3779871       150      3195         0    151524     15975   3277590   no data   no data
4199.80/1051.44	c  N st    96   3815866       150      3195         0    105722     15975   1800114   no data   no data
4246.15/1063.06	c  N st    97   3848258       150      3195         0    136318     15975   2734589   no data   no data
4310.85/1079.28	c  N st    98   3896847       150      3195         0    101190     15975   1638665   no data   no data
4417.11/1105.85	c  N st    99   3969729       150      3195         0     87934     15975   1206556   no data   no data
4565.30/1142.96	c  N st   100   4079053       150      3195         0    108201     15975   1819697   no data   no data
4749.06/1188.95	c  N st   101   4212969       150      3195         0    150859     15975   3189313   no data   no data
4749.06/1188.95	c  S st   101   4212969       150      3195         0    150859     15975   3189313   no data   no data
4751.45/1189.53	c  S st   101   4213473       150      3195         0    151357     15975   3204594   no data   no data
4751.45/1189.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4751.85/1189.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
4751.85/1189.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4751.85/1189.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4751.85/1189.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4751.85/1189.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4751.85/1189.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4752.25/1189.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4752.25/1189.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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: 977)

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-3366537-1307653640/watcher-3366537-1307653640 -o /tmp/evaluation-result-3366537-1307653640/solver-3366537-1307653640 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366537-1307653640.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: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 407 0 1 0 0 0 0 0 21 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 270613167089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22046/statm: 12792 347 299 95 0 7774 0
[pid=22046/tid=22047] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 47663209580466 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.00859299 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 407 0 1 0 0 0 0 0 21 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 47663209580466 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22046/statm: 12792 347 299 95 0 7774 0
[pid=22046/tid=22047] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 47663209580466 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 876964988 52396032 347 33554432000 4194304 4580107 140737342981776 18446744073709551615 270624908342 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 51168

[startup+0.906411 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=286200 CPUtime=3.53 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 6557 0 1 0 352 1 0 0 19 0 4 0 876964988 293068800 3165 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 71550 3165 377 95 0 66532 0
[pid=22046/tid=22047] ppid=22041 vsize=286200 CPUtime=0.89 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1566 0 0 0 89 0 0 0 19 0 4 0 876964988 293068800 3165 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=286200 CPUtime=0.87 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1556 0 0 0 87 0 0 0 19 0 4 0 876964988 293068800 3165 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=286200 CPUtime=0.89 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1419 0 0 0 89 0 0 0 18 0 4 0 876964988 293068800 3165 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 286200

[startup+1.00039 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=286200 CPUtime=3.9 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 6867 0 1 0 389 1 0 0 19 0 4 0 876964988 293068800 3475 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 71550 3475 378 95 0 66532 0
[pid=22046/tid=22047] ppid=22041 vsize=286200 CPUtime=0.98 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1631 0 0 0 98 0 0 0 19 0 4 0 876964988 293068800 3475 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=286200 CPUtime=0.96 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1632 0 0 0 96 0 0 0 19 0 4 0 876964988 293068800 3475 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=286200 CPUtime=0.99 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1531 0 0 0 99 0 0 0 19 0 4 0 876964988 293068800 3475 33554432000 4194304 4580107 140737342981776 18446744073709551615 4322777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 286200

[startup+1.10038 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=286556 CPUtime=4.3 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 7824 0 1 0 429 1 0 0 19 0 4 0 876964988 293433344 3229 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 71639 3229 378 95 0 66621 0
[pid=22046/tid=22047] ppid=22041 vsize=286556 CPUtime=1.08 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1928 0 0 0 108 0 0 0 19 0 4 0 876964988 293433344 3229 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=286556 CPUtime=1.06 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1723 0 0 0 106 0 0 0 19 0 4 0 876964988 293433344 3229 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=286556 CPUtime=1.09 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 1810 0 0 0 109 0 0 0 19 0 4 0 876964988 293433344 3229 33554432000 4194304 4580107 140737342981776 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 286556

[startup+1.50031 s]
/proc/loadavg: 1.00 1.00 1.11 2/176 22046
/proc/meminfo: memFree=32048480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=286816 CPUtime=5.9 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 11095 0 1 0 589 1 0 0 19 0 4 0 876964988 293699584 4975 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 71704 4975 379 95 0 66686 0
[pid=22046/tid=22047] ppid=22041 vsize=286816 CPUtime=1.48 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 2408 0 0 0 148 0 0 0 20 0 4 0 876964988 293699584 4975 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=286816 CPUtime=1.46 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 2219 0 0 0 146 0 0 0 20 0 4 0 876964988 293699584 4975 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=286816 CPUtime=1.49 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 2299 0 0 0 149 0 0 0 19 0 4 0 876964988 293699584 4975 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294818 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 286816

[startup+3.10102 s]
/proc/loadavg: 1.56 1.12 1.14 10/184 22054
/proc/meminfo: memFree=31965756/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=293136 CPUtime=12.29 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 22391 0 1 0 1226 3 0 0 25 0 4 0 876964988 300171264 10819 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 73284 10819 379 95 0 68266 0
[pid=22046/tid=22047] ppid=22041 vsize=293136 CPUtime=3.08 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 5074 0 0 0 307 1 0 0 25 0 4 0 876964988 300171264 10819 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=293136 CPUtime=3.06 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 5784 0 0 0 306 0 0 0 25 0 4 0 876964988 300171264 10819 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=293136 CPUtime=3.08 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 5679 0 0 0 308 0 0 0 25 0 4 0 876964988 300171264 10819 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 293136

[startup+6.30646 s]
/proc/loadavg: 1.56 1.12 1.14 10/184 22054
/proc/meminfo: memFree=31936032/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=301972 CPUtime=25.1 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 36300 0 1 0 2505 5 0 0 25 0 4 0 876964988 309219328 16564 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 75493 16564 379 95 0 70475 0
[pid=22046/tid=22047] ppid=22041 vsize=301972 CPUtime=6.26 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 8898 0 0 0 625 1 0 0 25 0 4 0 876964988 309219328 16564 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=301972 CPUtime=6.27 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 9302 0 0 0 626 1 0 0 25 0 4 0 876964988 309219328 16564 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=301972 CPUtime=6.28 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 8197 0 0 0 628 0 0 0 25 0 4 0 876964988 309219328 16564 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 301972

[startup+12.7003 s]
/proc/loadavg: 2.55 1.34 1.22 10/184 22054
/proc/meminfo: memFree=31898972/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=307996 CPUtime=50.65 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 54531 0 1 0 5056 9 0 0 25 0 4 0 876964988 315387904 21696 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 76999 21696 379 95 0 71981 0
[pid=22046/tid=22047] ppid=22041 vsize=307996 CPUtime=12.63 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 12795 0 0 0 1261 2 0 0 25 0 4 0 876964988 315387904 21696 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=307996 CPUtime=12.66 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 13615 0 0 0 1264 2 0 0 25 0 4 0 876964988 315387904 21696 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=307996 CPUtime=12.68 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 13767 0 0 0 1267 1 0 0 25 0 4 0 876964988 315387904 21696 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 307996

[startup+25.5011 s]
/proc/loadavg: 3.39 1.56 1.29 10/184 22054
/proc/meminfo: memFree=31844176/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=373000 CPUtime=101.78 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 80335 0 1 0 10164 14 0 0 25 0 4 0 876964988 381952000 31916 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 93250 31916 379 95 0 88232 0
[pid=22046/tid=22047] ppid=22041 vsize=373000 CPUtime=25.36 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 17560 0 0 0 2533 3 0 0 25 0 4 0 876964988 381952000 31916 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=373000 CPUtime=25.46 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 21262 0 0 0 2542 4 0 0 25 0 4 0 876964988 381952000 31916 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=373000 CPUtime=25.48 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 21377 0 0 0 2545 3 0 0 25 0 4 0 876964988 381952000 31916 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 373000

[startup+51.1005 s]
/proc/loadavg: 4.96 2.08 1.46 10/184 22055
/proc/meminfo: memFree=31790036/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=388696 CPUtime=204.04 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 116337 0 1 0 20378 26 0 0 25 0 4 0 876964988 398024704 40437 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 97174 40438 379 95 0 92156 0
[pid=22046/tid=22047] ppid=22041 vsize=388696 CPUtime=50.82 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 26233 0 0 0 5076 6 0 0 25 0 4 0 876964988 398024704 40438 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=388696 CPUtime=51.06 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 31624 0 0 0 5099 7 0 0 25 0 4 0 876964988 398024704 40438 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=388696 CPUtime=51.08 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 31491 0 0 0 5101 7 0 0 25 0 4 0 876964988 398024704 40438 33554432000 4194304 4580107 140737342981776 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 388696

[startup+102.3 s]
/proc/loadavg: 6.84 3.09 1.84 10/184 22056
/proc/meminfo: memFree=31729460/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=343064 CPUtime=408.57 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 181409 0 1 0 40812 45 0 0 25 0 4 0 876964988 351297536 50609 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 85766 50609 379 95 0 80748 0
[pid=22046/tid=22047] ppid=22041 vsize=343064 CPUtime=101.75 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 40178 0 0 0 10165 10 0 0 25 0 4 0 876964988 351297536 50609 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=343064 CPUtime=102.25 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 47525 0 0 0 10212 13 0 0 25 0 4 0 876964988 351297536 50609 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=343064 CPUtime=102.28 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 49676 0 0 0 10216 12 0 0 25 0 4 0 876964988 351297536 50609 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 343064

[startup+162.301 s]

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

[pid=22046] ppid=22041 vsize=655936 CPUtime=2805.3 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 546600 0 1 0 280343 187 0 0 25 0 4 0 876964988 671678464 116582 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 163984 116582 379 95 0 158966 0
[pid=22046/tid=22047] ppid=22041 vsize=655936 CPUtime=698.5 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 126562 0 0 0 69803 47 0 0 25 0 4 0 876964988 671678464 116582 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=655936 CPUtime=702.21 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 138138 0 0 0 70174 47 0 0 25 0 4 0 876964988 671678464 116582 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=655936 CPUtime=702.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 163571 0 0 0 70171 59 0 0 25 0 4 0 876964988 671678464 116582 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 655936

[startup+762.301 s]
/proc/loadavg: 8.07 7.55 5.02 10/184 22074
/proc/meminfo: memFree=31252892/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=656296 CPUtime=3044.98 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 571302 0 1 0 304299 199 0 0 25 0 4 0 876964988 672047104 126729 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 164074 126729 379 95 0 159056 0
[pid=22046/tid=22047] ppid=22041 vsize=656296 CPUtime=758.18 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 130180 0 0 0 75769 49 0 0 25 0 4 0 876964988 672047104 126729 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=656296 CPUtime=762.21 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 145994 0 0 0 76169 52 0 0 25 0 4 0 876964988 672047104 126729 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=656296 CPUtime=762.29 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 171099 0 0 0 76168 61 0 0 25 0 4 0 876964988 672047104 126729 33554432000 4194304 4580107 140737342981776 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 656296

[startup+822.301 s]
/proc/loadavg: 8.13 7.65 5.20 10/184 22076
/proc/meminfo: memFree=31221928/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=650900 CPUtime=3284.65 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 588921 0 1 0 328256 209 0 0 25 0 4 0 876964988 666521600 124385 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 162725 124385 379 95 0 157707 0
[pid=22046/tid=22047] ppid=22041 vsize=650900 CPUtime=817.85 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 134195 0 0 0 81734 51 0 0 25 0 4 0 876964988 666521600 124385 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=650900 CPUtime=822.2 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 146680 0 0 0 82168 52 0 0 25 0 4 0 876964988 666521600 124385 33554432000 4194304 4580107 140737342981776 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=650900 CPUtime=822.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 177946 0 0 0 82165 65 0 0 25 0 4 0 876964988 666521600 124385 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 650900

[startup+882.3 s]
/proc/loadavg: 8.13 7.75 5.39 10/184 22077
/proc/meminfo: memFree=31209684/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=721548 CPUtime=3524.32 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 610667 0 1 0 352214 218 0 0 25 0 4 0 876964988 738865152 129873 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 180387 129873 379 95 0 175369 0
[pid=22046/tid=22047] ppid=22041 vsize=721548 CPUtime=877.53 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 142226 0 0 0 87698 55 0 0 25 0 4 0 876964988 738865152 129873 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=721548 CPUtime=882.2 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 147667 0 0 0 88167 53 0 0 25 0 4 0 876964988 738865152 129873 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=721548 CPUtime=882.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 186139 0 0 0 88162 68 0 0 25 0 4 0 876964988 738865152 129873 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.32
Current children cumulated vsize (KiB) 721548

[startup+942.301 s]
/proc/loadavg: 8.21 7.83 5.57 10/184 22079
/proc/meminfo: memFree=31233284/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=694308 CPUtime=3764.02 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 639011 0 1 0 376172 230 0 0 25 0 4 0 876964988 710971392 133718 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 173577 133718 379 95 0 168559 0
[pid=22046/tid=22047] ppid=22041 vsize=694308 CPUtime=937.2 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 151646 0 0 0 93662 58 0 0 25 0 4 0 876964988 710971392 133718 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=694308 CPUtime=942.2 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 153731 0 0 0 94165 55 0 0 25 0 4 0 876964988 710971392 133718 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=694308 CPUtime=942.31 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 194440 0 0 0 94159 72 0 0 25 0 4 0 876964988 710971392 133718 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 694308

[startup+1002.3 s]
/proc/loadavg: 8.19 7.89 5.73 10/184 22080
/proc/meminfo: memFree=31216432/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=834288 CPUtime=4003.67 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 651619 0 1 0 400131 236 0 0 25 0 4 0 876964988 854310912 133855 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 208572 133855 379 95 0 203554 0
[pid=22046/tid=22047] ppid=22041 vsize=834288 CPUtime=996.88 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 153906 0 0 0 99628 60 0 0 25 0 4 0 876964988 854310912 133855 33554432000 4194304 4580107 140737342981776 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=834288 CPUtime=1002.18 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 158999 0 0 0 100160 58 0 0 25 0 4 0 876964988 854310912 133855 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=834288 CPUtime=1002.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 199146 0 0 0 100157 73 0 0 25 0 4 0 876964988 854310912 133855 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 834288

[startup+1062.31 s]
/proc/loadavg: 8.11 7.92 5.87 10/184 22082
/proc/meminfo: memFree=31181480/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=835656 CPUtime=4243.36 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 678505 0 1 0 424088 248 0 0 25 0 4 0 876964988 855711744 138925 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 208914 138925 379 95 0 203896 0
[pid=22046/tid=22047] ppid=22041 vsize=835656 CPUtime=1056.56 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 161893 0 0 0 105592 64 0 0 25 0 4 0 876964988 855711744 138925 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=835656 CPUtime=1062.19 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 163503 0 0 0 106159 60 0 0 25 0 4 0 876964988 855711744 138925 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=835656 CPUtime=1062.31 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 207152 0 0 0 106154 77 0 0 25 0 4 0 876964988 855711744 138925 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 835656

[startup+1122.3 s]
/proc/loadavg: 8.12 7.96 6.01 10/184 22084
/proc/meminfo: memFree=31210008/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=757204 CPUtime=4483.02 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 702432 0 1 0 448043 259 0 0 25 0 4 0 876964988 775376896 133430 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294487 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 189301 133430 379 95 0 184283 0
[pid=22046/tid=22047] ppid=22041 vsize=757204 CPUtime=1116.22 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 166829 0 0 0 111557 65 0 0 25 0 4 0 876964988 775376896 133430 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=757204 CPUtime=1122.18 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 169415 0 0 0 112155 63 0 0 25 0 4 0 876964988 775376896 133430 33554432000 4194304 4580107 140737342981776 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=757204 CPUtime=1122.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 215615 0 0 0 112150 80 0 0 25 0 4 0 876964988 775376896 133430 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 757204

[startup+1182.3 s]
/proc/loadavg: 8.08 7.98 6.14 10/184 22085
/proc/meminfo: memFree=31183124/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=737016 CPUtime=4722.68 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 728745 0 1 0 471997 271 0 0 25 0 4 0 876964988 754704384 137154 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 184254 137154 379 95 0 179236 0
[pid=22046/tid=22047] ppid=22041 vsize=737016 CPUtime=1175.9 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 171871 0 0 0 117523 67 0 0 25 0 4 0 876964988 754704384 137154 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=737016 CPUtime=1182.17 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 173982 0 0 0 118152 65 0 0 25 0 4 0 876964988 754704384 137154 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=737016 CPUtime=1182.3 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 223966 0 0 0 118146 84 0 0 25 0 4 0 876964988 754704384 137154 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 737016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.00 6.18 10/184 22086
/proc/meminfo: memFree=31195128/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=794960 CPUtime=4800.21 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 734096 0 1 0 479747 274 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 198740 138216 379 95 0 193722 0
[pid=22046/tid=22047] ppid=22041 vsize=794960 CPUtime=1195.2 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 172306 0 0 0 119452 68 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=794960 CPUtime=1201.58 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 173982 0 0 0 120093 65 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=794960 CPUtime=1201.72 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 226566 0 0 0 120086 86 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 794960

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

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.00 6.18 10/184 22086
/proc/meminfo: memFree=31195128/32951124 swapFree=67052292/67111528
[pid=22046] ppid=22041 vsize=794960 CPUtime=4800.21 cores=0,2,4,6
/proc/22046/stat : 22046 (strangenight2-m) R 22041 22046 21755 0 -1 4202496 734096 0 1 0 479747 274 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22046/statm: 198740 138216 379 95 0 193722 0
[pid=22046/tid=22047] ppid=22041 vsize=794960 CPUtime=1195.2 cores=0,2,4,6
/proc/22046/task/22047/stat : 22047 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 172306 0 0 0 119452 68 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22046/tid=22051] ppid=22041 vsize=794960 CPUtime=1201.58 cores=0,2,4,6
/proc/22046/task/22051/stat : 22051 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 173982 0 0 0 120093 65 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22046/tid=22052] ppid=22041 vsize=794960 CPUtime=1201.72 cores=0,2,4,6
/proc/22046/task/22052/stat : 22052 (strangenight2-m) R 22041 22046 21755 0 -1 4202560 226566 0 0 0 120086 86 0 0 25 0 4 0 876964988 814039040 138216 33554432000 4194304 4580107 140737342981776 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 794960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.26
CPU user time (s): 4797.49
CPU system time (s): 2.76758
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 900124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.49
system time used= 2.76758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 734096
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= 596
involuntary context switches= 27471

runsolver used 1.92771 second user time and 4.6013 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-09 23:07:20
IDJOB=3366537
IDBENCH=82946
IDSOLVER=1844
FILE ID=node108/3366537-1307653640
RUNJOBID= node108-1307653640-22019
PBS_JOBID= 13549416
Free space on /tmp= 74084 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366537-1307653640/watcher-3366537-1307653640 -o /tmp/evaluation-result-3366537-1307653640/solver-3366537-1307653640 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366537-1307653640.cnf

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

MD5SUM BENCH= 02e5b9be63a0b18588da13d9c988e25c
RANDOM SEED=661842696

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32049584 kB
Buffers:        226608 kB
Cached:         430932 kB
SwapCached:      25900 kB
Active:         395380 kB
Inactive:       293908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32049584 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10900 kB
Writeback:           0 kB
AnonPages:       27008 kB
Mapped:           8624 kB
Slab:           148304 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188888 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= 74076 MiB
End job on node108 at 2011-06-09 23:27:24