Trace number 3366618

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.38 1203.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
MD5SUMfb063acde7d440560f4280457889aef8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.9601
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366618-1305410807.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 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:    400 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.10	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     169 undec:      38 neg:     193
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       393      1698         0         0      5141         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.76/0.20	c  N st     8      4914       393      1698         0      4790      5141     91259   no data   no data
1.16/0.37	c  N st    10     11296       393      1698         0      4441      5141     63946   no data   no data
2.36/0.62	c  N st    11     17039       393      1698         0     10046      5141    179990   no data   no data
3.96/1.01	c  F st    12     25000       393      1698         0     12353      5141    234778   no data   no data
3.96/1.01	c  N st    12     25000       393      1698         0     12353      5141    234778   no data   no data
4.81/1.24	c Decided on static restart strategy
4.81/1.24	c  N st    18     30000       393      1698         0     10631      5141    175696   no data   no data
4.81/1.24	c  S st    18     30000       393      1698         0     10631      5141    175696   no data   no data
4.81/1.28	c  S st    18     30500       393      1698         0     11126      5141    185211   no data   no data
4.81/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.81/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.81/1.28	c blocked clauses removed:        0 vars:      0 tried:         393 T: 0.00 s
4.81/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.81/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
4.81/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.81/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.34	c lits-rem:       255  cl-subs:      733  v-elim:      0  v-fix:    0  time:  0.05 s
5.15/1.35	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
5.15/1.35	c calculated reachability. Time: 0.00
5.15/1.35	c  N st    18     30500       393      1698         0     10393      5141    169871   no data   no data
6.75/1.73	c  N st    20     37610       393      1698         0      9665      5141    141494   no data   no data
7.95/2.08	c  N st    21     44009       393      1698         0     15862      5141    258833   no data   no data
8.36/2.20	c  S st    22     45750       393      1698         0      8884      5141    109654   no data   no data
8.77/2.23	c  S st    22     46250       393      1698         0      9382      5141    120067   no data   no data
8.77/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.77/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.77/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.77/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.77/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
8.77/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.77/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.25	c lits-rem:        27  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.01 s
8.77/2.25	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
8.77/2.25	c vivif2 --  cl tried     9218 cl shrink        0 lits rem          0 time: 0.00
8.77/2.25	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.00
8.77/2.25	c calculated reachability. Time: 0.00
8.77/2.25	c  N st    22     46250       393      1698         0      9218      5141    117153   no data   no data
12.34/3.13	c  N st    23     60648       393      1698         0     13482      5141    185386   no data   no data
14.33/3.69	c  N st    24     69375       393      1698         0     11286      5141    137983   no data   no data
14.33/3.69	c  S st    24     69375       393      1698         0     11286      5141    137983   no data   no data
14.73/3.73	c  S st    24     69879       393      1698         0     11788      5141    147842   no data   no data
14.73/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.73/3.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
14.73/3.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.73/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.75	c lits-rem:        57  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.02 s
14.73/3.75	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
14.73/3.75	c vivif2 --  cl tried    11479 cl shrink        0 lits rem          0 time: 0.00
14.73/3.76	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
14.73/3.76	c calculated reachability. Time: 0.00
14.73/3.76	c  N st    24     69879       393      1698         0     11479      5141    142887   no data   no data
19.52/4.94	c  F st    25     87502       393      1698         0     16863      5141    232420   no data   no data
19.52/4.94	c  N st    25     87502       393      1698         0     16863      5141    232420   no data   no data
21.11/5.34	c Decided on static restart strategy
21.93/5.55	c  N st    32     95540       393      1698         0     24637      5141    383718   no data   no data
24.71/6.20	c  N st    34    104818       393      1698         0     21134      5141    319803   no data   no data
24.71/6.20	c  S st    34    104818       393      1698         0     21134      5141    319803   no data   no data
24.71/6.25	c  S st    34    105323       393      1698         0     21637      5141    329608   no data   no data
24.71/6.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.71/6.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
24.71/6.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.71/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.50/6.42	c lits-rem:       177  cl-subs:     1140  v-elim:      0  v-fix:    0  time:  0.14 s
25.50/6.42	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
25.50/6.42	c vivif2 --  cl tried    20497 cl shrink        0 lits rem          0 time: 0.00
25.50/6.43	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
25.50/6.43	c calculated reachability. Time: 0.00
25.50/6.43	c  N st    34    105323       393      1698         0     20497      5141    307628   no data   no data
29.09/7.31	c  N st    35    114921       393      1698         0     16205      5141    199873   no data   no data
33.88/8.55	c  N st    36    129318       393      1698         0     15652      5141    175666   no data   no data
41.06/10.31	c  N st    37    150914       393      1698         0     21010      5141    267226   no data   no data
43.46/10.92	c  S st    38    157984       393      1698         0     27856      5141    400840   no data   no data
43.46/11.00	c  S st    38    158485       393      1698         0     28356      5141    411004   no data   no data
43.46/11.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.46/11.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.46/11.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.46/11.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.46/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.46/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
43.46/11.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.87/11.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.87/11.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.04/11.38	c lits-rem:       293  cl-subs:     2282  v-elim:      0  v-fix:    0  time:  0.36 s
45.04/11.39	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
45.04/11.39	c vivif2 --  cl tried    26074 cl shrink        0 lits rem          0 time: 0.00
45.44/11.40	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
45.44/11.40	c calculated reachability. Time: 0.00
45.44/11.40	c  N st    38    158485       393      1698         0     26074      5141    370591   no data   no data
63.79/16.04	c  N st    39    207073       393      1698         0     20936      5141    241355   no data   no data
76.16/19.19	c  N st    40    237727       393      1698         0     31306      5141    433660   no data   no data
76.16/19.19	c  S st    40    237727       393      1698         0     31306      5141    433660   no data   no data
76.56/19.28	c  S st    40    238229       393      1698         0     31806      5141    443717   no data   no data
76.56/19.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.56/19.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.56/19.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.56/19.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.56/19.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.56/19.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
76.56/19.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.56/19.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.96/19.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.56/19.72	c lits-rem:       274  cl-subs:     2360  v-elim:      0  v-fix:    0  time:  0.42 s
78.56/19.72	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
78.56/19.73	c vivif2 --  cl tried    29446 cl shrink        0 lits rem          0 time: 0.00
78.56/19.74	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
78.56/19.75	c calculated reachability. Time: 0.00
78.56/19.75	c  N st    40    238229       393      1698         0     29446      5141    403266   no data   no data
106.88/26.89	c  F st    41    306250       393      1698         0     31431      5141    393519   no data   no data
106.88/26.89	c  N st    41    306250       393      1698         0     31431      5141    393519   no data   no data
109.28/27.48	c Decided on static restart strategy
119.63/30.03	c  N st    51    334552       393      1698         0     35688      5141    485365   no data   no data
130.01/32.61	c  N st    53    357344       393      1698         0     33615      5141    433296   no data   no data
130.01/32.61	c  S st    53    357344       393      1698         0     33615      5141    433296   no data   no data
130.41/32.70	c  S st    53    357848       393      1698         0     34116      5141    443479   no data   no data
130.41/32.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.41/32.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
130.41/32.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.41/32.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.41/32.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.41/32.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
130.41/32.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.41/32.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
130.41/32.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.21/33.01	c lits-rem:       177  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  0.27 s
131.21/33.01	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
131.63/33.01	c vivif2 --  cl tried    32795 cl shrink        0 lits rem          0 time: 0.00
131.63/33.03	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
131.63/33.03	c calculated reachability. Time: 0.00
131.63/33.03	c  N st    53    357848       393      1698         0     32795      5141    415301   no data   no data
148.36/37.29	c  N st    54    390240       393      1698         0     38798      5141    501051   no data   no data
175.08/44.01	c  N st    55    438828       393      1698         0     32436      5141    349993   no data   no data
212.17/53.26	c  N st    56    511711       393      1698         0     46152      5141    612336   no data   no data
224.94/56.42	c  N st    57    536773       393      1698         0     40472      5141    487914   no data   no data
224.94/56.42	c  S st    57    536773       393      1698         0     40472      5141    487914   no data   no data
225.34/56.53	c  S st    57    537278       393      1698         0     40976      5141    497823   no data   no data
225.34/56.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
225.34/56.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
225.34/56.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
225.34/56.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
225.34/56.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.34/56.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
225.34/56.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
225.34/56.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
225.34/56.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.34/57.05	c lits-rem:       161  cl-subs:     2754  v-elim:      0  v-fix:    0  time:  0.48 s
227.34/57.05	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
227.34/57.05	c vivif2 --  cl tried    38222 cl shrink        0 lits rem          0 time: 0.01
227.34/57.08	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
227.34/57.08	c calculated reachability. Time: 0.00
227.34/57.08	c  N st    57    537278       393      1698         0     38222      5141    446763   no data   no data
317.49/79.60	c  N st    58    701262       393      1698         0     66864      5141    946764   no data   no data
380.92/95.55	c  N st    59    805917       393      1698         0     60666      5141    789680   no data   no data
380.92/95.55	c  S st    59    805917       393      1698         0     60666      5141    789680   no data   no data
381.74/95.75	c  S st    59    806418       393      1698         0     61165      5141    800103   no data   no data
381.74/95.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
381.74/95.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
381.74/95.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
381.74/95.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.74/95.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.74/95.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
381.74/95.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
381.74/95.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
382.16/95.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.30/97.68	c lits-rem:       387  cl-subs:     6175  v-elim:      0  v-fix:    0  time:  1.87 s
389.30/97.68	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
389.30/97.69	c vivif2 --  cl tried    54990 cl shrink        0 lits rem          0 time: 0.01
389.70/97.73	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.04
389.70/97.73	c calculated reachability. Time: 0.00
389.70/97.73	c  N st    59    806418       393      1698         0     54990      5141    699675   no data   no data
587.55/147.33	c  F st    60   1071875       393      1698         0     70761      5141    912164   no data   no data
587.55/147.33	c  N st    60   1071875       393      1698         0     70761      5141    912164   no data   no data
591.54/148.37	c Decided on static restart strategy
609.90/152.99	c  N st    70   1100175       393      1698         0     54962      5141    614646   no data   no data
638.21/160.01	c  N st    72   1136167       393      1698         0     45324      5141    415556   no data   no data
660.14/165.54	c  N st    73   1168559       393      1698         0     76465      5141    993638   no data   no data
692.05/173.54	c  N st    74   1209627       393      1698         0     70743      5141    896433   no data   no data
692.05/173.54	c  S st    74   1209627       393      1698         0     70743      5141    896433   no data   no data
692.85/173.77	c  S st    74   1210132       393      1698         0     71243      5141    906775   no data   no data
692.85/173.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
692.85/173.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
692.85/173.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
692.85/173.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.85/173.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.85/173.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
692.85/173.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
693.27/173.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
693.27/173.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
703.21/176.34	c lits-rem:       342  cl-subs:     7144  v-elim:      0  v-fix:    0  time:  2.49 s
703.21/176.34	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
703.21/176.35	c vivif2 --  cl tried    64099 cl shrink        0 lits rem          0 time: 0.01
703.61/176.40	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.05
703.61/176.41	c calculated reachability. Time: 0.00
703.61/176.41	c  N st    74   1210132       393      1698         0     64099      5141    785464   no data   no data
775.42/194.49	c  N st    75   1283014       393      1698         0     88166      5141   1205697   no data   no data
868.36/217.75	c  N st    76   1392338       393      1698         0     98128      5141   1401617   no data   no data
1013.14/254.04	c  N st    77   1556323       393      1698         0     54160      5141    505375   no data   no data
1147.96/287.81	c  N st    78   1710132       393      1698         0     95371      5141   1276210   no data   no data
1147.96/287.81	c  S st    78   1710132       393      1698         0     95371      5141   1276210   no data   no data
1149.16/288.15	c  S st    78   1710636       393      1698         0     95874      5141   1286790   no data   no data
1149.16/288.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1149.16/288.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1149.16/288.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1149.16/288.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1149.16/288.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1149.16/288.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
1149.16/288.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1149.58/288.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1149.58/288.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1177.08/295.14	c lits-rem:      1317  cl-subs:    12828  v-elim:      0  v-fix:    0  time:  6.88 s
1177.08/295.14	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1177.08/295.15	c vivif2 --  cl tried    83046 cl shrink        0 lits rem          0 time: 0.02
1177.48/295.22	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.07
1177.48/295.22	c calculated reachability. Time: 0.00
1177.48/295.22	c  N st    78   1710636       393      1698         0     83046      5141   1074592   no data   no data
1504.56/377.28	c  N st    79   2079600       393      1698         0     94778      5141   1183362   no data   no data
1633.39/409.59	c  N st    80   2210636       393      1698         0     98356      5141   1208882   no data   no data
1633.39/409.59	c  S st    80   2210636       393      1698         0     98356      5141   1208882   no data   no data
1634.99/409.92	c  S st    80   2211140       393      1698         0     98858      5141   1220073   no data   no data
1634.99/409.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1634.99/409.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1634.99/409.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1634.99/409.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1634.99/409.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1634.99/409.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
1634.99/409.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1634.99/409.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1635.39/410.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1654.92/414.94	c lits-rem:      1143  cl-subs:    12097  v-elim:      0  v-fix:    0  time:  4.92 s
1654.92/414.94	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1654.92/414.96	c vivif2 --  cl tried    86761 cl shrink        0 lits rem          0 time: 0.02
1655.32/415.03	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.07
1655.32/415.04	c calculated reachability. Time: 0.00
1655.32/415.04	c  N st    80   2211140       393      1698         0     86761      5141   1026362   no data   no data
2171.48/544.46	c  N st    81   2711140       393      1698         0    110317      5141   1354616   no data   no data
2171.48/544.46	c  S st    81   2711140       393      1698         0    110317      5141   1354616   no data   no data
2173.06/544.84	c  S st    81   2711642       393      1698         0    110817      5141   1365080   no data   no data
2173.06/544.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2173.46/544.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2173.46/544.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2173.46/544.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2173.46/544.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2173.46/544.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
2173.46/544.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2173.46/544.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2173.46/544.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2198.21/551.13	c lits-rem:       880  cl-subs:    14674  v-elim:      0  v-fix:    0  time:  6.16 s
2198.21/551.13	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2198.21/551.14	c vivif2 --  cl tried    96143 cl shrink        0 lits rem          0 time: 0.02
2198.64/551.23	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
2198.64/551.23	c calculated reachability. Time: 0.00
2198.64/551.23	c  N st    81   2711642       393      1698         0     96143      5141   1145699   no data   no data
2801.69/702.44	c  N st    82   3211643       393      1698         0    147396      5141   2041881   no data   no data
2801.69/702.44	c  S st    82   3211643       393      1698         0    147396      5141   2041881   no data   no data
2804.13/703.06	c  S st    82   3212145       393      1698         0    147896      5141   2051971   no data   no data
2804.13/703.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2804.48/703.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2804.48/703.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2804.48/703.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2804.48/703.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2804.48/703.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
2804.48/703.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2804.48/703.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2804.88/703.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2913.38/730.48	c lits-rem:      1469  cl-subs:    28056  v-elim:      0  v-fix:    0  time: 27.24 s
2913.38/730.48	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2913.38/730.51	c vivif2 --  cl tried   119840 cl shrink        0 lits rem          0 time: 0.02
2914.15/730.63	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.12
2914.15/730.63	c calculated reachability. Time: 0.00
2914.15/730.63	c  N st    82   3212145       393      1698         0    119840      5141   1563619   no data   no data
3501.32/877.91	c  N st    83   3712145       393      1698         0    137382      5141   1764595   no data   no data
3501.32/877.91	c  S st    83   3712145       393      1698         0    137382      5141   1764595   no data   no data
3503.69/878.43	c  S st    83   3712648       393      1698         0    137882      5141   1774878   no data   no data
3503.69/878.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3504.09/878.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3504.09/878.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3504.09/878.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3504.09/878.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3504.09/878.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
3504.09/878.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3504.09/878.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3504.09/878.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3569.89/895.03	c lits-rem:      1226  cl-subs:    22570  v-elim:      0  v-fix:    0  time: 16.45 s
3569.89/895.03	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3569.89/895.05	c vivif2 --  cl tried   115312 cl shrink        0 lits rem          0 time: 0.02
3570.29/895.17	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.12
3570.29/895.17	c calculated reachability. Time: 0.00
3570.29/895.17	c  N st    83   3712648       393      1698         0    115312      5141   1397894   no data   no data
3626.14/909.11	c  F st    84   3751562       393      1698         0    152619      5141   2094052   no data   no data
3626.14/909.11	c  N st    84   3751562       393      1698         0    152619      5141   2094052   no data   no data
3634.11/911.16	c Decided on static restart strategy
3660.44/917.77	c  N st    94   3779870       393      1698         0     99869      5141   1091282   no data   no data
3707.94/929.63	c  N st    96   3815863       393      1698         0    134488      5141   1783978   no data   no data
3763.74/943.60	c  N st    97   3848255       393      1698         0     84282      5141    756574   no data   no data
3822.37/958.38	c  N st    98   3896843       393      1698         0    131130      5141   1723474   no data   no data
3918.89/982.58	c  N st    99   3969725       393      1698         0    118690      5141   1441453   no data   no data
4078.83/1022.61	c  N st   100   4079048       393      1698         0    139784      5141   1763315   no data   no data
4281.86/1073.51	c  N st   101   4212648       393      1698         0     98299      5141    980634   no data   no data
4281.86/1073.51	c  S st   101   4212648       393      1698         0     98299      5141    980634   no data   no data
4283.05/1073.82	c  S st   101   4213151       393      1698         0     98801      5141    991336   no data   no data
4283.05/1073.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4283.05/1073.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4283.05/1073.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4283.05/1073.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4283.05/1073.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4283.05/1073.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
4283.05/1073.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4283.45/1073.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4283.45/1073.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4287.09/1074.89	c lits-rem:       148  cl-subs:     3379  v-elim:      0  v-fix:    0  time:  0.97 s
4287.09/1074.89	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
4287.44/1074.91	c vivif2 --  cl tried    95422 cl shrink        0 lits rem          0 time: 0.02
4287.84/1075.00	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
4287.84/1075.00	c calculated reachability. Time: 0.00
4287.84/1075.00	c  N st   101   4213151       393      1698         0     95422      5141    935685   no data   no data
4671.47/1171.50	c  N st   102   4459129       393      1698         0    158220      5141   2195664   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.10 8.06 6/358 18168
/proc/meminfo: memFree=23981364/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 633496202 52396032 347 33554432000 4194304 4580107 140737434061632 18446744073709551615 228095507441 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 12792 347 299 95 0 7774 0
[pid=18168/tid=18169] ppid=18166 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633496203 52396032 350 33554432000 4194304 4580107 140737434061632 18446744073709551615 47708276418073 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633496203 52396032 350 33554432000 4194304 4580107 140737434061632 18446744073709551615 47708276418067 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633496203 52396032 350 33554432000 4194304 4580107 140737434061632 18446744073709551615 47708276418482 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.113469 s]
/proc/loadavg: 8.12 8.10 8.06 6/358 18168
/proc/meminfo: memFree=23981364/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=282292 CPUtime=0.41 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 1592 0 0 0 41 0 0 0 25 0 4 0 633496202 289067008 1486 33554432000 4194304 4580107 140737434061632 18446744073709551615 4318686 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 70573 1486 377 95 0 65555 0
[pid=18168/tid=18169] ppid=18166 vsize=282292 CPUtime=0.1 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 289 0 0 0 10 0 0 0 25 0 4 0 633496203 289067008 1486 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=282292 CPUtime=0.1 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 298 0 0 0 10 0 0 0 25 0 4 0 633496203 289067008 1486 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=282292 CPUtime=0.09 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 249 0 0 0 9 0 0 0 25 0 4 0 633496203 289067008 1486 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282292

