Trace number 3174278

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-mtUNSAT 3899.91 976.355

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.32988
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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-3174278-1304116872.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     142 undec:      45 neg:     163
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       341      1471         0         0      4459         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.38/0.13	c  N st     8      4918       341      1471         0      4813      4459     88349   no data   no data
1.18/0.35	c  N st    10     11300       341      1471         0      4439      4459     58169   no data   no data
1.98/0.58	c  N st    11     17043       341      1471         0     10021      4459    155111   no data   no data
3.58/0.94	c  F st    12     25001       341      1471         0     12245      4459    194832   no data   no data
3.58/0.95	c  N st    12     25001       341      1471         0     12245      4459    194832   no data   no data
4.39/1.17	c Decided on static restart strategy
4.39/1.17	c  N st    18     30000       341      1471         0     10558      4459    152426   no data   no data
4.39/1.17	c  S st    18     30000       341      1471         0     10558      4459    152426   no data   no data
4.77/1.20	c  S st    18     30504       341      1471         0     11057      4459    161742   no data   no data
4.77/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.20	c blocked clauses removed:        5 vars:      1 tried:         341 T: 0.00 s
4.77/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
4.77/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.27	c lits-rem:       143  cl-subs:     1046  v-elim:      0  v-fix:    0  time:  0.06 s
4.77/1.27	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.01
4.77/1.27	c calculated reachability. Time: 0.00
4.77/1.27	c  N st    18     30504       340      1466         0      9993      4444    143680   no data   no data
6.37/1.65	c  N st    20     37619       340      1466         0      9356      4444    122018   no data   no data
7.97/2.01	c  N st    21     44018       340      1466         0     15528      4444    239980   no data   no data
8.38/2.12	c  S st    22     45756       340      1466         0     17221      4444    272102   no data   no data
8.38/2.17	c  S st    22     46257       340      1466         0      9057      4444    103296   no data   no data
8.38/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.38/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
8.38/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.18	c lits-rem:        25  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.01 s
8.38/2.18	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
8.38/2.18	c vivif2 --  cl tried     8971 cl shrink        0 lits rem          0 time: 0.00
8.38/2.19	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.00
8.38/2.19	c calculated reachability. Time: 0.00
8.38/2.19	c  N st    22     46257       340      1466         0      8971      4444    101786   no data   no data
11.96/3.06	c  N st    23     60654       340      1466         0     13241      4444    172385   no data   no data
14.36/3.68	c  N st    24     69385       340      1466         0     11034      4444    125455   no data   no data
14.36/3.68	c  S st    24     69385       340      1466         0     11034      4444    125455   no data   no data
14.76/3.71	c  S st    24     69888       340      1466         0     11534      4444    135111   no data   no data
14.76/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.76/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
14.76/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.74	c lits-rem:        35  cl-subs:      267  v-elim:      0  v-fix:    0  time:  0.01 s
14.76/3.74	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
14.76/3.74	c vivif2 --  cl tried    11267 cl shrink        0 lits rem          0 time: 0.00
14.76/3.74	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.00
14.76/3.74	c calculated reachability. Time: 0.00
14.76/3.74	c  N st    24     69888       340      1466         0     11267      4444    130421   no data   no data
19.55/4.96	c  F st    25     87500       340      1466         0     16704      4444    229044   no data   no data
19.95/5.01	c  N st    25     87500       340      1466         0     16704      4444    229044   no data   no data
21.15/5.35	c Decided on static restart strategy
22.35/5.61	c  N st    32     95539       340      1466         0     24514      4444    374213   no data   no data
24.75/6.26	c  N st    34    104834       340      1466         0     20893      4444    277319   no data   no data
24.75/6.26	c  S st    34    104834       340      1466         0     20893      4444    277319   no data   no data
25.15/6.32	c  S st    34    105335       340      1466         0     21393      4444    286142   no data   no data
25.15/6.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.15/6.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.15/6.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.15/6.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.15/6.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.15/6.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
25.15/6.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.15/6.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.15/6.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.15/6.50	c lits-rem:       244  cl-subs:     1759  v-elim:      0  v-fix:    0  time:  0.16 s
25.15/6.50	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
25.15/6.51	c vivif2 --  cl tried    19634 cl shrink        0 lits rem          0 time: 0.00
25.15/6.52	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.01
25.15/6.52	c calculated reachability. Time: 0.00
25.15/6.52	c  N st    34    105335       340      1466         0     19634      4444    257314   no data   no data
29.14/7.36	c  N st    35    114935       340      1466         0     15390      4444    167379   no data   no data
33.94/8.54	c  N st    36    129333       340      1466         0     14857      4444    149562   no data   no data
40.73/10.28	c  N st    37    150929       340      1466         0     20220      4444    228483   no data   no data
43.12/10.82	c  S st    38    158002       340      1466         0     27066      4444    345290   no data   no data
43.12/10.89	c  S st    38    158505       340      1466         0     27569      4444    354309   no data   no data
43.12/10.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.52/10.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.52/10.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.52/10.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.52/10.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.52/10.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
43.52/10.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.52/10.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.52/10.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.32/11.13	c lits-rem:       263  cl-subs:     2308  v-elim:      0  v-fix:    0  time:  0.22 s
44.32/11.13	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
44.32/11.14	c vivif2 --  cl tried    25261 cl shrink        0 lits rem          0 time: 0.00
44.32/11.15	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.01
44.32/11.15	c calculated reachability. Time: 0.00
44.32/11.15	c  N st    38    158505       340      1466         0     25261      4444    322307   no data   no data
63.11/15.87	c  N st    39    207095       340      1466         0     20086      4444    210304   no data   no data
74.69/18.72	c  N st    40    237757       340      1466         0     30389      4444    387238   no data   no data
74.69/18.72	c  S st    40    237757       340      1466         0     30389      4444    387238   no data   no data
75.09/18.80	c  S st    40    238260       340      1466         0     30891      4444    396838   no data   no data
75.09/18.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.09/18.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.09/18.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.09/18.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.09/18.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.09/18.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
75.09/18.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.09/18.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.09/18.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.30/19.15	c lits-rem:       225  cl-subs:     2298  v-elim:      0  v-fix:    0  time:  0.32 s
76.30/19.15	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
76.30/19.16	c vivif2 --  cl tried    28593 cl shrink        0 lits rem          0 time: 0.00
76.30/19.17	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.01
76.30/19.17	c calculated reachability. Time: 0.00
76.30/19.17	c  N st    40    238260       340      1466         0     28593      4444    361510   no data   no data
104.63/26.27	c  F st    41    306251       340      1466         0     30368      4444    336299   no data   no data
104.63/26.27	c  N st    41    306251       340      1466         0     30368      4444    336299   no data   no data
107.05/26.88	c Decided on static restart strategy
117.40/29.46	c  N st    51    334558       340      1466         0     34735      4444    435100   no data   no data
128.58/32.29	c  N st    53    357390       340      1466         0     32675      4444    390682   no data   no data
128.58/32.29	c  S st    53    357390       340      1466         0     32675      4444    390682   no data   no data
128.99/32.37	c  S st    53    357898       340      1466         0     33180      4444    400655   no data   no data
128.99/32.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
128.99/32.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
128.99/32.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.99/32.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.99/32.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.99/32.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
128.99/32.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
128.99/32.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
128.99/32.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.18/32.64	c lits-rem:       236  cl-subs:     1458  v-elim:      0  v-fix:    0  time:  0.24 s
130.18/32.64	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
130.18/32.64	c vivif2 --  cl tried    31722 cl shrink        0 lits rem          0 time: 0.00
130.18/32.66	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.02
130.18/32.66	c calculated reachability. Time: 0.00
130.18/32.66	c  N st    53    357898       340      1466         0     31722      4444    372927   no data   no data
145.36/36.45	c  N st    54    390291       340      1466         0     37813      4444    454744   no data   no data
170.09/42.67	c  N st    55    438880       340      1466         0     31603      4444    319952   no data   no data
207.65/52.04	c  N st    56    511762       340      1466         0     44827      4444    523125   no data   no data
220.83/55.39	c  N st    57    536847       340      1466         0     39223      4444    432766   no data   no data
220.83/55.39	c  S st    57    536847       340      1466         0     39223      4444    432766   no data   no data
221.25/55.50	c  S st    57    537349       340      1466         0     39720      4444    442012   no data   no data
221.25/55.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
221.65/55.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
221.65/55.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
221.65/55.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
221.65/55.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
221.65/55.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
221.65/55.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
221.65/55.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
221.65/55.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.82/55.89	c lits-rem:       260  cl-subs:     2314  v-elim:      0  v-fix:    0  time:  0.36 s
222.82/55.89	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
223.22/55.90	c vivif2 --  cl tried    37406 cl shrink        0 lits rem          0 time: 0.01
223.22/55.92	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.02
223.22/55.92	c calculated reachability. Time: 0.00
223.22/55.92	c  N st    57    537349       340      1466         0     37406      4444    405383   no data   no data
316.71/79.30	c  N st    58    701334       340      1466         0     66674      4444    923659   no data   no data
385.81/96.68	c  N st    59    806023       340      1466         0     59939      4444    699593   no data   no data
385.81/96.68	c  S st    59    806023       340      1466         0     59939      4444    699593   no data   no data
386.61/96.86	c  S st    59    806527       340      1466         0     60441      4444    709282   no data   no data
386.61/96.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
386.61/96.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
386.61/96.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
386.61/96.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.61/96.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.61/96.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
386.61/96.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
386.61/96.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
387.01/96.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.41/98.59	c lits-rem:       318  cl-subs:     7792  v-elim:      0  v-fix:    0  time:  1.67 s
393.41/98.59	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
393.41/98.59	c vivif2 --  cl tried    52649 cl shrink        0 lits rem          0 time: 0.01
393.81/98.63	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.03
393.81/98.63	c calculated reachability. Time: 0.00
393.81/98.63	c  N st    59    806527       340      1466         0     52649      4444    598827   no data   no data
581.57/145.61	c  F st    60   1071875       340      1466         0     68792      4444    824822   no data   no data
581.57/145.61	c  N st    60   1071875       340      1466         0     68792      4444    824822   no data   no data
586.38/146.82	c Decided on static restart strategy
604.33/151.37	c  N st    70   1100183       340      1466         0     52770      4444    538468   no data   no data
633.10/158.52	c  N st    72   1136176       340      1466         0     87264      4444   1148630   no data   no data
656.28/164.39	c  N st    73   1168569       340      1466         0     74217      4444    905363   no data   no data
688.22/172.36	c  N st    74   1209790       340      1466         0     68588      4444    801910   no data   no data
688.22/172.36	c  S st    74   1209790       340      1466         0     68588      4444    801910   no data   no data
689.02/172.58	c  S st    74   1210290       340      1466         0     69087      4444    811686   no data   no data
689.02/172.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
689.42/172.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
689.42/172.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
689.42/172.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
689.42/172.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
689.42/172.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
689.42/172.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
689.42/172.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
689.42/172.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
697.41/174.63	c lits-rem:       414  cl-subs:     7127  v-elim:      0  v-fix:    0  time:  1.98 s
697.41/174.63	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
697.41/174.64	c vivif2 --  cl tried    61960 cl shrink        0 lits rem          0 time: 0.01
697.41/174.69	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.05
697.41/174.69	c calculated reachability. Time: 0.00
697.41/174.69	c  N st    74   1210290       340      1466         0     61960      4444    700325   no data   no data
760.13/190.38	c  N st    75   1283173       340      1466         0     86065      4444   1095769   no data   no data
853.59/213.77	c  N st    76   1392497       340      1466         0     95994      4444   1245920   no data   no data
1000.59/250.51	c  N st    77   1556484       340      1466         0     51940      4444    437058   no data   no data
1132.00/283.45	c  N st    78   1710290       340      1466         0     92996      4444   1184340   no data   no data
1132.00/283.45	c  S st    78   1710290       340      1466         0     92996      4444   1184340   no data   no data
1133.20/283.79	c  S st    78   1710793       340      1466         0     93496      4444   1193797   no data   no data
1133.20/283.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1133.60/283.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1133.60/283.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1133.60/283.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1133.60/283.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1133.60/283.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1133.60/283.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1133.60/283.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1133.60/283.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1153.19/288.76	c lits-rem:       680  cl-subs:    10406  v-elim:      0  v-fix:    0  time:  4.87 s
1153.19/288.76	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
1153.19/288.78	c vivif2 --  cl tried    83090 cl shrink        0 lits rem          0 time: 0.02
1153.57/288.85	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.07
1153.57/288.85	c calculated reachability. Time: 0.00
1153.57/288.85	c  N st    78   1710793       340      1466         0     83090      4444   1025607   no data   no data
1519.47/380.44	c  N st    79   2079758       340      1466         0     94225      4444   1076034   no data   no data
1652.09/413.65	c  N st    80   2210793       340      1466         0     98551      4444   1165875   no data   no data
1652.09/413.65	c  S st    80   2210793       340      1466         0     98551      4444   1165875   no data   no data
1653.70/414.02	c  S st    80   2211297       340      1466         0     99052      4444   1175985   no data   no data
1653.70/414.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1653.70/414.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1653.70/414.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1653.70/414.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1653.70/414.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1653.70/414.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1653.70/414.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1653.70/414.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1654.11/414.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1674.05/419.12	c lits-rem:       783  cl-subs:    13277  v-elim:      0  v-fix:    0  time:  4.98 s
1674.05/419.12	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
1674.05/419.13	c vivif2 --  cl tried    85775 cl shrink        0 lits rem          0 time: 0.02
1674.45/419.21	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.08
1674.45/419.21	c calculated reachability. Time: 0.00
1674.45/419.22	c  N st    80   2211297       340      1466         0     85775      4444    980246   no data   no data
2210.11/553.33	c  N st    81   2711297       340      1466         1    109460      4444   1279462   no data   no data
2210.11/553.33	c  S st    81   2711297       340      1466         1    109460      4444   1279462   no data   no data
2211.73/553.72	c  S st    81   2711798       340      1466         1    109960      4444   1288900   no data   no data
2211.73/553.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2211.73/553.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2211.73/553.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2211.73/553.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2211.73/553.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2211.73/553.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2211.73/553.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2212.13/553.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2212.51/553.95	c subs with bin:      443  lits-rem:       248  v-fix:    0  time:  0.11 s
2234.87/559.50	c lits-rem:      3228  cl-subs:    14515  v-elim:      0  v-fix:    0  time:  5.54 s
2234.87/559.50	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
2234.87/559.52	c vivif2 --  cl tried    95002 cl shrink        0 lits rem          0 time: 0.02
2235.27/559.61	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.09
2235.27/559.61	c calculated reachability. Time: 0.00
2235.27/559.61	c  N st    81   2711798       340      1466         1     95002      4444   1066875   no data   no data
2803.28/701.80	c  N st    82   3211799       340      1466         1    146005      4444   1841115   no data   no data
2803.28/701.80	c  S st    82   3211799       340      1466         1    146005      4444   1841115   no data   no data
2805.30/702.33	c  S st    82   3212302       340      1466         1    146506      4444   1850620   no data   no data
2805.30/702.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2805.68/702.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
2805.68/702.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2805.68/702.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2805.68/702.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2805.68/702.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2805.68/702.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2805.68/702.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2806.08/702.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2881.98/721.56	c lits-rem:      1336  cl-subs:    32529  v-elim:      0  v-fix:    0  time: 19.06 s
2881.98/721.56	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
2881.98/721.58	c vivif2 --  cl tried   113977 cl shrink        0 lits rem          0 time: 0.02
2882.78/721.70	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.11
2882.78/721.70	c calculated reachability. Time: 0.00
2882.78/721.70	c  N st    82   3212302       340      1466         1    113977      4444   1381455   no data   no data
3504.29/877.36	c  N st    83   3712302       340      1466         1    131497      4444   1569310   no data   no data
3504.29/877.36	c  S st    83   3712302       340      1466         1    131497      4444   1569310   no data   no data
3504.29/877.36	c Finding binary XORs  T:     0.00 s  found:       0
3506.29/877.84	c  S st    83   3712807       340      1466         6    131996      4444   1578740   no data   no data
3506.29/877.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3506.69/877.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3506.69/877.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3506.69/877.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3506.69/877.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3506.69/877.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
3506.69/877.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3506.69/877.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3519.87/881.21	c subs with bin:     6414  lits-rem:     13013  v-fix:    0  time:  3.23 s
3549.83/888.79	c lits-rem:      1799  cl-subs:    17836  v-elim:      0  v-fix:    0  time:  7.58 s
3549.83/888.79	c vivif2 --  cl tried     1466 cl shrink        0 lits rem          0 time: 0.00
3550.23/888.88	c vivif2 --  cl tried   107746 cl shrink     8277 lits rem       9220 time: 0.09
3550.63/888.98	c asymm  cl-useful: 0/1466/1466 lits-rem:0 time: 0.10
3550.63/888.99	c calculated reachability. Time: 0.00
3550.63/888.99	c  N st    83   3712807       340      1466         7    107746      4444   1190257   no data   no data
3602.15/901.85	c  F st    84   3751563       340      1466         7    144790      4444   1824104   no data   no data
3602.15/901.85	c  N st    84   3751563       340      1466         7    144790      4444   1824104   no data   no data
3602.55/901.90	c Finding binary XORs  T:     0.00 s  found:       0
3611.34/904.14	c Decided on static restart strategy
3643.29/912.15	c  N st    94   3779867       338      1450        26     89980      4412    832801   no data   no data
3659.27/916.13	c Finding binary XORs  T:     0.00 s  found:       0
3684.42/922.41	c  N st    96   3815860       338      1434        37    117857      4375   1271658   no data   no data
3724.77/932.55	c  N st    97   3848253       338      1434        39    148754      4375   1748647   no data   no data
3780.72/946.54	c  N st    98   3896841       338      1434        40    118517      4375   1250251   no data   no data
3780.72/946.55	c Finding binary XORs  T:     0.00 s  found:       0
3868.19/968.40	c Finding binary XORs  T:     0.00 s  found:       0
3868.97/968.61	c  N st    99   3969723       336      1392        70     67815      4284    581363   no data   no data
3888.55/973.56	c Finding binary XORs  T:     0.00 s  found:       0
3899.73/976.33	c Finding binary XORs  T:     0.00 s  found:       0
3899.73/976.33	c  E st   100   4001437       318      1287       157     54500      4080    448602   no data   no data
3899.73/976.33	c Following stats are for *FIRST FINISHED THREAD ONLY*
3899.73/976.33	c num threads              : 4          
3899.73/976.33	c restarts                 : 100        
3899.73/976.33	c dynamic restarts         : 0          
3899.73/976.33	c static restarts          : 100        
3899.73/976.33	c full restarts            : 5          
3899.73/976.33	c total simplify time      : 0.56       
3899.73/976.33	c learnts DL2              : 0          
3899.73/976.33	c learnts size 2           : 223        
3899.73/976.33	c learnts size 1           : 158         (45.14     % of vars)
3899.73/976.33	c filedLit time            : 0.35        (0.04      % time)
3899.73/976.33	c v-elim SatELite          : 10          (2.86      % vars)
3899.73/976.33	c SatELite time            : 46.94       (4.81      % time)
3899.73/976.33	c v-elim xor               : 0           (0.00      % vars)
3899.73/976.33	c xor elim time            : 0.04        (0.00      % time)
3899.73/976.33	c num binary xor trees     : 0          
3899.73/976.33	c binxor trees' crown      : 0           (nan       leafs/tree)
3899.73/976.33	c bin xor find time        : 0.00       
3899.73/976.33	c OTF clause improved      : 172272      (0.04      clauses/conflict)
3899.73/976.33	c OTF impr. size diff      : 183731      (1.07       lits/clause)
3899.73/976.33	c OTF cl watch-shrink      : 1185615     (0.30      clauses/conflict)
3899.73/976.33	c OTF cl watch-sh-lit      : 1583104     (1.34       lits/clause)
3899.73/976.33	c tried to recurMin cls    : 398164      (9.95       % of conflicts)
3899.73/976.33	c updated cache            : 8896        (0.02       lits/tried recurMin)
3899.73/976.33	c unit cls recevied        : 3           (1.90      % of units)
3899.73/976.33	c unit cls sent            : 5           (3.16      % of units)
3899.73/976.33	c bin cls recevied         : 35         
3899.73/976.33	c bin cls sent             : 95         
3899.73/976.33	c clauses over max glue    : 0           (0.00      % of all clauses)
3899.73/976.33	c conflicts                : 4001437     (4101.80   / sec)
3899.73/976.33	c decisions                : 4602421     (0.28      % random)
3899.73/976.33	c bogo-props               : 124490613544 (127612958.60 / sec)
3899.73/976.33	c conflict literals        : 69608903    (30.94     % deleted)
3899.73/976.33	c Memory used              : 487.73      MB
3899.73/976.33	c single-thread CPU time   : 975.53      s
3899.73/976.33	c all-threads sum CPU time : 3897.84     s
3899.73/976.33	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3174278-1304116872/watcher-3174278-1304116872 -o /tmp/evaluation-result-3174278-1304116872/solver-3174278-1304116872 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174278-1304116872.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.54 5.92 7.04 2/170 14915
/proc/meminfo: memFree=31277044/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=183256 CPUtime=0 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 549 0 0 0 0 0 0 0 24 0 4 0 523285850 187654144 465 33554432000 4194304 4627427 140735296702272 18446744073709551615 242970211013 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 45814 481 336 106 0 40785 0
[pid=14915/tid=14916] ppid=14913 vsize=273540 CPUtime=0 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 27 0 0 0 0 0 0 0 25 0 4 0 523285851 280104960 539 33554432000 4194304 4627427 140735296702272 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=273540 CPUtime=0 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 4 0 523285851 280104960 546 33554432000 4194304 4627427 140735296702272 18446744073709551615 242970246923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=273540 CPUtime=0 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) D 14913 14915 14885 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 4 0 523285851 280104960 552 33554432000 4194304 4627427 140735296702272 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0521189 s]
/proc/loadavg: 3.54 5.92 7.04 2/170 14915
/proc/meminfo: memFree=31277044/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=281864 CPUtime=0.18 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 1220 0 0 0 18 0 0 0 18 0 4 0 523285850 288628736 1135 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308280 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 70466 1135 384 106 0 65437 0
[pid=14915/tid=14916] ppid=14913 vsize=281864 CPUtime=0.04 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 198 0 0 0 4 0 0 0 25 0 4 0 523285851 288628736 1136 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=281864 CPUtime=0.04 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 204 0 0 0 4 0 0 0 18 0 4 0 523285851 288628736 1136 33554432000 4194304 4627427 140735296702272 18446744073709551615 4321703 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=281864 CPUtime=0.04 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 174 0 0 0 4 0 0 0 18 0 4 0 523285851 288628736 1136 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 281864

