Trace number 3173961

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.36 1201.94

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S1378008329-078.SATISFIABLE.cnf
MD5SUMd50cd6e15bea1958cfdf9785772f4ad7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
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-3173961-1304074385.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.00/0.01	c asymm  cl-useful: 1/3195/3195 lits-rem:3 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:        1  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:    750 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.00 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:     337 undec:      97 neg:     316
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       731      3165         1         0      9604         0   no data   no data
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4921       731      3165         1      4868      9604    147788   no data   no data
3.18/0.80	c  N st    10     11303       731      3165         1      4518      9604     98817   no data   no data
3.18/0.80	c  N st    11     17047       731      3165         1     10157      9604    266851   no data   no data
5.17/1.30	c  F st    12     25000       731      3165         1     12454      9604    340152   no data   no data
5.17/1.30	c  N st    12     25000       731      3165         1     12454      9604    340152   no data   no data
5.98/1.56	c Decided on static restart strategy
5.98/1.56	c  N st    18     30001       731      3165         1     10733      9604    260845   no data   no data
5.98/1.56	c  S st    18     30001       731      3165         1     10733      9604    260845   no data   no data
5.98/1.59	c  S st    18     30503       731      3165         1     11235      9604    275385   no data   no data
5.98/1.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.98/1.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.98/1.59	c blocked clauses removed:       27 vars:      4 tried:         731 T: 0.00 s
5.98/1.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.98/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.98/1.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
5.98/1.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.60	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
6.38/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.38/1.66	c lits-rem:        46  cl-subs:      334  v-elim:      0  v-fix:    0  time:  0.05 s
6.38/1.67	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.01
6.38/1.67	c calculated reachability. Time: 0.00
6.38/1.67	c  N st    18     30503       726      3137         1     10864      9524    262412   no data   no data
8.37/2.11	c  N st    20     37615       726      3137         1     10120      9524    215187   no data   no data
9.97/2.52	c  N st    21     44016       726      3137         1     16438      9524    414974   no data   no data
10.37/2.65	c  S st    22     45756       726      3137         1      9339      9524    166468   no data   no data
10.37/2.68	c  S st    22     46257       726      3137         1      9838      9524    181251   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.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.37/2.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.37/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
10.37/2.68	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.37/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.76/2.70	c lits-rem:        20  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.01 s
10.76/2.70	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
10.76/2.71	c vivif2 --  cl tried     9804 cl shrink        0 lits rem          0 time: 0.00
10.76/2.71	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.01
10.76/2.71	c calculated reachability. Time: 0.00
10.76/2.71	c  N st    22     46257       726      3137         1      9804      9524    179946   no data   no data
14.76/3.74	c  N st    23     60655       726      3137         1     14181      9524    312833   no data   no data
17.58/4.41	c  N st    24     69386       726      3137         1     11959      9524    221976   no data   no data
17.58/4.41	c  S st    24     69386       726      3137         1     11959      9524    221976   no data   no data
17.58/4.45	c  S st    24     69888       726      3137         1     12461      9524    236180   no data   no data
17.58/4.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.58/4.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.58/4.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.58/4.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
17.58/4.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.58/4.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.58/4.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.49	c lits-rem:        30  cl-subs:       80  v-elim:      0  v-fix:    0  time:  0.02 s
17.58/4.49	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
17.58/4.49	c vivif2 --  cl tried    12381 cl shrink        0 lits rem          0 time: 0.00
17.58/4.50	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.01
17.58/4.50	c calculated reachability. Time: 0.00
17.58/4.50	c  N st    24     69888       726      3137         1     12381      9524    233431   no data   no data
23.95/6.00	c  F st    25     87500       726      3137         1     17921      9524    407859   no data   no data
23.95/6.00	c  N st    25     87500       726      3137         1     17921      9524    407859   no data   no data
25.54/6.42	c Decided on static restart strategy
26.77/6.75	c  N st    32     95539       726      3137         1     13042      9524    220818   no data   no data
29.54/7.43	c  N st    34    104832       726      3137         1     22185      9524    522898   no data   no data
29.54/7.43	c  S st    34    104832       726      3137         1     22185      9524    522898   no data   no data
29.54/7.48	c  S st    34    105333       726      3137         1     22685      9524    537100   no data   no data
29.54/7.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.54/7.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.54/7.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.54/7.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
29.54/7.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.54/7.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.94/7.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.76/7.72	c lits-rem:       134  cl-subs:      728  v-elim:      0  v-fix:    0  time:  0.21 s
30.76/7.72	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
30.76/7.73	c vivif2 --  cl tried    21957 cl shrink        0 lits rem          0 time: 0.01
30.76/7.75	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.01
30.76/7.75	c calculated reachability. Time: 0.00
30.76/7.75	c  N st    34    105333       726      3137         1     21957      9524    507876   no data   no data
33.94/8.59	c  N st    35    114932       726      3137         1     17616      9524    337359   no data   no data
39.55/9.95	c  N st    36    129329       726      3137         1     17068      9524    300317   no data   no data
47.92/12.09	c  N st    37    150924       726      3137         1     22631      9524    465776   no data   no data
50.71/12.79	c  S st    38    157999       726      3137         1     29634      9524    694442   no data   no data
51.12/12.86	c  S st    38    158503       726      3137         1     30138      9524    708547   no data   no data
51.12/12.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.12/12.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.12/12.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.12/12.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.12/12.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.12/12.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
51.12/12.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.12/12.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.52/12.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.73/13.22	c lits-rem:       330  cl-subs:      606  v-elim:      0  v-fix:    0  time:  0.31 s
52.73/13.22	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
52.73/13.22	c vivif2 --  cl tried    29532 cl shrink        0 lits rem          0 time: 0.01
52.73/13.24	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.02
52.73/13.25	c calculated reachability. Time: 0.00
52.73/13.25	c  N st    38    158503       726      3137         1     29532      9524    685783   no data   no data
73.48/18.42	c  N st    39    207092       726      3137         1     24142      9524    454331   no data   no data
87.88/22.01	c  N st    40    237754       726      3137         1     34560      9524    772827   no data   no data
87.88/22.01	c  S st    40    237754       726      3137         1     34560      9524    772827   no data   no data
87.88/22.10	c  S st    40    238258       726      3137         1     35064      9524    787333   no data   no data
87.88/22.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.28/22.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
88.28/22.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.28/22.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.28/22.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.28/22.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
88.28/22.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
88.28/22.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.28/22.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.66/22.78	c lits-rem:       282  cl-subs:     1124  v-elim:      0  v-fix:    0  time:  0.63 s
90.66/22.78	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
90.66/22.79	c vivif2 --  cl tried    33940 cl shrink        0 lits rem          0 time: 0.01
91.06/22.82	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.02
91.06/22.82	c calculated reachability. Time: 0.00
91.06/22.82	c  N st    40    238258       726      3137         1     33940      9524    745672   no data   no data
125.02/31.35	c  F st    41    306251       726      3137         1     35895      9524    753788   no data   no data
125.02/31.35	c  N st    41    306251       726      3137         1     35895      9524    753788   no data   no data
127.83/32.06	c Decided on static restart strategy
139.40/34.99	c  N st    51    334555       726      3137         1     40178      9524    860930   no data   no data
150.98/37.89	c  N st    53    357387       726      3137         1     38069      9524    755825   no data   no data
150.98/37.89	c  S st    53    357387       726      3137         1     38069      9524    755825   no data   no data
151.78/38.00	c  S st    53    357892       726      3137         1     38573      9524    769493   no data   no data
151.78/38.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.78/38.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
151.78/38.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.78/38.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.78/38.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.78/38.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
151.78/38.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
151.78/38.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
151.78/38.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.38/38.49	c lits-rem:       141  cl-subs:      947  v-elim:      0  v-fix:    0  time:  0.44 s
153.38/38.49	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
153.79/38.50	c vivif2 --  cl tried    37626 cl shrink        0 lits rem          0 time: 0.01
153.79/38.53	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.03
153.79/38.53	c calculated reachability. Time: 0.00
153.79/38.53	c  N st    53    357892       726      3137         1     37626      9524    736288   no data   no data
172.55/43.21	c  N st    54    390284       726      3137         1     43939      9524    917841   no data   no data
200.51/50.20	c  N st    55    438873       726      3137         1     37506      9524    665290   no data   no data
244.86/61.31	c  N st    56    511755       726      3137         1     51243      9524   1094312   no data   no data
260.03/65.14	c  N st    57    536839       726      3137         1     45408      9524    875422   no data   no data
260.03/65.14	c  S st    57    536839       726      3137         1     45408      9524    875422   no data   no data
260.43/65.26	c  S st    57    537339       726      3137         1     45908      9524    890119   no data   no data
260.43/65.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
260.43/65.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
260.43/65.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.43/65.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.43/65.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.43/65.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
260.43/65.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
260.83/65.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
260.83/65.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.05/66.17	c lits-rem:       242  cl-subs:     1349  v-elim:      0  v-fix:    0  time:  0.84 s
264.05/66.17	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
264.05/66.18	c vivif2 --  cl tried    44559 cl shrink        0 lits rem          0 time: 0.01
264.43/66.22	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.04
264.43/66.22	c calculated reachability. Time: 0.00
264.43/66.22	c  N st    57    537339       726      3137         1     44559      9524    842455   no data   no data
381.07/95.47	c  N st    58    701325       726      3137         1     38545      9524    536323   no data   no data
468.16/117.27	c  N st    59    806011       726      3137         1     67682      9524   1472797   no data   no data
468.16/117.27	c  S st    59    806011       726      3137         1     67682      9524   1472797   no data   no data
468.96/117.47	c  S st    59    806513       726      3137         1     68184      9524   1486789   no data   no data
468.96/117.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
469.36/117.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
469.36/117.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
469.36/117.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
469.36/117.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.36/117.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
469.36/117.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
469.36/117.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
469.36/117.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.34/121.58	c lits-rem:       943  cl-subs:     2540  v-elim:      0  v-fix:    0  time:  4.01 s
485.34/121.58	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
485.73/121.60	c vivif2 --  cl tried    65644 cl shrink        0 lits rem          0 time: 0.02
485.73/121.67	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.06
485.73/121.67	c calculated reachability. Time: 0.00
485.73/121.67	c  N st    59    806513       726      3137         1     65644      9524   1400256   no data   no data
729.01/182.50	c  F st    60   1071875       726      3137         1     82054      9524   1822459   no data   no data
729.01/182.50	c  N st    60   1071875       726      3137         1     82054      9524   1822459   no data   no data
735.00/184.08	c Decided on static restart strategy
753.78/188.73	c  N st    70   1100180       726      3137         1     65678      9524   1223621   no data   no data
789.33/197.65	c  N st    72   1136172       726      3137         1     55851      9524    865288   no data   no data
822.48/205.98	c  N st    73   1168565       726      3137         1     87981      9524   1905972   no data   no data
861.25/215.64	c  N st    74   1209770       726      3137         1     82041      9524   1696738   no data   no data
861.25/215.64	c  S st    74   1209770       726      3137         1     82041      9524   1696738   no data   no data
862.03/215.87	c  S st    74   1210274       726      3137         1     82544      9524   1712622   no data   no data
862.03/215.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
862.42/215.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
862.42/215.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
862.42/215.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
862.42/215.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
862.42/215.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
862.42/215.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
862.42/215.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
862.82/216.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
882.80/221.08	c lits-rem:       469  cl-subs:     3103  v-elim:      0  v-fix:    0  time:  5.08 s
882.80/221.08	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
883.22/221.11	c vivif2 --  cl tried    79441 cl shrink        0 lits rem          0 time: 0.02
883.22/221.19	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.08
883.22/221.19	c calculated reachability. Time: 0.00
883.22/221.19	c  N st    74   1210274       726      3137         1     79441      9524   1607648   no data   no data
956.71/239.56	c  N st    75   1283157       726      3137         1     55581      9524    779719   no data   no data
1067.78/267.33	c  N st    76   1392483       726      3137         1     63465      9524    986330   no data   no data
1246.31/312.06	c  N st    77   1556467       726      3137         1     68162      9524   1055445   no data   no data
1416.48/354.68	c  N st    78   1710274       726      3137         1    110396      9524   2412567   no data   no data
1416.48/354.68	c  S st    78   1710274       726      3137         1    110396      9524   2412567   no data   no data
1418.07/355.03	c  S st    78   1710774       726      3137         1    110896      9524   2426840   no data   no data
1418.07/355.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1418.47/355.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1418.47/355.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1418.47/355.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1418.47/355.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1418.47/355.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
1418.47/355.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1418.47/355.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1418.88/355.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1496.77/374.71	c lits-rem:      1219  cl-subs:     7619  v-elim:      0  v-fix:    0  time: 19.49 s
1496.77/374.71	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
1496.77/374.74	c vivif2 --  cl tried   103277 cl shrink        0 lits rem          0 time: 0.03
1497.17/374.85	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.12
1497.17/374.86	c calculated reachability. Time: 0.00
1497.17/374.86	c  N st    78   1710774       726      3137         1    103277      9524   2182472   no data   no data
1948.15/487.76	c  N st    79   2079738       726      3137         1    115500      9524   2540633   no data   no data
2126.72/532.43	c  N st    80   2210775       726      3137         1    119278      9524   2469026   no data   no data
2126.72/532.43	c  S st    80   2210775       726      3137         1    119278      9524   2469026   no data   no data
2127.90/532.78	c  S st    80   2211275       726      3137         1    119778      9524   2482923   no data   no data
2127.90/532.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2128.30/532.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2128.30/532.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2128.30/532.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2128.30/532.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2128.30/532.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
2128.30/532.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2128.30/532.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2128.70/532.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2183.85/546.77	c lits-rem:       675  cl-subs:     5190  v-elim:      0  v-fix:    0  time: 13.80 s
2183.85/546.77	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
2184.25/546.81	c vivif2 --  cl tried   114588 cl shrink        0 lits rem          0 time: 0.03
2184.62/546.93	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.13
2184.62/546.94	c calculated reachability. Time: 0.00
2184.62/546.94	c  N st    80   2211275       726      3137         1    114588      9524   2319810   no data   no data
2847.31/713.02	c  N st    81   2711275       726      3137         1    138264      9524   3175389   no data   no data
2847.31/713.02	c  S st    81   2711275       726      3137         1    138264      9524   3175389   no data   no data
2848.92/713.44	c  S st    81   2711776       726      3137         1    138765      9524   3190199   no data   no data
2848.92/713.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2849.32/713.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2849.32/713.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2849.32/713.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2849.32/713.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2849.32/713.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
2849.32/713.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2849.32/713.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2849.72/713.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2957.97/740.70	c lits-rem:      1172  cl-subs:     6934  v-elim:      0  v-fix:    0  time: 27.01 s
2957.97/740.70	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
2957.97/740.74	c vivif2 --  cl tried   131831 cl shrink        0 lits rem          0 time: 0.04
2958.37/740.89	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.15
2958.37/740.89	c calculated reachability. Time: 0.00
2958.37/740.89	c  N st    81   2711776       726      3137         1    131831      9524   2952946   no data   no data
3754.90/940.20	c  N st    82   3211776       726      3137         1    107716      9524   1833912   no data   no data
3754.90/940.20	c  S st    82   3211776       726      3137         1    107716      9524   1833912   no data   no data
3756.51/940.63	c  S st    82   3212278       726      3137         1    108218      9524   1848295   no data   no data
3756.51/940.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3756.89/940.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
3756.89/940.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3756.89/940.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3756.89/940.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3756.89/940.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
3756.89/940.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3756.89/940.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3757.29/940.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3782.05/947.10	c lits-rem:       518  cl-subs:     2164  v-elim:      0  v-fix:    0  time:  6.28 s
3782.05/947.10	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
3782.47/947.13	c vivif2 --  cl tried   106054 cl shrink        0 lits rem          0 time: 0.03
3782.87/947.28	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.15
3782.87/947.28	c calculated reachability. Time: 0.00
3782.87/947.28	c  N st    82   3212278       726      3137         1    106054      9524   1776317   no data   no data
4570.18/1144.39	c  N st    83   3712279       726      3137         1    116360      9524   1946344   no data   no data
4570.18/1144.39	c  S st    83   3712279       726      3137         1    116360      9524   1946344   no data   no data
4572.18/1144.81	c  S st    83   3712780       726      3137         1    116861      9524   1961561   no data   no data
4572.18/1144.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4572.58/1144.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.08
4572.58/1144.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4572.58/1144.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4572.58/1144.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4572.58/1144.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    726 time:  0.00 s
4572.58/1144.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4572.58/1144.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4572.98/1145.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4601.33/1152.11	c lits-rem:       358  cl-subs:     3580  v-elim:      0  v-fix:    0  time:  7.10 s
4601.33/1152.11	c vivif2 --  cl tried     3137 cl shrink        0 lits rem          0 time: 0.00
4601.33/1152.14	c vivif2 --  cl tried   113281 cl shrink        0 lits rem          0 time: 0.03
4601.73/1152.27	c asymm  cl-useful: 0/3137/3137 lits-rem:0 time: 0.12
4601.73/1152.27	c calculated reachability. Time: 0.00
4601.73/1152.27	c  N st    83   3712780       726      3137         1    113281      9524   1852125   no data   no data
4660.86/1167.06	c  F st    84   3751562       726      3137         1    151179      9524   3034123   no data   no data
4660.86/1167.07	c  N st    84   3751562       726      3137         1    151179      9524   3034123   no data   no data
4673.24/1170.11	c Decided on static restart strategy
4710.78/1179.51	c  N st    94   3779865       726      3137         1     95765      9524   1256442   no data   no data
4762.34/1192.43	c  N st    96   3815857       726      3137         1    131047      9524   2387872   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173961-1304074385/watcher-3173961-1304074385 -o /tmp/evaluation-result-3173961-1304074385/solver-3173961-1304074385 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173961-1304074385.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: 7.48 7.95 7.97 5/180 12647
/proc/meminfo: memFree=15511984/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=248796 CPUtime=0.01 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) S 12645 12647 12239 0 -1 4202496 555 0 0 0 1 0 0 0 25 0 4 0 519038902 254767104 473 33554432000 4194304 4627427 140735544670032 18446744073709551615 244447050222 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 62199 476 336 106 0 57170 0
[pid=12647/tid=12648] ppid=12645 vsize=257132 CPUtime=0 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 62 0 0 0 0 0 0 0 25 0 4 0 519038903 263303168 518 33554432000 4194304 4627427 140735544670032 18446744073709551615 4314040 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=257132 CPUtime=0 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 4 0 519038903 263303168 532 33554432000 4194304 4627427 140735544670032 18446744073709551615 244447050222 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=257132 CPUtime=0 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) D 12645 12647 12239 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 4 0 519038903 263303168 541 33554432000 4194304 4627427 140735544670032 18446744073709551615 244446606021 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106537 s]
/proc/loadavg: 7.48 7.95 7.97 5/180 12647
/proc/meminfo: memFree=15511984/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=282724 CPUtime=0.4 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 1989 0 0 0 40 0 0 0 18 0 4 0 519038902 289509376 1876 33554432000 4194304 4627427 140735544670032 18446744073709551615 4299630 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 70681 1876 384 106 0 65652 0
[pid=12647/tid=12648] ppid=12645 vsize=282724 CPUtime=0.1 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 439 0 0 0 10 0 0 0 18 0 4 0 519038903 289509376 1876 33554432000 4194304 4627427 140735544670032 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=282724 CPUtime=0.09 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 439 0 0 0 9 0 0 0 25 0 4 0 519038903 289509376 1876 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=282724 CPUtime=0.1 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 275 0 0 0 10 0 0 0 18 0 4 0 519038903 289509376 1876 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282724

