Trace number 3366336

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.19 1204.05

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366336-1305401947.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.04/0.03	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.04/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.37/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.37/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.37/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.14	c calculated reachability. Time: 0.00
0.37/0.14	c Calc default polars -  time:   0.00 s pos:      65 undec:      12 neg:      73
0.37/0.14	c =========================================================================================
0.37/0.14	c types(t): F = full restart, N = normal restart
0.37/0.14	c types(t): S = simplification begin/end, E = solution found
0.37/0.14	c restart types(rt): st = static, dy = dynamic
0.37/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4915       150      3195         0      4687     15975    144289   no data   no data
3.17/0.85	c  N st    10     11298       150      3195         0      4338     15975    102560   no data   no data
3.17/0.85	c  N st    11     17041       150      3195         0      9807     15975    271189   no data   no data
3.57/0.95	c  F st    12     25000       150      3195         0     12030     15975    327877   no data   no data
3.57/0.95	c  N st    12     25000       150      3195         0     12030     15975    327877   no data   no data
4.75/1.20	c Decided on static restart strategy
4.75/1.20	c  N st    18     30000       150      3195         0     10313     15975    265171   no data   no data
4.75/1.20	c  S st    18     30000       150      3195         0     10313     15975    265171   no data   no data
4.75/1.20	c  S st    18     30501       150      3195         0     10808     15975    279816   no data   no data
4.75/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.75/1.20	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.75/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.75/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.75/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.39	c lits-rem:       184  cl-subs:     1137  v-elim:      0  v-fix:    0  time:  0.18 s
5.55/1.44	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.55/1.44	c calculated reachability. Time: 0.00
5.55/1.44	c  N st    18     30501       150      3195         0      9671     15975    240462   no data   no data
7.15/1.80	c  N st    20     37615       150      3195         0      8957     15975    199921   no data   no data
8.38/2.15	c  N st    21     44014       150      3195         0     15044     15975    383033   no data   no data
8.79/2.25	c  S st    22     45754       150      3195         0     16707     15975    433366   no data   no data
9.13/2.30	c  S st    22     46260       150      3195         0      8667     15975    170146   no data   no data
9.13/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.13/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.13/2.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.13/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.13/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.13/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
9.13/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.13/2.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.13/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.13/2.34	c lits-rem:        15  cl-subs:      147  v-elim:      0  v-fix:    0  time:  0.02 s
9.13/2.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
9.13/2.34	c vivif2 --  cl tried     8520 cl shrink        0 lits rem          0 time: 0.00
9.13/2.38	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
9.13/2.38	c calculated reachability. Time: 0.00
9.13/2.38	c  N st    22     46260       150      3195         0      8520     15975    165392   no data   no data
12.33/3.18	c  N st    23     60659       150      3195         0     12700     15975    273558   no data   no data
14.72/3.72	c  N st    24     69391       150      3195         0     10585     15975    195543   no data   no data
14.72/3.72	c  S st    24     69391       150      3195         0     10585     15975    195543   no data   no data
14.72/3.76	c  S st    24     69895       150      3195         0     11074     15975    209834   no data   no data
14.72/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.72/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.72/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.72/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.72/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.72/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.72/3.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.72/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.81	c lits-rem:        31  cl-subs:      226  v-elim:      0  v-fix:    0  time:  0.04 s
15.12/3.81	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
15.12/3.81	c vivif2 --  cl tried    10848 cl shrink        0 lits rem          0 time: 0.00
15.12/3.86	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
15.12/3.86	c calculated reachability. Time: 0.00
15.12/3.86	c  N st    24     69895       150      3195         0     10848     15975    202324   no data   no data
19.90/5.03	c  F st    25     87500       150      3195         0     16142     15975    352593   no data   no data
19.90/5.03	c  N st    25     87500       150      3195         0     16142     15975    352593   no data   no data
21.11/5.41	c Decided on static restart strategy
22.29/5.64	c  N st    32     95539       150      3195         0     23775     15975    579529   no data   no data
24.69/6.22	c  N st    34    104842       150      3195         0     20253     15975    457944   no data   no data
24.69/6.22	c  S st    34    104842       150      3195         0     20253     15975    457944   no data   no data
24.69/6.27	c  S st    34    105346       150      3195         0     20744     15975    472463   no data   no data
24.69/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.69/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.69/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.69/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.69/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.69/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
24.69/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.69/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.69/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.68/6.73	c lits-rem:       297  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.43 s
26.68/6.73	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
26.68/6.73	c vivif2 --  cl tried    19241 cl shrink        0 lits rem          0 time: 0.00
27.08/6.81	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
27.08/6.81	c calculated reachability. Time: 0.00
27.08/6.81	c  N st    34    105346       150      3195         0     19241     15975    426571   no data   no data
29.47/7.44	c  N st    35    114945       150      3195         0     15122     15975    302757   no data   no data
33.85/8.57	c  N st    36    129343       150      3195         0     14616     15975    260942   no data   no data
40.62/10.23	c  N st    37    150940       150      3195         0     19853     15975    398551   no data   no data
42.62/10.76	c  S st    38    158021       150      3195         0     26643     15975    612106   no data   no data
43.02/10.83	c  S st    38    158525       150      3195         0     27132     15975    626822   no data   no data
43.02/10.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.02/10.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.02/10.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.02/10.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.02/10.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.02/10.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
43.02/10.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.02/10.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.02/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.61/11.71	c lits-rem:       564  cl-subs:     1787  v-elim:      0  v-fix:    0  time:  0.85 s
46.61/11.71	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
46.61/11.72	c vivif2 --  cl tried    25345 cl shrink        0 lits rem          0 time: 0.01
47.01/11.83	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
47.01/11.83	c calculated reachability. Time: 0.00
47.01/11.83	c  N st    38    158525       150      3195         0     25345     15975    567429   no data   no data
64.15/16.13	c  N st    39    207114       150      3195         0     20158     15975    355279   no data   no data
76.10/19.12	c  N st    40    237787       150      3195         0     30337     15975    662690   no data   no data
76.10/19.12	c  S st    40    237787       150      3195         0     30337     15975    662690   no data   no data
76.50/19.22	c  S st    40    238291       150      3195         0     30828     15975    676992   no data   no data
76.50/19.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.50/19.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.50/19.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.50/19.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.50/19.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.50/19.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
76.50/19.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.50/19.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.50/19.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.09/20.69	c lits-rem:       523  cl-subs:     2134  v-elim:      0  v-fix:    0  time:  1.43 s
82.09/20.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
82.49/20.70	c vivif2 --  cl tried    28694 cl shrink        0 lits rem          0 time: 0.01
82.92/20.83	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.12
82.92/20.83	c calculated reachability. Time: 0.00
82.92/20.83	c  N st    40    238291       150      3195         0     28694     15975    609492   no data   no data
111.17/27.91	c  F st    41    306250       150      3195         0     30466     15975    612164   no data   no data
111.17/27.91	c  N st    41    306250       150      3195         0     30466     15975    612164   no data   no data
113.17/28.43	c Decided on static restart strategy
122.36/30.76	c  N st    51    334553       150      3195         0     34660     15975    720580   no data   no data
132.29/33.24	c  N st    53    357438       150      3195         0     32738     15975    639828   no data   no data
132.29/33.24	c  S st    53    357438       150      3195         0     32738     15975    639828   no data   no data
132.69/33.32	c  S st    53    357942       150      3195         0     33235     15975    654372   no data   no data
132.69/33.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.69/33.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.69/33.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.69/33.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.69/33.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.69/33.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
132.69/33.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.69/33.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.69/33.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.94/34.16	c lits-rem:       580  cl-subs:     1606  v-elim:      0  v-fix:    0  time:  0.80 s
135.94/34.16	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
135.94/34.17	c vivif2 --  cl tried    31629 cl shrink        0 lits rem          0 time: 0.01
136.68/34.31	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
136.68/34.31	c calculated reachability. Time: 0.00
136.68/34.31	c  N st    53    357942       150      3195         0     31629     15975    599668   no data   no data
150.23/37.77	c  N st    54    390336       150      3195         0     37823     15975    769483   no data   no data
174.55/43.91	c  N st    55    438925       150      3195         0     31706     15975    556215   no data   no data
212.02/53.20	c  N st    56    511808       150      3195         0     44696     15975    916989   no data   no data
223.97/56.22	c  N st    57    536914       150      3195         0     39184     15975    723065   no data   no data
223.97/56.22	c  S st    57    536914       150      3195         0     39184     15975    723065   no data   no data
224.37/56.32	c  S st    57    537418       150      3195         0     39675     15975    737925   no data   no data
224.37/56.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
224.37/56.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
224.37/56.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.37/56.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
224.37/56.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.37/56.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
224.37/56.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
224.37/56.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
224.37/56.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.75/57.48	c lits-rem:       454  cl-subs:     1926  v-elim:      0  v-fix:    0  time:  1.11 s
228.75/57.48	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
228.75/57.49	c vivif2 --  cl tried    37749 cl shrink        0 lits rem          0 time: 0.01
229.55/57.68	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.18
229.55/57.68	c calculated reachability. Time: 0.00
229.55/57.68	c  N st    57    537418       150      3195         0     37749     15975    678725   no data   no data
318.45/79.96	c  N st    58    701402       150      3195         0     65876     15975   1510001   no data   no data
383.03/96.13	c  N st    59    806128       150      3195         0     60389     15975   1300990   no data   no data
383.03/96.13	c  S st    59    806128       150      3195         0     60389     15975   1300990   no data   no data
383.83/96.32	c  S st    59    806630       150      3195         0     60880     15975   1315724   no data   no data
383.83/96.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
383.83/96.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
383.83/96.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
383.83/96.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.83/96.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.83/96.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
383.83/96.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
383.83/96.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
384.23/96.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.92/103.66	c lits-rem:      2448  cl-subs:     4272  v-elim:      0  v-fix:    0  time:  7.26 s
412.92/103.66	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
412.92/103.68	c vivif2 --  cl tried    56608 cl shrink        0 lits rem          0 time: 0.01
414.13/103.97	c asymm  cl-useful: 0/2863/3195 lits-rem:0 time: 0.29
414.13/103.97	c calculated reachability. Time: 0.00
414.13/103.97	c  N st    59    806630       150      3195         0     56608     15975   1169252   no data   no data
599.90/150.54	c  F st    60   1071877       150      3195         0     71719     15975   1505305   no data   no data
599.90/150.54	c  N st    60   1071877       150      3195         0     71719     15975   1505305   no data   no data
605.47/151.90	c Decided on static restart strategy
623.00/156.38	c  N st    70   1100184       150      3195         0     56297     15975    999749   no data   no data
652.51/163.79	c  N st    72   1136177       150      3195         0     46927     15975    687040   no data   no data
676.02/169.60	c  N st    73   1168570       150      3195         0     77660     15975   1642357   no data   no data
709.52/178.02	c  N st    74   1209945       150      3195         0     72225     15975   1489549   no data   no data
709.52/178.02	c  S st    74   1209945       150      3195         0     72225     15975   1489549   no data   no data
710.71/178.31	c  S st    74   1210452       150      3195         0     72722     15975   1504722   no data   no data
710.71/178.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
710.71/178.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
710.71/178.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
710.71/178.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
710.71/178.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
710.71/178.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
710.71/178.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
710.71/178.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
711.10/178.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.07/195.21	c lits-rem:      1441  cl-subs:     4797  v-elim:      0  v-fix:    0  time: 16.77 s
778.07/195.21	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
778.07/195.24	c vivif2 --  cl tried    67925 cl shrink        0 lits rem          0 time: 0.03
780.10/195.80	c asymm  cl-useful: 0/2434/3195 lits-rem:0 time: 0.57
780.10/195.81	c calculated reachability. Time: 0.00
780.10/195.81	c  N st    74   1210452       150      3195         0     67925     15975   1343417   no data   no data
852.59/213.90	c  N st    75   1283335       150      3195         0     91530     15975   2065286   no data   no data
961.02/241.12	c  N st    76   1392661       150      3195         0     52998     15975    787439   no data   no data
1117.32/280.41	c  N st    77   1556646       150      3195         0     57646     15975    872812   no data   no data
1254.45/314.71	c  N st    78   1710453       150      3195         0     97859     15975   2075734   no data   no data
1254.45/314.71	c  S st    78   1710453       150      3195         0     97859     15975   2075734   no data   no data
1255.65/315.02	c  S st    78   1710954       150      3195         0     98351     15975   2090138   no data   no data
1255.65/315.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1255.65/315.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1255.65/315.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.65/315.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1255.65/315.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1255.65/315.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1255.65/315.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1256.05/315.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1256.05/315.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1399.94/351.29	c lits-rem:      2370  cl-subs:     9404  v-elim:      0  v-fix:    0  time: 36.13 s
1399.94/351.29	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1400.34/351.33	c vivif2 --  cl tried    88947 cl shrink        0 lits rem          0 time: 0.04
1401.14/351.57	c asymm  cl-useful: 0/761/3195 lits-rem:0 time: 0.23
1401.14/351.57	c calculated reachability. Time: 0.00
1401.14/351.57	c  N st    78   1710954       150      3195         0     88947     15975   1806251   no data   no data
1755.57/440.43	c  N st    79   2079918       150      3195         0    100959     15975   2081879   no data   no data
1886.33/473.23	c  N st    80   2210955       150      3195         0    104841     15975   2158583   no data   no data
1886.33/473.23	c  S st    80   2210955       150      3195         0    104841     15975   2158583   no data   no data
1887.53/473.50	c  S st    80   2211457       150      3195         0    105329     15975   2173377   no data   no data
1887.53/473.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1887.53/473.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1887.53/473.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1887.53/473.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1887.53/473.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1887.53/473.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1887.53/473.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1887.53/473.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1887.93/473.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1999.17/501.54	c lits-rem:      4080  cl-subs:     8911  v-elim:      0  v-fix:    0  time: 27.89 s
1999.17/501.54	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1999.17/501.58	c vivif2 --  cl tried    96418 cl shrink        0 lits rem          0 time: 0.03
2001.12/502.07	c asymm  cl-useful: 0/1790/3195 lits-rem:0 time: 0.49
2001.12/502.07	c calculated reachability. Time: 0.00
2001.12/502.07	c  N st    80   2211457       150      3195         0     96418     15975   1896443   no data   no data
2568.51/644.38	c  N st    81   2711457       150      3195         0    119133     15975   2479439   no data   no data
2568.51/644.38	c  S st    81   2711457       150      3195         0    119133     15975   2479439   no data   no data
2570.09/644.77	c  S st    81   2711962       150      3195         0    119625     15975   2494630   no data   no data
2570.09/644.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2570.49/644.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2570.49/644.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2570.49/644.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2570.49/644.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2570.49/644.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2570.49/644.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2570.49/644.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2570.89/644.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2811.66/705.38	c lits-rem:      2866  cl-subs:    13548  v-elim:      0  v-fix:    0  time: 60.44 s
2811.66/705.38	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2812.06/705.42	c vivif2 --  cl tried   106077 cl shrink        0 lits rem          0 time: 0.04
2814.07/705.92	c asymm  cl-useful: 0/1401/3195 lits-rem:0 time: 0.50
2814.07/705.92	c calculated reachability. Time: 0.00
2814.07/705.92	c  N st    81   2711962       150      3195         0    106077     15975   2083366   no data   no data
3424.10/858.90	c  N st    82   3211962       150      3195         0     83378     15975   1243126   no data   no data
3424.10/858.90	c  S st    82   3211962       150      3195         0     83378     15975   1243126   no data   no data
3425.29/859.27	c  S st    82   3212464       150      3195         0     83863     15975   1257680   no data   no data
3425.29/859.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3425.69/859.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3425.69/859.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3425.69/859.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3425.69/859.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3425.69/859.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3425.69/859.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3425.69/859.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3426.09/859.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3450.01/865.41	c lits-rem:       548  cl-subs:     2154  v-elim:      0  v-fix:    0  time:  5.99 s
3450.01/865.41	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3450.01/865.44	c vivif2 --  cl tried    81709 cl shrink        0 lits rem          0 time: 0.02
3451.99/865.94	c asymm  cl-useful: 0/2044/3195 lits-rem:0 time: 0.51
3451.99/865.95	c calculated reachability. Time: 0.00
3451.99/865.95	c  N st    82   3212464       150      3195         0     81709     15975   1191365   no data   no data
4067.64/1020.37	c  N st    83   3712464       150      3195         0     92057     15975   1407153   no data   no data
4067.64/1020.37	c  S st    83   3712464       150      3195         0     92057     15975   1407153   no data   no data
4068.84/1020.69	c  S st    83   3712970       150      3195         0     92554     15975   1422518   no data   no data
4068.84/1020.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4069.27/1020.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4069.27/1020.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4069.27/1020.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4069.27/1020.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4069.27/1020.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4069.27/1020.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4069.27/1020.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4069.27/1020.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4084.38/1024.53	c lits-rem:       701  cl-subs:     2874  v-elim:      0  v-fix:    0  time:  3.72 s
4084.38/1024.53	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4084.38/1024.55	c vivif2 --  cl tried    89680 cl shrink        0 lits rem          0 time: 0.02
4085.58/1024.81	c asymm  cl-useful: 0/1151/3195 lits-rem:0 time: 0.26
4085.58/1024.81	c calculated reachability. Time: 0.00
4085.58/1024.81	c  N st    83   3712970       150      3195         0     89680     15975   1333946   no data   no data
4131.82/1036.48	c  F st    84   3751562       150      3195         0    126210     15975   2483571   no data   no data
4131.82/1036.48	c  N st    84   3751562       150      3195         0    126210     15975   2483571   no data   no data
4139.86/1038.42	c Decided on static restart strategy
4181.67/1048.93	c  N st    94   3779867       150      3195         0    153116     15975   3320368   no data   no data
4233.90/1062.02	c  N st    96   3815861       150      3195         0    107253     15975   1831680   no data   no data
4282.94/1074.39	c  N st    97   3848254       150      3195         0    137840     15975   2773302   no data   no data
4346.33/1090.26	c  N st    98   3896843       150      3195         0    102569     15975   1656235   no data   no data
4448.41/1115.85	c  N st    99   3969725       150      3195         0     89206     15975   1224922   no data   no data
4588.37/1150.92	c  N st   100   4079048       150      3195         0    109264     15975   1844387   no data   no data
4770.19/1196.52	c  N st   101   4212972       150      3195         0    151667     15975   3158435   no data   no data
4770.19/1196.52	c  S st   101   4212972       150      3195         0    151667     15975   3158435   no data   no data
4772.17/1197.05	c  S st   101   4213478       150      3195         0    152164     15975   3173956   no data   no data
4772.17/1197.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4772.57/1197.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4772.57/1197.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4772.57/1197.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4772.57/1197.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4772.57/1197.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4772.57/1197.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4772.57/1197.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4772.97/1197.27	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366336-1305401947/watcher-3366336-1305401947 -o /tmp/evaluation-result-3366336-1305401947/solver-3366336-1305401947 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366336-1305401947.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.81 8.05 8.02 1/396 28513
/proc/meminfo: memFree=24244416/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 406 0 0 0 1 0 0 0 18 0 4 0 651793346 52396032 347 33554432000 4194304 4580107 140733944465760 18446744073709551615 46967451965362 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 12792 347 299 95 0 7774 0
[pid=28513/tid=28514] ppid=28511 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651793347 52396032 347 33554432000 4194304 4580107 140733944465760 18446744073709551615 46967451965362 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651793347 52396032 347 33554432000 4194304 4580107 140733944465760 18446744073709551615 46967451965366 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651793347 52396032 347 33554432000 4194304 4580107 140733944465760 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0196989 s]
/proc/loadavg: 7.81 8.05 8.02 1/396 28513
/proc/meminfo: memFree=24244416/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=281684 CPUtime=0.04 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 882 0 0 0 4 0 0 0 20 0 4 0 651793346 288444416 808 33554432000 4194304 4580107 140733944465760 18446744073709551615 4288561 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 70421 808 357 95 0 65403 0
[pid=28513/tid=28514] ppid=28511 vsize=281684 CPUtime=0.01 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 4 0 651793347 288444416 809 33554432000 4194304 4580107 140733944465760 18446744073709551615 242970211361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=281684 CPUtime=0.01 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 4 0 651793347 288444416 809 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=281684 CPUtime=0 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 124 0 0 0 0 0 0 0 21 0 4 0 651793347 288444416 809 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 281684