[startup+0.10111 s]
/proc/loadavg: 3.54 5.92 7.04 2/170 14915
/proc/meminfo: memFree=31277044/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=282012 CPUtime=0.38 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 1492 0 0 0 38 0 0 0 18 0 4 0 523285850 288780288 1407 33554432000 4194304 4627427 140735296702272 18446744073709551615 4299605 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 70503 1412 384 106 0 65474 0
[pid=14915/tid=14916] ppid=14913 vsize=282012 CPUtime=0.09 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 265 0 0 0 9 0 0 0 25 0 4 0 523285851 288780288 1412 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=282012 CPUtime=0.09 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 277 0 0 0 9 0 0 0 18 0 4 0 523285851 288780288 1412 33554432000 4194304 4627427 140735296702272 18446744073709551615 242970247271 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=282012 CPUtime=0.09 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 237 0 0 0 9 0 0 0 18 0 4 0 523285851 288780288 1412 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282012

[startup+0.301076 s]
/proc/loadavg: 3.54 5.92 7.04 2/170 14915
/proc/meminfo: memFree=31277044/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=283080 CPUtime=1.18 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 2397 0 0 0 118 0 0 0 18 0 4 0 523285850 289873920 1871 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 70770 1871 385 106 0 65741 0
[pid=14915/tid=14916] ppid=14913 vsize=283080 CPUtime=0.29 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 492 0 0 0 29 0 0 0 25 0 4 0 523285851 289873920 1871 33554432000 4194304 4627427 140735296702272 18446744073709551615 4327355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=283080 CPUtime=0.29 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 497 0 0 0 29 0 0 0 18 0 4 0 523285851 289873920 1871 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=283080 CPUtime=0.29 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 472 0 0 0 29 0 0 0 18 0 4 0 523285851 289873920 1872 33554432000 4194304 4627427 140735296702272 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283080

