Trace number 3174150

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-mtSAT 4335.03 1085.19

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S2083898043-071.SATISFIABLE.cnf
MD5SUM07e93672799a66cb8290b6b816b1a83d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3174150-1304105220.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:     217 undec:      43 neg:     190
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       440      1909         0         0      5787         0   no data   no data
0.00/0.80	c Decided on static restart strategy
0.00/0.80	c  N st     8      4916       440      1909         0      4834      5787    104751   no data   no data
0.00/0.80	c  N st    10     11302       440      1909         0      4463      5787     69535   no data   no data
0.00/0.80	c  N st    11     17045       440      1909         0     10078      5787    197425   no data   no data
4.37/1.10	c  F st    12     25000       440      1909         0     12386      5787    241106   no data   no data
4.37/1.10	c  N st    12     25000       440      1909         0     12386      5787    241106   no data   no data
4.77/1.28	c Decided on static restart strategy
4.77/1.28	c  N st    18     30000       440      1909         0     10648      5787    184740   no data   no data
4.77/1.28	c  S st    18     30000       440      1909         0     10648      5787    184740   no data   no data
5.17/1.31	c  S st    18     30503       440      1909         0     11151      5787    194368   no data   no data
5.17/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.32	c blocked clauses removed:        6 vars:      1 tried:         440 T: 0.00 s
5.17/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
5.17/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.32	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.38	c lits-rem:       141  cl-subs:      625  v-elim:      0  v-fix:    0  time:  0.05 s
5.17/1.39	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.01
5.17/1.39	c calculated reachability. Time: 0.00
5.17/1.39	c  N st    18     30503       438      1902         0     10502      5772    179810   no data   no data
6.77/1.79	c  N st    20     37616       438      1902         0      9762      5772    146838   no data   no data
8.36/2.17	c  N st    21     44015       438      1902         0     16006      5772    280698   no data   no data
8.76/2.28	c  S st    22     45754       438      1902         0      8980      5772    115260   no data   no data
9.16/2.31	c  S st    22     46258       438      1902         0      9483      5772    125448   no data   no data
9.16/2.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.16/2.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.16/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
9.16/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.16/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.33	c lits-rem:        22  cl-subs:       84  v-elim:      0  v-fix:    0  time:  0.01 s
9.16/2.33	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
9.16/2.33	c vivif2 --  cl tried     9399 cl shrink        0 lits rem          0 time: 0.00
9.16/2.33	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.00
9.16/2.33	c calculated reachability. Time: 0.00
9.16/2.33	c  N st    22     46258       438      1902         0      9399      5772    123597   no data   no data
12.36/3.19	c  N st    23     60656       438      1902         0     13701      5772    214469   no data   no data
14.76/3.77	c  N st    24     69387       438      1902         0     11533      5772    154722   no data   no data
14.76/3.77	c  S st    24     69387       438      1902         0     11533      5772    154722   no data   no data
15.15/3.80	c  S st    24     69889       438      1902         0     12034      5772    165813   no data   no data
15.15/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.15/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
15.15/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.15/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.15/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.83	c lits-rem:        46  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.02 s
15.15/3.83	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
15.15/3.83	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.00
15.15/3.84	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.01
15.15/3.84	c calculated reachability. Time: 0.00
15.15/3.84	c  N st    24     69889       438      1902         0     11880      5772    162103   no data   no data
19.95/5.02	c  F st    25     87500       438      1902         0     17327      5772    281651   no data   no data
19.95/5.02	c  N st    25     87500       438      1902         0     17327      5772    281651   no data   no data
21.14/5.39	c Decided on static restart strategy
22.34/5.63	c  N st    32     95542       438      1902         0     25211      5772    454959   no data   no data
24.76/6.29	c  N st    34    104834       438      1902         0     21567      5772    354321   no data   no data
24.76/6.29	c  S st    34    104834       438      1902         0     21567      5772    354321   no data   no data
25.17/6.34	c  S st    34    105340       438      1902         0     22071      5772    365757   no data   no data
25.17/6.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.17/6.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.17/6.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.17/6.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.17/6.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.17/6.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
25.17/6.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.17/6.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.17/6.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.53	c lits-rem:       103  cl-subs:     1060  v-elim:      0  v-fix:    0  time:  0.16 s
25.94/6.53	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
25.94/6.53	c vivif2 --  cl tried    21011 cl shrink        0 lits rem          0 time: 0.00
25.94/6.54	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.01
25.94/6.54	c calculated reachability. Time: 0.00
25.94/6.54	c  N st    34    105340       438      1902         0     21011      5772    341688   no data   no data
29.56/7.47	c  N st    35    114939       438      1902         0     16705      5772    221149   no data   no data
34.73/8.70	c  N st    36    129337       438      1902         0     16124      5772    198123   no data   no data
41.93/10.56	c  N st    37    150932       438      1902         0     21580      5772    303709   no data   no data
44.72/11.24	c  S st    38    158010       438      1902         0     28430      5772    446228   no data   no data
45.12/11.31	c  S st    38    158513       438      1902         0     28933      5772    457646   no data   no data
45.12/11.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.12/11.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
45.12/11.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.12/11.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.12/11.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.12/11.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
45.12/11.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.12/11.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.12/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.73/11.71	c lits-rem:       538  cl-subs:     2000  v-elim:      0  v-fix:    0  time:  0.37 s
46.73/11.71	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
46.73/11.71	c vivif2 --  cl tried    26933 cl shrink        0 lits rem          0 time: 0.00
46.73/11.73	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.01
46.73/11.73	c calculated reachability. Time: 0.00
46.73/11.73	c  N st    38    158513       438      1902         0     26933      5772    417121   no data   no data
65.89/16.56	c  N st    39    207101       438      1902         0     21682      5772    267128   no data   no data
79.08/19.82	c  N st    40    237771       438      1902         0     31929      5772    470470   no data   no data
79.08/19.82	c  S st    40    237771       438      1902         0     31929      5772    470470   no data   no data
79.48/19.90	c  S st    40    238275       438      1902         0     32432      5772    481030   no data   no data
79.48/19.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.48/19.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.48/19.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.48/19.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.48/19.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.48/19.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
79.48/19.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.48/19.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.48/19.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.89/20.53	c lits-rem:       141  cl-subs:     2815  v-elim:      0  v-fix:    0  time:  0.60 s
81.89/20.53	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
81.89/20.54	c vivif2 --  cl tried    29617 cl shrink        0 lits rem          0 time: 0.01
81.89/20.55	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.02
81.89/20.56	c calculated reachability. Time: 0.00
81.89/20.56	c  N st    40    238275       438      1902         0     29617      5772    427938   no data   no data
111.04/27.89	c  F st    41    306251       438      1902         0     31862      5772    446733   no data   no data
111.04/27.89	c  N st    41    306251       438      1902         0     31862      5772    446733   no data   no data
113.83/28.55	c Decided on static restart strategy
125.42/31.49	c  N st    51    334554       438      1902         0     36027      5772    521567   no data   no data
137.41/34.40	c  N st    53    357413       438      1902         0     33936      5772    467044   no data   no data
137.41/34.40	c  S st    53    357413       438      1902         0     33936      5772    467044   no data   no data
137.41/34.48	c  S st    53    357916       438      1902         0     34436      5772    477960   no data   no data
137.41/34.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.41/34.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.41/34.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.41/34.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.41/34.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.41/34.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
137.41/34.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.81/34.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.81/34.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.02/34.85	c lits-rem:       139  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  0.34 s
139.02/34.85	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
139.02/34.86	c vivif2 --  cl tried    32968 cl shrink        0 lits rem          0 time: 0.01
139.02/34.88	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.02
139.02/34.88	c calculated reachability. Time: 0.00
139.02/34.88	c  N st    53    357916       438      1902         0     32968      5772    444482   no data   no data
156.18/39.11	c  N st    54    390309       438      1902         0     39227      5772    555096   no data   no data
183.37/45.97	c  N st    55    438897       438      1902         0     32864      5772    391704   no data   no data
224.09/56.16	c  N st    56    511779       438      1902         0     46416      5772    676552   no data   no data
238.48/59.77	c  N st    57    536874       438      1902         0     40655      5772    519482   no data   no data
238.48/59.77	c  S st    57    536874       438      1902         0     40655      5772    519482   no data   no data
238.88/59.89	c  S st    57    537380       438      1902         0     41160      5772    530075   no data   no data
238.88/59.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.28/59.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.28/59.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.28/59.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.28/59.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.28/59.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
239.28/59.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.28/59.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.28/59.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.88/60.30	c lits-rem:       209  cl-subs:     1703  v-elim:      0  v-fix:    0  time:  0.37 s
240.88/60.30	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
240.88/60.31	c vivif2 --  cl tried    39457 cl shrink        0 lits rem          0 time: 0.01
240.88/60.33	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.03
240.88/60.33	c calculated reachability. Time: 0.00
240.88/60.33	c  N st    57    537380       438      1902         0     39457      5772    498408   no data   no data
347.95/87.14	c  N st    58    701366       438      1902         0     68204      5772    987132   no data   no data
417.46/104.56	c  N st    59    806070       438      1902         0     62386      5772    895215   no data   no data
417.46/104.56	c  S st    59    806070       438      1902         0     62386      5772    895215   no data   no data
418.26/104.75	c  S st    59    806573       438      1902         0     62888      5772    906620   no data   no data
418.26/104.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.26/104.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
418.26/104.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.26/104.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.26/104.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.26/104.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
418.26/104.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.66/104.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.66/104.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.44/106.59	c lits-rem:       590  cl-subs:     4457  v-elim:      0  v-fix:    0  time:  1.76 s
425.44/106.59	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
425.84/106.60	c vivif2 --  cl tried    58431 cl shrink        0 lits rem          0 time: 0.01
425.84/106.65	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.05
425.84/106.65	c calculated reachability. Time: 0.00
425.84/106.65	c  N st    59    806573       438      1902         0     58431      5772    823994   no data   no data
632.78/158.41	c  F st    60   1071875       438      1902         0     74118      5772   1022631   no data   no data
632.78/158.41	c  N st    60   1071875       438      1902         0     74118      5772   1022631   no data   no data
637.18/159.58	c Decided on static restart strategy
657.15/164.51	c  N st    70   1100179       438      1902         0     58215      5772    729437   no data   no data
689.90/172.76	c  N st    72   1136172       438      1902         0     48545      5772    494151   no data   no data
720.26/180.31	c  N st    73   1168564       438      1902         0     79896      5772   1179051   no data   no data
758.21/189.86	c  N st    74   1209859       438      1902         0     74404      5772   1051165   no data   no data
758.21/189.86	c  S st    74   1209859       438      1902         0     74404      5772   1051165   no data   no data
759.41/190.17	c  S st    74   1210362       438      1902         0     74907      5772   1062160   no data   no data
759.41/190.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
759.81/190.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
759.81/190.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
759.81/190.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.81/190.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.81/190.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
759.81/190.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
759.81/190.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
759.81/190.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.40/193.69	c lits-rem:       395  cl-subs:     5055  v-elim:      0  v-fix:    0  time:  3.42 s
773.40/193.69	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
773.80/193.71	c vivif2 --  cl tried    69852 cl shrink        0 lits rem          0 time: 0.01
773.80/193.77	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.06
773.80/193.77	c calculated reachability. Time: 0.00
773.80/193.77	c  N st    74   1210362       438      1902         0     69852      5772    957506   no data   no data
840.51/210.42	c  N st    75   1283244       438      1902         0     93874      5772   1473523   no data   no data
942.77/236.09	c  N st    76   1392567       438      1902         0     54360      5772    550645   no data   no data
1096.57/274.57	c  N st    77   1556552       438      1902         0     59406      5772    624696   no data   no data
1241.18/310.75	c  N st    78   1710362       438      1902         0    100935      5772   1516328   no data   no data
1241.18/310.75	c  S st    78   1710362       438      1902         0    100935      5772   1516328   no data   no data
1242.40/311.09	c  S st    78   1710865       438      1902         0    101437      5772   1527325   no data   no data
1242.40/311.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1242.78/311.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1242.78/311.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1242.78/311.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1242.78/311.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1242.78/311.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1242.78/311.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1242.78/311.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1243.18/311.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1273.53/318.90	c lits-rem:       520  cl-subs:     9123  v-elim:      0  v-fix:    0  time:  7.68 s
1273.53/318.90	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
1273.93/318.92	c vivif2 --  cl tried    92314 cl shrink        0 lits rem          0 time: 0.02
1274.33/319.01	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.09
1274.33/319.01	c calculated reachability. Time: 0.00
1274.33/319.01	c  N st    78   1710865       438      1902         0     92314      5772   1345393   no data   no data
1653.85/414.06	c  N st    79   2079829       438      1902         0    104252      5772   1590044   no data   no data
1804.05/451.68	c  N st    80   2210865       438      1902         0    108091      5772   1554999   no data   no data
1804.05/451.68	c  S st    80   2210865       438      1902         0    108091      5772   1554999   no data   no data
1805.65/452.07	c  S st    80   2211366       438      1902         0    108591      5772   1565886   no data   no data
1805.65/452.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1806.05/452.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1806.05/452.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1806.05/452.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1806.05/452.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1806.05/452.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
1806.05/452.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1806.05/452.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1806.45/452.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1840.02/460.61	c lits-rem:       622  cl-subs:     9031  v-elim:      0  v-fix:    0  time:  8.41 s
1840.02/460.61	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
1840.02/460.64	c vivif2 --  cl tried    99560 cl shrink        0 lits rem          0 time: 0.02
1840.40/460.74	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.11
1840.40/460.75	c calculated reachability. Time: 0.00
1840.40/460.75	c  N st    80   2211366       438      1902         0     99560      5772   1389583   no data   no data
2444.01/611.82	c  N st    81   2711366       438      1902         0    122637      5772   1792477   no data   no data
2444.01/611.82	c  S st    81   2711366       438      1902         0    122637      5772   1792477   no data   no data
2445.61/612.24	c  S st    81   2711869       438      1902         0    123138      5772   1803579   no data   no data
2445.61/612.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2446.02/612.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2446.02/612.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2446.02/612.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2446.02/612.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2446.02/612.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
2446.02/612.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2446.02/612.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2446.02/612.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2503.93/626.83	c lits-rem:       510  cl-subs:    12919  v-elim:      0  v-fix:    0  time: 14.44 s
2503.93/626.83	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
2503.93/626.86	c vivif2 --  cl tried   110219 cl shrink        0 lits rem          0 time: 0.02
2504.33/626.97	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.11
2504.33/626.98	c calculated reachability. Time: 0.00
2504.33/626.98	c  N st    81   2711869       438      1902         0    110219      5772   1549682   no data   no data
3191.42/798.96	c  N st    82   3211869       438      1902         0     86993      5772    916704   no data   no data
3191.42/798.96	c  S st    82   3211869       438      1902         0     86993      5772    916704   no data   no data
3192.62/799.30	c  S st    82   3212370       438      1902         0     87491      5772    928521   no data   no data
3193.04/799.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3193.04/799.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
3193.04/799.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3193.04/799.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3193.04/799.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3193.04/799.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
3193.04/799.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3193.04/799.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3193.44/799.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3197.02/800.35	c lits-rem:       256  cl-subs:     1612  v-elim:      0  v-fix:    0  time:  0.93 s
3197.02/800.35	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
3197.02/800.37	c vivif2 --  cl tried    85879 cl shrink        0 lits rem          0 time: 0.02
3197.44/800.48	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.11
3197.44/800.48	c calculated reachability. Time: 0.00
3197.44/800.48	c  N st    82   3212370       438      1902         0     85879      5772    896726   no data   no data
3939.25/986.20	c  N st    83   3712371       438      1902         0     95596      5772   1002469   no data   no data
3939.25/986.20	c  S st    83   3712371       438      1902         0     95596      5772   1002469   no data   no data
3940.84/986.50	c  S st    83   3712875       438      1902         0     96099      5772   1013403   no data   no data
3940.84/986.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3940.84/986.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3940.84/986.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3940.84/986.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3940.84/986.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3940.84/986.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    438 time:  0.00 s
3940.84/986.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3940.84/986.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3941.24/986.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3946.03/987.81	c lits-rem:       215  cl-subs:     3766  v-elim:      0  v-fix:    0  time:  1.20 s
3946.03/987.81	c vivif2 --  cl tried     1902 cl shrink        0 lits rem          0 time: 0.00
3946.03/987.83	c vivif2 --  cl tried    92333 cl shrink        0 lits rem          0 time: 0.02
3946.43/987.92	c asymm  cl-useful: 0/1902/1902 lits-rem:0 time: 0.09
3946.43/987.92	c calculated reachability. Time: 0.00
3946.43/987.92	c  N st    83   3712875       438      1902         0     92333      5772    948712   no data   no data
4005.15/1002.63	c  F st    84   3751564       438      1902         0    129533      5772   1716732   no data   no data
4005.15/1002.63	c  N st    84   3751564       438      1902         0    129533      5772   1716732   no data   no data
4017.13/1005.67	c Decided on static restart strategy
4061.48/1016.74	c  N st    94   3779869       438      1902         0    157107      5772   2325859   no data   no data
4120.21/1031.49	c  N st    96   3815862       438      1902         0    110272      5772   1348061   no data   no data
4175.33/1045.25	c  N st    97   3848257       438      1902         0    141695      5772   2069075   no data   no data
4249.62/1063.82	c  N st    98   3896847       438      1902         0    105777      5772   1244372   no data   no data
4334.72/1085.16	c  E st    99   3954749         0      1902         0    161909      5772   2537357   no data   no data
4334.72/1085.16	c Verified 1902 clauses.
4334.72/1085.16	c Solution needs extension. Extending.
4334.72/1085.17	c Verified 1902 clauses.
4334.72/1085.17	c Following stats are for *FIRST FINISHED THREAD ONLY*
4334.72/1085.17	c num threads              : 4          
4334.72/1085.17	c restarts                 : 99         
4334.72/1085.17	c dynamic restarts         : 0          
4334.72/1085.17	c static restarts          : 99         
4334.72/1085.17	c full restarts            : 5          
4334.72/1085.17	c total simplify time      : 0.00       
4334.72/1085.17	c learnts DL2              : 0          
4334.72/1085.17	c learnts size 2           : 0          
4334.72/1085.17	c learnts size 1           : 0           (0.00      % of vars)
4334.72/1085.17	c filedLit time            : 0.37        (0.03      % time)
4334.72/1085.17	c v-elim SatELite          : 12          (2.67      % vars)
4334.72/1085.17	c SatELite time            : 39.64       (3.65      % time)
4334.72/1085.17	c v-elim xor               : 0           (0.00      % vars)
4334.72/1085.17	c xor elim time            : 0.05        (0.00      % time)
4334.72/1085.17	c num binary xor trees     : 0          
4334.72/1085.17	c binxor trees' crown      : 0           (nan       leafs/tree)
4334.72/1085.17	c bin xor find time        : 0.00       
4334.72/1085.17	c OTF clause improved      : 124063      (0.03      clauses/conflict)
4334.72/1085.17	c OTF impr. size diff      : 136093      (1.10       lits/clause)
4334.72/1085.17	c OTF cl watch-shrink      : 1234998     (0.31      clauses/conflict)
4334.72/1085.17	c OTF cl watch-sh-lit      : 1664023     (1.35       lits/clause)
4334.72/1085.17	c tried to recurMin cls    : 394221      (9.97       % of conflicts)
4334.72/1085.17	c updated cache            : 10456       (0.03       lits/tried recurMin)
4334.72/1085.17	c unit cls recevied        : 0           (nan       % of units)
4334.72/1085.17	c unit cls sent            : 0           (nan       % of units)
4334.72/1085.17	c bin cls recevied         : 0          
4334.72/1085.17	c bin cls sent             : 0          
4334.72/1085.17	c clauses over max glue    : 0           (0.00      % of all clauses)
4334.72/1085.17	c conflicts                : 3954749     (3646.35   / sec)
4334.72/1085.17	c decisions                : 4604005     (0.31      % random)
4334.72/1085.17	c bogo-props               : 122190878896 (112662128.03 / sec)
4334.72/1085.17	c conflict literals        : 86884367    (26.50     % deleted)
4334.72/1085.17	c Memory used              : 562.38      MB
4334.72/1085.17	c single-thread CPU time   : 1084.58     s
4334.72/1085.17	c all-threads sum CPU time : 4332.57     s
4334.72/1085.17	s SATISFIABLE
4334.72/1085.17	v -1 2 3 -4 5 6 7 -8 -9 10 11 12 -13 -14 -15 16 -17 18 -19 20 21 -22 -23 -24 25 -26 27 28 29 30 31 -32 -33 -34 -35 -36 37 -38 39 -40 41 42 -43 44 -45 46 47 48 -49 50 -51 52 -53 54 55 -56 -57 58 -59 -60 61 -62 63 -64 65 -66 67 -68 -69 70 -71 72 73 -74 -75 76 -77 78 -79 80 -81 82 83 84 -85 86 -87 -88 89 -90 91 -92 -93 -94 -95 96 97 -98 99 -100 101 102 -103 -104 105 106 107 -108 109 -110 -111 -112 113 114 115 -116 -117 118 119 120 -121 -122 123 -124 125 126 -127 -128 129 -130 -131 -132 133 -134 135 136 -137 -138 -139 -140 141 142 143 -144 145 146 -147 -148 -149 -150 151 -152 -153 154 -155 156 157 -158 -159 -160 161 162 -163 -164 -165 166 -167 168 -169 170 171 172 -173 -174 175 -176 -177 -178 179 -180 181 -182 183 184 185 186 -187 -188 -189 -190 191 -192 193 194 -195 196 197 198 -199 -200 -201 -202 -203 204 205 206 -207 -208 209 -210 211 -212 213 214 -215 -216 -217 218 -219 220 221 222 223 224 225 226 227 228 229 -230 231 -232 233 234 -235 -236 -237 -238 239 -240 241 -242 243 -244 245 246 -247 -248 -249 250 251 252 253 -254 255 -256 257 258 259 260 261 262 -263 -264 -265 -266 267 -268 269 270 -271 -272 273 -274 -275 -276 277 278 -279 -280 -281 -282 -283 -284 -285 286 287 -288 -289 290 -291 292 293 -294 295 296 297 -298 -299 300 301 302 -303 304 -305 -306 307 308 -309 -310 311 312 -313 314 -315 -316 317 318 319 -320 321 322 323 324 -325 326 327 -328 -329 -330 -331 -332 -333 334 -335 336 -337 -338 -339 340 341 342 343 -344 -345 346 347 348 -349 350 -351 -352 -353 354 -355 356 357 -358 -359 360 -361 362 -363 364 -365 -366 -367 -368 369 370 -371 -372 -373 -374 375 -376 -377 378 379 380 381 382 383 384 -385 -386 -387 388 389 390 391 -392 393 394 -395 396 -397 -398 399 400 -401 -402 -403 404 405 -406 -407 408 409 410 411 -412 -413 -414 415 416 417 -418 419 420 -421 422 423 424 425 -426 427 428 429 430 431 -432 433 434 -435 436 -437 438 439 -440 441 -442 443 444 445 446 447 -448 -449 450 0