[startup+0.10068 s]
/proc/loadavg: 7.81 8.05 8.02 1/396 28513
/proc/meminfo: memFree=24244416/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=281824 CPUtime=0.37 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 1908 0 0 0 36 1 0 0 18 0 4 0 651793346 288587776 1805 33554432000 4194304 4580107 140733944465760 18446744073709551615 4321069 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 70456 1805 376 95 0 65438 0
[pid=28513/tid=28514] ppid=28511 vsize=281824 CPUtime=0.09 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 414 0 0 0 9 0 0 0 20 0 4 0 651793347 288587776 1805 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=281824 CPUtime=0.09 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 402 0 0 0 9 0 0 0 18 0 4 0 651793347 288587776 1805 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=281824 CPUtime=0.08 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 265 0 0 0 8 0 0 0 21 0 4 0 651793347 288587776 1805 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281824

[startup+0.300646 s]
/proc/loadavg: 7.81 8.05 8.02 1/396 28513
/proc/meminfo: memFree=24244416/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=283512 CPUtime=1.17 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 3285 0 0 0 116 1 0 0 18 0 4 0 651793346 290316288 2454 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 70878 2454 377 95 0 65860 0
[pid=28513/tid=28514] ppid=28511 vsize=283512 CPUtime=0.29 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 750 0 0 0 29 0 0 0 20 0 4 0 651793347 290316288 2454 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=283512 CPUtime=0.29 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 751 0 0 0 29 0 0 0 18 0 4 0 651793347 290316288 2454 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=283512 CPUtime=0.28 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 602 0 0 0 28 0 0 0 21 0 4 0 651793347 290316288 2454 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283512

