Trace number 3174170

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S115072124-051.SATISFIABLE.cnf
MD5SUM6052486ba02fcb82855c9fc5130e5550
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095985
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
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-3174170-1304108028.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.00	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.00	c -- vars added        700
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.05	c lits-rem:         1  cl-subs:        2  v-elim:     13  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     333 undec:      70 neg:     297
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       687      2967         1         0      8983         0   no data   no data
0.18/0.18	c Decided on static restart strategy
0.18/0.18	c  N st     8      4914       687      2967         1      4868      8983    149487   no data   no data
0.18/0.81	c  N st    10     11297       687      2967         1      4511      8983     96110   no data   no data
0.18/0.81	c  N st    11     17041       687      2967         1     10164      8983    271861   no data   no data
5.17/1.31	c  F st    12     25001       687      2967         1     12466      8983    341024   no data   no data
5.17/1.31	c  N st    12     25001       687      2967         1     12466      8983    341024   no data   no data
5.96/1.54	c Decided on static restart strategy
5.96/1.54	c  N st    18     30000       687      2967         1     10720      8983    257704   no data   no data
5.96/1.54	c  S st    18     30000       687      2967         1     10720      8983    257704   no data   no data
5.96/1.57	c  S st    18     30502       687      2967         1     11222      8983    271483   no data   no data
5.96/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.96/1.58	c blocked clauses removed:       20 vars:      3 tried:         687 T: 0.00 s
5.96/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
5.96/1.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.64	c lits-rem:       372  cl-subs:      335  v-elim:      0  v-fix:    0  time:  0.05 s
6.36/1.65	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
6.36/1.65	c calculated reachability. Time: 0.00
6.36/1.65	c  N st    18     30502       684      2947         1     10858      8923    257246   no data   no data
7.96/2.07	c  N st    20     37613       684      2947         1     10141      8923    208473   no data   no data
9.97/2.52	c  N st    21     44013       684      2947         1     16425      8923    395025   no data   no data
10.37/2.65	c  S st    22     45755       684      2947         1      9333      8923    162844   no data   no data
10.37/2.68	c  S st    22     46258       684      2947         1      9836      8923    177172   no data   no data
10.37/2.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.37/2.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.37/2.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
10.37/2.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.37/2.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.77/2.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.71	c lits-rem:       110  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.01 s
10.77/2.71	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
10.77/2.71	c vivif2 --  cl tried     9799 cl shrink        0 lits rem          0 time: 0.00
10.77/2.72	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
10.77/2.72	c calculated reachability. Time: 0.00
10.77/2.72	c  N st    22     46258       684      2947         1      9799      8923    175841   no data   no data
14.76/3.74	c  N st    23     60656       684      2947         1     14103      8923    297208   no data   no data
17.55/4.41	c  N st    24     69387       684      2947         1     11936      8923    217367   no data   no data
17.55/4.41	c  S st    24     69387       684      2947         1     11936      8923    217367   no data   no data
17.55/4.44	c  S st    24     69890       684      2947         1     12438      8923    231334   no data   no data
17.55/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.55/4.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.55/4.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.55/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
17.55/4.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.55/4.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.55/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.48	c lits-rem:        25  cl-subs:       93  v-elim:      0  v-fix:    0  time:  0.02 s
17.55/4.48	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
17.55/4.48	c vivif2 --  cl tried    12345 cl shrink        0 lits rem          0 time: 0.00
17.55/4.49	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
17.55/4.49	c calculated reachability. Time: 0.00
17.55/4.49	c  N st    24     69890       684      2947         1     12345      8923    228082   no data   no data
23.55/5.98	c  F st    25     87501       684      2947         1     17892      8923    395649   no data   no data
23.55/5.98	c  N st    25     87501       684      2947         1     17892      8923    395649   no data   no data
25.93/6.52	c  N dy    34     93683       684      2947         1     23970      8923    569418     20.55     21.72
27.94/7.00	c  N dy    57    100042       684      2947         1     17436      8923    301701     20.22     21.43
29.16/7.37	c  S st    69    104836       684      2947         1     22180      8923    437417     19.78     16.51
29.54/7.42	c  S st    69    105339       684      2947         1     22682      8923    451332     19.78   no data
29.54/7.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.54/7.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.54/7.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.54/7.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
29.54/7.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.54/7.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.54/7.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.53	c lits-rem:        69  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.08 s
29.93/7.53	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
29.93/7.54	c vivif2 --  cl tried    22452 cl shrink        0 lits rem          0 time: 0.01
29.93/7.55	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.01
29.93/7.55	c calculated reachability. Time: 0.00
29.93/7.55	c  N dy    69    105339       684      2947         1     22452      8923    443501     19.78   no data
33.15/8.36	c  N dy    89    114790       684      2947         1     17931      8923    269340     19.15     20.29
35.93/9.02	c  N dy   118    122259       684      2947         1     25348      8923    477975     18.99     20.28
38.72/9.76	c  N dy   136    130687       684      2947         1     18823      8923    271718     18.77     19.81
41.94/10.53	c  N dy   170    139167       684      2947         1     27239      8923    511293     18.82     19.92
45.11/11.36	c  N dy   215    148063       684      2947         1     20224      8923    282378     18.88     19.93
48.71/12.27	c  N dy   278    157520       684      2947         1     29624      8923    548939     19.01     22.31
49.11/12.32	c  S st   282    158008       684      2947         1     30109      8923    562493     19.01     18.51
49.11/12.39	c  S st   282    158510       684      2947         1     30611      8923    576672     19.01   no data
49.11/12.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.51/12.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.51/12.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.51/12.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.51/12.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.51/12.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
49.51/12.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.51/12.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.51/12.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.56	c lits-rem:       222  cl-subs:      257  v-elim:      0  v-fix:    0  time:  0.13 s
49.91/12.56	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
49.91/12.57	c vivif2 --  cl tried    30354 cl shrink        0 lits rem          0 time: 0.01
49.91/12.59	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.02
49.91/12.59	c calculated reachability. Time: 0.00
49.91/12.59	c  N dy   282    158510       684      2947         1     30354      8923    567541     19.01   no data
54.30/13.61	c  N dy   323    169353       684      2947         1     24229      8923    370001     18.99     20.47
59.10/14.81	c  N dy   378    180247       684      2947         1     35058      8923    677795     19.04     20.14
63.50/15.93	c  N dy   426    192113       684      2947         1     28945      8923    470797     19.00     20.09
69.08/17.35	c  N dy   483    204531       684      2947         1     22420      8923    267732     19.04     20.43
75.88/19.00	c  N dy   544    219751       684      2947         1     37514      8923    700720     19.00     20.21
83.46/20.95	c  N dy   620    237767       684      2947         1     35551      8923    627498     19.04     17.20
83.46/20.95	c  S st   620    237767       684      2947         1     35551      8923    627498     19.04     17.20
83.86/21.03	c  S st   620    238269       684      2947         1     36052      8923    642532     19.04   no data
83.86/21.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.86/21.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
83.86/21.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.86/21.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.86/21.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.86/21.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
83.86/21.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
83.86/21.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.86/21.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.66/21.27	c lits-rem:       198  cl-subs:      370  v-elim:      0  v-fix:    0  time:  0.19 s
84.66/21.27	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
84.66/21.27	c vivif2 --  cl tried    35682 cl shrink        0 lits rem          0 time: 0.01
85.06/21.30	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.02
85.06/21.30	c calculated reachability. Time: 0.00
85.06/21.30	c  N dy   620    238269       684      2947         1     35682      8923    630333     19.04   no data
92.24/23.10	c  N dy   679    253943       684      2947         1     30370      8923    441202     19.03     20.27
100.24/25.15	c  N dy   767    270200       684      2947         1     24690      8923    267762     19.09     20.16
109.02/27.35	c  N dy   845    288203       684      2947         1     42528      8923    772755     19.09     20.50
117.81/29.53	c  F st   915    306250       684      2947         1     37589      8923    608539     19.08     19.72
118.21/29.61	c  N st   917    306875       684      2947         1     38211      8923    628359     19.08   no data
120.62/30.20	c Decided on static restart strategy
131.00/32.85	c  N st   925    334549       684      2947         1     41734      8923    947320     19.08   no data
143.00/35.88	c  N st   927    357403       684      2947         1     39574      8923    856522     19.08   no data
143.00/35.88	c  S st   927    357403       684      2947         1     39574      8923    856522     19.08   no data
143.41/35.99	c  S st   927    357906       684      2947         1     40077      8923    871335     19.08   no data
143.41/35.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.78/36.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
143.78/36.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.78/36.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.78/36.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.78/36.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
143.78/36.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.78/36.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.78/36.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.59/36.78	c lits-rem:       203  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.73 s
146.59/36.78	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
146.59/36.80	c vivif2 --  cl tried    38488 cl shrink        0 lits rem          0 time: 0.01
146.99/36.83	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.03
146.99/36.83	c calculated reachability. Time: 0.00
146.99/36.83	c  N st   927    357906       684      2947         1     38488      8923    822233     19.08   no data
166.15/41.61	c  N st   928    390300       684      2947         1     44653      8923   1050603     19.08   no data
194.52/48.74	c  N st   929    438888       684      2947         1     38382      8923    753516     19.08   no data
239.68/60.03	c  N st   930    511770       684      2947         1     52045      8923   1138375     19.08   no data
256.84/64.35	c  N st   931    536863       684      2947         1     46198      8923    916253     19.08   no data
256.84/64.35	c  S st   931    536863       684      2947         1     46198      8923    916253     19.08   no data
257.26/64.47	c  S st   931    537369       684      2947         1     46703      8923    930606     19.08   no data
257.26/64.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
257.26/64.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
257.26/64.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.26/64.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.26/64.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.26/64.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
257.26/64.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
257.66/64.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
257.66/64.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.43/65.70	c lits-rem:       463  cl-subs:     1683  v-elim:      0  v-fix:    0  time:  1.16 s
262.43/65.70	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
262.43/65.71	c vivif2 --  cl tried    45020 cl shrink        0 lits rem          0 time: 0.01
262.43/65.75	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.04
262.43/65.75	c calculated reachability. Time: 0.00
262.43/65.75	c  N st   931    537369       684      2947         1     45020      8923    876000     19.08   no data
373.49/93.54	c  N st   932    701353       684      2947         1     39197      8923    582196     19.08   no data
457.78/114.69	c  N st   933    806054       684      2947         1     68441      8923   1490816     19.08   no data
457.78/114.69	c  S st   933    806054       684      2947         1     68441      8923   1490816     19.08   no data
458.58/114.88	c  S st   933    806558       684      2947         1     68945      8923   1505238     19.08   no data
458.58/114.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
458.98/114.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
458.98/114.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
458.98/114.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
458.98/114.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
458.98/114.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
458.98/114.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
458.98/114.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
458.98/114.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.38/119.57	c lits-rem:       482  cl-subs:     2996  v-elim:      0  v-fix:    0  time:  4.58 s
477.38/119.57	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
477.38/119.59	c vivif2 --  cl tried    65949 cl shrink        0 lits rem          0 time: 0.02
477.76/119.65	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.06
477.76/119.65	c calculated reachability. Time: 0.00
477.76/119.65	c  N st   933    806558       684      2947         1     65949      8923   1410029     19.08   no data
695.87/174.27	c  F st   934   1071876       684      2947         1     81756      8923   1827614     19.08   no data
695.87/174.27	c  N st   934   1071876       684      2947         1     81756      8923   1827614     19.08   no data
701.08/175.57	c Decided on static restart strategy
718.24/179.88	c  N st   944   1100183       684      2947         1     65590      8923   1216175     19.08   no data
749.42/187.61	c  N st   946   1136176       684      2947         1     55870      8923    890862     19.08   no data
778.57/194.97	c  N st   947   1168569       684      2947         1     87846      8923   1909769     19.08   no data
813.31/203.68	c  N st   948   1209837       684      2947         1     82286      8923   1774418     19.08   no data
813.31/203.68	c  S st   948   1209837       684      2947         1     82286      8923   1774418     19.08   no data
814.51/203.92	c  S st   948   1210341       684      2947         1     82789      8923   1788477     19.08   no data
814.51/203.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
814.51/203.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
814.51/203.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
814.51/203.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
814.51/203.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.51/203.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
814.51/203.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
814.91/204.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
814.91/204.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
836.49/209.48	c lits-rem:       490  cl-subs:     2224  v-elim:      0  v-fix:    0  time:  5.43 s
836.49/209.48	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
836.89/209.51	c vivif2 --  cl tried    80565 cl shrink        0 lits rem          0 time: 0.03
837.31/209.62	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.11
837.31/209.62	c calculated reachability. Time: 0.00
837.31/209.62	c  N st   948   1210341       684      2947         1     80565      8923   1700439     19.08   no data
911.99/228.35	c  N st   949   1283223       684      2947         1     56623      8923    832814     19.08   no data
1010.24/252.93	c  N st   950   1392546       684      2947         1     64863      8923   1058949     19.08   no data
1172.83/293.62	c  N st   951   1556532       684      2947         1     69737      8923   1180939     19.08   no data
1333.83/333.99	c  N st   952   1710344       684      2947         1    111527      8923   2403910     19.08   no data
1333.83/333.99	c  S st   952   1710344       684      2947         1    111527      8923   2403910     19.08   no data
1336.21/334.55	c  S st   952   1710849       684      2947         1     56114      8923    621635     19.08   no data
1336.21/334.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1336.21/334.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1336.21/334.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1336.21/334.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1336.21/334.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1336.21/334.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
1336.21/334.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1336.21/334.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1336.61/334.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1337.01/334.70	c lits-rem:        15  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.09 s
1337.01/334.70	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
1337.01/334.71	c vivif2 --  cl tried    56085 cl shrink        0 lits rem          0 time: 0.01
1337.01/334.75	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.04
1337.01/334.75	c calculated reachability. Time: 0.00
1337.01/334.75	c  N st   952   1710849       684      2947         1     56085      8923    621188     19.08   no data
1787.60/447.54	c  N st   953   2079814       684      2947         1    123830      8923   2755081     19.08   no data
1961.37/491.08	c  N st   954   2210850       684      2947         1     64254      8923    691211     19.08   no data
1961.37/491.08	c  S st   954   2210850       684      2947         1     64254      8923    691211     19.08   no data
1962.19/491.25	c  S st   954   2211352       684      2947         1     64756      8923    705408     19.08   no data
1962.19/491.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1962.19/491.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
1962.19/491.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1962.19/491.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1962.19/491.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1962.19/491.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
1962.19/491.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1962.59/491.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1962.59/491.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1962.97/491.43	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.10 s
1962.97/491.43	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
1962.97/491.44	c vivif2 --  cl tried    64719 cl shrink        0 lits rem          0 time: 0.01
1962.97/491.49	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.05
1962.97/491.49	c calculated reachability. Time: 0.00
1962.97/491.49	c  N st   954   2211352       684      2947         1     64719      8923    704798     19.08   no data
2574.15/644.40	c  N st   955   2711352       684      2947         1     81116      8923   1086342     19.08   no data
2574.15/644.40	c  S st   955   2711352       684      2947         1     81116      8923   1086342     19.08   no data
2574.95/644.63	c  S st   955   2711853       684      2947         1     81616      8923   1101248     19.08   no data
2574.95/644.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2574.95/644.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2574.95/644.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2574.95/644.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2574.95/644.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2574.95/644.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
2574.95/644.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2575.35/644.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2575.35/644.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2577.76/645.33	c lits-rem:        86  cl-subs:      946  v-elim:      0  v-fix:    0  time:  0.60 s
2577.76/645.33	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
2577.76/645.35	c vivif2 --  cl tried    80670 cl shrink        0 lits rem          0 time: 0.02
2578.14/645.43	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.08
2578.14/645.43	c calculated reachability. Time: 0.00
2578.14/645.43	c  N st   955   2711853       684      2947         1     80670      8923   1074504     19.08   no data
3352.69/839.32	c  N st   956   3211853       684      2947         1    126877      8923   2412178     19.08   no data
3352.69/839.32	c  S st   956   3211853       684      2947         1    126877      8923   2412178     19.08   no data
3354.29/839.75	c  S st   956   3212353       684      2947         1    127375      8923   2426646     19.08   no data
3354.29/839.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3354.69/839.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3354.69/839.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3354.69/839.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3354.69/839.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3354.69/839.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
3354.69/839.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3354.69/839.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3355.11/839.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3413.41/854.57	c lits-rem:       633  cl-subs:     5614  v-elim:      0  v-fix:    0  time: 14.62 s
3413.41/854.57	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
3413.81/854.61	c vivif2 --  cl tried   121761 cl shrink        0 lits rem          0 time: 0.04
3414.61/854.80	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.18
3414.61/854.80	c calculated reachability. Time: 0.00
3414.61/854.80	c  N st   956   3212353       684      2947         1    121761      8923   2263411     19.08   no data
4246.68/1063.12	c  N st   957   3712353       684      2947         1    132311      8923   2577354     19.08   no data
4246.68/1063.12	c  S st   957   3712353       684      2947         1    132311      8923   2577354     19.08   no data
4248.28/1063.58	c  S st   957   3712857       684      2947         1    132815      8923   2591634     19.08   no data
4248.28/1063.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4248.68/1063.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
4248.68/1063.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4248.68/1063.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4248.68/1063.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4248.68/1063.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
4248.68/1063.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4249.08/1063.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4249.08/1063.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4319.78/1081.41	c lits-rem:       651  cl-subs:     4934  v-elim:      0  v-fix:    0  time: 17.63 s
4319.78/1081.41	c vivif2 --  cl tried     2947 cl shrink        0 lits rem          0 time: 0.00
4319.78/1081.45	c vivif2 --  cl tried   127881 cl shrink        0 lits rem          0 time: 0.04
4320.58/1081.64	c asymm  cl-useful: 0/2947/2947 lits-rem:0 time: 0.19
4320.58/1081.65	c calculated reachability. Time: 0.00
4320.58/1081.65	c  N st   957   3712857       684      2947         1    127881      8923   2426236     19.08   no data
4403.27/1102.36	c  F st   958   3751563       684      2947         1    166040      8923   3720689     19.08   no data
4403.27/1102.36	c  N st   958   3751563       684      2947         1    166040      8923   3720689     19.08   no data
4414.07/1105.04	c Decided on static restart strategy
4450.81/1114.28	c  N st   968   3779868       684      2947         1    110722      8923   1744027     19.08   no data
4520.71/1131.72	c  N st   970   3815861       684      2947         1    146336      8923   2898153     19.08   no data
4575.44/1145.45	c  N st   971   3848255       684      2947         1     93567      8923   1158108     19.08   no data
4652.94/1164.88	c  N st   972   3896844       684      2947         1    141164      8923   2543856     19.08   no data
4759.99/1191.65	c  N st   973   3969727       684      2947         1    127457      8923   2289723     19.08   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174170-1304108028/watcher-3174170-1304108028 -o /tmp/evaluation-result-3174170-1304108028/solver-3174170-1304108028 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174170-1304108028.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: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 522405184 52441088 347 33554432000 4194304 4627427 140733279166176 18446744073709551615 47029046167474 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 12803 347 299 106 0 7774 0
[pid=20981/tid=20982] ppid=20978 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 522405185 52441088 347 33554432000 4194304 4627427 140733279166176 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 522405185 52441088 347 33554432000 4194304 4627427 140733279166176 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 522405185 52441088 347 33554432000 4194304 4627427 140733279166176 18446744073709551615 212431048936 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0530911 s]
/proc/loadavg: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=282580 CPUtime=0.18 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 1642 0 0 0 18 0 0 0 18 0 4 0 522405184 289361920 1504 33554432000 4194304 4627427 140733279166176 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 70645 1504 384 106 0 65616 0
[pid=20981/tid=20982] ppid=20978 vsize=282580 CPUtime=0.04 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 334 0 0 0 4 0 0 0 18 0 4 0 522405185 289361920 1504 33554432000 4194304 4627427 140733279166176 18446744073709551615 212436122143 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=282580 CPUtime=0.04 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 372 0 0 0 4 0 0 0 18 0 4 0 522405185 289361920 1504 33554432000 4194304 4627427 140733279166176 18446744073709551615 212436122094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=282580 CPUtime=0.04 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 200 0 0 0 4 0 0 0 18 0 4 0 522405185 289361920 1504 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 282580