Verifier Data

OK

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-3174150-1304105220/watcher-3174150-1304105220 -o /tmp/evaluation-result-3174150-1304105220/solver-3174150-1304105220 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174150-1304105220.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: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 409 0 0 0 0 0 0 0 21 0 4 0 522119061 52441088 348 33554432000 4194304 4627427 140736832147328 18446744073709551615 47557598734252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 12803 348 299 106 0 7774 0
[pid=27629/tid=27630] ppid=27627 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 522119061 52441088 348 33554432000 4194304 4627427 140736832147328 18446744073709551615 47557598734252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 522119061 52441088 348 33554432000 4194304 4627427 140736832147328 18446744073709551615 47557598734258 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 522119061 52441088 348 33554432000 4194304 4627427 140736832147328 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.80757 s]
/proc/loadavg: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=284900 CPUtime=3.19 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 4790 0 0 0 319 0 0 0 18 0 4 0 522119061 291737600 2393 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 71225 2393 385 106 0 66196 0
[pid=27629/tid=27630] ppid=27627 vsize=284900 CPUtime=0.8 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1105 0 0 0 80 0 0 0 19 0 4 0 522119061 291737600 2393 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=284900 CPUtime=0.79 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1093 0 0 0 79 0 0 0 19 0 4 0 522119061 291737600 2393 33554432000 4194304 4627427 140736832147328 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=284900 CPUtime=0.79 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1019 0 0 0 79 0 0 0 18 0 4 0 522119061 291737600 2393 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 284900