[startup+0.70058 s]
/proc/loadavg: 7.81 8.05 8.02 1/396 28513
/proc/meminfo: memFree=24244416/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=285192 CPUtime=2.76 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 6059 0 0 0 275 1 0 0 18 0 4 0 651793346 292036608 2723 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 71298 2724 377 95 0 66280 0
[pid=28513/tid=28514] ppid=28511 vsize=285192 CPUtime=0.69 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 1434 0 0 0 69 0 0 0 21 0 4 0 651793347 292036608 2724 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=285192 CPUtime=0.68 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 1449 0 0 0 68 0 0 0 18 0 4 0 651793347 292036608 2724 33554432000 4194304 4580107 140733944465760 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=285192 CPUtime=0.68 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 1294 0 0 0 68 0 0 0 22 0 4 0 651793347 292036608 2724 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285192

[startup+1.50044 s]
/proc/loadavg: 7.81 8.05 8.02 5/400 28517
/proc/meminfo: memFree=24231112/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=286164 CPUtime=5.95 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 11467 0 0 0 593 2 0 0 20 0 4 0 651793346 293031936 5012 33554432000 4194304 4580107 140733944465760 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 71541 5012 379 95 0 66523 0
[pid=28513/tid=28514] ppid=28511 vsize=286164 CPUtime=1.49 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 2483 0 0 0 149 0 0 0 23 0 4 0 651793347 293031936 5012 33554432000 4194304 4580107 140733944465760 18446744073709551615 4439235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=286164 CPUtime=1.48 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 2477 0 0 0 148 0 0 0 19 0 4 0 651793347 293031936 5012 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=286164 CPUtime=1.46 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 2308 0 0 0 146 0 0 0 25 0 4 0 651793347 293031936 5012 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286164