[startup+0.701008 s]
/proc/loadavg: 3.54 5.92 7.04 2/170 14915
/proc/meminfo: memFree=31277044/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=284512 CPUtime=2.78 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 4163 0 0 0 278 0 0 0 18 0 4 0 523285850 291340288 2095 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 71128 2095 385 106 0 66099 0
[pid=14915/tid=14916] ppid=14913 vsize=284512 CPUtime=0.69 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 948 0 0 0 69 0 0 0 25 0 4 0 523285851 291340288 2095 33554432000 4194304 4627427 140735296702272 18446744073709551615 4333508 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=284512 CPUtime=0.69 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 947 0 0 0 69 0 0 0 18 0 4 0 523285851 291340288 2095 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=284512 CPUtime=0.69 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 906 0 0 0 69 0 0 0 18 0 4 0 523285851 291340288 2095 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284512

[startup+1.50087 s]
/proc/loadavg: 3.54 5.92 7.04 10/182 14930
/proc/meminfo: memFree=31244640/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=285244 CPUtime=5.97 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 7727 0 0 0 596 1 0 0 19 0 4 0 523285850 292089856 3528 33554432000 4194304 4627427 140735296702272 18446744073709551615 4329693 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 71311 3528 389 106 0 66282 0
[pid=14915/tid=14916] ppid=14913 vsize=285244 CPUtime=1.48 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 1606 0 0 0 148 0 0 0 25 0 4 0 523285851 292089856 3528 33554432000 4194304 4627427 140735296702272 18446744073709551615 4330220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=285244 CPUtime=1.49 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 1584 0 0 0 149 0 0 0 20 0 4 0 523285851 292089856 3528 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=285244 CPUtime=1.49 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 1575 0 0 0 149 0 0 0 20 0 4 0 523285851 292089856 3528 33554432000 4194304 4627427 140735296702272 18446744073709551615 4327901 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285244