[startup+0.200453 s]
/proc/loadavg: 8.12 8.10 8.06 6/358 18168
/proc/meminfo: memFree=23981364/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=283284 CPUtime=0.76 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 2097 0 0 0 76 0 0 0 25 0 4 0 633496202 290082816 1525 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293182 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 70821 1525 377 95 0 65803 0
[pid=18168/tid=18169] ppid=18166 vsize=283284 CPUtime=0.19 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 418 0 0 0 19 0 0 0 25 0 4 0 633496203 290082816 1525 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=283284 CPUtime=0.19 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 428 0 0 0 19 0 0 0 25 0 4 0 633496203 290082816 1525 33554432000 4194304 4580107 140737434061632 18446744073709551615 4306015 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=283284 CPUtime=0.18 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 370 0 0 0 18 0 0 0 25 0 4 0 633496203 290082816 1525 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 283284

[startup+0.300434 s]
/proc/loadavg: 8.12 8.10 8.06 6/358 18168
/proc/meminfo: memFree=23981364/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=283452 CPUtime=1.16 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 2478 0 0 0 116 0 0 0 25 0 4 0 633496202 290254848 1906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 70863 1906 377 95 0 65845 0
[pid=18168/tid=18169] ppid=18166 vsize=283452 CPUtime=0.29 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 515 0 0 0 29 0 0 0 25 0 4 0 633496203 290254848 1906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4322664 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=283452 CPUtime=0.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 521 0 0 0 29 0 0 0 25 0 4 0 633496203 290254848 1906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4306048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=283452 CPUtime=0.28 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 460 0 0 0 28 0 0 0 25 0 4 0 633496203 290254848 1906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283452