[startup+0.900553 s]
/proc/loadavg: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=284900 CPUtime=3.57 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 4984 0 0 0 357 0 0 0 19 0 4 0 522119061 291737600 2587 33554432000 4194304 4627427 140736832147328 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 71225 2587 385 106 0 66196 0
[pid=27629/tid=27630] ppid=27627 vsize=284900 CPUtime=0.89 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1153 0 0 0 89 0 0 0 19 0 4 0 522119061 291737600 2587 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=284900 CPUtime=0.89 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1143 0 0 0 89 0 0 0 19 0 4 0 522119061 291737600 2587 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=284900 CPUtime=0.89 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1062 0 0 0 89 0 0 0 19 0 4 0 522119061 291737600 2587 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 284900

[startup+1.00054 s]
/proc/loadavg: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=284900 CPUtime=3.97 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 5224 0 0 0 396 1 0 0 19 0 4 0 522119061 291737600 2827 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 71225 2827 385 106 0 66196 0
[pid=27629/tid=27630] ppid=27627 vsize=284900 CPUtime=0.99 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1213 0 0 0 99 0 0 0 19 0 4 0 522119061 291737600 2827 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=284900 CPUtime=0.99 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1205 0 0 0 99 0 0 0 19 0 4 0 522119061 291737600 2827 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=284900 CPUtime=0.99 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1119 0 0 0 99 0 0 0 19 0 4 0 522119061 291737600 2827 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 284900