[startup+0.20052 s]
/proc/loadavg: 7.48 7.95 7.97 5/180 12647
/proc/meminfo: memFree=15511984/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=284488 CPUtime=0.78 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 2733 0 0 0 78 0 0 0 18 0 4 0 519038902 291315712 1882 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 71122 1882 385 106 0 66093 0
[pid=12647/tid=12648] ppid=12645 vsize=284488 CPUtime=0.19 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 634 0 0 0 19 0 0 0 18 0 4 0 519038903 291315712 1882 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=284488 CPUtime=0.19 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 619 0 0 0 19 0 0 0 25 0 4 0 519038903 291315712 1882 33554432000 4194304 4627427 140735544670032 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=284488 CPUtime=0.19 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 461 0 0 0 19 0 0 0 18 0 4 0 519038903 291315712 1882 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284488

[startup+0.300501 s]
/proc/loadavg: 7.48 7.95 7.97 5/180 12647
/proc/meminfo: memFree=15511984/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=284488 CPUtime=1.18 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 3130 0 0 0 118 0 0 0 18 0 4 0 519038902 291315712 2279 33554432000 4194304 4627427 140735544670032 18446744073709551615 4327579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 71122 2279 385 106 0 66093 0
[pid=12647/tid=12648] ppid=12645 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 731 0 0 0 29 0 0 0 18 0 4 0 519038903 291315712 2279 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 720 0 0 0 29 0 0 0 25 0 4 0 519038903 291315712 2279 33554432000 4194304 4627427 140735544670032 18446744073709551615 4539501 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=284488 CPUtime=0.29 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 571 0 0 0 29 0 0 0 18 0 4 0 519038903 291315712 2279 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284488