[startup+0.315489 s]
/proc/loadavg: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=285656 CPUtime=3.31 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 5205 0 0 0 330 1 0 0 19 0 4 0 522405184 292511744 3267 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 71414 3267 385 106 0 66385 0
[pid=20981/tid=20982] ppid=20978 vsize=285656 CPUtime=0.82 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1198 0 0 0 82 0 0 0 18 0 4 0 522405185 292511744 3267 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=285656 CPUtime=0.82 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1253 0 0 0 82 0 0 0 19 0 4 0 522405185 292511744 3267 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=285656 CPUtime=0.82 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1128 0 0 0 82 0 0 0 19 0 4 0 522405185 292511744 3267 33554432000 4194304 4627427 140733279166176 18446744073709551615 4338564 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 285656

[startup+0.934437 s]
/proc/loadavg: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=286540 CPUtime=3.71 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 6099 0 0 0 370 1 0 0 19 0 4 0 522405184 293416960 2795 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 71635 2795 385 106 0 66606 0
[pid=20981/tid=20982] ppid=20978 vsize=286540 CPUtime=0.92 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1427 0 0 0 92 0 0 0 19 0 4 0 522405185 293416960 2795 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=286540 CPUtime=0.92 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1459 0 0 0 92 0 0 0 19 0 4 0 522405185 293416960 2795 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=286540 CPUtime=0.92 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1367 0 0 0 92 0 0 0 19 0 4 0 522405185 293416960 2795 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 286540