[startup+0.700362 s]
/proc/loadavg: 8.12 8.10 8.06 6/358 18168
/proc/meminfo: memFree=23981364/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=284824 CPUtime=2.76 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 4349 0 0 0 276 0 0 0 25 0 4 0 633496202 291659776 2115 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 71206 2115 377 95 0 66188 0
[pid=18168/tid=18169] ppid=18166 vsize=284824 CPUtime=0.69 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 994 0 0 0 69 0 0 0 25 0 4 0 633496203 291659776 2115 33554432000 4194304 4580107 140737434061632 18446744073709551615 4316807 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=284824 CPUtime=0.69 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 975 0 0 0 69 0 0 0 25 0 4 0 633496203 291659776 2115 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=284824 CPUtime=0.68 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 931 0 0 0 68 0 0 0 25 0 4 0 633496203 291659776 2115 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284824

[startup+1.50021 s]
/proc/loadavg: 8.12 8.10 8.06 10/362 18172
/proc/meminfo: memFree=23970172/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=290328 CPUtime=5.95 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 7745 0 0 0 594 1 0 0 25 0 4 0 633496202 297295872 4366 33554432000 4194304 4580107 140737434061632 18446744073709551615 4292935 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 72582 4366 379 95 0 67564 0
[pid=18168/tid=18169] ppid=18166 vsize=290328 CPUtime=1.49 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 1574 0 0 0 149 0 0 0 25 0 4 0 633496203 297295872 4366 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=290328 CPUtime=1.49 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 1528 0 0 0 149 0 0 0 25 0 4 0 633496203 297295872 4366 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=290328 CPUtime=1.47 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 1465 0 0 0 147 0 0 0 25 0 4 0 633496203 297295872 4366 33554432000 4194304 4580107 140737434061632 18446744073709551615 4321408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 290328