[startup+1.10052 s]
/proc/loadavg: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=285140 CPUtime=4.37 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 5658 0 0 0 436 1 0 0 19 0 4 0 522119061 291983360 2953 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 71285 2953 386 106 0 66256 0
[pid=27629/tid=27630] ppid=27627 vsize=285140 CPUtime=1.09 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1285 0 0 0 109 0 0 0 19 0 4 0 522119061 291983360 2953 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=285140 CPUtime=1.09 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1282 0 0 0 109 0 0 0 19 0 4 0 522119061 291983360 2953 33554432000 4194304 4627427 140736832147328 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=285140 CPUtime=1.09 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1195 0 0 0 109 0 0 0 19 0 4 0 522119061 291983360 2953 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 285140

[startup+1.50044 s]
/proc/loadavg: 8.13 8.11 7.91 2/172 27629
/proc/meminfo: memFree=30918168/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=285464 CPUtime=5.96 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 8087 0 0 0 595 1 0 0 20 0 4 0 522119061 292315136 4308 33554432000 4194304 4627427 140736832147328 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 71366 4308 389 106 0 66337 0
[pid=27629/tid=27630] ppid=27627 vsize=285464 CPUtime=1.49 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1622 0 0 0 149 0 0 0 20 0 4 0 522119061 292315136 4308 33554432000 4194304 4627427 140736832147328 18446744073709551615 4333080 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=285464 CPUtime=1.48 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1604 0 0 0 148 0 0 0 20 0 4 0 522119061 292315136 4308 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=285464 CPUtime=1.48 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 1504 0 0 0 148 0 0 0 20 0 4 0 522119061 292315136 4308 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285464