[startup+3.10059 s]
/proc/loadavg: 3.54 5.92 7.04 9/182 14931
/proc/meminfo: memFree=31216336/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=291528 CPUtime=12.36 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 15302 0 0 0 1234 2 0 0 25 0 4 0 523285850 298524672 7601 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 72882 7601 389 106 0 67853 0
[pid=14915/tid=14916] ppid=14913 vsize=291528 CPUtime=3.08 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 3395 0 0 0 307 1 0 0 25 0 4 0 523285851 298524672 7601 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=291528 CPUtime=3.08 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 4023 0 0 0 308 0 0 0 25 0 4 0 523285851 298524672 7601 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=291528 CPUtime=3.09 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 3739 0 0 0 309 0 0 0 25 0 4 0 523285851 298524672 7601 33554432000 4194304 4627427 140735296702272 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291528

[startup+6.30104 s]
/proc/loadavg: 4.14 6.00 7.06 10/182 14931
/proc/meminfo: memFree=31177672/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=292248 CPUtime=25.15 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 23672 0 0 0 2510 5 0 0 25 0 4 0 523285850 299261952 10245 33554432000 4194304 4627427 140735296702272 18446744073709551615 4299634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 73062 10245 389 106 0 68033 0
[pid=14915/tid=14916] ppid=14913 vsize=292248 CPUtime=6.26 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 6062 0 0 0 625 1 0 0 25 0 4 0 523285851 299261952 10245 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=292248 CPUtime=6.28 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 6577 0 0 0 627 1 0 0 25 0 4 0 523285851 299261952 10245 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=292248 CPUtime=6.29 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 5156 0 0 0 629 0 0 0 25 0 4 0 523285851 299261952 10245 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 292248