[startup+3.10092 s]
/proc/loadavg: 8.12 8.10 8.06 10/362 18172
/proc/meminfo: memFree=23951200/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=290932 CPUtime=12.34 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 15983 0 0 0 1231 3 0 0 25 0 4 0 633496202 297914368 7893 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 72733 7893 379 95 0 67715 0
[pid=18168/tid=18169] ppid=18166 vsize=290932 CPUtime=3.08 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 3623 0 0 0 308 0 0 0 25 0 4 0 633496203 297914368 7893 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=290932 CPUtime=3.08 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 4281 0 0 0 308 0 0 0 25 0 4 0 633496203 297914368 7893 33554432000 4194304 4580107 140737434061632 18446744073709551615 4316717 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=290932 CPUtime=3.05 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 3885 0 0 0 305 0 0 0 25 0 4 0 633496203 297914368 7893 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 290932

[startup+6.30033 s]
/proc/loadavg: 8.19 8.12 8.07 9/362 18173
/proc/meminfo: memFree=23936200/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=297804 CPUtime=25.11 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 25788 0 0 0 2506 5 0 0 25 0 4 0 633496202 304951296 11788 33554432000 4194304 4580107 140737434061632 18446744073709551615 4406483 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 74451 11788 379 95 0 69433 0
[pid=18168/tid=18169] ppid=18166 vsize=297804 CPUtime=6.28 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 6444 0 0 0 627 1 0 0 25 0 4 0 633496203 304951296 11788 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=297804 CPUtime=6.28 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 6842 0 0 0 628 0 0 0 25 0 4 0 633496203 304951296 11788 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=297804 CPUtime=6.22 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 5412 0 0 0 621 1 0 0 25 0 4 0 633496203 304951296 11788 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 297804

