Trace number 3174209

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.3 1201.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.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-3174209-1304115254.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	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.01	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     169 undec:      38 neg:     193
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       393      1698         0         0      5141         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.00/0.13	c  N st     8      4914       393      1698         0      4790      5141     91259   no data   no data
0.00/0.36	c  N st    10     11296       393      1698         0      4441      5141     63946   no data   no data
0.00/0.61	c  N st    11     17039       393      1698         0     10046      5141    179990   no data   no data
3.97/1.00	c  F st    12     25000       393      1698         0     12353      5141    234778   no data   no data
3.97/1.00	c  N st    12     25000       393      1698         0     12353      5141    234778   no data   no data
4.77/1.24	c Decided on static restart strategy
4.77/1.24	c  N st    18     30000       393      1698         0     10631      5141    175696   no data   no data
4.77/1.24	c  S st    18     30000       393      1698         0     10631      5141    175696   no data   no data
4.77/1.27	c  S st    18     30500       393      1698         0     11126      5141    185211   no data   no data
4.77/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.27	c blocked clauses removed:        0 vars:      0 tried:         393 T: 0.00 s
4.77/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
4.77/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c lits-rem:       255  cl-subs:      733  v-elim:      0  v-fix:    0  time:  0.05 s
5.17/1.34	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30500       393      1698         0     10393      5141    169871   no data   no data
6.79/1.73	c  N st    20     37610       393      1698         0      9665      5141    141494   no data   no data
7.96/2.08	c  N st    21     44009       393      1698         0     15862      5141    258833   no data   no data
8.76/2.20	c  S st    22     45750       393      1698         0      8884      5141    109654   no data   no data
8.76/2.23	c  S st    22     46250       393      1698         0      9382      5141    120067   no data   no data
8.76/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.76/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.76/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
8.76/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.76/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.25	c lits-rem:        27  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.01 s
8.76/2.25	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
8.76/2.25	c vivif2 --  cl tried     9218 cl shrink        0 lits rem          0 time: 0.00
8.76/2.25	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.00
8.76/2.26	c calculated reachability. Time: 0.00
8.76/2.26	c  N st    22     46250       393      1698         0      9218      5141    117153   no data   no data
12.36/3.13	c  N st    23     60648       393      1698         0     13482      5141    185386   no data   no data
14.75/3.70	c  N st    24     69375       393      1698         0     11286      5141    137983   no data   no data
14.75/3.70	c  S st    24     69375       393      1698         0     11286      5141    137983   no data   no data
14.75/3.73	c  S st    24     69879       393      1698         0     11788      5141    147842   no data   no data
14.75/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.75/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
14.75/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.76	c lits-rem:        57  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.02 s
14.75/3.76	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
14.75/3.76	c vivif2 --  cl tried    11479 cl shrink        0 lits rem          0 time: 0.00
14.75/3.77	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
14.75/3.77	c calculated reachability. Time: 0.00
14.75/3.77	c  N st    24     69879       393      1698         0     11479      5141    142887   no data   no data
19.56/4.94	c  F st    25     87502       393      1698         0     16863      5141    232420   no data   no data
19.56/4.94	c  N st    25     87502       393      1698         0     16863      5141    232420   no data   no data
21.14/5.34	c Decided on static restart strategy
21.94/5.56	c  N st    32     95540       393      1698         0     24637      5141    383718   no data   no data
24.74/6.21	c  N st    34    104818       393      1698         0     21134      5141    319803   no data   no data
24.74/6.21	c  S st    34    104818       393      1698         0     21134      5141    319803   no data   no data
24.74/6.27	c  S st    34    105323       393      1698         0     21637      5141    329608   no data   no data
24.74/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.74/6.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.74/6.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.74/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.74/6.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
24.74/6.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.74/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.74/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.43	c lits-rem:       177  cl-subs:     1140  v-elim:      0  v-fix:    0  time:  0.14 s
25.54/6.43	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
25.54/6.44	c vivif2 --  cl tried    20497 cl shrink        0 lits rem          0 time: 0.00
25.54/6.45	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
25.54/6.45	c calculated reachability. Time: 0.00
25.54/6.45	c  N st    34    105323       393      1698         0     20497      5141    307628   no data   no data
29.13/7.33	c  N st    35    114921       393      1698         0     16205      5141    199873   no data   no data
33.93/8.57	c  N st    36    129318       393      1698         0     15652      5141    175666   no data   no data
41.12/10.33	c  N st    37    150914       393      1698         0     21010      5141    267226   no data   no data
43.52/10.94	c  S st    38    157984       393      1698         0     27856      5141    400840   no data   no data
43.92/11.02	c  S st    38    158485       393      1698         0     28356      5141    411004   no data   no data
43.92/11.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.92/11.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.92/11.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.92/11.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.92/11.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.92/11.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
43.92/11.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.92/11.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.92/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.52/11.41	c lits-rem:       293  cl-subs:     2282  v-elim:      0  v-fix:    0  time:  0.36 s
45.52/11.41	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
45.52/11.41	c vivif2 --  cl tried    26074 cl shrink        0 lits rem          0 time: 0.00
45.52/11.43	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.01
45.52/11.43	c calculated reachability. Time: 0.00
45.52/11.43	c  N st    38    158485       393      1698         0     26074      5141    370591   no data   no data
63.90/16.07	c  N st    39    207073       393      1698         0     20936      5141    241355   no data   no data
76.69/19.23	c  N st    40    237727       393      1698         0     31306      5141    433660   no data   no data
76.69/19.23	c  S st    40    237727       393      1698         0     31306      5141    433660   no data   no data
77.09/19.31	c  S st    40    238229       393      1698         0     31806      5141    443717   no data   no data
77.09/19.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.09/19.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.09/19.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.09/19.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.09/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.09/19.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
77.09/19.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.09/19.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.09/19.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.67/19.76	c lits-rem:       274  cl-subs:     2360  v-elim:      0  v-fix:    0  time:  0.42 s
78.67/19.76	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
78.67/19.77	c vivif2 --  cl tried    29446 cl shrink        0 lits rem          0 time: 0.00
78.67/19.78	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
78.67/19.79	c calculated reachability. Time: 0.00
78.67/19.79	c  N st    40    238229       393      1698         0     29446      5141    403266   no data   no data
107.44/26.96	c  F st    41    306250       393      1698         0     31431      5141    393519   no data   no data
107.44/26.96	c  N st    41    306250       393      1698         0     31431      5141    393519   no data   no data
109.82/27.54	c Decided on static restart strategy
119.81/30.08	c  N st    51    334552       393      1698         0     35688      5141    485365   no data   no data
130.20/32.66	c  N st    53    357344       393      1698         0     33615      5141    433296   no data   no data
130.20/32.66	c  S st    53    357344       393      1698         0     33615      5141    433296   no data   no data
130.60/32.75	c  S st    53    357848       393      1698         0     34116      5141    443479   no data   no data
130.60/32.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.60/32.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
130.60/32.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.60/32.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.60/32.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.60/32.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
130.60/32.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.60/32.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
130.60/32.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.80/33.06	c lits-rem:       177  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  0.27 s
131.80/33.06	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
131.80/33.06	c vivif2 --  cl tried    32795 cl shrink        0 lits rem          0 time: 0.01
131.80/33.08	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
131.80/33.08	c calculated reachability. Time: 0.00
131.80/33.08	c  N st    53    357848       393      1698         0     32795      5141    415301   no data   no data
148.97/37.35	c  N st    54    390240       393      1698         0     38798      5141    501051   no data   no data
175.73/44.09	c  N st    55    438828       393      1698         0     32436      5141    349993   no data   no data
212.90/53.34	c  N st    56    511711       393      1698         0     46152      5141    612336   no data   no data
225.66/56.51	c  N st    57    536773       393      1698         0     40472      5141    487914   no data   no data
225.66/56.51	c  S st    57    536773       393      1698         0     40472      5141    487914   no data   no data
226.08/56.62	c  S st    57    537278       393      1698         0     40976      5141    497823   no data   no data
226.08/56.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.08/56.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
226.08/56.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.08/56.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.08/56.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.08/56.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
226.08/56.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
226.08/56.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
226.08/56.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.06/57.14	c lits-rem:       161  cl-subs:     2754  v-elim:      0  v-fix:    0  time:  0.48 s
228.06/57.14	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
228.06/57.15	c vivif2 --  cl tried    38222 cl shrink        0 lits rem          0 time: 0.01
228.06/57.17	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.02
228.06/57.17	c calculated reachability. Time: 0.00
228.06/57.17	c  N st    57    537278       393      1698         0     38222      5141    446763   no data   no data
318.36/79.75	c  N st    58    701262       393      1698         0     66864      5141    946764   no data   no data
382.24/95.77	c  N st    59    805917       393      1698         0     60666      5141    789680   no data   no data
382.24/95.77	c  S st    59    805917       393      1698         0     60666      5141    789680   no data   no data
383.04/95.97	c  S st    59    806418       393      1698         0     61165      5141    800103   no data   no data
383.04/95.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
383.04/95.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
383.04/95.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
383.04/95.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.04/95.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.04/95.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
383.04/95.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
383.44/96.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
383.44/96.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
391.03/97.90	c lits-rem:       387  cl-subs:     6175  v-elim:      0  v-fix:    0  time:  1.86 s
391.03/97.90	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
391.03/97.91	c vivif2 --  cl tried    54990 cl shrink        0 lits rem          0 time: 0.01
391.03/97.95	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.04
391.03/97.95	c calculated reachability. Time: 0.00
391.03/97.95	c  N st    59    806418       393      1698         0     54990      5141    699675   no data   no data
589.57/147.65	c  F st    60   1071875       393      1698         0     70761      5141    912164   no data   no data
589.57/147.65	c  N st    60   1071875       393      1698         0     70761      5141    912164   no data   no data
593.56/148.69	c Decided on static restart strategy
612.34/153.34	c  N st    70   1100175       393      1698         0     54962      5141    614646   no data   no data
640.30/160.39	c  N st    72   1136167       393      1698         0     45324      5141    415556   no data   no data
662.67/165.93	c  N st    73   1168559       393      1698         0     76465      5141    993638   no data   no data
694.62/173.96	c  N st    74   1209627       393      1698         0     70743      5141    896433   no data   no data
694.62/173.96	c  S st    74   1209627       393      1698         0     70743      5141    896433   no data   no data
695.42/174.19	c  S st    74   1210132       393      1698         0     71243      5141    906775   no data   no data
695.42/174.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
695.82/174.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
695.82/174.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
695.82/174.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
695.82/174.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
695.82/174.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
695.82/174.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
695.82/174.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
695.82/174.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
705.80/176.77	c lits-rem:       342  cl-subs:     7144  v-elim:      0  v-fix:    0  time:  2.50 s
705.80/176.77	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
705.80/176.78	c vivif2 --  cl tried    64099 cl shrink        0 lits rem          0 time: 0.01
706.20/176.83	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.05
706.20/176.84	c calculated reachability. Time: 0.00
706.20/176.84	c  N st    74   1210132       393      1698         0     64099      5141    785464   no data   no data
777.71/194.75	c  N st    75   1283014       393      1698         0     88166      5141   1205697   no data   no data
871.18/218.11	c  N st    76   1392338       393      1698         0     98128      5141   1401617   no data   no data
1016.18/254.49	c  N st    77   1556323       393      1698         0     54160      5141    505375   no data   no data
1151.20/288.28	c  N st    78   1710132       393      1698         0     95371      5141   1276210   no data   no data
1151.20/288.28	c  S st    78   1710132       393      1698         0     95371      5141   1276210   no data   no data
1152.79/288.62	c  S st    78   1710636       393      1698         0     95874      5141   1286790   no data   no data
1152.79/288.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1152.79/288.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1152.79/288.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1152.79/288.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1152.79/288.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1152.79/288.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
1152.79/288.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1152.79/288.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1153.22/288.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1180.36/295.55	c lits-rem:      1317  cl-subs:    12828  v-elim:      0  v-fix:    0  time:  6.82 s
1180.36/295.55	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1180.36/295.57	c vivif2 --  cl tried    83046 cl shrink        0 lits rem          0 time: 0.02
1180.76/295.64	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.07
1180.76/295.64	c calculated reachability. Time: 0.00
1180.76/295.64	c  N st    78   1710636       393      1698         0     83046      5141   1074592   no data   no data
1509.91/378.01	c  N st    79   2079600       393      1698         0     94778      5141   1183362   no data   no data
1639.32/410.41	c  N st    80   2210636       393      1698         0     98356      5141   1208882   no data   no data
1639.32/410.41	c  S st    80   2210636       393      1698         0     98356      5141   1208882   no data   no data
1640.52/410.75	c  S st    80   2211140       393      1698         0     98858      5141   1220073   no data   no data
1640.52/410.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1640.52/410.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1640.52/410.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1640.52/410.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1640.52/410.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1640.52/410.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
1640.52/410.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1640.94/410.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1640.94/410.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1660.90/415.81	c lits-rem:      1143  cl-subs:    12097  v-elim:      0  v-fix:    0  time:  4.95 s
1660.90/415.81	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1660.90/415.83	c vivif2 --  cl tried    86761 cl shrink        0 lits rem          0 time: 0.02
1661.30/415.90	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.07
1661.30/415.90	c calculated reachability. Time: 0.00
1661.30/415.90	c  N st    80   2211140       393      1698         0     86761      5141   1026362   no data   no data
2180.19/545.88	c  N st    81   2711140       393      1698         0    110317      5141   1354616   no data   no data
2180.19/545.88	c  S st    81   2711140       393      1698         0    110317      5141   1354616   no data   no data
2181.81/546.27	c  S st    81   2711642       393      1698         0    110817      5141   1365080   no data   no data
2181.81/546.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2182.19/546.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2182.19/546.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2182.19/546.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2182.19/546.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2182.19/546.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
2182.19/546.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2182.19/546.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2182.59/546.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2206.95/552.51	c lits-rem:       880  cl-subs:    14674  v-elim:      0  v-fix:    0  time:  6.11 s
2206.95/552.51	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2206.95/552.53	c vivif2 --  cl tried    96143 cl shrink        0 lits rem          0 time: 0.02
2207.35/552.61	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.08
2207.35/552.62	c calculated reachability. Time: 0.00
2207.35/552.62	c  N st    81   2711642       393      1698         0     96143      5141   1145699   no data   no data
2813.72/704.42	c  N st    82   3211643       393      1698         0    147396      5141   2041881   no data   no data
2813.72/704.42	c  S st    82   3211643       393      1698         0    147396      5141   2041881   no data   no data
2816.12/705.02	c  S st    82   3212145       393      1698         0    147896      5141   2051971   no data   no data
2816.12/705.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2816.52/705.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2816.52/705.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2816.52/705.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2816.52/705.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2816.52/705.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
2816.52/705.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2816.52/705.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2816.92/705.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2925.57/732.48	c lits-rem:      1469  cl-subs:    28056  v-elim:      0  v-fix:    0  time: 27.26 s
2925.57/732.48	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2925.97/732.51	c vivif2 --  cl tried   119840 cl shrink        0 lits rem          0 time: 0.02
2926.37/732.63	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.12
2926.37/732.63	c calculated reachability. Time: 0.00
2926.37/732.63	c  N st    82   3212145       393      1698         0    119840      5141   1563619   no data   no data
3516.37/880.33	c  N st    83   3712145       393      1698         0    137382      5141   1764595   no data   no data
3516.37/880.33	c  S st    83   3712145       393      1698         0    137382      5141   1764595   no data   no data
3518.36/880.85	c  S st    83   3712648       393      1698         0    137882      5141   1774878   no data   no data
3518.36/880.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3518.76/880.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3518.76/880.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3518.76/880.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3518.76/880.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3518.76/880.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
3518.76/880.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3518.76/880.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3519.16/881.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3585.87/897.75	c lits-rem:      1226  cl-subs:    22570  v-elim:      0  v-fix:    0  time: 16.72 s
3585.87/897.75	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3585.87/897.77	c vivif2 --  cl tried   115312 cl shrink        0 lits rem          0 time: 0.02
3586.27/897.88	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.11
3586.27/897.89	c calculated reachability. Time: 0.00
3586.27/897.89	c  N st    83   3712648       393      1698         0    115312      5141   1397894   no data   no data
3641.79/911.78	c  F st    84   3751562       393      1698         0    152619      5141   2094052   no data   no data
3641.79/911.78	c  N st    84   3751562       393      1698         0    152619      5141   2094052   no data   no data
3650.18/913.84	c Decided on static restart strategy
3677.34/920.62	c  N st    94   3779870       393      1698         0     99869      5141   1091282   no data   no data
3724.10/932.36	c  N st    96   3815863       393      1698         0    134488      5141   1783978   no data   no data
3780.81/946.51	c  N st    97   3848255       393      1698         0     84282      5141    756574   no data   no data
3840.33/961.42	c  N st    98   3896843       393      1698         0    131130      5141   1723474   no data   no data
3936.98/985.61	c  N st    99   3969725       393      1698         0    118690      5141   1441453   no data   no data
4097.19/1025.72	c  N st   100   4079048       393      1698         0    139784      5141   1763315   no data   no data
4301.69/1076.90	c  N st   101   4212648       393      1698         0     98299      5141    980634   no data   no data
4301.69/1076.90	c  S st   101   4212648       393      1698         0     98299      5141    980634   no data   no data
4302.89/1077.23	c  S st   101   4213151       393      1698         0     98801      5141    991336   no data   no data
4302.89/1077.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4302.89/1077.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4302.89/1077.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4302.89/1077.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4302.89/1077.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4302.89/1077.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
4302.89/1077.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4303.29/1077.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4303.29/1077.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4307.28/1078.31	c lits-rem:       148  cl-subs:     3379  v-elim:      0  v-fix:    0  time:  0.98 s
4307.28/1078.31	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
4307.28/1078.33	c vivif2 --  cl tried    95422 cl shrink        0 lits rem          0 time: 0.02
4307.68/1078.41	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
4307.68/1078.42	c calculated reachability. Time: 0.00
4307.68/1078.42	c  N st   101   4213151       393      1698         0     95422      5141    935685   no data   no data
4697.15/1175.93	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: 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-3174209-1304115254/watcher-3174209-1304115254 -o /tmp/evaluation-result-3174209-1304115254/solver-3174209-1304115254 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174209-1304115254.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 408 0 0 0 0 0 0 0 21 0 3 0 523123420 41951232 347 33554432000 4194304 4627427 140735757853520 18446744073709551615 228244405233 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 10242 347 299 106 0 5213 0
[pid=32714/tid=32715] ppid=32712 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 3 0 523123420 41951232 347 33554432000 4194304 4627427 140735757853520 18446744073709551615 47925903677362 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=40968 CPUtime=0 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 3 0 523123420 41951232 347 33554432000 4194304 4627427 140735757853520 18446744073709551615 228256146486 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.620078 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=284296 CPUtime=2.45 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 3673 0 0 0 244 1 0 0 25 0 4 0 523123420 291119104 2380 33554432000 4194304 4627427 140735757853520 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 71074 2380 385 106 0 66045 0
[pid=32714/tid=32715] ppid=32712 vsize=284296 CPUtime=0.61 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 836 0 0 0 61 0 0 0 18 0 4 0 523123420 291119104 2380 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=284296 CPUtime=0.61 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 812 0 0 0 61 0 0 0 18 0 4 0 523123420 291119104 2380 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 284296

