Trace number 3174146

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.37 1201.74

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S464722883-083.SATISFIABLE.cnf
MD5SUMf1e33ebe027aeef1e1287d547aeffeed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174146-1304104016.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.00	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.00	c -- vars added        125
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.83	c calculated reachability. Time: 0.00
0.00/0.83	c Calc default polars -  time:   0.00 s pos:      52 undec:       7 neg:      66
0.00/0.83	c =========================================================================================
0.00/0.83	c types(t): F = full restart, N = normal restart
0.00/0.83	c types(t): S = simplification begin/end, E = solution found
0.00/0.83	c restart types(rt): st = static, dy = dynamic
0.00/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.83	c  B st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.83	c Decided on static restart strategy
0.00/0.83	c  N st     8      4919       125      2662         0      4625     13310    122605   no data   no data
0.00/0.83	c  N st    10     11301       125      2662         0      4293     13310     88745   no data   no data
0.00/0.83	c  N st    11     17046       125      2662         0      9691     13310    223992   no data   no data
3.56/0.93	c  F st    12     25000       125      2662         0     11882     13310    283972   no data   no data
3.56/0.93	c  N st    12     25000       125      2662         0     11882     13310    283972   no data   no data
4.37/1.13	c Decided on static restart strategy
4.37/1.13	c  N st    18     30000       125      2662         0     10196     13310    227332   no data   no data
4.37/1.13	c  S st    18     30000       125      2662         0     10196     13310    227332   no data   no data
4.37/1.13	c  S st    18     30506       125      2662         0     10688     13310    240594   no data   no data
4.37/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.37/1.13	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
4.37/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.37/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.37/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.37/1.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.37/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c lits-rem:       282  cl-subs:     1501  v-elim:      0  v-fix:    0  time:  0.19 s
5.17/1.33	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
5.17/1.33	c calculated reachability. Time: 0.00
5.17/1.33	c  N st    18     30506       125      2662         0      9187     13310    199456   no data   no data
6.36/1.64	c  N st    20     37616       125      2662         0      8490     13310    167603   no data   no data
7.58/1.96	c  N st    21     44016       125      2662         0     14513     13310    328360   no data   no data
7.96/2.06	c  S st    22     45759       125      2662         0     16168     13310    372915   no data   no data
8.36/2.11	c  S st    22     46263       125      2662         0     16658     13310    385911   no data   no data
8.36/2.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.36/2.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.36/2.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
8.36/2.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.36/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.57	c lits-rem:       292  cl-subs:     1674  v-elim:      0  v-fix:    0  time:  0.43 s
9.96/2.57	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
9.96/2.57	c vivif2 --  cl tried    14984 cl shrink        0 lits rem          0 time: 0.01
10.36/2.63	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.05
10.36/2.63	c calculated reachability. Time: 0.00
10.36/2.63	c  N st    22     46263       125      2662         0     14984     13310    337975   no data   no data
13.55/3.42	c  N st    23     60661       125      2662         0     10754     13310    193876   no data   no data
15.55/3.93	c  N st    24     69395       125      2662         0     18979     13310    409184   no data   no data
15.55/3.93	c  S st    24     69395       125      2662         0     18979     13310    409184   no data   no data
15.55/3.98	c  S st    24     69898       125      2662         0     19468     13310    421697   no data   no data
15.55/3.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.55/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.55/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
15.55/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.96/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.64	c lits-rem:       462  cl-subs:     2185  v-elim:      0  v-fix:    0  time:  0.63 s
18.35/4.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
18.35/4.64	c vivif2 --  cl tried    17283 cl shrink        0 lits rem          0 time: 0.01
18.75/4.71	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
18.75/4.71	c calculated reachability. Time: 0.00
18.75/4.71	c  N st    24     69898       125      2662         0     17283     13310    364738   no data   no data
23.14/5.80	c  F st    25     87502       125      2662         0     12329     13310    212662   no data   no data
23.14/5.80	c  N st    25     87502       125      2662         0     12329     13310    212662   no data   no data
23.94/6.08	c Decided on static restart strategy
24.75/6.26	c  N st    32     95540       125      2662         0     19939     13310    409444   no data   no data
27.54/6.90	c  N st    34    104849       125      2662         0     16480     13310    313594   no data   no data
27.54/6.90	c  S st    34    104849       125      2662         0     16480     13310    313594   no data   no data
27.54/6.94	c  S st    34    105351       125      2662         0     16965     13310    325976   no data   no data
27.54/6.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
27.54/6.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.54/6.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
27.54/6.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.54/6.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.33/7.18	c lits-rem:       188  cl-subs:     1104  v-elim:      0  v-fix:    0  time:  0.22 s
28.33/7.18	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
28.33/7.18	c vivif2 --  cl tried    15861 cl shrink        0 lits rem          0 time: 0.00
28.73/7.25	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
28.73/7.25	c calculated reachability. Time: 0.00
28.73/7.25	c  N st    34    105351       125      2662         0     15861     13310    296751   no data   no data
31.52/7.97	c  N st    35    114949       125      2662         0     24905     13310    523563   no data   no data
35.52/8.96	c  N st    36    129346       125      2662         0     25283     13310    532595   no data   no data
41.52/10.46	c  N st    37    150944       125      2662         0     16413     13310    265986   no data   no data
43.51/10.91	c  S st    38    158028       125      2662         0     23029     13310    445692   no data   no data
43.51/10.97	c  S st    38    158531       125      2662         0     23521     13310    458461   no data   no data
43.51/10.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.51/10.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.51/10.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.51/10.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.51/10.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.51/10.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
43.51/10.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.51/10.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.51/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.91/11.51	c lits-rem:       464  cl-subs:     1698  v-elim:      0  v-fix:    0  time:  0.51 s
45.91/11.51	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
45.91/11.51	c vivif2 --  cl tried    21823 cl shrink        0 lits rem          0 time: 0.00
45.91/11.59	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
45.91/11.59	c calculated reachability. Time: 0.00
45.91/11.59	c  N st    38    158531       125      2662         0     21823     13310    409693   no data   no data
62.29/15.60	c  N st    39    207119       125      2662         0     34529     13310    709935   no data   no data
73.09/18.39	c  N st    40    237796       125      2662         0     26779     13310    482875   no data   no data
73.09/18.39	c  S st    40    237796       125      2662         0     26779     13310    482875   no data   no data
73.50/18.46	c  S st    40    238301       125      2662         0     27274     13310    495481   no data   no data
73.50/18.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.50/18.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
73.50/18.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.50/18.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.50/18.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.50/18.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
73.50/18.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.50/18.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
73.50/18.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.67/19.20	c lits-rem:       465  cl-subs:     2164  v-elim:      0  v-fix:    0  time:  0.71 s
76.67/19.20	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
76.67/19.20	c vivif2 --  cl tried    25110 cl shrink        0 lits rem          0 time: 0.01
76.67/19.29	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.09
76.67/19.29	c calculated reachability. Time: 0.00
76.67/19.29	c  N st    40    238301       125      2662         0     25110     13310    441610   no data   no data
104.25/26.12	c  F st    41    306250       125      2662         0     27020     13310    454016   no data   no data
104.25/26.12	c  N st    41    306250       125      2662         0     27020     13310    454016   no data   no data
105.83/26.58	c Decided on static restart strategy
115.02/28.88	c  N st    51    334551       125      2662         0     31191     13310    544210   no data   no data
123.81/31.09	c  N st    53    357453       125      2662         0     29330     13310    479654   no data   no data
123.81/31.09	c  S st    53    357453       125      2662         0     29330     13310    479654   no data   no data
124.21/31.17	c  S st    53    357957       125      2662         0     29820     13310    492644   no data   no data
124.21/31.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
124.21/31.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
124.21/31.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
124.21/31.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.21/31.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.21/31.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
124.21/31.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
124.21/31.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
124.21/31.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.82/31.59	c lits-rem:       304  cl-subs:     1110  v-elim:      0  v-fix:    0  time:  0.40 s
125.82/31.59	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
125.82/31.60	c vivif2 --  cl tried    28710 cl shrink        0 lits rem          0 time: 0.00
126.60/31.71	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.11
126.60/31.71	c calculated reachability. Time: 0.00
126.60/31.71	c  N st    53    357957       125      2662         0     28710     13310    461500   no data   no data
140.18/35.16	c  N st    54    390349       125      2662         0     34748     13310    603715   no data   no data
165.37/41.47	c  N st    55    438941       125      2662         0     28596     13310    419817   no data   no data
200.12/50.13	c  N st    56    511826       125      2662         0     41513     13310    736580   no data   no data
212.90/53.39	c  N st    57    536935       125      2662         0     36016     13310    564973   no data   no data
212.90/53.39	c  S st    57    536935       125      2662         0     36016     13310    564973   no data   no data
213.30/53.48	c  S st    57    537439       125      2662         0     36509     13310    577639   no data   no data
213.30/53.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
213.30/53.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
213.30/53.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.30/53.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.30/53.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.30/53.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
213.30/53.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
213.72/53.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
213.72/53.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.09/54.17	c lits-rem:       489  cl-subs:     1632  v-elim:      0  v-fix:    0  time:  0.65 s
216.09/54.17	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
216.09/54.18	c vivif2 --  cl tried    34877 cl shrink        0 lits rem          0 time: 0.01
216.89/54.32	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.14
216.89/54.33	c calculated reachability. Time: 0.00
216.89/54.33	c  N st    57    537439       125      2662         0     34877     13310    535099   no data   no data
299.59/75.03	c  N st    58    701423       125      2662         0     62778     13310   1227765   no data   no data
360.70/90.39	c  N st    59    806158       125      2662         0     56833     13310   1017965   no data   no data
360.70/90.39	c  S st    59    806158       125      2662         0     56833     13310   1017965   no data   no data
361.50/90.55	c  S st    59    806665       125      2662         0     57324     13310   1030900   no data   no data
361.50/90.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
361.50/90.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
361.50/90.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
361.50/90.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
361.50/90.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
361.50/90.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
361.50/90.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
361.50/90.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
361.90/90.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.48/95.50	c lits-rem:      1656  cl-subs:     5742  v-elim:      0  v-fix:    0  time:  4.88 s
381.48/95.50	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
381.48/95.52	c vivif2 --  cl tried    51582 cl shrink        0 lits rem          0 time: 0.01
382.27/95.75	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.24
382.27/95.75	c calculated reachability. Time: 0.00
382.27/95.75	c  N st    59    806665       125      2662         0     51582     13310    882804   no data   no data
552.08/138.24	c  F st    60   1071876       125      2662         0     66790     13310   1195885   no data   no data
552.08/138.24	c  N st    60   1071876       125      2662         0     66790     13310   1195885   no data   no data
557.25/139.55	c Decided on static restart strategy
575.23/144.03	c  N st    70   1100179       125      2662         0     51561     13310    786859   no data   no data
602.00/150.73	c  N st    72   1136173       125      2662         0     85351     13310   1668256   no data   no data
623.18/156.09	c  N st    73   1168565       125      2662         0     72568     13310   1276108   no data   no data
654.73/163.97	c  N st    74   1210000       125      2662         0     67262     13310   1119834   no data   no data
654.73/163.97	c  S st    74   1210000       125      2662         0     67262     13310   1119834   no data   no data
655.53/164.16	c  S st    74   1210506       125      2662         0     67755     13310   1133079   no data   no data
655.53/164.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
655.53/164.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
655.53/164.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
655.53/164.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
655.53/164.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
655.53/164.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
655.53/164.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
655.93/164.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
655.93/164.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
684.32/171.35	c lits-rem:      2137  cl-subs:     6396  v-elim:      0  v-fix:    0  time:  7.11 s
684.32/171.35	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
684.32/171.37	c vivif2 --  cl tried    61359 cl shrink        0 lits rem          0 time: 0.02
686.29/171.81	c asymm  cl-useful: 0/2289/2662 lits-rem:0 time: 0.44
686.29/171.81	c calculated reachability. Time: 0.00
686.29/171.81	c  N st    74   1210506       125      2662         0     61359     13310    980126   no data   no data
764.98/191.53	c  N st    75   1283388       125      2662         0     84854     13310   1572687   no data   no data
864.46/216.41	c  N st    76   1392712       125      2662         0     94764     13310   1834444   no data   no data
1001.47/250.76	c  N st    77   1556696       125      2662         0     51724     13310    636620   no data   no data
1134.08/283.92	c  N st    78   1710507       125      2662         0     91179     13310   1612283   no data   no data
1134.08/283.92	c  S st    78   1710507       125      2662         0     91179     13310   1612283   no data   no data
1135.28/284.22	c  S st    78   1711010       125      2662         0     91666     13310   1625449   no data   no data
1135.28/284.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1135.28/284.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1135.28/284.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1135.28/284.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1135.28/284.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1135.28/284.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1135.28/284.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1135.68/284.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1135.68/284.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1229.17/307.78	c lits-rem:      2293  cl-subs:    11390  v-elim:      0  v-fix:    0  time: 23.44 s
1229.17/307.78	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1229.54/307.81	c vivif2 --  cl tried    80276 cl shrink        0 lits rem          0 time: 0.03
1231.94/308.41	c asymm  cl-useful: 0/1840/2662 lits-rem:0 time: 0.60
1231.94/308.41	c calculated reachability. Time: 0.00
1231.94/308.41	c  N st    78   1711010       125      2662         0     80276     13310   1362175   no data   no data
1613.43/403.99	c  N st    79   2079974       125      2662         0     92820     13310   1641822   no data   no data
1758.43/440.26	c  N st    80   2211010       125      2662         0     96675     13310   1703234   no data   no data
1758.43/440.26	c  S st    80   2211010       125      2662         0     96675     13310   1703234   no data   no data
1759.63/440.56	c  S st    80   2211510       125      2662         0     97158     13310   1716061   no data   no data
1759.63/440.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1760.03/440.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1760.03/440.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1760.03/440.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1760.03/440.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1760.03/440.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1760.03/440.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1760.03/440.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1760.03/440.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1817.97/455.11	c lits-rem:      2955  cl-subs:     8006  v-elim:      0  v-fix:    0  time: 14.43 s
1817.97/455.11	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1817.97/455.14	c vivif2 --  cl tried    89152 cl shrink        0 lits rem          0 time: 0.03
1818.75/455.35	c asymm  cl-useful: 0/822/2662 lits-rem:0 time: 0.21
1818.75/455.35	c calculated reachability. Time: 0.00
1818.75/455.35	c  N st    80   2211510       125      2662         0     89152     13310   1503919   no data   no data
2422.33/606.44	c  N st    81   2711510       125      2662         0    111018     13310   1892845   no data   no data
2422.33/606.44	c  S st    81   2711510       125      2662         0    111018     13310   1892845   no data   no data
2423.53/606.80	c  S st    81   2712012       125      2662         0    111504     13310   1905868   no data   no data
2423.95/606.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2423.95/606.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2423.95/606.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2423.95/606.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2423.95/606.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2423.95/606.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2423.95/606.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2423.95/606.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2424.35/606.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2514.60/629.56	c lits-rem:      1851  cl-subs:    13814  v-elim:      0  v-fix:    0  time: 22.62 s
2514.60/629.56	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2514.60/629.59	c vivif2 --  cl tried    97690 cl shrink        0 lits rem          0 time: 0.03
2516.21/629.94	c asymm  cl-useful: 0/1601/2662 lits-rem:0 time: 0.35
2516.21/629.94	c calculated reachability. Time: 0.00
2516.21/629.94	c  N st    81   2712012       125      2662         0     97690     13310   1599143   no data   no data
3179.71/796.06	c  N st    82   3212012       125      2662         0     75583     13310    917577   no data   no data
3179.71/796.06	c  S st    82   3212012       125      2662         0     75583     13310    917577   no data   no data
3180.50/796.27	c  S st    82   3212514       125      2662         0     76066     13310    930825   no data   no data
3180.50/796.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3180.90/796.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3180.90/796.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3180.90/796.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3180.90/796.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3180.90/796.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3180.90/796.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3180.90/796.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3180.90/796.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3183.70/797.08	c lits-rem:       209  cl-subs:     1046  v-elim:      0  v-fix:    0  time:  0.73 s
3183.70/797.08	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3183.70/797.09	c vivif2 --  cl tried    75020 cl shrink        0 lits rem          0 time: 0.01
3184.52/797.28	c asymm  cl-useful: 0/1061/2662 lits-rem:0 time: 0.19
3184.52/797.28	c calculated reachability. Time: 0.00
3184.52/797.28	c  N st    82   3212514       125      2662         0     75020     13310    907910   no data   no data
3827.22/958.17	c  N st    83   3712514       125      2662         0     85934     13310   1109491   no data   no data
3827.22/958.17	c  S st    83   3712514       125      2662         0     85934     13310   1109491   no data   no data
3828.42/958.42	c  S st    83   3713015       125      2662         0     86419     13310   1122626   no data   no data
3828.42/958.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3828.42/958.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3828.42/958.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3828.42/958.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3828.42/958.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3828.42/958.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3828.42/958.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3828.42/958.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3828.82/958.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3834.43/959.92	c lits-rem:       308  cl-subs:     1515  v-elim:      0  v-fix:    0  time:  1.41 s
3834.43/959.92	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3834.43/959.94	c vivif2 --  cl tried    84904 cl shrink        0 lits rem          0 time: 0.02
3835.61/960.26	c asymm  cl-useful: 0/1835/2662 lits-rem:0 time: 0.32
3835.61/960.26	c calculated reachability. Time: 0.00
3835.61/960.26	c  N st    83   3713015       125      2662         0     84904     13310   1086451   no data   no data
3881.56/971.74	c  F st    84   3751562       125      2662         0    121077     13310   2062860   no data   no data
3881.56/971.75	c  N st    84   3751562       125      2662         0    121077     13310   2062860   no data   no data
3891.13/974.15	c Decided on static restart strategy
3938.67/986.00	c  N st    94   3779865       125      2662         0    147580     13310   2754196   no data   no data
3993.79/999.87	c  N st    96   3815859       125      2662         0    101680     13310   1510224   no data   no data
4042.53/1012.06	c  N st    97   3848251       125      2662         0    131974     13310   2323602   no data   no data
4124.44/1032.58	c  N st    98   3896839       125      2662         0     97023     13310   1369062   no data   no data
4227.08/1058.27	c  N st    99   3969721       125      2662         0     83763     13310    994353   no data   no data
4374.90/1095.23	c  N st   100   4079044       125      2662         0    103675     13310   1508498   no data   no data
4569.01/1143.85	c  N st   101   4213015       125      2662         0    145458     13310   2594843   no data   no data
4569.01/1143.85	c  S st   101   4213015       125      2662         0    145458     13310   2594843   no data   no data
4571.01/1144.37	c  S st   101   4213519       125      2662         0    145940     13310   2607489   no data   no data
4571.01/1144.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4571.41/1144.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4571.41/1144.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4571.41/1144.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4571.41/1144.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4571.41/1144.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4571.41/1144.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4571.41/1144.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4571.81/1144.57	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: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 521998677 52441088 347 33554432000 4194304 4627427 140734088166176 18446744073709551615 47507631904684 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 12803 347 299 106 0 7774 0
[pid=27540/tid=27541] ppid=27538 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521998677 52441088 347 33554432000 4194304 4627427 140734088166176 18446744073709551615 47507631904688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521998678 52441088 347 33554432000 4194304 4627427 140734088166176 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521998678 52441088 347 33554432000 4194304 4627427 140734088166176 18446744073709551615 239488492598 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.860845 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=285860 CPUtime=3.4 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 6021 0 0 0 340 0 0 0 19 0 4 0 521998677 292720640 3135 33554432000 4194304 4627427 140734088166176 18446744073709551615 239476719511 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71465 3135 385 106 0 66436 0
[pid=27540/tid=27541] ppid=27538 vsize=285860 CPUtime=0.85 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1475 0 0 0 85 0 0 0 19 0 4 0 521998677 292720640 3135 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=285860 CPUtime=0.84 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1401 0 0 0 84 0 0 0 19 0 4 0 521998678 292720640 3135 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=285860 CPUtime=0.85 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1271 0 0 0 85 0 0 0 19 0 4 0 521998678 292720640 3135 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 285860