[startup+12.7011 s]
/proc/loadavg: 8.26 8.13 8.07 10/362 18173
/proc/meminfo: memFree=23915944/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=302640 CPUtime=50.63 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 39744 0 0 0 5056 7 0 0 25 0 4 0 633496202 309903360 15816 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 75660 15816 379 95 0 70642 0
[pid=18168/tid=18169] ppid=18166 vsize=302640 CPUtime=12.69 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 10153 0 0 0 1267 2 0 0 25 0 4 0 633496203 309903360 15816 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=302640 CPUtime=12.69 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 9583 0 0 0 1268 1 0 0 25 0 4 0 633496203 309903360 15816 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=302640 CPUtime=12.54 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 9617 0 0 0 1253 1 0 0 25 0 4 0 633496203 309903360 15816 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 302640

[startup+25.5008 s]
/proc/loadavg: 8.27 8.14 8.08 10/362 18173
/proc/meminfo: memFree=23897948/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=297136 CPUtime=101.68 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 61053 0 0 0 10157 11 0 0 25 0 4 0 633496202 304267264 20620 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 74284 20620 379 95 0 69266 0
[pid=18168/tid=18169] ppid=18166 vsize=297136 CPUtime=25.48 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 16178 0 0 0 2545 3 0 0 25 0 4 0 633496203 304267264 20620 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=297136 CPUtime=25.49 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 15087 0 0 0 2547 2 0 0 25 0 4 0 633496203 304267264 20620 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=297136 CPUtime=25.2 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 14748 0 0 0 2518 2 0 0 25 0 4 0 633496203 304267264 20620 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 297136