[startup+3.10113 s]
/proc/loadavg: 8.12 8.11 7.91 9/184 27646
/proc/meminfo: memFree=30842832/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=293856 CPUtime=12.36 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 17166 0 0 0 1233 3 0 0 25 0 4 0 522119061 300908544 8523 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 73464 8523 389 106 0 68435 0
[pid=27629/tid=27630] ppid=27627 vsize=293856 CPUtime=3.08 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 3790 0 0 0 308 0 0 0 25 0 4 0 522119061 300908544 8523 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=293856 CPUtime=3.07 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 4538 0 0 0 307 0 0 0 25 0 4 0 522119061 300908544 8523 33554432000 4194304 4627427 140736832147328 18446744073709551615 4330982 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=293856 CPUtime=3.08 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 4150 0 0 0 308 0 0 0 25 0 4 0 522119061 300908544 8523 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309056 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) 293856

[startup+6.30652 s]
/proc/loadavg: 8.12 8.11 7.91 9/184 27646
/proc/meminfo: memFree=30818252/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=299032 CPUtime=25.17 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 26526 0 0 0 2512 5 0 0 25 0 4 0 522119061 306208768 11645 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 74758 11645 389 106 0 69729 0
[pid=27629/tid=27630] ppid=27627 vsize=299032 CPUtime=6.29 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 6913 0 0 0 628 1 0 0 25 0 4 0 522119061 306208768 11645 33554432000 4194304 4627427 140736832147328 18446744073709551615 4348174 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=299032 CPUtime=6.27 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 7224 0 0 0 626 1 0 0 25 0 4 0 522119061 306208768 11645 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=299032 CPUtime=6.29 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 5708 0 0 0 628 1 0 0 25 0 4 0 522119061 306208768 11645 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 299032