[startup+1.02338 s]
/proc/loadavg: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=286540 CPUtime=4.11 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 6364 0 0 0 410 1 0 0 19 0 4 0 522405184 293416960 3060 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 71635 3060 385 106 0 66606 0
[pid=20981/tid=20982] ppid=20978 vsize=286540 CPUtime=1.02 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1491 0 0 0 102 0 0 0 19 0 4 0 522405185 293416960 3060 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=286540 CPUtime=1.02 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1519 0 0 0 102 0 0 0 19 0 4 0 522405185 293416960 3061 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=286540 CPUtime=1.02 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1449 0 0 0 102 0 0 0 19 0 4 0 522405185 293416960 3061 33554432000 4194304 4627427 140733279166176 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 286540

[startup+1.50033 s]
/proc/loadavg: 3.89 6.18 7.29 2/173 20981
/proc/meminfo: memFree=30610588/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=287188 CPUtime=5.96 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 8385 0 0 0 595 1 0 0 20 0 4 0 522405184 294080512 3427 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 71797 3427 386 106 0 66768 0
[pid=20981/tid=20982] ppid=20978 vsize=287188 CPUtime=1.48 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1995 0 0 0 148 0 0 0 20 0 4 0 522405185 294080512 3427 33554432000 4194304 4627427 140733279166176 18446744073709551615 4327635 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=287188 CPUtime=1.48 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 2022 0 0 0 148 0 0 0 20 0 4 0 522405185 294080512 3427 33554432000 4194304 4627427 140733279166176 18446744073709551615 4332317 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=287188 CPUtime=1.48 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 1949 0 0 0 148 0 0 0 20 0 4 0 522405185 294080512 3427 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287188