[startup+3.10117 s]
/proc/loadavg: 7.81 8.05 8.02 9/405 28547
/proc/meminfo: memFree=24203108/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=295456 CPUtime=12.33 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 22344 0 0 0 1230 3 0 0 25 0 4 0 651793346 302546944 11059 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 73864 11059 379 95 0 68846 0
[pid=28513/tid=28514] ppid=28511 vsize=295456 CPUtime=3.08 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 5135 0 0 0 308 0 0 0 25 0 4 0 651793347 302546944 11059 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=295456 CPUtime=3.08 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 5901 0 0 0 308 0 0 0 25 0 4 0 651793347 302546944 11059 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=295456 CPUtime=3.04 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 5562 0 0 0 304 0 0 0 25 0 4 0 651793347 302546944 11059 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 295456

[startup+6.30061 s]
/proc/loadavg: 7.91 8.07 8.03 9/405 28547
/proc/meminfo: memFree=24164076/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=296568 CPUtime=25.09 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 36127 0 0 0 2504 5 0 0 25 0 4 0 651793346 303685632 16410 33554432000 4194304 4580107 140733944465760 18446744073709551615 4421446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 74142 16413 379 95 0 69124 0
[pid=28513/tid=28514] ppid=28511 vsize=296568 CPUtime=6.28 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 9028 0 0 0 628 0 0 0 25 0 4 0 651793347 303685632 16414 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=296568 CPUtime=6.28 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 9464 0 0 0 627 1 0 0 25 0 4 0 651793347 303685632 16416 33554432000 4194304 4580107 140733944465760 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=296568 CPUtime=6.21 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 7963 0 0 0 620 1 0 0 25 0 4 0 651793347 303685632 16418 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 296568