[startup+12.7009 s]
/proc/loadavg: 4.45 6.03 7.06 9/182 14931
/proc/meminfo: memFree=31137064/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=299044 CPUtime=50.71 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 37591 0 0 0 5063 8 0 0 25 0 4 0 523285850 306221056 14716 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310363 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 74761 14716 389 106 0 69732 0
[pid=14915/tid=14916] ppid=14913 vsize=299044 CPUtime=12.63 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 9477 0 0 0 1261 2 0 0 25 0 4 0 523285851 306221056 14716 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=299044 CPUtime=12.68 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 9136 0 0 0 1266 2 0 0 25 0 4 0 523285851 306221056 14716 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=299044 CPUtime=12.69 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 8901 0 0 0 1268 1 0 0 25 0 4 0 523285851 306221056 14716 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 299044

[startup+25.5007 s]
/proc/loadavg: 4.99 6.10 7.07 9/182 14931
/proc/meminfo: memFree=31086144/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=301916 CPUtime=101.85 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 57944 0 0 0 10171 14 0 0 25 0 4 0 523285850 309161984 19688 33554432000 4194304 4627427 140735296702272 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 75479 19688 389 106 0 70450 0
[pid=14915/tid=14916] ppid=14913 vsize=301916 CPUtime=25.37 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 15094 0 0 0 2534 3 0 0 25 0 4 0 523285851 309161984 19688 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=301916 CPUtime=25.48 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 14740 0 0 0 2544 4 0 0 25 0 4 0 523285851 309161984 19688 33554432000 4194304 4627427 140735296702272 18446744073709551615 4330102 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=301916 CPUtime=25.49 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 13228 0 0 0 2547 2 0 0 25 0 4 0 523285851 309161984 19688 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 301916