[startup+0.700427 s]
/proc/loadavg: 7.48 7.95 7.97 5/180 12647
/proc/meminfo: memFree=15511984/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=285776 CPUtime=2.78 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 4925 0 0 0 277 1 0 0 18 0 4 0 519038902 292634624 2964 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 71444 2964 385 106 0 66415 0
[pid=12647/tid=12648] ppid=12645 vsize=285776 CPUtime=0.69 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 1166 0 0 0 69 0 0 0 18 0 4 0 519038903 292634624 2964 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=285776 CPUtime=0.69 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 1156 0 0 0 69 0 0 0 25 0 4 0 519038903 292634624 2964 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=285776 CPUtime=0.69 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 1043 0 0 0 69 0 0 0 18 0 4 0 519038903 292634624 2964 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285776

[startup+1.50028 s]
/proc/loadavg: 7.48 7.95 7.97 9/184 12651
/proc/meminfo: memFree=15495212/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=287716 CPUtime=5.98 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 8517 0 0 0 596 2 0 0 19 0 4 0 519038902 294621184 3488 33554432000 4194304 4627427 140735544670032 18446744073709551615 4332206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 71929 3488 386 106 0 66900 0
[pid=12647/tid=12648] ppid=12645 vsize=287716 CPUtime=1.49 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 2018 0 0 0 149 0 0 0 20 0 4 0 519038903 294621184 3488 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=287716 CPUtime=1.48 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 2053 0 0 0 148 0 0 0 25 0 4 0 519038903 294621184 3488 33554432000 4194304 4627427 140735544670032 18446744073709551615 4329663 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=287716 CPUtime=1.49 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 1953 0 0 0 149 0 0 0 19 0 4 0 519038903 294621184 3488 33554432000 4194304 4627427 140735544670032 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 287716