[startup+3.10103 s]
/proc/loadavg: 4.21 6.21 7.30 9/184 20993
/proc/meminfo: memFree=30516516/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=285524 CPUtime=12.36 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 19390 0 0 0 1232 4 0 0 25 0 4 0 522405184 292376576 10683 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308590 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 71381 10683 389 106 0 66352 0
[pid=20981/tid=20982] ppid=20978 vsize=285524 CPUtime=3.08 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 4175 0 0 0 308 0 0 0 25 0 4 0 522405185 292376576 10683 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=285524 CPUtime=3.07 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 5451 0 0 0 306 1 0 0 25 0 4 0 522405185 292376576 10683 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=285524 CPUtime=3.08 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 4519 0 0 0 307 1 0 0 25 0 4 0 522405185 292376576 10683 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285524

[startup+6.30042 s]
/proc/loadavg: 4.21 6.21 7.30 9/184 20993
/proc/meminfo: memFree=30493312/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=288260 CPUtime=25.14 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 29643 0 0 0 2507 7 0 0 25 0 4 0 522405184 295178240 14359 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 72065 14359 389 106 0 67036 0
[pid=20981/tid=20982] ppid=20978 vsize=288260 CPUtime=6.28 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 7841 0 0 0 627 1 0 0 25 0 4 0 522405185 295178240 14359 33554432000 4194304 4627427 140733279166176 18446744073709551615 4501627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=288260 CPUtime=6.26 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 7659 0 0 0 624 2 0 0 25 0 4 0 522405185 295178240 14359 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=288260 CPUtime=6.29 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 6784 0 0 0 627 2 0 0 25 0 4 0 522405185 295178240 14359 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 288260