[startup+51.1063 s]
/proc/loadavg: 6.23 6.29 7.11 9/182 14932
/proc/meminfo: memFree=31057356/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=293488 CPUtime=204.08 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 86417 0 0 0 20377 31 0 0 25 0 4 0 523285850 300531712 24795 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 73372 24795 389 106 0 68343 0
[pid=14915/tid=14916] ppid=14913 vsize=293488 CPUtime=50.84 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 23135 0 0 0 5079 5 0 0 25 0 4 0 523285851 300531712 24795 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=293488 CPUtime=51.05 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 22426 0 0 0 5092 13 0 0 25 0 4 0 523285851 300531712 24795 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=293488 CPUtime=51.06 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 19830 0 0 0 5100 6 0 0 25 0 4 0 523285851 300531712 24795 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 293488

[startup+102.301 s]
/proc/loadavg: 7.30 6.57 7.15 9/182 14933
/proc/meminfo: memFree=31010068/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=305172 CPUtime=408.58 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 130761 0 0 0 40814 44 0 0 25 0 4 0 523285850 312496128 31864 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 76293 31864 389 106 0 71264 0
[pid=14915/tid=14916] ppid=14913 vsize=305172 CPUtime=101.78 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 32385 0 0 0 10170 8 0 0 25 0 4 0 523285851 312496128 31864 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=305172 CPUtime=102.24 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 33529 0 0 0 10208 16 0 0 25 0 4 0 523285851 312496128 31864 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=305172 CPUtime=102.26 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 31435 0 0 0 10216 10 0 0 25 0 4 0 523285851 312496128 31864 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 305172