[startup+3.10098 s]
/proc/loadavg: 7.48 7.95 7.97 9/184 12651
/proc/meminfo: memFree=15474496/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=293428 CPUtime=12.36 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 20714 0 0 0 1232 4 0 0 25 0 4 0 519038902 300470272 10962 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 73357 10962 389 106 0 68328 0
[pid=12647/tid=12648] ppid=12645 vsize=293428 CPUtime=3.09 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 4466 0 0 0 308 1 0 0 25 0 4 0 519038903 300470272 10962 33554432000 4194304 4627427 140735544670032 18446744073709551615 4330984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=293428 CPUtime=3.07 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 5664 0 0 0 307 0 0 0 25 0 4 0 519038903 300470272 10962 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=293428 CPUtime=3.09 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 4921 0 0 0 308 1 0 0 25 0 4 0 519038903 300470272 10962 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308291 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) 293428

[startup+6.30038 s]
/proc/loadavg: 7.52 7.95 7.97 9/184 12651
/proc/meminfo: memFree=15439780/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=303868 CPUtime=25.14 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 31821 0 0 0 2507 7 0 0 25 0 4 0 519038902 311160832 14355 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 75967 14355 389 106 0 70938 0
[pid=12647/tid=12648] ppid=12645 vsize=303868 CPUtime=6.29 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 8492 0 0 0 627 2 0 0 25 0 4 0 519038903 311160832 14355 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=303868 CPUtime=6.26 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 7944 0 0 0 625 1 0 0 25 0 4 0 519038903 311160832 14355 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=303868 CPUtime=6.29 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 7165 0 0 0 627 2 0 0 25 0 4 0 519038903 311160832 14355 33554432000 4194304 4627427 140735544670032 18446744073709551615 4310154 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 303868