[startup+51.101 s]
/proc/loadavg: 8.18 8.13 8.07 9/362 18174
/proc/meminfo: memFree=23873676/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=320104 CPUtime=203.8 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 91150 0 0 0 20360 20 0 0 25 0 4 0 633496202 327786496 26003 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 80026 26003 379 95 0 75008 0
[pid=18168/tid=18169] ppid=18166 vsize=320104 CPUtime=51.08 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 25278 0 0 0 5102 6 0 0 25 0 4 0 633496203 327786496 26003 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=320104 CPUtime=51.09 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 21781 0 0 0 5105 4 0 0 25 0 4 0 633496203 327786496 26003 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=320104 CPUtime=50.51 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 21936 0 0 0 5047 4 0 0 25 0 4 0 633496203 327786496 26003 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 320104

[startup+102.301 s]
/proc/loadavg: 8.04 8.08 8.06 9/362 18206
/proc/meminfo: memFree=23995300/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=325048 CPUtime=408.06 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 141713 0 0 0 40772 34 0 0 25 0 4 0 633496202 332849152 32361 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 81262 32361 379 95 0 76244 0
[pid=18168/tid=18169] ppid=18166 vsize=325048 CPUtime=102.29 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 38337 0 0 0 10220 9 0 0 25 0 4 0 633496203 332849152 32364 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=325048 CPUtime=102.3 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 33214 0 0 0 10223 7 0 0 25 0 4 0 633496203 332849152 32364 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=325048 CPUtime=101.16 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 34531 0 0 0 10108 8 0 0 25 0 4 0 633496203 332849152 32364 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 325048

[startup+162.3 s]

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

[pid=18168] ppid=18166 vsize=417688 CPUtime=2561.97 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 440883 0 0 0 256054 143 0 0 25 0 4 0 633496202 427712512 69752 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 104422 69752 379 95 0 99404 0
[pid=18168/tid=18169] ppid=18166 vsize=417688 CPUtime=642.3 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 118875 0 0 0 64191 39 0 0 25 0 4 0 633496203 427712512 69752 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=417688 CPUtime=642.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 112385 0 0 0 64190 39 0 0 25 0 4 0 633496203 427712512 69752 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=417688 CPUtime=635.05 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 97036 0 0 0 63478 27 0 0 25 0 4 0 633496203 427712512 69752 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.97
Current children cumulated vsize (KiB) 417688