[startup+12.7003 s]
/proc/loadavg: 8.11 8.10 7.91 9/184 27646
/proc/meminfo: memFree=30769908/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=299792 CPUtime=50.71 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 42448 0 0 0 5063 8 0 0 25 0 4 0 522119061 306987008 16677 33554432000 4194304 4627427 140736832147328 18446744073709551615 4327609 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 74948 16677 389 106 0 69919 0
[pid=27629/tid=27630] ppid=27627 vsize=299792 CPUtime=12.69 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 10799 0 0 0 1267 2 0 0 25 0 4 0 522119061 306987008 16677 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=299792 CPUtime=12.63 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 9951 0 0 0 1262 1 0 0 25 0 4 0 522119061 306987008 16677 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=299792 CPUtime=12.69 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 10062 0 0 0 1267 2 0 0 25 0 4 0 522119061 306987008 16677 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 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) 299792

[startup+25.5009 s]
/proc/loadavg: 8.15 8.11 7.92 9/184 27647
/proc/meminfo: memFree=30727880/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=297572 CPUtime=101.85 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 63676 0 0 0 10172 13 0 0 25 0 4 0 522119061 304713728 23135 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 74393 23135 389 106 0 69364 0
[pid=27629/tid=27630] ppid=27627 vsize=297572 CPUtime=25.49 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 17041 0 0 0 2546 3 0 0 25 0 4 0 522119061 304713728 23135 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=297572 CPUtime=25.37 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 15640 0 0 0 2533 4 0 0 25 0 4 0 522119061 304713728 23135 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=297572 CPUtime=25.49 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 14708 0 0 0 2546 3 0 0 25 0 4 0 522119061 304713728 23135 33554432000 4194304 4627427 140736832147328 18446744073709551615 4321477 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) 297572

[startup+51.1009 s]
/proc/loadavg: 8.10 8.10 7.92 9/184 27647
/proc/meminfo: memFree=30686608/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=313688 CPUtime=204.12 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 97424 0 0 0 20390 22 0 0 25 0 4 0 522119061 321216512 27357 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 78422 27357 389 106 0 73393 0
[pid=27629/tid=27630] ppid=27627 vsize=313688 CPUtime=51.08 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 26612 0 0 0 5103 5 0 0 25 0 4 0 522119061 321216512 27357 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=313688 CPUtime=50.84 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 24036 0 0 0 5078 6 0 0 25 0 4 0 522119061 321216512 27357 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=313688 CPUtime=51.08 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 22724 0 0 0 5103 5 0 0 25 0 4 0 522119061 321216512 27357 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 313688

[startup+102.301 s]
/proc/loadavg: 8.08 8.10 7.92 9/184 27649
/proc/meminfo: memFree=30635608/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=315476 CPUtime=408.66 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 148919 0 0 0 40829 37 0 0 25 0 4 0 522119061 323047424 32983 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 78869 32983 389 106 0 73840 0
[pid=27629/tid=27630] ppid=27627 vsize=315476 CPUtime=102.29 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 39503 0 0 0 10220 9 0 0 25 0 4 0 522119061 323047424 32983 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=315476 CPUtime=101.77 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 36047 0 0 0 10168 9 0 0 25 0 4 0 522119061 323047424 32983 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=315476 CPUtime=102.28 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 36920 0 0 0 10220 8 0 0 25 0 4 0 522119061 323047424 32983 33554432000 4194304 4627427 140736832147328 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 315476

[startup+162.301 s]

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

/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 139509 0 0 0 82182 49 0 0 25 0 4 0 522119061 582078464 85204 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.9
Current children cumulated vsize (KiB) 568436