[startup+12.7002 s]
/proc/loadavg: 7.56 7.95 7.97 9/184 12651
/proc/meminfo: memFree=15384580/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=302400 CPUtime=50.71 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 52809 0 0 0 5060 11 0 0 25 0 4 0 519038902 309657600 22714 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 75600 22714 389 106 0 70571 0
[pid=12647/tid=12648] ppid=12645 vsize=302400 CPUtime=12.68 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 13613 0 0 0 1266 2 0 0 25 0 4 0 519038903 309657600 22714 33554432000 4194304 4627427 140735544670032 18446744073709551615 4327609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=302400 CPUtime=12.63 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 13104 0 0 0 1261 2 0 0 25 0 4 0 519038903 309657600 22714 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=302400 CPUtime=12.68 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 12507 0 0 0 1266 2 0 0 25 0 4 0 519038903 309657600 22714 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 302400

[startup+25.5008 s]
/proc/loadavg: 7.66 7.95 7.97 9/184 12652
/proc/meminfo: memFree=15336716/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=315372 CPUtime=101.84 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 81439 0 0 0 10166 18 0 0 25 0 4 0 519038902 322940928 32839 33554432000 4194304 4627427 140735544670032 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 78843 32839 389 106 0 73814 0
[pid=12647/tid=12648] ppid=12645 vsize=315372 CPUtime=25.48 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 21486 0 0 0 2544 4 0 0 25 0 4 0 519038903 322940928 32839 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=315372 CPUtime=25.35 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 19177 0 0 0 2532 3 0 0 25 0 4 0 519038903 322940928 32839 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=315372 CPUtime=25.49 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 18650 0 0 0 2545 4 0 0 25 0 4 0 519038903 322940928 32839 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309568 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) 315372