[startup+12.7002 s]
/proc/loadavg: 4.80 6.27 7.31 9/184 20993
/proc/meminfo: memFree=30427468/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=311720 CPUtime=50.72 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 46549 0 0 0 5062 10 0 0 25 0 4 0 522405184 319201280 23745 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 77930 23745 389 106 0 72901 0
[pid=20981/tid=20982] ppid=20978 vsize=311720 CPUtime=12.69 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 10233 0 0 0 1267 2 0 0 25 0 4 0 522405185 319201280 23745 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308123 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=311720 CPUtime=12.62 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 12038 0 0 0 1260 2 0 0 25 0 4 0 522405185 319201280 23745 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=311720 CPUtime=12.69 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 12261 0 0 0 1266 3 0 0 25 0 4 0 522405185 319201280 23745 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 311720

[startup+25.5008 s]
/proc/loadavg: 5.37 6.34 7.32 9/184 20994
/proc/meminfo: memFree=30396692/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=331192 CPUtime=101.84 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 65704 0 0 0 10170 14 0 0 25 0 4 0 522405184 339140608 27798 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 82798 27798 389 106 0 77769 0
[pid=20981/tid=20982] ppid=20978 vsize=331192 CPUtime=25.48 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 12900 0 0 0 2546 2 0 0 25 0 4 0 522405185 339140608 27798 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=331192 CPUtime=25.35 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 19598 0 0 0 2531 4 0 0 25 0 4 0 522405185 339140608 27798 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=331192 CPUtime=25.48 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 18344 0 0 0 2544 4 0 0 25 0 4 0 522405185 339140608 27798 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 331192