[startup+12.7005 s]
/proc/loadavg: 7.91 8.07 8.03 9/405 28547
/proc/meminfo: memFree=24089632/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=305932 CPUtime=50.59 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 56173 0 0 0 5049 10 0 0 25 0 4 0 651793346 313274368 21364 33554432000 4194304 4580107 140733944465760 18446744073709551615 4324233 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 76483 21364 379 95 0 71465 0
[pid=28513/tid=28514] ppid=28511 vsize=305932 CPUtime=12.68 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 14061 0 0 0 1266 2 0 0 25 0 4 0 651793347 313274368 21364 33554432000 4194304 4580107 140733944465760 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=305932 CPUtime=12.68 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 13818 0 0 0 1265 3 0 0 25 0 4 0 651793347 313274368 21364 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=305932 CPUtime=12.52 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 13421 0 0 0 1250 2 0 0 25 0 4 0 651793347 313274368 21364 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 305932

[startup+25.5003 s]
/proc/loadavg: 7.93 8.06 8.02 9/405 28548
/proc/meminfo: memFree=24037444/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=287212 CPUtime=101.6 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 85019 0 0 0 10143 17 0 0 25 0 4 0 651793346 294105088 28247 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 71803 28247 379 95 0 66785 0
[pid=28513/tid=28514] ppid=28511 vsize=287212 CPUtime=25.47 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 21517 0 0 0 2544 3 0 0 25 0 4 0 651793347 294105088 28247 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=287212 CPUtime=25.47 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 22143 0 0 0 2542 5 0 0 25 0 4 0 651793347 294105088 28247 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=287212 CPUtime=25.14 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 19616 0 0 0 2510 4 0 0 25 0 4 0 651793347 294105088 28247 33554432000 4194304 4580107 140733944465760 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 287212