[startup+702.301 s]
/proc/loadavg: 8.23 8.13 8.09 9/362 18222
/proc/meminfo: memFree=23622864/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=483528 CPUtime=2801.29 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 467454 0 0 0 279977 152 0 0 25 0 4 0 633496202 495132672 81130 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 120882 81130 379 95 0 115864 0
[pid=18168/tid=18169] ppid=18166 vsize=483528 CPUtime=702.29 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 128303 0 0 0 70188 41 0 0 25 0 4 0 633496203 495132672 81130 33554432000 4194304 4580107 140737434061632 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=483528 CPUtime=702.28 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 118521 0 0 0 70187 41 0 0 25 0 4 0 633496203 495132672 81130 33554432000 4194304 4580107 140737434061632 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=483528 CPUtime=694.37 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 102323 0 0 0 69408 29 0 0 25 0 4 0 633496203 495132672 81130 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.29
Current children cumulated vsize (KiB) 483528

[startup+762.301 s]
/proc/loadavg: 8.14 8.12 8.09 10/362 18224
/proc/meminfo: memFree=23588240/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=495688 CPUtime=3040.62 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 490116 0 0 0 303901 161 0 0 25 0 4 0 633496202 507584512 82404 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 123922 82404 379 95 0 118904 0
[pid=18168/tid=18169] ppid=18166 vsize=495688 CPUtime=762.31 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 133911 0 0 0 76187 44 0 0 25 0 4 0 633496203 507584512 82405 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=495688 CPUtime=762.3 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 125785 0 0 0 76185 45 0 0 25 0 4 0 633496203 507584512 82405 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=495688 CPUtime=753.68 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 106399 0 0 0 75337 31 0 0 25 0 4 0 633496203 507584512 82405 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.62
Current children cumulated vsize (KiB) 495688

[startup+822.301 s]
/proc/loadavg: 8.14 8.12 8.09 9/362 18225
/proc/meminfo: memFree=23548164/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=520732 CPUtime=3279.92 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 511593 0 0 0 327821 171 0 0 25 0 4 0 633496202 533229568 87201 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 130183 87201 379 95 0 125165 0
[pid=18168/tid=18169] ppid=18166 vsize=520732 CPUtime=822.3 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 140057 0 0 0 82183 47 0 0 25 0 4 0 633496203 533229568 87201 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=520732 CPUtime=822.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 132198 0 0 0 82181 48 0 0 25 0 4 0 633496203 533229568 87201 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=520732 CPUtime=813 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 110205 0 0 0 81267 33 0 0 25 0 4 0 633496203 533229568 87201 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.92
Current children cumulated vsize (KiB) 520732

[startup+882.314 s]
/proc/loadavg: 8.05 8.10 8.08 9/362 18227
/proc/meminfo: memFree=23546580/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=521488 CPUtime=3519.29 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 528425 0 0 0 351752 177 0 0 25 0 4 0 633496202 534003712 87157 33554432000 4194304 4580107 140737434061632 18446744073709551615 4406375 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 130372 87157 379 95 0 125354 0
[pid=18168/tid=18169] ppid=18166 vsize=521488 CPUtime=882.31 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 147226 0 0 0 88182 49 0 0 25 0 4 0 633496203 534003712 87157 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=521488 CPUtime=882.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 138101 0 0 0 88179 50 0 0 25 0 4 0 633496203 534003712 87157 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=521488 CPUtime=872.32 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 113626 0 0 0 87198 34 0 0 25 0 4 0 633496203 534003712 87157 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.29
Current children cumulated vsize (KiB) 521488

[startup+942.3 s]
/proc/loadavg: 8.08 8.09 8.08 9/362 18229
/proc/meminfo: memFree=23502224/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=587220 CPUtime=3758.56 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 546975 0 0 0 375670 186 0 0 25 0 4 0 633496202 601313280 93044 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 146805 93044 379 95 0 141787 0
[pid=18168/tid=18169] ppid=18166 vsize=587220 CPUtime=942.3 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 152922 0 0 0 94178 52 0 0 25 0 4 0 633496203 601313280 93044 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=587220 CPUtime=942.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 144878 0 0 0 94175 54 0 0 25 0 4 0 633496203 601313280 93044 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=587220 CPUtime=931.62 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 118559 0 0 0 93126 36 0 0 25 0 4 0 633496203 601313280 93044 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.56
Current children cumulated vsize (KiB) 587220

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 8.08 9/362 18230
/proc/meminfo: memFree=23499480/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=587436 CPUtime=3997.87 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 563020 0 0 0 399593 194 0 0 25 0 4 0 633496202 601534464 91078 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293781 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 146859 91078 379 95 0 141841 0
[pid=18168/tid=18169] ppid=18166 vsize=587436 CPUtime=1002.31 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 158992 0 0 0 100176 55 0 0 25 0 4 0 633496203 601534464 91078 33554432000 4194304 4580107 140737434061632 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=587436 CPUtime=1002.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 150901 0 0 0 100171 58 0 0 25 0 4 0 633496203 601534464 91078 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=587436 CPUtime=990.93 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 122016 0 0 0 99056 37 0 0 25 0 4 0 633496203 601534464 91078 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.87
Current children cumulated vsize (KiB) 587436

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 8.08 9/362 18232
/proc/meminfo: memFree=23491280/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=595880 CPUtime=4237.19 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 579250 0 0 0 423519 200 0 0 25 0 4 0 633496202 610181120 92048 33554432000 4194304 4580107 140737434061632 18446744073709551615 4318737 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 148970 92048 379 95 0 143952 0
[pid=18168/tid=18169] ppid=18166 vsize=595880 CPUtime=1062.31 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 165065 0 0 0 106174 57 0 0 25 0 4 0 633496203 610181120 92048 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=595880 CPUtime=1062.29 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 156731 0 0 0 106168 61 0 0 25 0 4 0 633496203 610181120 92048 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=595880 CPUtime=1050.25 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 124946 0 0 0 104987 38 0 0 25 0 4 0 633496203 610181120 92048 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.19
Current children cumulated vsize (KiB) 595880