[startup+51.1009 s]
/proc/loadavg: 6.27 6.47 7.33 9/184 20994
/proc/meminfo: memFree=30326308/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=315972 CPUtime=204.11 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 100118 0 0 0 20388 23 0 0 25 0 4 0 522405184 323555328 36049 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 78993 36049 389 106 0 73964 0
[pid=20981/tid=20982] ppid=20978 vsize=315972 CPUtime=51.08 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 22158 0 0 0 5104 4 0 0 25 0 4 0 522405185 323555328 36049 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=315972 CPUtime=50.82 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 25973 0 0 0 5076 6 0 0 25 0 4 0 522405185 323555328 36049 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=315972 CPUtime=51.09 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 28098 0 0 0 5102 7 0 0 25 0 4 0 522405185 323555328 36049 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 315972

[startup+102.301 s]
/proc/loadavg: 7.31 6.73 7.37 9/184 20996
/proc/meminfo: memFree=30229292/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=425424 CPUtime=408.65 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 141130 0 0 0 40829 36 0 0 25 0 4 0 522405184 435634176 55614 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309284 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 106356 55614 389 106 0 101327 0
[pid=20981/tid=20982] ppid=20978 vsize=425424 CPUtime=102.28 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 36865 0 0 0 10221 7 0 0 25 0 4 0 522405185 435634176 55615 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=425424 CPUtime=101.76 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 34744 0 0 0 10165 11 0 0 25 0 4 0 522405185 435634176 55615 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=425424 CPUtime=102.29 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 37970 0 0 0 10218 11 0 0 25 0 4 0 522405185 435634176 55615 33554432000 4194304 4627427 140733279166176 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 425424

[startup+162.301 s]

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

[pid=20981] ppid=20978 vsize=536508 CPUtime=2565.76 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 438006 0 0 0 256423 153 0 0 25 0 4 0 522405184 549384192 99487 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 134127 99487 389 106 0 129098 0
[pid=20981/tid=20982] ppid=20978 vsize=536508 CPUtime=642.3 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 104751 0 0 0 64196 34 0 0 25 0 4 0 522405185 549384192 99487 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=536508 CPUtime=638.81 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 112994 0 0 0 63841 40 0 0 25 0 4 0 522405185 549384192 99487 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=536508 CPUtime=642.31 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 111269 0 0 0 64190 41 0 0 25 0 4 0 522405185 549384192 99487 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.76
Current children cumulated vsize (KiB) 536508