[startup+51.1009 s]
/proc/loadavg: 8.04 8.07 8.03 9/405 28548
/proc/meminfo: memFree=24001904/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=300620 CPUtime=203.65 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 129164 0 0 0 20336 29 0 0 25 0 4 0 651793346 307834880 34001 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 75155 34001 379 95 0 70137 0
[pid=28513/tid=28514] ppid=28511 vsize=300620 CPUtime=51.07 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 32516 0 0 0 5101 6 0 0 25 0 4 0 651793347 307834880 34001 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=300620 CPUtime=51.07 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 33670 0 0 0 5099 8 0 0 25 0 4 0 651793347 307834880 34001 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=300620 CPUtime=50.41 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 30067 0 0 0 5034 7 0 0 25 0 4 0 651793347 307834880 34001 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.65
Current children cumulated vsize (KiB) 300620

[startup+102.315 s]
/proc/loadavg: 8.01 8.06 8.02 9/405 28550
/proc/meminfo: memFree=23917056/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=324540 CPUtime=407.79 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 197943 0 0 0 40730 49 0 0 25 0 4 0 651793346 332328960 48663 33554432000 4194304 4580107 140733944465760 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 81135 48663 379 95 0 76117 0
[pid=28513/tid=28514] ppid=28511 vsize=324540 CPUtime=102.28 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 46596 0 0 0 10218 10 0 0 25 0 4 0 651793347 332328960 48663 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=324540 CPUtime=102.26 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 49691 0 0 0 10212 14 0 0 25 0 4 0 651793347 332328960 48663 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=324540 CPUtime=100.95 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 47542 0 0 0 10083 12 0 0 25 0 4 0 651793347 332328960 48663 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.79
Current children cumulated vsize (KiB) 324540

[startup+162.301 s]

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

[pid=28513] ppid=28511 vsize=634468 CPUtime=2560.57 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 568621 0 0 0 255856 201 0 0 25 0 4 0 651793346 649695232 104388 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 158617 104388 379 95 0 153599 0
[pid=28513/tid=28514] ppid=28511 vsize=634468 CPUtime=642.24 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 133392 0 0 0 64178 46 0 0 25 0 4 0 651793347 649695232 104389 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=634468 CPUtime=642.2 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 146184 0 0 0 64166 54 0 0 25 0 4 0 651793347 649695232 104389 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=634468 CPUtime=633.9 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 139047 0 0 0 63337 53 0 0 25 0 4 0 651793347 649695232 104389 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2560.57
Current children cumulated vsize (KiB) 634468