[startup+1122.3 s]
/proc/loadavg: 8.31 8.13 8.10 10/363 18236
/proc/meminfo: memFree=23420400/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=661564 CPUtime=4475.7 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 598484 0 0 0 447361 209 0 0 25 0 4 0 633496202 677441536 101831 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 165391 101831 379 95 0 160373 0
[pid=18168/tid=18169] ppid=18166 vsize=661564 CPUtime=1121.66 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 171205 0 0 0 112107 59 0 0 25 0 4 0 633496203 677441536 101831 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=661564 CPUtime=1122.14 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 164095 0 0 0 112149 65 0 0 25 0 4 0 633496203 677441536 101831 33554432000 4194304 4580107 140737434061632 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=661564 CPUtime=1109.55 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 130347 0 0 0 110915 40 0 0 25 0 4 0 633496203 677441536 101831 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.7
Current children cumulated vsize (KiB) 661564

[startup+1182.3 s]
/proc/loadavg: 8.19 8.14 8.10 9/362 18238
/proc/meminfo: memFree=23426052/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=648560 CPUtime=4714.94 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 609124 0 0 0 471279 215 0 0 25 0 4 0 633496202 664125440 104906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4321629 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 162140 104906 379 95 0 157122 0
[pid=18168/tid=18169] ppid=18166 vsize=648560 CPUtime=1181.59 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 175785 0 0 0 118097 62 0 0 25 0 4 0 633496203 664125440 104906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=648560 CPUtime=1182.14 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 168015 0 0 0 118147 67 0 0 25 0 4 0 633496203 664125440 104906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=648560 CPUtime=1168.86 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 132487 0 0 0 116845 41 0 0 25 0 4 0 633496203 664125440 104906 33554432000 4194304 4580107 140737434061632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4714.94
Current children cumulated vsize (KiB) 648560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.27 8.16 8.10 9/362 18239
/proc/meminfo: memFree=23439568/32951124 swapFree=65980216/67111528
[pid=18168] ppid=18166 vsize=583060 CPUtime=4800.3 cores=0,2,4,6
/proc/18168/stat : 18168 (strangenight2-m) R 18166 18168 17667 0 -1 4202496 614206 0 0 0 479812 218 0 0 25 0 4 0 633496202 597053440 101797 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18168/statm: 145765 101797 379 95 0 140747 0
[pid=18168/tid=18169] ppid=18166 vsize=583060 CPUtime=1203.01 cores=0,2,4,6
/proc/18168/task/18169/stat : 18169 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 178225 0 0 0 120237 64 0 0 25 0 4 0 633496203 597053440 101798 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18168/tid=18170] ppid=18166 vsize=583060 CPUtime=1203.55 cores=0,2,4,6
/proc/18168/task/18170/stat : 18170 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 170334 0 0 0 120287 68 0 0 25 0 4 0 633496203 597053440 101798 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18168/tid=18171] ppid=18166 vsize=583060 CPUtime=1190 cores=0,2,4,6
/proc/18168/task/18171/stat : 18171 (strangenight2-m) R 18166 18168 17667 0 -1 4202560 132811 0 0 0 118959 41 0 0 25 0 4 0 633496203 597053440 101798 33554432000 4194304 4580107 140737434061632 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 583060

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.74
CPU time (s): 4800.38
CPU user time (s): 4798.17
CPU system time (s): 2.20966
CPU usage (%): 398.789
Max. virtual memory (cumulated for all children) (KiB): 713756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.17
system time used= 2.20966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614207
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= 236
involuntary context switches= 22572

runsolver used 3.98939 second user time and 9.76652 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 00:06:47
IDJOB=3366618
IDBENCH=83027
IDSOLVER=1844
FILE ID=node142/3366618-1305410807
RUNJOBID= node142-1305409539-18012
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366618-1305410807/watcher-3366618-1305410807 -o /tmp/evaluation-result-3366618-1305410807/solver-3366618-1305410807 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366618-1305410807.cnf

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=1570652031

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23981644 kB
Buffers:        316716 kB
Cached:        3836160 kB
SwapCached:      11520 kB
Active:        6317804 kB
Inactive:      2320632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23981644 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:     4482668 kB
Mapped:          20696 kB
Slab:           233940 kB
PageTables:      32152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77375840 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= 73432 MiB
End job on node142 at 2011-05-15 00:26:53