[startup+0.900839 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=286004 CPUtime=3.56 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 6217 0 0 0 356 0 0 0 19 0 4 0 521998677 292868096 3331 33554432000 4194304 4627427 140734088166176 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71501 3332 385 106 0 66472 0
[pid=27540/tid=27541] ppid=27538 vsize=286004 CPUtime=0.89 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1530 0 0 0 89 0 0 0 19 0 4 0 521998677 292868096 3332 33554432000 4194304 4627427 140734088166176 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=286004 CPUtime=0.88 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1428 0 0 0 88 0 0 0 19 0 4 0 521998678 292868096 3332 33554432000 4194304 4627427 140734088166176 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=286004 CPUtime=0.89 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1332 0 0 0 89 0 0 0 19 0 4 0 521998678 292868096 3332 33554432000 4194304 4627427 140734088166176 18446744073709551615 4332314 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 286004

[startup+1.00082 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=286576 CPUtime=3.97 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 7185 0 0 0 396 1 0 0 19 0 4 0 521998677 293453824 2863 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71644 2863 385 106 0 66615 0
[pid=27540/tid=27541] ppid=27538 vsize=286576 CPUtime=0.99 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1762 0 0 0 99 0 0 0 19 0 4 0 521998677 293453824 2863 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=286576 CPUtime=0.98 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1680 0 0 0 98 0 0 0 19 0 4 0 521998678 293453824 2863 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=286576 CPUtime=0.99 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1567 0 0 0 99 0 0 0 19 0 4 0 521998678 293453824 2863 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 286576

[startup+1.1008 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=286576 CPUtime=4.37 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 8945 0 0 0 436 1 0 0 19 0 4 0 521998677 293453824 4623 33554432000 4194304 4627427 140734088166176 18446744073709551615 4429527 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71644 4623 388 106 0 66615 0
[pid=27540/tid=27541] ppid=27538 vsize=286576 CPUtime=1.09 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1829 0 0 0 109 0 0 0 19 0 4 0 521998677 293453824 4623 33554432000 4194304 4627427 140734088166176 18446744073709551615 4327381 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=286576 CPUtime=1.08 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1772 0 0 0 108 0 0 0 19 0 4 0 521998678 293453824 4623 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=286576 CPUtime=1.09 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 1631 0 0 0 109 0 0 0 19 0 4 0 521998678 293453824 4623 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 286576

[startup+1.50073 s]
/proc/loadavg: 6.85 7.77 7.45 3/173 27540
/proc/meminfo: memFree=30913168/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=286916 CPUtime=5.96 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 11577 0 0 0 595 1 0 0 20 0 4 0 521998677 293801984 5844 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71729 5844 388 106 0 66700 0
[pid=27540/tid=27541] ppid=27538 vsize=286916 CPUtime=1.48 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 3448 0 0 0 148 0 0 0 20 0 4 0 521998677 293801984 5844 33554432000 4194304 4627427 140734088166176 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=286916 CPUtime=1.48 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 2236 0 0 0 148 0 0 0 20 0 4 0 521998678 293801984 5844 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=286916 CPUtime=1.49 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 2061 0 0 0 149 0 0 0 20 0 4 0 521998678 293801984 5845 33554432000 4194304 4627427 140734088166176 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286916

[startup+3.10042 s]
/proc/loadavg: 7.26 7.84 7.47 9/184 27552
/proc/meminfo: memFree=30824188/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=287904 CPUtime=12.36 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 21018 0 0 0 1232 4 0 0 25 0 4 0 521998677 294813696 11102 33554432000 4194304 4627427 140734088166176 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 71976 11102 388 106 0 66947 0
[pid=27540/tid=27541] ppid=27538 vsize=287904 CPUtime=3.09 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 4777 0 0 0 308 1 0 0 25 0 4 0 521998677 294813696 11102 33554432000 4194304 4627427 140734088166176 18446744073709551615 4333268 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=287904 CPUtime=3.06 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 5437 0 0 0 306 0 0 0 25 0 4 0 521998678 294813696 11102 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=287904 CPUtime=3.08 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 4879 0 0 0 308 0 0 0 25 0 4 0 521998678 294813696 11102 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 287904

[startup+6.3068 s]
/proc/loadavg: 7.32 7.84 7.47 9/184 27552
/proc/meminfo: memFree=30791364/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=301616 CPUtime=25.15 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 32172 0 0 0 2510 5 0 0 25 0 4 0 521998677 308854784 15028 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 75404 15028 388 106 0 70375 0
[pid=27540/tid=27541] ppid=27538 vsize=301616 CPUtime=6.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 8274 0 0 0 628 1 0 0 25 0 4 0 521998677 308854784 15028 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=301616 CPUtime=6.25 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 8104 0 0 0 625 0 0 0 25 0 4 0 521998678 308854784 15028 33554432000 4194304 4627427 140734088166176 18446744073709551615 4322207 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=301616 CPUtime=6.29 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 7206 0 0 0 628 1 0 0 25 0 4 0 521998678 308854784 15028 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 301616

[startup+12.7006 s]
/proc/loadavg: 7.37 7.85 7.48 9/184 27552
/proc/meminfo: memFree=30760496/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=293388 CPUtime=50.7 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 47684 0 0 0 5062 8 0 0 25 0 4 0 521998677 300429312 19037 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 73347 19037 388 106 0 68318 0
[pid=27540/tid=27541] ppid=27538 vsize=293388 CPUtime=12.68 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 11530 0 0 0 1266 2 0 0 25 0 4 0 521998677 300429312 19037 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=293388 CPUtime=12.63 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 10783 0 0 0 1262 1 0 0 25 0 4 0 521998678 300429312 19037 33554432000 4194304 4627427 140734088166176 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=293388 CPUtime=12.68 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 12023 0 0 0 1266 2 0 0 25 0 4 0 521998678 300429312 19037 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 293388

[startup+25.5011 s]
/proc/loadavg: 7.47 7.85 7.48 9/184 27553
/proc/meminfo: memFree=30700028/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=309416 CPUtime=101.84 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 73533 0 0 0 10170 14 0 0 25 0 4 0 521998677 316841984 26143 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 77354 26143 388 106 0 72325 0
[pid=27540/tid=27541] ppid=27538 vsize=309416 CPUtime=25.48 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 18984 0 0 0 2544 4 0 0 25 0 4 0 521998677 316841984 26143 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=309416 CPUtime=25.36 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 16530 0 0 0 2534 2 0 0 25 0 4 0 521998678 316841984 26143 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=309416 CPUtime=25.48 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 18462 0 0 0 2546 2 0 0 25 0 4 0 521998678 316841984 26143 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 309416

[startup+51.1002 s]
/proc/loadavg: 7.65 7.86 7.49 9/184 27553
/proc/meminfo: memFree=30658956/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=310688 CPUtime=204.11 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 111309 0 0 0 20388 23 0 0 25 0 4 0 521998677 318144512 32707 33554432000 4194304 4627427 140734088166176 18446744073709551615 4321678 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 77672 32707 388 106 0 72643 0
[pid=27540/tid=27541] ppid=27538 vsize=310688 CPUtime=51.08 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 28476 0 0 0 5102 6 0 0 25 0 4 0 521998677 318144512 32707 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=310688 CPUtime=50.83 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 25842 0 0 0 5079 4 0 0 25 0 4 0 521998678 318144512 32707 33554432000 4194304 4627427 140734088166176 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=310688 CPUtime=51.08 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 27286 0 0 0 5103 5 0 0 25 0 4 0 521998678 318144512 32707 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309425 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 310688

[startup+102.3 s]
/proc/loadavg: 7.86 7.88 7.52 9/184 27555
/proc/meminfo: memFree=30588104/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=311584 CPUtime=408.64 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 175065 0 0 0 40826 38 0 0 25 0 4 0 521998677 319062016 41215 33554432000 4194304 4627427 140734088166176 18446744073709551615 4310170 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 77896 41215 388 106 0 72867 0
[pid=27540/tid=27541] ppid=27538 vsize=311584 CPUtime=102.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 44661 0 0 0 10219 10 0 0 25 0 4 0 521998677 319062016 41215 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=311584 CPUtime=101.76 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 38991 0 0 0 10168 8 0 0 25 0 4 0 521998678 319062016 41215 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=311584 CPUtime=102.27 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 43641 0 0 0 10219 8 0 0 25 0 4 0 521998678 319062016 41215 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 311584

[startup+162.301 s]

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

[pid=27540] ppid=27538 vsize=562488 CPUtime=2805.41 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 542809 0 0 0 280361 180 0 0 25 0 4 0 521998677 575987712 102302 33554432000 4194304 4627427 140734088166176 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 140622 102302 388 106 0 135593 0
[pid=27540/tid=27541] ppid=27538 vsize=562488 CPUtime=702.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 133426 0 0 0 70186 43 0 0 25 0 4 0 521998677 575987712 102302 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=562488 CPUtime=698.48 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 129999 0 0 0 69804 44 0 0 25 0 4 0 521998678 575987712 102302 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=562488 CPUtime=702.3 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 139704 0 0 0 70188 42 0 0 25 0 4 0 521998678 575987712 102302 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 562488

[startup+762.301 s]
/proc/loadavg: 8.07 8.07 7.80 9/184 27572
/proc/meminfo: memFree=30038252/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=641372 CPUtime=3045.09 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 568556 0 0 0 304319 190 0 0 25 0 4 0 521998677 656764928 115671 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 160343 115671 388 106 0 155314 0
[pid=27540/tid=27541] ppid=27538 vsize=641372 CPUtime=762.3 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 135218 0 0 0 76186 44 0 0 25 0 4 0 521998677 656764928 115671 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=641372 CPUtime=758.15 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 138856 0 0 0 75768 47 0 0 25 0 4 0 521998678 656764928 115671 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=641372 CPUtime=762.3 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 148813 0 0 0 76184 46 0 0 25 0 4 0 521998678 656764928 115671 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 641372

[startup+822.301 s]
/proc/loadavg: 8.13 8.08 7.82 9/184 27574
/proc/meminfo: memFree=30018264/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=641592 CPUtime=3284.76 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 587146 0 0 0 328279 197 0 0 25 0 4 0 521998677 656990208 112096 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 160398 112096 389 106 0 155369 0
[pid=27540/tid=27541] ppid=27538 vsize=641592 CPUtime=822.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 138657 0 0 0 82185 44 0 0 25 0 4 0 521998677 656990208 112096 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=641592 CPUtime=817.82 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 145502 0 0 0 81733 49 0 0 25 0 4 0 521998678 656990208 112096 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=641592 CPUtime=822.3 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 153185 0 0 0 82182 48 0 0 25 0 4 0 521998678 656990208 112096 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 641592

[startup+882.301 s]
/proc/loadavg: 8.15 8.10 7.84 9/184 27575
/proc/meminfo: memFree=30020712/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=628456 CPUtime=3524.44 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 612713 0 0 0 352236 208 0 0 25 0 4 0 521998677 643538944 117466 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 157114 117466 389 106 0 152085 0
[pid=27540/tid=27541] ppid=27538 vsize=628456 CPUtime=882.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 141821 0 0 0 88183 46 0 0 25 0 4 0 521998677 643538944 117466 33554432000 4194304 4627427 140734088166176 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=628456 CPUtime=877.5 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 152946 0 0 0 87697 53 0 0 25 0 4 0 521998678 643538944 117466 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=628456 CPUtime=882.3 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 161280 0 0 0 88179 51 0 0 25 0 4 0 521998678 643538944 117466 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 628456

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 7.86 9/184 27577
/proc/meminfo: memFree=29995384/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=698196 CPUtime=3764.12 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 630037 0 0 0 376197 215 0 0 25 0 4 0 521998677 714952704 117944 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 174549 117944 389 106 0 169520 0
[pid=27540/tid=27541] ppid=27538 vsize=698196 CPUtime=942.3 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 148099 0 0 0 94181 49 0 0 25 0 4 0 521998677 714952704 117944 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=698196 CPUtime=937.16 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 157194 0 0 0 93662 54 0 0 25 0 4 0 521998678 714952704 117944 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=698196 CPUtime=942.31 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 165547 0 0 0 94178 53 0 0 25 0 4 0 521998678 714952704 117944 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 698196

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 7.87 9/184 27579
/proc/meminfo: memFree=29984432/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=663384 CPUtime=4003.79 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 649715 0 0 0 400154 225 0 0 25 0 4 0 521998677 679305216 120385 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 165846 120385 389 106 0 160817 0
[pid=27540/tid=27541] ppid=27538 vsize=663384 CPUtime=1002.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 150000 0 0 0 100179 50 0 0 25 0 4 0 521998677 679305216 120385 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=663384 CPUtime=996.83 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 164001 0 0 0 99625 58 0 0 25 0 4 0 521998678 679305216 120385 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=663384 CPUtime=1002.3 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 170024 0 0 0 100175 55 0 0 25 0 4 0 521998678 679305216 120385 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 663384

[startup+1062.31 s]
/proc/loadavg: 8.03 8.08 7.87 9/184 27580
/proc/meminfo: memFree=29960460/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=659616 CPUtime=4243.48 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 671942 0 0 0 424115 233 0 0 25 0 4 0 521998677 675446784 124308 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 164904 124308 389 106 0 159875 0
[pid=27540/tid=27541] ppid=27538 vsize=659616 CPUtime=1062.3 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 155951 0 0 0 106177 53 0 0 25 0 4 0 521998677 675446784 124308 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=659616 CPUtime=1056.5 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 168029 0 0 0 105590 60 0 0 25 0 4 0 521998678 675446784 124308 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=659616 CPUtime=1062.31 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 175592 0 0 0 106174 57 0 0 25 0 4 0 521998678 675446784 124308 33554432000 4194304 4627427 140734088166176 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 659616

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 7.90 9/184 27582
/proc/meminfo: memFree=29950000/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=673700 CPUtime=4483.13 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 692652 0 0 0 448072 241 0 0 25 0 4 0 521998677 689868800 126818 33554432000 4194304 4627427 140734088166176 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 168425 126818 389 106 0 163396 0
[pid=27540/tid=27541] ppid=27538 vsize=673700 CPUtime=1122.29 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 159541 0 0 0 112175 54 0 0 25 0 4 0 521998677 689868800 126818 33554432000 4194304 4627427 140734088166176 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=673700 CPUtime=1116.17 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 174778 0 0 0 111555 62 0 0 25 0 4 0 521998678 689868800 126818 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=673700 CPUtime=1122.31 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 179081 0 0 0 112173 58 0 0 25 0 4 0 521998678 689868800 126818 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 673700

[startup+1182.3 s]
/proc/loadavg: 8.18 8.12 7.91 9/184 27583
/proc/meminfo: memFree=29827084/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=740564 CPUtime=4722.8 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 706893 0 0 0 472033 247 0 0 25 0 4 0 521998677 758337536 137189 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420146 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 185141 137189 389 106 0 180112 0
[pid=27540/tid=27541] ppid=27538 vsize=740564 CPUtime=1182.3 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 162890 0 0 0 118174 56 0 0 25 0 4 0 521998677 758337536 137189 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=740564 CPUtime=1175.84 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 178870 0 0 0 117521 63 0 0 25 0 4 0 521998678 758337536 137189 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=740564 CPUtime=1182.32 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 183759 0 0 0 118170 62 0 0 25 0 4 0 521998678 758337536 137189 33554432000 4194304 4627427 140734088166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 740564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.11 7.91 5/180 27585
/proc/meminfo: memFree=30358936/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=740564 CPUtime=4800.32 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 707589 0 0 0 479784 248 0 0 25 0 4 0 521998677 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420204 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 185141 137885 389 106 0 180112 0
[pid=27540/tid=27541] ppid=27538 vsize=740564 CPUtime=1201.7 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 162890 0 0 0 120114 56 0 0 25 0 4 0 521998677 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=740564 CPUtime=1195.13 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 178870 0 0 0 119450 63 0 0 25 0 4 0 521998678 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=740564 CPUtime=1201.72 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 184455 0 0 0 120110 62 0 0 25 0 4 0 521998678 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 740564

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.11 7.91 5/180 27585
/proc/meminfo: memFree=30358936/32950928 swapFree=67086612/67111528
[pid=27540] ppid=27538 vsize=740564 CPUtime=4800.32 cores=0,2,4,6
/proc/27540/stat : 27540 (strangenight2-m) R 27538 27540 27507 0 -1 4202496 707589 0 0 0 479784 248 0 0 25 0 4 0 521998677 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420204 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27540/statm: 185141 137885 389 106 0 180112 0
[pid=27540/tid=27541] ppid=27538 vsize=740564 CPUtime=1201.7 cores=0,2,4,6
/proc/27540/task/27541/stat : 27541 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 162890 0 0 0 120114 56 0 0 25 0 4 0 521998677 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27540/tid=27542] ppid=27538 vsize=740564 CPUtime=1195.13 cores=0,2,4,6
/proc/27540/task/27542/stat : 27542 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 178870 0 0 0 119450 63 0 0 25 0 4 0 521998678 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27540/tid=27543] ppid=27538 vsize=740564 CPUtime=1201.72 cores=0,2,4,6
/proc/27540/task/27543/stat : 27543 (strangenight2-m) R 27538 27540 27507 0 -1 4202560 184455 0 0 0 120110 62 0 0 25 0 4 0 521998678 758337536 137885 33554432000 4194304 4627427 140734088166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 740564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.37
CPU user time (s): 4797.86
CPU system time (s): 2.50962
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 760708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.86
system time used= 2.50962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707589
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= 325
involuntary context switches= 22531

runsolver used 1.86972 second user time and 4.63929 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 21:06:56
IDJOB=3174146
IDBENCH=82964
IDSOLVER=1586
FILE ID=node148/3174146-1304104016
RUNJOBID= node148-1304104016-27525
PBS_JOBID= 13170644
Free space on /tmp= 71436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S464722883-083.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174146-1304104016/watcher-3174146-1304104016 -o /tmp/evaluation-result-3174146-1304104016/solver-3174146-1304104016 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174146-1304104016.cnf

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

MD5SUM BENCH= f1e33ebe027aeef1e1287d547aeffeed
RANDOM SEED=1242051223

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30914696 kB
Buffers:        696772 kB
Cached:         931280 kB
SwapCached:       3696 kB
Active:         112068 kB
Inactive:      1558056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30914696 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            8688 kB
Writeback:           0 kB
AnonPages:       40748 kB
Mapped:          13316 kB
Slab:           300232 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185532 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= 71428 MiB
End job on node148 at 2011-04-29 21:27:00