[startup+702.301 s]
/proc/loadavg: 8.07 8.11 8.06 9/405 28566
/proc/meminfo: memFree=23424596/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=688472 CPUtime=2799.71 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 585390 0 0 0 279761 210 0 0 25 0 4 0 651793346 704995328 110675 33554432000 4194304 4580107 140733944465760 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 172118 110675 379 95 0 167100 0
[pid=28513/tid=28514] ppid=28511 vsize=688472 CPUtime=702.23 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 135955 0 0 0 70176 47 0 0 25 0 4 0 651793347 704995328 110675 33554432000 4194304 4580107 140733944465760 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=688472 CPUtime=702.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 151957 0 0 0 70161 58 0 0 25 0 4 0 651793347 704995328 110675 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=688472 CPUtime=693.07 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 145860 0 0 0 69250 57 0 0 25 0 4 0 651793347 704995328 110675 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2799.71
Current children cumulated vsize (KiB) 688472

[startup+762.315 s]
/proc/loadavg: 8.06 8.10 8.06 9/405 28567
/proc/meminfo: memFree=23447400/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=616964 CPUtime=3038.98 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 616939 0 0 0 303672 226 0 0 25 0 4 0 651793346 631771136 112194 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 154241 112194 379 95 0 149223 0
[pid=28513/tid=28514] ppid=28511 vsize=616964 CPUtime=762.25 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 143490 0 0 0 76174 51 0 0 25 0 4 0 651793347 631771136 112194 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=616964 CPUtime=762.2 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 160949 0 0 0 76159 61 0 0 25 0 4 0 651793347 631771136 112194 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=616964 CPUtime=752.3 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 154080 0 0 0 75169 61 0 0 25 0 4 0 651793347 631771136 112194 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3038.98
Current children cumulated vsize (KiB) 616964

[startup+822.301 s]
/proc/loadavg: 8.09 8.11 8.07 9/405 28569
/proc/meminfo: memFree=23410680/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=642308 CPUtime=3278.18 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 642147 0 0 0 327577 241 0 0 25 0 4 0 651793346 657723392 115826 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 160577 115826 379 95 0 155559 0
[pid=28513/tid=28514] ppid=28511 vsize=642308 CPUtime=822.23 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 147619 0 0 0 82170 53 0 0 25 0 4 0 651793347 657723392 115826 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=642308 CPUtime=822.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 168901 0 0 0 82151 68 0 0 25 0 4 0 651793347 657723392 115826 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=642308 CPUtime=811.53 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 160503 0 0 0 81089 64 0 0 25 0 4 0 651793347 657723392 115826 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.18
Current children cumulated vsize (KiB) 642308

[startup+882.3 s]
/proc/loadavg: 8.21 8.14 8.08 9/405 28570
/proc/meminfo: memFree=23267564/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=763788 CPUtime=3517.38 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 671436 0 0 0 351484 254 0 0 25 0 4 0 651793346 782118912 131465 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 190947 131465 379 95 0 185929 0
[pid=28513/tid=28514] ppid=28511 vsize=763788 CPUtime=882.23 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 154742 0 0 0 88166 57 0 0 25 0 4 0 651793347 782118912 131465 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=763788 CPUtime=882.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 175105 0 0 0 88150 69 0 0 25 0 4 0 651793347 782118912 131465 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=763788 CPUtime=870.74 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 169132 0 0 0 87005 69 0 0 25 0 4 0 651793347 782118912 131465 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.38
Current children cumulated vsize (KiB) 763788

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 8.09 9/405 28572
/proc/meminfo: memFree=23253660/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=718884 CPUtime=3756.63 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 698756 0 0 0 375396 267 0 0 25 0 4 0 651793346 736137216 138748 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 179721 138748 379 95 0 174703 0
[pid=28513/tid=28514] ppid=28511 vsize=718884 CPUtime=942.24 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 160772 0 0 0 94164 60 0 0 25 0 4 0 651793347 736137216 138748 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=718884 CPUtime=942.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 179474 0 0 0 94148 71 0 0 25 0 4 0 651793347 736137216 138748 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=718884 CPUtime=929.98 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 175916 0 0 0 92926 72 0 0 25 0 4 0 651793347 736137216 138748 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3756.63
Current children cumulated vsize (KiB) 718884