[startup+51.101 s]
/proc/loadavg: 7.85 7.97 7.98 9/184 12653
/proc/meminfo: memFree=15259248/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=336756 CPUtime=204.11 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 117252 0 0 0 20385 26 0 0 25 0 4 0 519038902 344838144 42931 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 84189 42931 389 106 0 79160 0
[pid=12647/tid=12648] ppid=12645 vsize=336756 CPUtime=51.08 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 27388 0 0 0 5102 6 0 0 25 0 4 0 519038903 344838144 42931 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=336756 CPUtime=50.82 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 31186 0 0 0 5077 5 0 0 25 0 4 0 519038903 344838144 42931 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=336756 CPUtime=51.09 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 26553 0 0 0 5103 6 0 0 25 0 4 0 519038903 344838144 42931 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308414 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) 336756

[startup+102.3 s]
/proc/loadavg: 7.93 7.97 7.98 9/184 12654
/proc/meminfo: memFree=15182464/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=399812 CPUtime=408.65 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 154437 0 0 0 40829 36 0 0 25 0 4 0 519038902 409407488 53800 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 99953 53800 389 106 0 94924 0
[pid=12647/tid=12648] ppid=12645 vsize=399812 CPUtime=102.28 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 35776 0 0 0 10220 8 0 0 25 0 4 0 519038903 409407488 53800 33554432000 4194304 4627427 140735544670032 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=399812 CPUtime=101.75 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 41450 0 0 0 10166 9 0 0 25 0 4 0 519038903 409407488 53800 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=399812 CPUtime=102.29 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 35642 0 0 0 10220 9 0 0 25 0 4 0 519038903 409407488 53800 33554432000 4194304 4627427 140735544670032 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 399812

[startup+162.3 s]

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

[pid=12647] ppid=12645 vsize=587188 CPUtime=2565.71 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 474769 0 0 0 256411 160 0 0 25 0 4 0 519038902 601280512 107090 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 146797 107090 389 106 0 141768 0
[pid=12647/tid=12648] ppid=12645 vsize=587188 CPUtime=642.23 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 99481 0 0 0 64186 37 0 0 25 0 4 0 519038903 601280512 107090 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=587188 CPUtime=638.84 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 119673 0 0 0 63848 36 0 0 25 0 4 0 519038903 601280512 107090 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=587188 CPUtime=642.3 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 119564 0 0 0 64190 40 0 0 25 0 4 0 519038903 601280512 107090 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 587188

[startup+702.3 s]
/proc/loadavg: 8.32 8.15 8.04 9/184 12682
/proc/meminfo: memFree=14632664/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=653388 CPUtime=2804.58 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 508427 0 0 0 280283 175 0 0 25 0 4 0 519038902 669069312 114801 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 163347 114801 389 106 0 158318 0
[pid=12647/tid=12648] ppid=12645 vsize=653388 CPUtime=701.44 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 106893 0 0 0 70104 40 0 0 25 0 4 0 519038903 669069312 114801 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=653388 CPUtime=698.49 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 129921 0 0 0 69808 41 0 0 25 0 4 0 519038903 669069312 114801 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=653388 CPUtime=702.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 129216 0 0 0 70187 44 0 0 25 0 4 0 519038903 669069312 114801 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2804.58
Current children cumulated vsize (KiB) 653388