[startup+162.301 s]

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

/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 101178 0 0 0 82189 38 0 0 25 0 4 0 523285851 498786304 75581 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 487096

[startup+882.301 s]
/proc/loadavg: 8.01 7.95 7.66 9/182 14954
/proc/meminfo: memFree=30628672/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=487392 CPUtime=3524.26 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 490587 0 0 0 352236 190 0 0 25 0 4 0 523285850 499089408 77718 33554432000 4194304 4627427 140735296702272 18446744073709551615 4420161 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 121848 77718 389 106 0 116819 0
[pid=14915/tid=14916] ppid=14913 vsize=487392 CPUtime=877.65 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 114275 0 0 0 87722 43 0 0 25 0 4 0 523285851 499089408 77718 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=487392 CPUtime=882.27 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 132894 0 0 0 88173 54 0 0 25 0 4 0 523285851 499089408 77718 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=487392 CPUtime=882.28 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 106345 0 0 0 88186 42 0 0 25 0 4 0 523285851 499089408 77718 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 487392

[startup+942.301 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30607032/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=486876 CPUtime=3763.92 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 509863 0 0 0 376192 200 0 0 25 0 4 0 523285850 498561024 80611 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 121719 80611 389 106 0 116690 0
[pid=14915/tid=14916] ppid=14913 vsize=486876 CPUtime=937.31 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 117584 0 0 0 93687 44 0 0 25 0 4 0 523285851 498561024 80611 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=486876 CPUtime=942.26 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 138818 0 0 0 94169 57 0 0 25 0 4 0 523285851 498561024 80611 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=486876 CPUtime=942.28 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 111386 0 0 0 94184 44 0 0 25 0 4 0 523285851 498561024 80612 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 486876

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

[startup+947.607 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30595616/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=486876 CPUtime=3785.11 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 511028 0 0 0 378310 201 0 0 25 0 4 0 523285850 498561024 81776 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310120 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 121719 81776 389 106 0 116690 0
[pid=14915/tid=14916] ppid=14913 vsize=486876 CPUtime=942.58 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 117860 0 0 0 94214 44 0 0 25 0 4 0 523285851 498561024 81776 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=486876 CPUtime=947.57 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 139111 0 0 0 94700 57 0 0 25 0 4 0 523285851 498561024 81776 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309297 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=486876 CPUtime=947.58 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 111682 0 0 0 94714 44 0 0 25 0 4 0 523285851 498561024 81776 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3785.11
Current children cumulated vsize (KiB) 486876

[startup+960.401 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30599064/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3836.22 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 514989 0 0 0 383420 202 0 0 25 0 4 0 523285850 511422464 85677 33554432000 4194304 4627427 140735296702272 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 85677 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=955.32 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 119117 0 0 0 95487 45 0 0 25 0 4 0 523285851 511422464 85677 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=960.36 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 140775 0 0 0 95978 58 0 0 25 0 4 0 523285851 511422464 85677 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=960.37 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 95993 44 0 0 25 0 4 0 523285851 511422464 85677 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3836.22
Current children cumulated vsize (KiB) 499436

[startup+966.801 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30577856/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3861.79 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 517046 0 0 0 385976 203 0 0 25 0 4 0 523285850 511422464 87734 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 87734 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=961.68 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 119531 0 0 0 96123 45 0 0 25 0 4 0 523285851 511422464 87734 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=966.76 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141155 0 0 0 96618 58 0 0 25 0 4 0 523285851 511422464 87734 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=966.77 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 96633 44 0 0 25 0 4 0 523285851 511422464 87734 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3861.79
Current children cumulated vsize (KiB) 499436

[startup+973.201 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30566064/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3887.35 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518108 0 0 0 388531 204 0 0 25 0 4 0 523285850 511422464 88796 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 88796 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=968.05 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 119888 0 0 0 96760 45 0 0 25 0 4 0 523285851 511422464 88796 33554432000 4194304 4627427 140735296702272 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=973.17 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141478 0 0 0 97258 59 0 0 25 0 4 0 523285851 511422464 88796 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=973.17 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97273 44 0 0 25 0 4 0 523285851 511422464 88796 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3887.35
Current children cumulated vsize (KiB) 499436

[startup+974.8 s]
/proc/loadavg: 8.00 7.96 7.68 9/182 14956
/proc/meminfo: memFree=30563832/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3893.74 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518360 0 0 0 389170 204 0 0 25 0 4 0 523285850 511422464 89048 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 89048 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=969.65 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 119973 0 0 0 96919 46 0 0 25 0 4 0 523285851 511422464 89048 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=974.76 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141551 0 0 0 97417 59 0 0 25 0 4 0 523285851 511422464 89048 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=974.77 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97433 44 0 0 25 0 4 0 523285851 511422464 89048 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3893.74
Current children cumulated vsize (KiB) 499436

[startup+975.601 s]
/proc/loadavg: 8.00 7.96 7.69 9/182 14956
/proc/meminfo: memFree=30571520/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3896.94 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518478 0 0 0 389490 204 0 0 25 0 4 0 523285850 511422464 89166 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 89166 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=970.44 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 120009 0 0 0 96998 46 0 0 25 0 4 0 523285851 511422464 89166 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=975.57 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141590 0 0 0 97498 59 0 0 25 0 4 0 523285851 511422464 89166 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=975.57 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97513 44 0 0 25 0 4 0 523285851 511422464 89166 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3896.94
Current children cumulated vsize (KiB) 499436

[startup+976.001 s]
/proc/loadavg: 8.00 7.96 7.69 9/182 14956
/proc/meminfo: memFree=30571520/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3898.54 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518534 0 0 0 389650 204 0 0 25 0 4 0 523285850 511422464 89222 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 89222 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=970.84 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 120029 0 0 0 97038 46 0 0 25 0 4 0 523285851 511422464 89222 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=975.97 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141610 0 0 0 97538 59 0 0 25 0 4 0 523285851 511422464 89222 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=975.97 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97553 44 0 0 25 0 4 0 523285851 511422464 89222 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3898.54
Current children cumulated vsize (KiB) 499436

[startup+976.207 s]
/proc/loadavg: 8.00 7.96 7.69 9/182 14956
/proc/meminfo: memFree=30569908/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3899.35 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518563 0 0 0 389731 204 0 0 25 0 4 0 523285850 511422464 89251 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 89251 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=971.04 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 120037 0 0 0 97058 46 0 0 25 0 4 0 523285851 511422464 89251 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=976.17 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141621 0 0 0 97558 59 0 0 25 0 4 0 523285851 511422464 89251 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=976.18 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97574 44 0 0 25 0 4 0 523285851 511422464 89251 33554432000 4194304 4627427 140735296702272 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3899.35
Current children cumulated vsize (KiB) 499436

[startup+976.301 s]
/proc/loadavg: 8.00 7.96 7.69 9/182 14956
/proc/meminfo: memFree=30569908/32951132 swapFree=67111364/67111528
[pid=14915] ppid=14913 vsize=499436 CPUtime=3899.73 cores=1,3,5,7
/proc/14915/stat : 14915 (strangenight2-m) R 14913 14915 14885 0 -1 4202496 518574 0 0 0 389769 204 0 0 25 0 4 0 523285850 511422464 89262 33554432000 4194304 4627427 140735296702272 18446744073709551615 4324264 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14915/statm: 124859 89262 389 106 0 119830 0
[pid=14915/tid=14916] ppid=14913 vsize=499436 CPUtime=971.14 cores=1,3,5,7
/proc/14915/task/14916/stat : 14916 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 120042 0 0 0 97068 46 0 0 25 0 4 0 523285851 511422464 89262 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14915/tid=14917] ppid=14913 vsize=499436 CPUtime=976.27 cores=1,3,5,7
/proc/14915/task/14917/stat : 14917 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 141626 0 0 0 97568 59 0 0 25 0 4 0 523285851 511422464 89262 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14915/tid=14918] ppid=14913 vsize=499436 CPUtime=976.27 cores=1,3,5,7
/proc/14915/task/14918/stat : 14918 (strangenight2-m) R 14913 14915 14885 0 -1 4202560 112050 0 0 0 97583 44 0 0 25 0 4 0 523285851 511422464 89262 33554432000 4194304 4627427 140735296702272 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3899.73
Current children cumulated vsize (KiB) 499436

Child status: 20
Real time (s): 976.355
CPU time (s): 3899.91
CPU user time (s): 3897.84
CPU system time (s): 2.06369
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 535412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3897.84
system time used= 2.06369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518581
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= 213
involuntary context switches= 17812

runsolver used 1.51077 second user time and 3.58345 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 00:41:12
IDJOB=3174278
IDBENCH=83096
IDSOLVER=1586
FILE ID=node128/3174278-1304116872
RUNJOBID= node128-1304116872-14904
PBS_JOBID= 13170717
Free space on /tmp= 66976 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174278-1304116872/watcher-3174278-1304116872 -o /tmp/evaluation-result-3174278-1304116872/solver-3174278-1304116872 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174278-1304116872.cnf

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=1958090053

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31277324 kB
Buffers:        416276 kB
Cached:         777200 kB
SwapCached:          0 kB
Active:         131072 kB
Inactive:      1126472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31277324 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5552 kB
Writeback:           8 kB
AnonPages:       65256 kB
Mapped:          14496 kB
Slab:           352008 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-30 00:57:28