[startup+882.301 s]
/proc/loadavg: 8.05 8.08 8.00 9/184 27670
/proc/meminfo: memFree=30146800/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=571648 CPUtime=3524.59 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 548269 0 0 0 352253 206 0 0 25 0 4 0 522119061 585367552 88725 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 142912 88725 389 106 0 137883 0
[pid=27629/tid=27630] ppid=27627 vsize=571648 CPUtime=882.31 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 136892 0 0 0 88181 50 0 0 25 0 4 0 522119061 585367552 88725 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=571648 CPUtime=877.6 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 128248 0 0 0 87711 49 0 0 25 0 4 0 522119061 585367552 88725 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=571648 CPUtime=882.31 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 145671 0 0 0 88179 52 0 0 25 0 4 0 522119061 585367552 88725 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.59
Current children cumulated vsize (KiB) 571648

[startup+942.3 s]
/proc/loadavg: 8.18 8.10 8.01 9/184 27671
/proc/meminfo: memFree=30160784/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=559488 CPUtime=3764.29 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 573367 0 0 0 376210 219 0 0 25 0 4 0 522119061 572915712 86730 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 139872 86730 389 106 0 134843 0
[pid=27629/tid=27630] ppid=27627 vsize=559488 CPUtime=942.32 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 142775 0 0 0 94179 53 0 0 25 0 4 0 522119061 572915712 86730 33554432000 4194304 4627427 140736832147328 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=559488 CPUtime=937.29 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 135669 0 0 0 93676 53 0 0 25 0 4 0 522119061 572915712 86730 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=559488 CPUtime=942.32 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 151550 0 0 0 94177 55 0 0 25 0 4 0 522119061 572915712 86730 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.29
Current children cumulated vsize (KiB) 559488

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.01 9/184 27673
/proc/meminfo: memFree=30122564/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=572452 CPUtime=4003.95 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 600259 0 0 0 400166 229 0 0 25 0 4 0 522119061 586190848 91834 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143113 91834 389 106 0 138084 0
[pid=27629/tid=27630] ppid=27627 vsize=572452 CPUtime=1002.32 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 149745 0 0 0 100177 55 0 0 25 0 4 0 522119061 586190848 91834 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=572452 CPUtime=996.96 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 140841 0 0 0 99640 56 0 0 25 0 4 0 522119061 586190848 91834 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=572452 CPUtime=1002.32 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 160182 0 0 0 100174 58 0 0 25 0 4 0 522119061 586190848 91834 33554432000 4194304 4627427 140736832147328 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.95
Current children cumulated vsize (KiB) 572452

[startup+1062.31 s]
/proc/loadavg: 8.08 8.09 8.01 9/184 27674
/proc/meminfo: memFree=30106016/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575740 CPUtime=4243.65 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 620753 0 0 0 424125 240 0 0 25 0 4 0 522119061 589557760 92700 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143935 92700 389 106 0 138906 0
[pid=27629/tid=27630] ppid=27627 vsize=575740 CPUtime=1062.32 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 154418 0 0 0 106175 57 0 0 25 0 4 0 522119061 589557760 92700 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575740 CPUtime=1056.64 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 146945 0 0 0 105605 59 0 0 25 0 4 0 522119061 589557760 92700 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575740 CPUtime=1062.33 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 164518 0 0 0 106172 61 0 0 25 0 4 0 522119061 589557760 92700 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.65
Current children cumulated vsize (KiB) 575740

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

[startup+1063.1 s]
/proc/loadavg: 8.08 8.09 8.01 9/184 27674
/proc/meminfo: memFree=30106016/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575740 CPUtime=4246.83 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 620937 0 0 0 424443 240 0 0 25 0 4 0 522119061 589557760 92884 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143935 92884 389 106 0 138906 0
[pid=27629/tid=27630] ppid=27627 vsize=575740 CPUtime=1063.11 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 154450 0 0 0 106254 57 0 0 25 0 4 0 522119061 589557760 92884 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575740 CPUtime=1057.43 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 146983 0 0 0 105684 59 0 0 25 0 4 0 522119061 589557760 92884 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575740 CPUtime=1063.12 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 164565 0 0 0 106251 61 0 0 25 0 4 0 522119061 589557760 92884 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4246.83
Current children cumulated vsize (KiB) 575740

[startup+1075.9 s]
/proc/loadavg: 8.07 8.09 8.01 9/184 27675
/proc/meminfo: memFree=30096964/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575812 CPUtime=4297.97 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 624935 0 0 0 429554 243 0 0 25 0 4 0 522119061 589631488 93519 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143953 93519 389 106 0 138924 0
[pid=27629/tid=27630] ppid=27627 vsize=575812 CPUtime=1075.92 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 154974 0 0 0 107534 58 0 0 25 0 4 0 522119061 589631488 93519 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575812 CPUtime=1070.16 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 147635 0 0 0 106957 59 0 0 25 0 4 0 522119061 589631488 93519 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575812 CPUtime=1075.93 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 166486 0 0 0 107531 62 0 0 25 0 4 0 522119061 589631488 93519 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4297.97
Current children cumulated vsize (KiB) 575812

[startup+1079.1 s]
/proc/loadavg: 8.14 8.10 8.01 9/184 27675
/proc/meminfo: memFree=30098576/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575872 CPUtime=4310.74 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 626630 0 0 0 430831 243 0 0 25 0 4 0 522119061 589692928 92183 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143968 92183 389 106 0 138939 0
[pid=27629/tid=27630] ppid=27627 vsize=575872 CPUtime=1079.12 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 156082 0 0 0 107854 58 0 0 25 0 4 0 522119061 589692928 92183 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575872 CPUtime=1073.34 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 147778 0 0 0 107275 59 0 0 25 0 4 0 522119061 589692928 92183 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575872 CPUtime=1079.13 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 166700 0 0 0 107851 62 0 0 25 0 4 0 522119061 589692928 92183 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4310.74
Current children cumulated vsize (KiB) 575872