[startup+702.301 s]
/proc/loadavg: 8.13 7.92 7.71 9/184 21012
/proc/meminfo: memFree=29901968/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=588200 CPUtime=2805.44 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 472055 0 0 0 280378 166 0 0 25 0 4 0 522405184 602316800 102245 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 147050 102245 389 106 0 142021 0
[pid=20981/tid=20982] ppid=20978 vsize=588200 CPUtime=702.31 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 114380 0 0 0 70193 38 0 0 25 0 4 0 522405185 602316800 102245 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=588200 CPUtime=698.48 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 121815 0 0 0 69804 44 0 0 25 0 4 0 522405185 602316800 102245 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=588200 CPUtime=702.31 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 119267 0 0 0 70187 44 0 0 25 0 4 0 522405185 602316800 102245 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 588200

[startup+762.301 s]
/proc/loadavg: 8.04 7.94 7.72 9/184 21013
/proc/meminfo: memFree=29867700/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=590056 CPUtime=3045.11 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 500679 0 0 0 304333 178 0 0 25 0 4 0 522405184 604217344 101896 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 147514 101896 389 106 0 142485 0
[pid=20981/tid=20982] ppid=20978 vsize=590056 CPUtime=762.31 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 124496 0 0 0 76190 41 0 0 25 0 4 0 522405185 604217344 101896 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=590056 CPUtime=758.15 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 128723 0 0 0 75768 47 0 0 25 0 4 0 522405185 604217344 101896 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=590056 CPUtime=762.31 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 126640 0 0 0 76184 47 0 0 25 0 4 0 522405185 604217344 101896 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 590056

[startup+822.3 s]
/proc/loadavg: 8.01 7.95 7.74 9/184 21015
/proc/meminfo: memFree=29871232/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=590228 CPUtime=3284.8 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 531762 0 0 0 328289 191 0 0 25 0 4 0 522405184 604393472 103620 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 147557 103620 389 106 0 142528 0
[pid=20981/tid=20982] ppid=20978 vsize=590228 CPUtime=822.31 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 133147 0 0 0 82186 45 0 0 25 0 4 0 522405185 604393472 103620 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=590228 CPUtime=817.82 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 136007 0 0 0 81733 49 0 0 25 0 4 0 522405185 604393472 103620 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=590228 CPUtime=822.32 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 134680 0 0 0 82181 51 0 0 25 0 4 0 522405185 604393472 103620 33554432000 4194304 4627427 140733279166176 18446744073709551615 4249224 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 590228

[startup+882.301 s]
/proc/loadavg: 8.07 7.97 7.75 9/184 21016
/proc/meminfo: memFree=29790352/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=747420 CPUtime=3524.46 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 563876 0 0 0 352242 204 0 0 25 0 4 0 522405184 765358080 117068 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 186855 117068 389 106 0 181826 0
[pid=20981/tid=20982] ppid=20978 vsize=747420 CPUtime=882.31 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 142662 0 0 0 88183 48 0 0 25 0 4 0 522405185 765358080 117068 33554432000 4194304 4627427 140733279166176 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=747420 CPUtime=877.49 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 142167 0 0 0 87696 53 0 0 25 0 4 0 522405185 765358080 117068 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=747420 CPUtime=882.32 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 141704 0 0 0 88179 53 0 0 25 0 4 0 522405185 765358080 117068 33554432000 4194304 4627427 140733279166176 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 747420

[startup+942.306 s]
/proc/loadavg: 8.15 8.00 7.78 9/184 21018
/proc/meminfo: memFree=29753232/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=748052 CPUtime=3764.15 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 591117 0 0 0 376200 215 0 0 25 0 4 0 522405184 766005248 126485 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 187013 126485 389 106 0 181984 0
[pid=20981/tid=20982] ppid=20978 vsize=748052 CPUtime=942.32 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 150028 0 0 0 94181 51 0 0 25 0 4 0 522405185 766005248 126485 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=748052 CPUtime=937.16 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 149832 0 0 0 93660 56 0 0 25 0 4 0 522405185 766005248 126485 33554432000 4194304 4627427 140733279166176 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=748052 CPUtime=942.33 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 147765 0 0 0 94177 56 0 0 25 0 4 0 522405185 766005248 126485 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 748052

[startup+1002.3 s]
/proc/loadavg: 8.17 8.03 7.80 9/184 21020
/proc/meminfo: memFree=29760380/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=761064 CPUtime=4003.82 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 620539 0 0 0 400154 228 0 0 25 0 4 0 522405184 779329536 123708 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308755 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 190266 123708 389 106 0 185237 0
[pid=20981/tid=20982] ppid=20978 vsize=761064 CPUtime=1002.31 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 158477 0 0 0 100176 55 0 0 25 0 4 0 522405185 779329536 123708 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=761064 CPUtime=996.83 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 156903 0 0 0 99624 59 0 0 25 0 4 0 522405185 779329536 123708 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=761064 CPUtime=1002.32 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 153994 0 0 0 100174 58 0 0 25 0 4 0 522405185 779329536 123708 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.82
Current children cumulated vsize (KiB) 761064