[startup+762.301 s]
/proc/loadavg: 8.21 8.15 8.04 9/184 12683
/proc/meminfo: memFree=14652368/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=705568 CPUtime=3044.27 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 539505 0 0 0 304239 188 0 0 25 0 4 0 519038902 722501632 116474 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 176392 116474 389 106 0 171363 0
[pid=12647/tid=12648] ppid=12645 vsize=705568 CPUtime=761.45 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 114161 0 0 0 76101 44 0 0 25 0 4 0 519038903 722501632 116474 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309082 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=705568 CPUtime=758.17 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 136462 0 0 0 75774 43 0 0 25 0 4 0 519038903 722501632 116474 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=705568 CPUtime=762.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 136201 0 0 0 76184 47 0 0 25 0 4 0 519038903 722501632 116474 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.27
Current children cumulated vsize (KiB) 705568

[startup+822.301 s]
/proc/loadavg: 8.16 8.15 8.05 9/184 12685
/proc/meminfo: memFree=14623824/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=653484 CPUtime=3283.93 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 569853 0 0 0 328195 198 0 0 25 0 4 0 519038902 669167616 117260 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 163371 117260 389 106 0 158342 0
[pid=12647/tid=12648] ppid=12645 vsize=653484 CPUtime=821.44 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 121975 0 0 0 82097 47 0 0 25 0 4 0 519038903 669167616 117260 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=653484 CPUtime=817.84 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 144631 0 0 0 81738 46 0 0 25 0 4 0 519038903 669167616 117260 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=653484 CPUtime=822.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 143365 0 0 0 82181 50 0 0 25 0 4 0 519038903 669167616 117260 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.93
Current children cumulated vsize (KiB) 653484

[startup+882.307 s]
/proc/loadavg: 8.13 8.15 8.05 9/184 12687
/proc/meminfo: memFree=14580648/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=687420 CPUtime=3523.62 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 601082 0 0 0 352152 210 0 0 25 0 4 0 519038902 703918080 125440 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 171855 125440 389 106 0 166826 0
[pid=12647/tid=12648] ppid=12645 vsize=687420 CPUtime=881.44 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 129981 0 0 0 88095 49 0 0 25 0 4 0 519038903 703918080 125440 33554432000 4194304 4627427 140735544670032 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=687420 CPUtime=877.52 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 152969 0 0 0 87703 49 0 0 25 0 4 0 519038903 703918080 125440 33554432000 4194304 4627427 140735544670032 18446744073709551615 4330131 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=687420 CPUtime=882.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 150375 0 0 0 88179 52 0 0 25 0 4 0 519038903 703918080 125440 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.62
Current children cumulated vsize (KiB) 687420

[startup+942.301 s]
/proc/loadavg: 8.12 8.15 8.06 9/184 12688
/proc/meminfo: memFree=14545904/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=682884 CPUtime=3763.28 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 630352 0 0 0 376106 222 0 0 25 0 4 0 519038902 699273216 140972 33554432000 4194304 4627427 140735544670032 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 170721 140972 389 106 0 165692 0
[pid=12647/tid=12648] ppid=12645 vsize=682884 CPUtime=941.43 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 132998 0 0 0 94093 50 0 0 25 0 4 0 519038903 699273216 140972 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=682884 CPUtime=937.19 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 162889 0 0 0 93666 53 0 0 25 0 4 0 519038903 699273216 140972 33554432000 4194304 4627427 140735544670032 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=682884 CPUtime=942.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 159887 0 0 0 94176 55 0 0 25 0 4 0 519038903 699273216 140972 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.28
Current children cumulated vsize (KiB) 682884

[startup+1002.3 s]
/proc/loadavg: 8.11 8.14 8.06 9/184 12690
/proc/meminfo: memFree=14558624/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=683064 CPUtime=4002.95 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 658843 0 0 0 400062 233 0 0 25 0 4 0 519038902 699457536 136815 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 170766 136815 389 106 0 165737 0
[pid=12647/tid=12648] ppid=12645 vsize=683064 CPUtime=1001.42 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 140742 0 0 0 100089 53 0 0 25 0 4 0 519038903 699457536 136815 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=683064 CPUtime=996.86 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 168648 0 0 0 99631 55 0 0 25 0 4 0 519038903 699457536 136815 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=683064 CPUtime=1002.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 167641 0 0 0 100174 57 0 0 25 0 4 0 519038903 699457536 136815 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.95
Current children cumulated vsize (KiB) 683064