[startup+0.700999 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=284948 CPUtime=2.77 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 4350 0 0 0 276 1 0 0 25 0 4 0 523123420 291786752 2127 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 71237 2127 385 106 0 66208 0
[pid=32714/tid=32715] ppid=32712 vsize=284948 CPUtime=0.69 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1004 0 0 0 69 0 0 0 18 0 4 0 523123420 291786752 2127 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=284948 CPUtime=0.69 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 975 0 0 0 69 0 0 0 18 0 4 0 523123420 291786752 2127 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284948

[startup+0.800981 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=284948 CPUtime=3.17 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 4586 0 0 0 316 1 0 0 25 0 4 0 523123420 291786752 2363 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 71237 2363 385 106 0 66208 0
[pid=32714/tid=32715] ppid=32712 vsize=284948 CPUtime=0.79 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1064 0 0 0 79 0 0 0 18 0 4 0 523123420 291786752 2363 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=284948 CPUtime=0.79 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1027 0 0 0 79 0 0 0 18 0 4 0 523123420 291786752 2363 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 284948

[startup+0.900964 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=284948 CPUtime=3.57 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 4823 0 0 0 356 1 0 0 25 0 4 0 523123420 291786752 2600 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 71237 2600 385 106 0 66208 0
[pid=32714/tid=32715] ppid=32712 vsize=284948 CPUtime=0.89 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1121 0 0 0 89 0 0 0 19 0 4 0 523123420 291786752 2600 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=284948 CPUtime=0.89 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1076 0 0 0 89 0 0 0 19 0 4 0 523123420 291786752 2600 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 284948

[startup+1.50089 s]
/proc/loadavg: 7.45 7.93 8.00 3/173 32714
/proc/meminfo: memFree=30930428/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=286016 CPUtime=5.97 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 7778 0 0 0 595 2 0 0 25 0 4 0 523123420 292880384 4182 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 71504 4182 389 106 0 66475 0
[pid=32714/tid=32715] ppid=32712 vsize=286016 CPUtime=1.49 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1570 0 0 0 149 0 0 0 20 0 4 0 523123420 292880384 4182 33554432000 4194304 4627427 140735757853520 18446744073709551615 4327381 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=286016 CPUtime=1.48 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 1502 0 0 0 148 0 0 0 19 0 4 0 523123420 292880384 4182 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286016

[startup+3.10058 s]
/proc/loadavg: 7.73 7.98 8.02 9/184 32756
/proc/meminfo: memFree=30885808/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=292104 CPUtime=12.36 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 16183 0 0 0 1232 4 0 0 25 0 4 0 523123420 299114496 8163 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 73026 8163 389 106 0 67997 0
[pid=32714/tid=32715] ppid=32712 vsize=292104 CPUtime=3.09 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 3644 0 0 0 309 0 0 0 25 0 4 0 523123420 299114496 8163 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=292104 CPUtime=3.09 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 4139 0 0 0 308 1 0 0 25 0 4 0 523123420 299114496 8163 33554432000 4194304 4627427 140735757853520 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=292104 CPUtime=3.08 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 3878 0 0 0 307 1 0 0 25 0 4 0 523123421 299114496 8163 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292104

[startup+6.30102 s]
/proc/loadavg: 7.75 7.98 8.02 9/184 32756
/proc/meminfo: memFree=30840636/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=297096 CPUtime=25.14 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 25796 0 0 0 2509 5 0 0 25 0 4 0 523123420 304226304 12062 33554432000 4194304 4627427 140735757853520 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 74274 12062 389 106 0 69245 0
[pid=32714/tid=32715] ppid=32712 vsize=297096 CPUtime=6.28 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 6405 0 0 0 628 0 0 0 25 0 4 0 523123420 304226304 12062 33554432000 4194304 4627427 140735757853520 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=297096 CPUtime=6.28 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 6712 0 0 0 627 1 0 0 25 0 4 0 523123420 304226304 12062 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=297096 CPUtime=6.26 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 5562 0 0 0 625 1 0 0 25 0 4 0 523123421 304226304 12062 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 297096

[startup+12.7069 s]
/proc/loadavg: 7.85 7.99 8.02 9/184 32756
/proc/meminfo: memFree=30813448/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=300052 CPUtime=50.73 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 39696 0 0 0 5064 9 0 0 25 0 4 0 523123420 307253248 15872 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 75013 15872 389 106 0 69984 0
[pid=32714/tid=32715] ppid=32712 vsize=300052 CPUtime=12.69 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 10126 0 0 0 1267 2 0 0 25 0 4 0 523123420 307253248 15872 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=300052 CPUtime=12.69 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 9421 0 0 0 1268 1 0 0 25 0 4 0 523123420 307253248 15872 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=300052 CPUtime=12.62 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 9512 0 0 0 1261 1 0 0 25 0 4 0 523123421 307253248 15872 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 300052

[startup+25.5007 s]
/proc/loadavg: 7.95 8.01 8.03 9/184 32757
/proc/meminfo: memFree=30785300/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=305116 CPUtime=101.83 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 60389 0 0 0 10170 13 0 0 25 0 4 0 523123420 312438784 20545 33554432000 4194304 4627427 140735757853520 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 76279 20545 389 106 0 71250 0
[pid=32714/tid=32715] ppid=32712 vsize=305116 CPUtime=25.49 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 16015 0 0 0 2545 4 0 0 25 0 4 0 523123420 312438784 20545 33554432000 4194304 4627427 140735757853520 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=305116 CPUtime=25.48 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 14633 0 0 0 2546 2 0 0 25 0 4 0 523123420 312438784 20545 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=305116 CPUtime=25.36 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 14025 0 0 0 2533 3 0 0 25 0 4 0 523123421 312438784 20545 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 305116

[startup+51.1002 s]
/proc/loadavg: 7.97 8.01 8.03 9/184 32757
/proc/meminfo: memFree=30752724/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=311176 CPUtime=204.11 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 91315 0 0 0 20390 21 0 0 25 0 4 0 523123420 318644224 25042 33554432000 4194304 4627427 140735757853520 18446744073709551615 4507021 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 77794 25042 389 106 0 72765 0
[pid=32714/tid=32715] ppid=32712 vsize=311176 CPUtime=51.09 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 25259 0 0 0 5103 6 0 0 25 0 4 0 523123420 318644224 25042 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=311176 CPUtime=51.09 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 22316 0 0 0 5105 4 0 0 25 0 4 0 523123420 318644224 25042 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=311176 CPUtime=50.82 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 20947 0 0 0 5078 4 0 0 25 0 4 0 523123421 318644224 25042 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 311176

[startup+102.3 s]
/proc/loadavg: 8.08 8.03 8.03 9/184 32759
/proc/meminfo: memFree=30702928/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=314448 CPUtime=408.61 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 142685 0 0 0 40825 36 0 0 25 0 4 0 523123420 321994752 31729 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 78612 31729 389 106 0 73583 0
[pid=32714/tid=32715] ppid=32712 vsize=314448 CPUtime=102.29 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 38261 0 0 0 10219 10 0 0 25 0 4 0 523123420 321994752 31729 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=314448 CPUtime=102.29 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 33810 0 0 0 10221 8 0 0 25 0 4 0 523123420 321994752 31729 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=314448 CPUtime=101.73 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 33383 0 0 0 10166 7 0 0 25 0 4 0 523123421 321994752 31729 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 314448

[startup+162.307 s]
/proc/loadavg: 8.08 8.04 8.03 9/184 32760
/proc/meminfo: memFree=30682040/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=321740 CPUtime=648.31 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 187899 0 0 0 64781 50 0 0 25 0 4 0 523123420 329461760 33991 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 80435 33991 389 106 0 75406 0
[pid=32714/tid=32715] ppid=32712 vsize=321740 CPUtime=162.29 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 49610 0 0 0 16216 13 0 0 25 0 4 0 523123420 329461760 33991 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=321740 CPUtime=162.3 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 45629 0 0 0 16218 12 0 0 25 0 4 0 523123420 329461760 33991 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=321740 CPUtime=161.42 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 44668 0 0 0 16131 11 0 0 25 0 4 0 523123421 329461760 33991 33554432000 4194304 4627427 140735757853520 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.31

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

[pid=32714] ppid=32712 vsize=486896 CPUtime=2805.35 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 461244 0 0 0 280381 154 0 0 25 0 4 0 523123420 498581504 76029 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 121724 76029 389 106 0 116695 0
[pid=32714/tid=32715] ppid=32712 vsize=486896 CPUtime=702.3 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 127086 0 0 0 70190 40 0 0 25 0 4 0 523123420 498581504 76029 33554432000 4194304 4627427 140735757853520 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=486896 CPUtime=702.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 114955 0 0 0 70192 39 0 0 25 0 4 0 523123420 498581504 76029 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=486896 CPUtime=698.47 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 97879 0 0 0 69817 30 0 0 25 0 4 0 523123421 498581504 76029 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 486896

[startup+762.301 s]
/proc/loadavg: 8.04 8.03 8.00 9/184 308
/proc/meminfo: memFree=30331516/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=555896 CPUtime=3045.01 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 484723 0 0 0 304336 165 0 0 25 0 4 0 523123420 569237504 84125 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 138974 84125 389 106 0 133945 0
[pid=32714/tid=32715] ppid=32712 vsize=555896 CPUtime=762.31 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 132366 0 0 0 76188 43 0 0 25 0 4 0 523123420 569237504 84125 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=555896 CPUtime=762.3 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 122504 0 0 0 76188 42 0 0 25 0 4 0 523123420 569237504 84125 33554432000 4194304 4627427 140735757853520 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=555896 CPUtime=758.14 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 103846 0 0 0 75780 34 0 0 25 0 4 0 523123421 569237504 84125 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 555896

[startup+822.306 s]
/proc/loadavg: 8.01 8.02 8.00 9/184 310
/proc/meminfo: memFree=30312236/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=556096 CPUtime=3284.7 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 505632 0 0 0 328296 174 0 0 25 0 4 0 523123420 569442304 88514 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 139024 88514 389 106 0 133995 0
[pid=32714/tid=32715] ppid=32712 vsize=556096 CPUtime=822.31 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 138324 0 0 0 82186 45 0 0 25 0 4 0 523123420 569442304 88514 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=556096 CPUtime=822.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 128583 0 0 0 82186 45 0 0 25 0 4 0 523123420 569442304 88514 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=556096 CPUtime=817.82 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 107442 0 0 0 81746 36 0 0 25 0 4 0 523123421 569442304 88514 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 556096

[startup+882.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/184 321
/proc/meminfo: memFree=30303012/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=543624 CPUtime=3524.36 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 524428 0 0 0 352254 182 0 0 25 0 4 0 523123420 556670976 93099 33554432000 4194304 4627427 140735757853520 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 135906 93099 389 106 0 130877 0
[pid=32714/tid=32715] ppid=32712 vsize=543624 CPUtime=882.3 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 145521 0 0 0 88182 48 0 0 25 0 4 0 523123420 556670976 93099 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=543624 CPUtime=882.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 131760 0 0 0 88184 47 0 0 25 0 4 0 523123420 556670976 93099 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=543624 CPUtime=877.5 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 112835 0 0 0 87711 39 0 0 25 0 4 0 523123421 556670976 93099 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 543624

[startup+942.301 s]
/proc/loadavg: 8.05 8.03 8.00 9/184 322
/proc/meminfo: memFree=30267364/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=543740 CPUtime=3764.03 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 536081 0 0 0 376216 187 0 0 25 0 4 0 523123420 556789760 96170 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 135935 96170 389 106 0 130906 0
[pid=32714/tid=32715] ppid=32712 vsize=543740 CPUtime=942.3 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 148956 0 0 0 94180 50 0 0 25 0 4 0 523123420 556789760 96170 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=543740 CPUtime=942.3 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 134103 0 0 0 94183 47 0 0 25 0 4 0 523123420 556789760 96170 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=543740 CPUtime=937.17 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 115602 0 0 0 93678 39 0 0 25 0 4 0 523123421 556789760 96170 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 543740

[startup+1002.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/184 324
/proc/meminfo: memFree=30285908/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=569508 CPUtime=4003.7 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 553221 0 0 0 400176 194 0 0 25 0 4 0 523123420 583176192 92437 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 142377 92437 389 106 0 137348 0
[pid=32714/tid=32715] ppid=32712 vsize=569508 CPUtime=1002.3 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 153932 0 0 0 100178 52 0 0 25 0 4 0 523123420 583176192 92437 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=569508 CPUtime=1002.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 139941 0 0 0 100181 50 0 0 25 0 4 0 523123420 583176192 92437 33554432000 4194304 4627427 140735757853520 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=569508 CPUtime=996.85 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 116296 0 0 0 99645 40 0 0 25 0 4 0 523123421 583176192 92437 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 569508

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 8.01 10/184 325
/proc/meminfo: memFree=30288316/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=556932 CPUtime=4243.37 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 572615 0 0 0 424134 203 0 0 25 0 4 0 523123420 570298368 91422 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 139233 91422 389 106 0 134204 0
[pid=32714/tid=32715] ppid=32712 vsize=556932 CPUtime=1062.31 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 159587 0 0 0 106176 55 0 0 25 0 4 0 523123420 570298368 91422 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=556932 CPUtime=1062.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 145444 0 0 0 106178 53 0 0 25 0 4 0 523123420 570298368 91422 33554432000 4194304 4627427 140735757853520 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=556932 CPUtime=1056.52 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 119163 0 0 0 105611 41 0 0 25 0 4 0 523123421 570298368 91422 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 556932

[startup+1122.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/184 327
/proc/meminfo: memFree=30254036/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=580580 CPUtime=4483.04 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 592418 0 0 0 448094 210 0 0 25 0 4 0 523123420 594513920 99215 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 145145 99215 389 106 0 140116 0
[pid=32714/tid=32715] ppid=32712 vsize=580580 CPUtime=1122.31 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 165560 0 0 0 112174 57 0 0 25 0 4 0 523123420 594513920 99215 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=580580 CPUtime=1122.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 149709 0 0 0 112177 54 0 0 25 0 4 0 523123420 594513920 99215 33554432000 4194304 4627427 140735757853520 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=580580 CPUtime=1116.19 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 123890 0 0 0 111576 43 0 0 25 0 4 0 523123421 594513920 99215 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 580580

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 329
/proc/meminfo: memFree=30251228/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=619380 CPUtime=4722.71 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 603770 0 0 0 472054 217 0 0 25 0 4 0 523123420 634245120 101071 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 154845 101071 389 106 0 149816 0
[pid=32714/tid=32715] ppid=32712 vsize=619380 CPUtime=1182.31 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 170041 0 0 0 118172 59 0 0 25 0 4 0 523123420 634245120 101071 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=619380 CPUtime=1182.31 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 153400 0 0 0 118175 56 0 0 25 0 4 0 523123420 634245120 101071 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=619380 CPUtime=1175.87 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 125756 0 0 0 117542 45 0 0 25 0 4 0 523123421 634245120 101071 33554432000 4194304 4627427 140735757853520 18446744073709551615 4299724 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 619380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 329
/proc/meminfo: memFree=30229248/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=580844 CPUtime=4800.25 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 610720 0 0 0 479805 220 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 145211 104877 389 106 0 140182 0
[pid=32714/tid=32715] ppid=32712 vsize=580844 CPUtime=1201.72 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 172274 0 0 0 120112 60 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=580844 CPUtime=1201.73 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 153775 0 0 0 120116 57 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=580844 CPUtime=1195.17 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 127855 0 0 0 119472 45 0 0 25 0 4 0 523123421 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 580844

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

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

[startup+1201.7 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 329
/proc/meminfo: memFree=30229248/32951124 swapFree=67111364/67111528
[pid=32714] ppid=32712 vsize=580844 CPUtime=4800.25 cores=0,2,4,6
/proc/32714/stat : 32714 (strangenight2-m) R 32712 32714 32264 0 -1 4202496 610720 0 0 0 479805 220 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32714/statm: 145211 104877 389 106 0 140182 0
[pid=32714/tid=32715] ppid=32712 vsize=580844 CPUtime=1201.72 cores=0,2,4,6
/proc/32714/task/32715/stat : 32715 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 172274 0 0 0 120112 60 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32714/tid=32716] ppid=32712 vsize=580844 CPUtime=1201.73 cores=0,2,4,6
/proc/32714/task/32716/stat : 32716 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 153775 0 0 0 120116 57 0 0 25 0 4 0 523123420 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32714/tid=32718] ppid=32712 vsize=580844 CPUtime=1195.17 cores=0,2,4,6
/proc/32714/task/32718/stat : 32718 (strangenight2-m) R 32712 32714 32264 0 -1 4202560 127855 0 0 0 119472 45 0 0 25 0 4 0 523123421 594784256 104877 33554432000 4194304 4627427 140735757853520 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 580844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.3
CPU user time (s): 4798.07
CPU system time (s): 2.22366
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 632736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.07
system time used= 2.22366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610720
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= 421
involuntary context switches= 33613

runsolver used 1.93771 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 00:14:15
IDJOB=3174209
IDBENCH=83027
IDSOLVER=1586
FILE ID=node136/3174209-1304115254
RUNJOBID= node136-1304115254-32699
PBS_JOBID= 13170688
Free space on /tmp= 72336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174209-1304115254/watcher-3174209-1304115254 -o /tmp/evaluation-result-3174209-1304115254/solver-3174209-1304115254 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174209-1304115254.cnf

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=1178975467

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.75
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.809
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:     32951124 kB
MemFree:      30932080 kB
Buffers:        590672 kB
Cached:         940420 kB
SwapCached:          0 kB
Active:         133848 kB
Inactive:      1460640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30932080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10268 kB
Writeback:           8 kB
AnonPages:       63272 kB
Mapped:          14484 kB
Slab:           360472 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185084 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= 72324 MiB
End job on node136 at 2011-04-30 00:34:18