[startup+1062.3 s]
/proc/loadavg: 8.11 8.04 7.82 9/184 21021
/proc/meminfo: memFree=29723240/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=762192 CPUtime=4243.49 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 650548 0 0 0 424106 243 0 0 25 0 4 0 522405184 780484608 131927 33554432000 4194304 4627427 140733279166176 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 190548 131927 389 106 0 185519 0
[pid=20981/tid=20982] ppid=20978 vsize=762192 CPUtime=1062.32 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 166959 0 0 0 106172 60 0 0 25 0 4 0 522405185 780484608 131927 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=762192 CPUtime=1056.5 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 162852 0 0 0 105587 63 0 0 25 0 4 0 522405185 780484608 131927 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=762192 CPUtime=1062.32 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 161665 0 0 0 106171 61 0 0 25 0 4 0 522405185 780484608 131927 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 762192

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 7.83 9/184 21023
/proc/meminfo: memFree=29691704/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=760444 CPUtime=4483.16 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 672627 0 0 0 448063 253 0 0 25 0 4 0 522405184 778694656 136766 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 190111 136766 389 106 0 185082 0
[pid=20981/tid=20982] ppid=20978 vsize=760444 CPUtime=1122.32 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 172042 0 0 0 112170 62 0 0 25 0 4 0 522405185 778694656 136766 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=760444 CPUtime=1116.17 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 169492 0 0 0 111551 66 0 0 25 0 4 0 522405185 778694656 136766 33554432000 4194304 4627427 140733279166176 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=760444 CPUtime=1122.33 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 170369 0 0 0 112168 65 0 0 25 0 4 0 522405185 778694656 136766 33554432000 4194304 4627427 140733279166176 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 760444

[startup+1182.3 s]
/proc/loadavg: 8.07 8.05 7.84 9/184 21024
/proc/meminfo: memFree=29663008/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=763312 CPUtime=4722.84 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 701424 0 0 0 472020 264 0 0 25 0 4 0 522405184 781631488 141014 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 190828 141014 389 106 0 185799 0
[pid=20981/tid=20982] ppid=20978 vsize=763312 CPUtime=1182.32 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 179371 0 0 0 118167 65 0 0 25 0 4 0 522405185 781631488 141014 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=763312 CPUtime=1175.83 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 178223 0 0 0 117514 69 0 0 25 0 4 0 522405185 781631488 141014 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=763312 CPUtime=1182.33 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 176942 0 0 0 118165 68 0 0 25 0 4 0 522405185 781631488 141014 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 763312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.06 7.85 9/184 21025
/proc/meminfo: memFree=29665228/32951124 swapFree=67111416/67111528
[pid=20981] ppid=20978 vsize=749932 CPUtime=4800.35 cores=0,2,4,6
/proc/20981/stat : 20981 (strangenight2-m) R 20978 20981 19850 0 -1 4202496 707294 0 0 0 479767 268 0 0 25 0 4 0 522405184 767930368 142692 33554432000 4194304 4627427 140733279166176 18446744073709551615 4507021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20981/statm: 187483 142692 389 106 0 182454 0
[pid=20981/tid=20982] ppid=20978 vsize=749932 CPUtime=1201.73 cores=0,2,4,6
/proc/20981/task/20982/stat : 20982 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 181367 0 0 0 120107 66 0 0 25 0 4 0 522405185 767930368 142692 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20981/tid=20983] ppid=20978 vsize=749932 CPUtime=1195.14 cores=0,2,4,6
/proc/20981/task/20983/stat : 20983 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 178638 0 0 0 119444 70 0 0 25 0 4 0 522405185 767930368 142692 33554432000 4194304 4627427 140733279166176 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20981/tid=20984] ppid=20978 vsize=749932 CPUtime=1201.73 cores=0,2,4,6
/proc/20981/task/20984/stat : 20984 (strangenight2-m) R 20978 20981 19850 0 -1 4202560 178513 0 0 0 120105 68 0 0 25 0 4 0 522405185 767930368 142692 33554432000 4194304 4627427 140733279166176 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 749932

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): 1201.74
CPU time (s): 4800.41
CPU user time (s): 4797.7
CPU system time (s): 2.71059
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 936312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.7
system time used= 2.71059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707295
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= 560
involuntary context switches= 22167

runsolver used 1.93071 second user time and 4.5723 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 22:13:48
IDJOB=3174170
IDBENCH=82988
IDSOLVER=1586
FILE ID=node102/3174170-1304108028
RUNJOBID= node102-1304108028-20966
PBS_JOBID= 13170630
Free space on /tmp= 71560 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S115072124-051.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174170-1304108028/watcher-3174170-1304108028 -o /tmp/evaluation-result-3174170-1304108028/solver-3174170-1304108028 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174170-1304108028.cnf

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

MD5SUM BENCH= 6052486ba02fcb82855c9fc5130e5550
RANDOM SEED=1933681828

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30610256 kB
Buffers:        598248 kB
Cached:        1262076 kB
SwapCached:          0 kB
Active:         132300 kB
Inactive:      1793088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30610256 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5956 kB
Writeback:           0 kB
AnonPages:       64612 kB
Mapped:          14492 kB
Slab:           351624 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193500 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= 71548 MiB
End job on node102 at 2011-04-29 22:33:52