[startup+1082.3 s]
/proc/loadavg: 8.13 8.10 8.01 9/184 27675
/proc/meminfo: memFree=30092620/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575872 CPUtime=4323.53 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 627408 0 0 0 432109 244 0 0 25 0 4 0 522119061 589692928 92961 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143968 92961 389 106 0 138939 0
[pid=27629/tid=27630] ppid=27627 vsize=575872 CPUtime=1082.32 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 156302 0 0 0 108174 58 0 0 25 0 4 0 522119061 589692928 92961 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575872 CPUtime=1076.53 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 147906 0 0 0 107593 60 0 0 25 0 4 0 522119061 589692928 92961 33554432000 4194304 4627427 140736832147328 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575872 CPUtime=1082.33 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 166912 0 0 0 108171 62 0 0 25 0 4 0 522119061 589692928 92961 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4323.53
Current children cumulated vsize (KiB) 575872

[startup+1083.9 s]
/proc/loadavg: 8.13 8.10 8.01 9/184 27675
/proc/meminfo: memFree=30090760/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575872 CPUtime=4329.92 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 627749 0 0 0 432748 244 0 0 25 0 4 0 522119061 589692928 93302 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143968 93302 389 106 0 138939 0
[pid=27629/tid=27630] ppid=27627 vsize=575872 CPUtime=1083.92 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 156405 0 0 0 108334 58 0 0 25 0 4 0 522119061 589692928 93302 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575872 CPUtime=1078.13 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 147972 0 0 0 107753 60 0 0 25 0 4 0 522119061 589692928 93302 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575872 CPUtime=1083.93 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 167010 0 0 0 108331 62 0 0 25 0 4 0 522119061 589692928 93302 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4329.92
Current children cumulated vsize (KiB) 575872

[startup+1084.7 s]
/proc/loadavg: 8.13 8.10 8.01 9/184 27675
/proc/meminfo: memFree=30107500/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575872 CPUtime=4333.12 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 627904 0 0 0 433068 244 0 0 25 0 4 0 522119061 589692928 93457 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143968 93457 389 106 0 138939 0
[pid=27629/tid=27630] ppid=27627 vsize=575872 CPUtime=1084.72 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 156451 0 0 0 108414 58 0 0 25 0 4 0 522119061 589692928 93457 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575872 CPUtime=1078.92 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 148002 0 0 0 107832 60 0 0 25 0 4 0 522119061 589692928 93457 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575872 CPUtime=1084.73 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 167053 0 0 0 108411 62 0 0 25 0 4 0 522119061 589692928 93457 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4333.12
Current children cumulated vsize (KiB) 575872

[startup+1085.1 s]
/proc/loadavg: 8.13 8.10 8.01 9/184 27675
/proc/meminfo: memFree=30107500/32950928 swapFree=67086612/67111528
[pid=27629] ppid=27627 vsize=575872 CPUtime=4334.72 cores=1,3,5,7
/proc/27629/stat : 27629 (strangenight2-m) R 27627 27629 27507 0 -1 4202496 627989 0 0 0 433228 244 0 0 25 0 4 0 522119061 589692928 93542 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27629/statm: 143968 93542 389 106 0 138939 0
[pid=27629/tid=27630] ppid=27627 vsize=575872 CPUtime=1085.12 cores=1,3,5,7
/proc/27629/task/27630/stat : 27630 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 156478 0 0 0 108454 58 0 0 25 0 4 0 522119061 589692928 93542 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27629/tid=27631] ppid=27627 vsize=575872 CPUtime=1079.32 cores=1,3,5,7
/proc/27629/task/27631/stat : 27631 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 148017 0 0 0 107872 60 0 0 25 0 4 0 522119061 589692928 93542 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27629/tid=27632] ppid=27627 vsize=575872 CPUtime=1085.13 cores=1,3,5,7
/proc/27629/task/27632/stat : 27632 (strangenight2-m) R 27627 27629 27507 0 -1 4202560 167074 0 0 0 108451 62 0 0 25 0 4 0 522119061 589692928 93542 33554432000 4194304 4627427 140736832147328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4334.72
Current children cumulated vsize (KiB) 575872

Child status: 10
Real time (s): 1085.19
CPU time (s): 4335.03
CPU user time (s): 4332.57
CPU system time (s): 2.46263
CPU usage (%): 399.472
Max. virtual memory (cumulated for all children) (KiB): 627108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4332.57
system time used= 2.46263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628015
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= 349
involuntary context switches= 28237

runsolver used 1.66375 second user time and 4.15637 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 21:27:00
IDJOB=3174150
IDBENCH=82968
IDSOLVER=1586
FILE ID=node148/3174150-1304105220
RUNJOBID= node148-1304104016-27526
PBS_JOBID= 13170644
Free space on /tmp= 71436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2083898043-071.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174150-1304105220/watcher-3174150-1304105220 -o /tmp/evaluation-result-3174150-1304105220/solver-3174150-1304105220 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174150-1304105220.cnf

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

MD5SUM BENCH= 07e93672799a66cb8290b6b816b1a83d
RANDOM SEED=1652030799

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30918448 kB
Buffers:        697788 kB
Cached:         928292 kB
SwapCached:       3696 kB
Active:         112664 kB
Inactive:      1555792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30918448 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:       40240 kB
Mapped:          13676 kB
Slab:           300028 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188880 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= 71424 MiB
End job on node148 at 2011-04-29 21:45:05