[startup+1062.3 s]
/proc/loadavg: 8.18 8.16 8.07 9/184 12691
/proc/meminfo: memFree=14502692/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=684788 CPUtime=4242.63 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 683671 0 0 0 424021 242 0 0 25 0 4 0 519038902 701222912 139081 33554432000 4194304 4627427 140735544670032 18446744073709551615 4299712 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 171197 139082 389 106 0 166168 0
[pid=12647/tid=12648] ppid=12645 vsize=684788 CPUtime=1061.42 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 148194 0 0 0 106087 55 0 0 25 0 4 0 519038903 701222912 139082 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=684788 CPUtime=1056.55 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 176189 0 0 0 105597 58 0 0 25 0 4 0 519038903 701222912 139082 33554432000 4194304 4627427 140735544670032 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=684788 CPUtime=1062.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 173162 0 0 0 106172 59 0 0 25 0 4 0 519038903 701222912 139082 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.63
Current children cumulated vsize (KiB) 684788

[startup+1122.3 s]
/proc/loadavg: 8.14 8.14 8.07 9/184 12693
/proc/meminfo: memFree=14408568/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=896356 CPUtime=4482.3 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 709729 0 0 0 447978 252 0 0 25 0 4 0 519038902 917868544 151744 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 224089 151744 389 106 0 219060 0
[pid=12647/tid=12648] ppid=12645 vsize=896356 CPUtime=1121.42 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 158136 0 0 0 112083 59 0 0 25 0 4 0 519038903 917868544 151744 33554432000 4194304 4627427 140735544670032 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=896356 CPUtime=1116.21 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 182144 0 0 0 111561 60 0 0 25 0 4 0 519038903 917868544 151744 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=896356 CPUtime=1122.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 179871 0 0 0 112169 62 0 0 25 0 4 0 519038903 917868544 151744 33554432000 4194304 4627427 140735544670032 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 896356

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.07 9/184 12695
/proc/meminfo: memFree=14422072/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=879912 CPUtime=4721.97 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 737452 0 0 0 471935 262 0 0 25 0 4 0 519038902 901029888 155275 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 219978 155275 389 106 0 214949 0
[pid=12647/tid=12648] ppid=12645 vsize=879912 CPUtime=1181.42 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 162097 0 0 0 118081 61 0 0 25 0 4 0 519038903 901029888 155275 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=879912 CPUtime=1175.89 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 192530 0 0 0 117525 64 0 0 25 0 4 0 519038903 901029888 155275 33554432000 4194304 4627427 140735544670032 18446744073709551615 4321467 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=879912 CPUtime=1182.31 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 185039 0 0 0 118167 64 0 0 25 0 4 0 519038903 901029888 155275 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.97
Current children cumulated vsize (KiB) 879912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.76 8.06 8.05 5/175 12713
/proc/meminfo: memFree=14920552/32951124 swapFree=67111528/67111528
[pid=12647] ppid=12645 vsize=839572 CPUtime=4800.29 cores=0,2,4,6
/proc/12647/stat : 12647 (strangenight2-m) R 12645 12647 12239 0 -1 4202496 746620 0 0 0 479762 267 0 0 25 0 4 0 519038902 859721728 162934 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12647/statm: 209893 162934 389 106 0 204864 0
[pid=12647/tid=12648] ppid=12645 vsize=839572 CPUtime=1201.02 cores=0,2,4,6
/proc/12647/task/12648/stat : 12648 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 165004 0 0 0 120040 62 0 0 25 0 4 0 519038903 859721728 162935 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12647/tid=12649] ppid=12645 vsize=839572 CPUtime=1195.39 cores=0,2,4,6
/proc/12647/task/12649/stat : 12649 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 194367 0 0 0 119474 65 0 0 25 0 4 0 519038903 859721728 162935 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12647/tid=12650] ppid=12645 vsize=839572 CPUtime=1201.92 cores=0,2,4,6
/proc/12647/task/12650/stat : 12650 (strangenight2-m) R 12645 12647 12239 0 -1 4202560 187891 0 0 0 120126 66 0 0 25 0 4 0 519038903 859721728 162935 33554432000 4194304 4627427 140735544670032 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 839572

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.94
CPU time (s): 4800.36
CPU user time (s): 4797.65
CPU system time (s): 2.70759
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 910060

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

runsolver used 1.90271 second user time and 4.63929 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 12:53:05
IDJOB=3173961
IDBENCH=82779
IDSOLVER=1586
FILE ID=node105/3173961-1304074385
RUNJOBID= node105-1304071971-12406
PBS_JOBID= 13170488
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S1378008329-078.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173961-1304074385/watcher-3173961-1304074385 -o /tmp/evaluation-result-3173961-1304074385/solver-3173961-1304074385 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173961-1304074385.cnf

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

MD5SUM BENCH= d50cd6e15bea1958cfdf9785772f4ad7
RANDOM SEED=911114093

node105.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.825
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.825
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      15512016 kB
Buffers:       2302008 kB
Cached:       14447204 kB
SwapCached:          0 kB
Active:        9023132 kB
Inactive:      7844376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15512016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11732 kB
Writeback:           0 kB
AnonPages:      117904 kB
Mapped:          15504 kB
Slab:           508344 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   331740 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= 71932 MiB
End job on node105 at 2011-04-29 13:13:09