[startup+1002.3 s]
/proc/loadavg: 8.14 8.13 8.09 9/405 28574
/proc/meminfo: memFree=23284648/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=718972 CPUtime=3995.86 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 717269 0 0 0 399311 275 0 0 25 0 4 0 651793346 736227328 137023 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 179743 137023 379 95 0 174725 0
[pid=28513/tid=28514] ppid=28511 vsize=718972 CPUtime=1002.24 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 165328 0 0 0 100162 62 0 0 25 0 4 0 651793347 736227328 137023 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=718972 CPUtime=1002.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 186954 0 0 0 100144 75 0 0 25 0 4 0 651793347 736227328 137023 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=718972 CPUtime=989.22 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 177665 0 0 0 98849 73 0 0 25 0 4 0 651793347 736227328 137023 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3995.86
Current children cumulated vsize (KiB) 718972

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 8.08 9/405 28575
/proc/meminfo: memFree=23240856/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=752436 CPUtime=4235.1 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 747568 0 0 0 423223 287 0 0 25 0 4 0 651793346 770494464 134172 33554432000 4194304 4580107 140733944465760 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 188109 134172 379 95 0 183091 0
[pid=28513/tid=28514] ppid=28511 vsize=752436 CPUtime=1062.24 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 172347 0 0 0 106159 65 0 0 25 0 4 0 651793347 770494464 134172 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=752436 CPUtime=1062.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 194049 0 0 0 106142 77 0 0 25 0 4 0 651793347 770494464 134172 33554432000 4194304 4580107 140733944465760 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=752436 CPUtime=1048.44 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 184789 0 0 0 104769 75 0 0 25 0 4 0 651793347 770494464 134172 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.1
Current children cumulated vsize (KiB) 752436

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 8.09 9/405 28577
/proc/meminfo: memFree=23251264/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=724960 CPUtime=4474.33 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 775683 0 0 0 447130 303 0 0 25 0 4 0 651793346 742359040 133405 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 181240 133405 379 95 0 176222 0
[pid=28513/tid=28514] ppid=28511 vsize=724960 CPUtime=1122.23 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 179985 0 0 0 112155 68 0 0 25 0 4 0 651793347 742359040 133405 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=724960 CPUtime=1122.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 200168 0 0 0 112138 81 0 0 25 0 4 0 651793347 742359040 133405 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=724960 CPUtime=1107.67 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 190810 0 0 0 110687 80 0 0 25 0 4 0 651793347 742359040 133405 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.33
Current children cumulated vsize (KiB) 724960

[startup+1182.3 s]
/proc/loadavg: 8.20 8.14 8.09 9/405 28578
/proc/meminfo: memFree=23184036/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=682472 CPUtime=4713.57 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 804129 0 0 0 471040 317 0 0 25 0 4 0 651793346 698851328 132594 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 170618 132594 379 95 0 165600 0
[pid=28513/tid=28514] ppid=28511 vsize=682472 CPUtime=1182.24 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 187789 0 0 0 118152 72 0 0 25 0 4 0 651793347 698851328 132594 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=682472 CPUtime=1182.19 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 207887 0 0 0 118134 85 0 0 25 0 4 0 651793347 698851328 132594 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=682472 CPUtime=1166.91 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 195439 0 0 0 116609 82 0 0 25 0 4 0 651793347 698851328 132594 33554432000 4194304 4580107 140733944465760 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.57
Current children cumulated vsize (KiB) 682472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.13 8.12 8.09 9/405 28579
/proc/meminfo: memFree=23196188/32951132 swapFree=67093844/67111528
[pid=28513] ppid=28511 vsize=748132 CPUtime=4800.12 cores=1,3,5,7
/proc/28513/stat : 28513 (strangenight2-m) R 28511 28513 28111 0 -1 4202496 818643 0 0 0 479690 322 0 0 25 0 4 0 651793346 766087168 138616 33554432000 4194304 4580107 140733944465760 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28513/statm: 187033 138616 379 95 0 182015 0
[pid=28513/tid=28514] ppid=28511 vsize=748132 CPUtime=1203.95 cores=1,3,5,7
/proc/28513/task/28514/stat : 28514 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 191035 0 0 0 120322 73 0 0 25 0 4 0 651793347 766087168 138616 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28513/tid=28515] ppid=28511 vsize=748132 CPUtime=1203.91 cores=1,3,5,7
/proc/28513/task/28515/stat : 28515 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 210901 0 0 0 120304 87 0 0 25 0 4 0 651793347 766087168 138616 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28513/tid=28516] ppid=28511 vsize=748132 CPUtime=1188.33 cores=1,3,5,7
/proc/28513/task/28516/stat : 28516 (strangenight2-m) R 28511 28513 28111 0 -1 4202560 195455 0 0 0 118751 82 0 0 25 0 4 0 651793347 766087168 138616 33554432000 4194304 4580107 140733944465760 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 748132

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): 1204.05
CPU time (s): 4800.19
CPU user time (s): 4796.94
CPU system time (s): 3.2515
CPU usage (%): 398.671
Max. virtual memory (cumulated for all children) (KiB): 887676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.93
system time used= 3.2515
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 497
involuntary context switches= 31887

runsolver used 4.17436 second user time and 11.4583 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 21:39:07
IDJOB=3366336
IDBENCH=82745
IDSOLVER=1844
FILE ID=node128/3366336-1305401947
RUNJOBID= node128-1305400740-28427
PBS_JOBID= 13324451
Free space on /tmp= 73600 MiB

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

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=2079451520

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:      24244836 kB
Buffers:        263512 kB
Cached:        2893416 kB
SwapCached:       1440 kB
Active:        6327044 kB
Inactive:      2089444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24244836 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:     5257924 kB
Mapped:          31940 kB
Slab:           187048 kB
PageTables:      37860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100703980 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= 73596 MiB
End job on node128 at 2011-05-14 21:59:13