Trace number 3366523

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.17 1203.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S549184435-037.UNKNOWN.cnf
MD5SUMab99d3f634575de78557b69bc7096528
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.2033
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.01	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-3366523-1305406025.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
3.23/0.02	c -- clauses added:            0 learnts,         1704 normals,            0 xors
3.23/0.02	c -- vars added        400
3.23/0.02	c Parsing time:  0.00 s
3.23/0.02	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
3.23/0.02	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
3.23/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.23/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.23/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.23/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.23/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.23/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.23/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.00 s
3.23/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.23/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.23/0.85	c calculated reachability. Time: 0.00
3.23/0.85	c Calc default polars -  time:   0.00 s pos:     204 undec:      47 neg:     149
3.23/0.85	c =========================================================================================
3.23/0.85	c types(t): F = full restart, N = normal restart
3.23/0.85	c types(t): S = simplification begin/end, E = solution found
3.23/0.85	c restart types(rt): st = static, dy = dynamic
3.23/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.23/0.85	c  B st     0         0       393      1698         0         0      5138         0   no data   no data
3.23/0.85	c Decided on static restart strategy
3.23/0.85	c  N st     8      4917       393      1698         0      4827      5138     97609   no data   no data
3.23/0.85	c  N st    10     11299       393      1698         0      4445      5138     64151   no data   no data
3.23/0.85	c  N st    11     17043       393      1698         0     10048      5138    178337   no data   no data
4.03/1.05	c  F st    12     25000       393      1698         0     12374      5138    225933   no data   no data
4.03/1.05	c  N st    12     25000       393      1698         0     12374      5138    225933   no data   no data
4.84/1.25	c Decided on static restart strategy
4.84/1.25	c  N st    18     30002       393      1698         0     10675      5138    172108   no data   no data
4.84/1.25	c  S st    18     30002       393      1698         0     10675      5138    172108   no data   no data
5.17/1.35	c  S st    18     30509       393      1698         0     11182      5138    181954   no data   no data
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.35	c blocked clauses removed:        3 vars:      1 tried:         393 T: 0.00 s
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c lits-rem:       169  cl-subs:      590  v-elim:      0  v-fix:    0  time:  0.04 s
5.17/1.35	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
5.17/1.35	c calculated reachability. Time: 0.00
5.17/1.35	c  N st    18     30509       392      1695         0     10592      5129    170205   no data   no data
6.77/1.76	c  N st    20     37622       392      1695         0      9811      5129    137072   no data   no data
8.35/2.14	c  N st    21     44021       392      1695         0     16059      5129    262300   no data   no data
8.75/2.27	c  S st    22     45763       392      1695         0      9027      5129    110992   no data   no data
8.75/2.29	c  S st    22     46267       392      1695         0      9531      5129    120828   no data   no data
8.75/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.15/2.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.15/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
9.15/2.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.15/2.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.15/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.31	c lits-rem:        20  cl-subs:      138  v-elim:      0  v-fix:    0  time:  0.01 s
9.15/2.31	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
9.15/2.31	c vivif2 --  cl tried     9393 cl shrink        0 lits rem          0 time: 0.00
9.15/2.32	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.00
9.15/2.32	c calculated reachability. Time: 0.00
9.15/2.32	c  N st    22     46267       392      1695         0      9393      5129    118377   no data   no data
12.75/3.24	c  N st    23     60664       392      1695         0     13687      5129    194543   no data   no data
15.14/3.89	c  N st    24     69403       392      1695         0     11498      5129    143005   no data   no data
15.14/3.89	c  S st    24     69403       392      1695         0     11498      5129    143005   no data   no data
15.54/3.92	c  S st    24     69907       392      1695         0     11998      5129    152960   no data   no data
15.54/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.54/3.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.54/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.54/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
15.54/3.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.54/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.54/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.95	c lits-rem:        39  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.02 s
15.54/3.95	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
15.54/3.95	c vivif2 --  cl tried    11797 cl shrink        0 lits rem          0 time: 0.00
15.54/3.96	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
15.54/3.96	c calculated reachability. Time: 0.00
15.54/3.96	c  N st    24     69907       392      1695         0     11797      5129    149052   no data   no data
20.77/5.24	c  F st    25     87501       392      1695         0     17241      5129    249836   no data   no data
20.77/5.24	c  N st    25     87501       392      1695         0     17241      5129    249836   no data   no data
22.32/5.64	c Decided on static restart strategy
23.52/5.90	c  N st    32     95538       392      1695         0     25083      5129    402106   no data   no data
25.90/6.55	c  N st    34    104860       392      1695         0     21529      5129    324125   no data   no data
25.90/6.55	c  S st    34    104860       392      1695         0     21529      5129    324125   no data   no data
26.30/6.61	c  S st    34    105361       392      1695         0     22030      5129    333782   no data   no data
26.30/6.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.30/6.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
26.30/6.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.30/6.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.30/6.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.30/6.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
26.30/6.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.30/6.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.30/6.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.70/6.73	c lits-rem:       153  cl-subs:      881  v-elim:      0  v-fix:    0  time:  0.10 s
26.70/6.73	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
26.70/6.73	c vivif2 --  cl tried    21149 cl shrink        0 lits rem          0 time: 0.00
26.70/6.74	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
26.70/6.74	c calculated reachability. Time: 0.00
26.70/6.74	c  N st    34    105361       392      1695         0     21149      5129    316049   no data   no data
29.89/7.51	c  N st    35    114960       392      1695         0     16873      5129    211540   no data   no data
34.68/8.75	c  N st    36    129359       392      1695         0     16257      5129    186562   no data   no data
41.87/10.52	c  N st    37    150956       392      1695         0     21694      5129    291321   no data   no data
44.25/11.17	c  S st    38    158042       392      1695         0     28549      5129    421141   no data   no data
44.65/11.25	c  S st    38    158549       392      1695         0     29056      5129    431453   no data   no data
44.65/11.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.65/11.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.65/11.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.65/11.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.65/11.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.65/11.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
44.65/11.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.65/11.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.65/11.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.25/11.62	c lits-rem:       278  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  0.34 s
46.25/11.62	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
46.25/11.63	c vivif2 --  cl tried    27047 cl shrink        0 lits rem          0 time: 0.00
46.25/11.64	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
46.25/11.64	c calculated reachability. Time: 0.00
46.25/11.64	c  N st    38    158549       392      1695         0     27047      5129    393119   no data   no data
65.38/16.40	c  N st    39    207138       392      1695         0     21752      5129    263345   no data   no data
76.96/19.37	c  N st    40    237825       392      1695         0     32169      5129    465042   no data   no data
76.96/19.37	c  S st    40    237825       392      1695         0     32169      5129    465042   no data   no data
77.38/19.45	c  S st    40    238329       392      1695         0     32670      5129    475010   no data   no data
77.38/19.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.38/19.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.38/19.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.38/19.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.38/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.38/19.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
77.38/19.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.38/19.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.38/19.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.35/19.91	c lits-rem:       313  cl-subs:     1916  v-elim:      0  v-fix:    0  time:  0.43 s
79.35/19.91	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
79.35/19.92	c vivif2 --  cl tried    30754 cl shrink        0 lits rem          0 time: 0.00
79.35/19.94	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.02
79.35/19.94	c calculated reachability. Time: 0.00
79.35/19.94	c  N st    40    238329       392      1695         0     30754      5129    437963   no data   no data
110.05/27.67	c  F st    41    306250       392      1695         0     32621      5129    424168   no data   no data
110.05/27.67	c  N st    41    306250       392      1695         0     32621      5129    424168   no data   no data
113.25/28.42	c Decided on static restart strategy
124.42/31.20	c  N st    51    334551       392      1695         0     36835      5129    512636   no data   no data
135.59/34.09	c  N st    53    357495       392      1695         0     34835      5129    445189   no data   no data
135.59/34.09	c  S st    53    357495       392      1695         0     34835      5129    445189   no data   no data
135.99/34.18	c  S st    53    358001       392      1695         0     35339      5129    455785   no data   no data
135.99/34.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.99/34.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.99/34.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.99/34.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.99/34.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.99/34.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
135.99/34.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.39/34.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.39/34.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.18/34.49	c lits-rem:       155  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  0.28 s
137.18/34.49	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
137.58/34.50	c vivif2 --  cl tried    33797 cl shrink        0 lits rem          0 time: 0.01
137.58/34.52	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.02
137.58/34.52	c calculated reachability. Time: 0.00
137.58/34.52	c  N st    53    358001       392      1695         0     33797      5129    427865   no data   no data
154.72/38.84	c  N st    54    390393       392      1695         0     40001      5129    549636   no data   no data
183.10/45.93	c  N st    55    438983       392      1695         0     33686      5129    381306   no data   no data
224.92/56.45	c  N st    56    511865       392      1695         0     47107      5129    651919   no data   no data
241.68/60.66	c  N st    57    537002       392      1695         0     41508      5129    504422   no data   no data
241.68/60.66	c  S st    57    537002       392      1695         0     41508      5129    504422   no data   no data
242.07/60.77	c  S st    57    537506       392      1695         0     42011      5129    515070   no data   no data
242.07/60.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.07/60.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
242.07/60.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
242.07/60.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.07/60.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.07/60.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
242.07/60.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
242.07/60.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
242.47/60.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.09/61.22	c lits-rem:       242  cl-subs:     1982  v-elim:      0  v-fix:    0  time:  0.41 s
244.09/61.22	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
244.09/61.23	c vivif2 --  cl tried    40029 cl shrink        0 lits rem          0 time: 0.01
244.09/61.25	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.03
244.09/61.25	c calculated reachability. Time: 0.00
244.09/61.25	c  N st    57    537506       392      1695         0     40029      5129    480070   no data   no data
351.35/88.13	c  N st    58    701490       392      1695         0     68949      5129   1030118   no data   no data
424.73/106.52	c  N st    59    806259       392      1695         0     62884      5129    860229   no data   no data
424.73/106.52	c  S st    59    806259       392      1695         0     62884      5129    860229   no data   no data
425.53/106.71	c  S st    59    806767       392      1695         0     63388      5129    870783   no data   no data
425.53/106.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.53/106.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
425.53/106.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.53/106.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.53/106.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.53/106.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
425.53/106.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.53/106.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
425.53/106.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.31/108.91	c lits-rem:       569  cl-subs:     5319  v-elim:      0  v-fix:    0  time:  2.13 s
434.31/108.91	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
434.31/108.93	c vivif2 --  cl tried    58069 cl shrink        0 lits rem          0 time: 0.01
434.31/108.97	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.05
434.31/108.98	c calculated reachability. Time: 0.00
434.31/108.98	c  N st    59    806767       392      1695         0     58069      5129    773687   no data   no data
642.90/161.23	c  F st    60   1071875       392      1695         0     73694      5129    967792   no data   no data
642.90/161.23	c  N st    60   1071875       392      1695         0     73694      5129    967792   no data   no data
648.47/162.66	c Decided on static restart strategy
669.22/167.89	c  N st    70   1100184       392      1695         0     57709      5129    653864   no data   no data
704.73/176.80	c  N st    72   1136179       392      1695         0     48030      5129    452243   no data   no data
729.44/182.91	c  N st    73   1168571       392      1695         0     79278      5129   1087187   no data   no data
765.33/191.94	c  N st    74   1210150       392      1695         0     74177      5129    987955   no data   no data
765.33/191.94	c  S st    74   1210150       392      1695         0     74177      5129    987955   no data   no data
766.15/192.16	c  S st    74   1210654       392      1695         0     74681      5129    998241   no data   no data
766.15/192.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
766.15/192.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
766.15/192.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.15/192.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.15/192.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.15/192.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
766.15/192.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
766.58/192.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
766.58/192.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.51/194.28	c lits-rem:       664  cl-subs:     4410  v-elim:      0  v-fix:    0  time:  2.04 s
774.51/194.28	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
774.51/194.30	c vivif2 --  cl tried    70271 cl shrink        0 lits rem          0 time: 0.01
774.93/194.36	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.06
774.93/194.36	c calculated reachability. Time: 0.00
774.93/194.36	c  N st    74   1210654       392      1695         0     70271      5129    916368   no data   no data
859.44/215.56	c  N st    75   1283536       392      1695         0     93968      5129   1348155   no data   no data
961.14/241.04	c  N st    76   1392859       392      1695         0     54788      5129    530281   no data   no data
1123.07/281.69	c  N st    77   1556843       392      1695         0     59676      5129    589399   no data   no data
1276.62/320.12	c  N st    78   1710654       392      1695         0    100830      5129   1447660   no data   no data
1276.62/320.12	c  S st    78   1710654       392      1695         0    100830      5129   1447660   no data   no data
1278.22/320.50	c  S st    78   1711160       392      1695         0    101334      5129   1458067   no data   no data
1278.22/320.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1278.22/320.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1278.22/320.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1278.22/320.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1278.22/320.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1278.22/320.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1278.22/320.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1278.22/320.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1278.62/320.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.92/328.20	c lits-rem:      1016  cl-subs:     9623  v-elim:      0  v-fix:    0  time:  7.57 s
1308.92/328.20	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
1308.92/328.22	c vivif2 --  cl tried    91711 cl shrink        0 lits rem          0 time: 0.02
1309.32/328.31	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.09
1309.32/328.31	c calculated reachability. Time: 0.00
1309.32/328.31	c  N st    78   1711160       392      1695         0     91711      5129   1277671   no data   no data
1703.77/427.27	c  N st    79   2080124       392      1695         0    103282      5129   1331912   no data   no data
1858.53/466.05	c  N st    80   2211160       392      1695         0    107133      5129   1402044   no data   no data
1858.53/466.05	c  S st    80   2211160       392      1695         0    107133      5129   1402044   no data   no data
1860.10/466.45	c  S st    80   2211662       392      1695         0    107633      5129   1411883   no data   no data
1860.10/466.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1860.50/466.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1860.50/466.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1860.50/466.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1860.50/466.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1860.50/466.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1860.50/466.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1860.50/466.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1860.50/466.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1892.00/474.41	c lits-rem:       474  cl-subs:    12834  v-elim:      0  v-fix:    0  time:  7.84 s
1892.00/474.41	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
1892.00/474.43	c vivif2 --  cl tried    94799 cl shrink        0 lits rem          0 time: 0.02
1892.41/474.52	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.09
1892.41/474.52	c calculated reachability. Time: 0.00
1892.41/474.52	c  N st    80   2211662       392      1695         0     94799      5129   1190238   no data   no data
2493.04/625.10	c  N st    81   2711662       392      1695         0    117741      5129   1485347   no data   no data
2493.04/625.10	c  S st    81   2711662       392      1695         0    117741      5129   1485347   no data   no data
2494.66/625.55	c  S st    81   2712165       392      1695         0    118240      5129   1495566   no data   no data
2494.66/625.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2495.08/625.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2495.08/625.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2495.08/625.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2495.08/625.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2495.08/625.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
2495.08/625.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2495.08/625.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2495.08/625.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2536.10/635.92	c lits-rem:       625  cl-subs:    17623  v-elim:      0  v-fix:    0  time: 10.24 s
2536.10/635.92	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
2536.10/635.94	c vivif2 --  cl tried   100617 cl shrink        0 lits rem          0 time: 0.02
2536.50/636.05	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.10
2536.50/636.05	c calculated reachability. Time: 0.00
2536.50/636.05	c  N st    81   2712165       392      1695         0    100617      5129   1210150   no data   no data
3185.76/798.85	c  N st    82   3212165       392      1695         0     78192      5129    684949   no data   no data
3185.76/798.85	c  S st    82   3212165       392      1695         0     78192      5129    684949   no data   no data
3186.57/799.08	c  S st    82   3212672       392      1695         0     78696      5129    695931   no data   no data
3186.57/799.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3186.97/799.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3186.97/799.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3186.97/799.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3186.97/799.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3186.97/799.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
3186.97/799.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3186.97/799.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3186.97/799.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3187.79/799.37	c lits-rem:        50  cl-subs:      794  v-elim:      0  v-fix:    0  time:  0.21 s
3187.79/799.37	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
3187.79/799.38	c vivif2 --  cl tried    77902 cl shrink        0 lits rem          0 time: 0.01
3188.21/799.44	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.07
3188.21/799.45	c calculated reachability. Time: 0.00
3188.21/799.45	c  N st    82   3212672       392      1695         0     77902      5129    683240   no data   no data
3921.94/983.44	c  N st    83   3712672       392      1695         0     88250      5129    823999   no data   no data
3921.94/983.44	c  S st    83   3712672       392      1695         0     88250      5129    823999   no data   no data
3923.14/983.72	c  S st    83   3713174       392      1695         0     88750      5129    834319   no data   no data
3923.14/983.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3923.14/983.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3923.14/983.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3923.14/983.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3923.14/983.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3923.14/983.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
3923.14/983.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3923.14/983.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3923.54/983.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3925.18/984.25	c lits-rem:        60  cl-subs:     1506  v-elim:      0  v-fix:    0  time:  0.44 s
3925.18/984.25	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
3925.18/984.26	c vivif2 --  cl tried    87244 cl shrink        0 lits rem          0 time: 0.01
3925.53/984.34	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.08
3925.53/984.34	c calculated reachability. Time: 0.00
3925.53/984.34	c  N st    83   3713174       392      1695         0     87244      5129    808575   no data   no data
3978.57/997.69	c  F st    84   3751562       392      1695         0    124391      5129   1570904   no data   no data
3978.57/997.69	c  N st    84   3751562       392      1695         0    124391      5129   1570904   no data   no data
3989.35/1000.30	c Decided on static restart strategy
4034.44/1011.70	c  N st    94   3779871       392      1695         0    151613      5129   2123974   no data   no data
4087.50/1024.98	c  N st    96   3815863       392      1695         0    104410      5129   1134851   no data   no data
4138.11/1037.61	c  N st    97   3848255       392      1695         0    135495      5129   1766243   no data   no data
4225.87/1059.82	c  N st    98   3896844       392      1695         0     99524      5129   1022340   no data   no data
4357.01/1092.71	c  N st    99   3969727       392      1695         0     86136      5129    746596   no data   no data
4518.54/1133.22	c  N st   100   4079051       392      1695         0    107020      5129   1176891   no data   no data
4747.84/1190.79	c  N st   101   4213176       392      1695         0    149894      5129   1995071   no data   no data
4747.84/1190.79	c  S st   101   4213176       392      1695         0    149894      5129   1995071   no data   no data
4750.23/1191.34	c  S st   101   4213677       392      1695         0    150393      5129   2005612   no data   no data
4750.23/1191.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4750.63/1191.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
4750.63/1191.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4750.63/1191.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4750.63/1191.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4750.63/1191.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
4750.63/1191.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4750.63/1191.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4751.03/1191.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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

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

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


[startup+0 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 4 0 652200229 52396032 351 33554432000 4194304 4580107 140734456306352 18446744073709551615 47992013800983 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 12792 351 302 95 0 7774 0
[pid=17551/tid=17552] ppid=17549 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 4 0 652200230 52396032 351 33554432000 4194304 4580107 140734456306352 18446744073709551615 47992013800985 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652200230 52396032 351 33554432000 4194304 4580107 140734456306352 18446744073709551615 47992013801394 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652200230 52396032 351 33554432000 4194304 4580107 140734456306352 18446744073709551615 47992013800985 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.365566 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=284592 CPUtime=3.23 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 4587 0 0 0 323 0 0 0 18 0 4 0 652200229 291422208 2356 33554432000 4194304 4580107 140734456306352 18446744073709551615 4292997 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 71148 2356 377 95 0 66130 0
[pid=17551/tid=17552] ppid=17549 vsize=284592 CPUtime=0.8 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1037 0 0 0 80 0 0 0 18 0 4 0 652200230 291422208 2356 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=284592 CPUtime=0.79 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1080 0 0 0 79 0 0 0 19 0 4 0 652200230 291422208 2356 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=284592 CPUtime=0.81 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1014 0 0 0 81 0 0 0 18 0 4 0 652200230 291422208 2356 33554432000 4194304 4580107 140734456306352 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 284592

[startup+0.91615 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=284724 CPUtime=3.63 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 4803 0 0 0 363 0 0 0 19 0 4 0 652200229 291557376 2572 33554432000 4194304 4580107 140734456306352 18446744073709551615 4317526 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 71181 2572 377 95 0 66163 0
[pid=17551/tid=17552] ppid=17549 vsize=284724 CPUtime=0.9 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1084 0 0 0 90 0 0 0 19 0 4 0 652200230 291557376 2572 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=284724 CPUtime=0.89 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1136 0 0 0 89 0 0 0 19 0 4 0 652200230 291557376 2572 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=284724 CPUtime=0.91 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1078 0 0 0 91 0 0 0 19 0 4 0 652200230 291557376 2572 33554432000 4194304 4580107 140734456306352 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 284724

[startup+1.01613 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=284724 CPUtime=4.03 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 5093 0 0 0 403 0 0 0 19 0 4 0 652200229 291557376 2862 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 71181 2862 378 95 0 66163 0
[pid=17551/tid=17552] ppid=17549 vsize=284724 CPUtime=1 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1131 0 0 0 100 0 0 0 19 0 4 0 652200230 291557376 2862 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=284724 CPUtime=0.99 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1218 0 0 0 99 0 0 0 19 0 4 0 652200230 291557376 2862 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=284724 CPUtime=1.01 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1168 0 0 0 101 0 0 0 19 0 4 0 652200230 291557376 2862 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 284724

[startup+1.11611 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=285052 CPUtime=4.44 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 5727 0 0 0 443 1 0 0 19 0 4 0 652200229 291893248 2650 33554432000 4194304 4580107 140734456306352 18446744073709551615 4322594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 71263 2650 378 95 0 66245 0
[pid=17551/tid=17552] ppid=17549 vsize=285052 CPUtime=1.1 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1195 0 0 0 110 0 0 0 19 0 4 0 652200230 291893248 2650 33554432000 4194304 4580107 140734456306352 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=285052 CPUtime=1.09 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1415 0 0 0 109 0 0 0 19 0 4 0 652200230 291893248 2650 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=285052 CPUtime=1.11 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1359 0 0 0 111 0 0 0 19 0 4 0 652200230 291893248 2650 33554432000 4194304 4580107 140734456306352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 285052

[startup+1.50105 s]
/proc/loadavg: 3.45 4.48 5.89 6/373 17551
/proc/meminfo: memFree=22602920/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=285356 CPUtime=5.97 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 7873 0 0 0 596 1 0 0 20 0 4 0 652200229 292204544 3987 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 71339 3987 379 95 0 66321 0
[pid=17551/tid=17552] ppid=17549 vsize=285356 CPUtime=1.49 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1493 0 0 0 149 0 0 0 19 0 4 0 652200230 292204544 3988 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=285356 CPUtime=1.48 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1586 0 0 0 148 0 0 0 20 0 4 0 652200230 292204544 3988 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=285356 CPUtime=1.49 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 1676 0 0 0 149 0 0 0 20 0 4 0 652200230 292204544 3988 33554432000 4194304 4580107 140734456306352 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285356

[startup+3.10075 s]
/proc/loadavg: 3.82 4.54 5.90 9/377 17555
/proc/meminfo: memFree=22541088/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=293092 CPUtime=12.35 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 16063 0 0 0 1233 2 0 0 25 0 4 0 652200229 300126208 8163 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293073 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 73273 8163 379 95 0 68255 0
[pid=17551/tid=17552] ppid=17549 vsize=293092 CPUtime=3.09 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 3561 0 0 0 309 0 0 0 25 0 4 0 652200230 300126208 8163 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=293092 CPUtime=3.05 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 4150 0 0 0 305 0 0 0 25 0 4 0 652200230 300126208 8163 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=293092 CPUtime=3.09 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 4018 0 0 0 309 0 0 0 25 0 4 0 652200230 300126208 8163 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293092

[startup+6.31417 s]
/proc/loadavg: 3.82 4.54 5.90 9/377 17555
/proc/meminfo: memFree=22517644/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=297856 CPUtime=25.16 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 24968 0 0 0 2513 3 0 0 25 0 4 0 652200229 305004544 10826 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 74464 10826 379 95 0 69446 0
[pid=17551/tid=17552] ppid=17549 vsize=297856 CPUtime=6.3 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 6478 0 0 0 630 0 0 0 25 0 4 0 652200230 305004544 10826 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=297856 CPUtime=6.22 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 6657 0 0 0 622 0 0 0 25 0 4 0 652200230 305004544 10826 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=297856 CPUtime=6.3 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 5627 0 0 0 630 0 0 0 25 0 4 0 652200230 305004544 10826 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293720 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 297856

[startup+12.701 s]
/proc/loadavg: 4.15 4.59 5.91 9/377 17555
/proc/meminfo: memFree=22484948/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=298532 CPUtime=50.64 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 40257 0 0 0 5057 7 0 0 25 0 4 0 652200229 305696768 16084 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 74633 16084 379 95 0 69615 0
[pid=17551/tid=17552] ppid=17549 vsize=298532 CPUtime=12.69 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 10055 0 0 0 1268 1 0 0 25 0 4 0 652200230 305696768 16084 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=298532 CPUtime=12.54 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 9190 0 0 0 1254 0 0 0 25 0 4 0 652200230 305696768 16084 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=298532 CPUtime=12.68 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 9830 0 0 0 1267 1 0 0 25 0 4 0 652200230 305696768 16084 33554432000 4194304 4580107 140734456306352 18446744073709551615 4292947 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 298532

[startup+25.5007 s]
/proc/loadavg: 5.07 4.78 5.95 9/377 17556
/proc/meminfo: memFree=22451292/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=312548 CPUtime=101.68 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 61103 0 0 0 10156 12 0 0 25 0 4 0 652200229 320049152 21505 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 78137 21505 379 95 0 73119 0
[pid=17551/tid=17552] ppid=17549 vsize=312548 CPUtime=25.49 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 16134 0 0 0 2546 3 0 0 25 0 4 0 652200230 320049152 21505 33554432000 4194304 4580107 140734456306352 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=312548 CPUtime=25.19 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 14334 0 0 0 2517 2 0 0 25 0 4 0 652200230 320049152 21505 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=312548 CPUtime=25.49 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 14424 0 0 0 2547 2 0 0 25 0 4 0 652200230 320049152 21505 33554432000 4194304 4580107 140734456306352 18446744073709551615 4295698 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 312548

[startup+51.101 s]
/proc/loadavg: 6.07 5.03 6.00 9/377 17556
/proc/meminfo: memFree=22413960/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=314104 CPUtime=203.79 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 89682 0 0 0 20359 20 0 0 25 0 4 0 652200229 321642496 26919 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 78526 26919 379 95 0 73508 0
[pid=17551/tid=17552] ppid=17549 vsize=314104 CPUtime=51.09 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 24419 0 0 0 5104 5 0 0 25 0 4 0 652200230 321642496 26919 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=314104 CPUtime=50.5 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 20973 0 0 0 5046 4 0 0 25 0 4 0 652200230 321642496 26919 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=314104 CPUtime=51.09 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 20616 0 0 0 5105 4 0 0 25 0 4 0 652200230 321642496 26919 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 314104

[startup+102.301 s]
/proc/loadavg: 7.34 5.54 6.12 9/377 17558
/proc/meminfo: memFree=22358020/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=315724 CPUtime=407.98 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 134454 0 0 0 40761 37 0 0 25 0 4 0 652200229 323301376 31554 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293710 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 78931 31554 379 95 0 73913 0
[pid=17551/tid=17552] ppid=17549 vsize=315724 CPUtime=102.29 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 36419 0 0 0 10219 10 0 0 25 0 4 0 652200230 323301376 31554 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=315724 CPUtime=101.08 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 30938 0 0 0 10100 8 0 0 25 0 4 0 652200230 323301376 31554 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=315724 CPUtime=102.29 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 32682 0 0 0 10221 8 0 0 25 0 4 0 652200230 323301376 31554 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 315724

[startup+162.301 s]

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

[pid=17551] ppid=17549 vsize=419360 CPUtime=2561.62 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 424940 0 0 0 255996 166 0 0 25 0 4 0 652200229 429424640 65873 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 104840 65873 379 95 0 99822 0
[pid=17551/tid=17552] ppid=17549 vsize=419360 CPUtime=642.3 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 109312 0 0 0 64185 45 0 0 25 0 4 0 652200230 429424640 65873 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=419360 CPUtime=634.68 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 100776 0 0 0 63430 38 0 0 25 0 4 0 652200230 429424640 65873 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293802 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=419360 CPUtime=642.3 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 103157 0 0 0 64191 39 0 0 25 0 4 0 652200230 429424640 65873 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.62
Current children cumulated vsize (KiB) 419360

[startup+702.301 s]
/proc/loadavg: 8.09 7.76 7.05 9/377 17604
/proc/meminfo: memFree=22145080/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=420520 CPUtime=2800.91 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 449937 0 0 0 279912 179 0 0 25 0 4 0 652200229 430612480 70311 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 105130 70311 379 95 0 100112 0
[pid=17551/tid=17552] ppid=17549 vsize=420520 CPUtime=702.31 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 114830 0 0 0 70183 48 0 0 25 0 4 0 652200230 430612480 70311 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=420520 CPUtime=693.96 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 106532 0 0 0 69354 42 0 0 25 0 4 0 652200230 430612480 70311 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=420520 CPUtime=702.3 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 109901 0 0 0 70188 42 0 0 25 0 4 0 652200230 430612480 70311 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.91
Current children cumulated vsize (KiB) 420520

[startup+762.301 s]
/proc/loadavg: 8.16 7.84 7.12 9/377 17605
/proc/meminfo: memFree=22142588/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=421016 CPUtime=3040.21 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 471629 0 0 0 303832 189 0 0 25 0 4 0 652200229 431120384 69511 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 105254 69511 379 95 0 100236 0
[pid=17551/tid=17552] ppid=17549 vsize=421016 CPUtime=762.31 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 121050 0 0 0 76179 52 0 0 25 0 4 0 652200230 431120384 69511 33554432000 4194304 4580107 140734456306352 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=421016 CPUtime=753.25 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 111858 0 0 0 75280 45 0 0 25 0 4 0 652200230 431120384 69511 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=421016 CPUtime=762.31 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 116339 0 0 0 76187 44 0 0 25 0 4 0 652200230 431120384 69511 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.21
Current children cumulated vsize (KiB) 421016

[startup+822.301 s]
/proc/loadavg: 8.14 7.88 7.18 9/377 17607
/proc/meminfo: memFree=22082416/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=487824 CPUtime=3279.49 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 494988 0 0 0 327749 200 0 0 25 0 4 0 652200229 499531776 74178 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 121956 74178 379 95 0 116938 0
[pid=17551/tid=17552] ppid=17549 vsize=487824 CPUtime=822.31 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 128261 0 0 0 82177 54 0 0 25 0 4 0 652200230 499531776 74178 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=487824 CPUtime=812.53 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 117337 0 0 0 81205 48 0 0 25 0 4 0 652200230 499531776 74178 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=487824 CPUtime=822.31 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 121582 0 0 0 82184 47 0 0 25 0 4 0 652200230 499531776 74179 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.49
Current children cumulated vsize (KiB) 487824

[startup+882.301 s]
/proc/loadavg: 8.12 7.92 7.23 9/377 17618
/proc/meminfo: memFree=22043516/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=554708 CPUtime=3518.75 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 521052 0 0 0 351663 212 0 0 25 0 4 0 652200229 568020992 79951 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 138677 79951 379 95 0 133659 0
[pid=17551/tid=17552] ppid=17549 vsize=554708 CPUtime=882.31 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 133631 0 0 0 88174 57 0 0 25 0 4 0 652200230 568020992 79951 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=554708 CPUtime=871.8 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 125340 0 0 0 87128 52 0 0 25 0 4 0 652200230 568020992 79951 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=554708 CPUtime=882.29 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 129100 0 0 0 88180 49 0 0 25 0 4 0 652200230 568020992 79951 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.75
Current children cumulated vsize (KiB) 554708

[startup+942.301 s]
/proc/loadavg: 8.10 7.95 7.29 9/377 17619
/proc/meminfo: memFree=22041388/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=554984 CPUtime=3758.07 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 541951 0 0 0 375585 222 0 0 25 0 4 0 652200229 568303616 84449 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 138746 84449 379 95 0 133728 0
[pid=17551/tid=17552] ppid=17549 vsize=554984 CPUtime=942.33 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 139104 0 0 0 94173 60 0 0 25 0 4 0 652200230 568303616 84451 33554432000 4194304 4580107 140734456306352 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=554984 CPUtime=931.11 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 130389 0 0 0 93057 54 0 0 25 0 4 0 652200230 568303616 84451 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=554984 CPUtime=942.3 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 134036 0 0 0 94178 52 0 0 25 0 4 0 652200230 568303616 84451 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.07
Current children cumulated vsize (KiB) 554984

[startup+1002.3 s]
/proc/loadavg: 8.04 7.95 7.32 9/377 17621
/proc/meminfo: memFree=22046088/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=502252 CPUtime=3997.33 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 563183 0 0 0 399501 232 0 0 25 0 4 0 652200229 514306048 78553 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 125563 78553 379 95 0 120545 0
[pid=17551/tid=17552] ppid=17549 vsize=502252 CPUtime=1002.31 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 144882 0 0 0 100169 62 0 0 25 0 4 0 652200230 514306048 78553 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=502252 CPUtime=990.38 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 135412 0 0 0 98982 56 0 0 25 0 4 0 652200230 514306048 78553 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=502252 CPUtime=1002.29 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 139136 0 0 0 100175 54 0 0 25 0 4 0 652200230 514306048 78553 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.33
Current children cumulated vsize (KiB) 502252

[startup+1062.31 s]
/proc/loadavg: 8.36 8.05 7.40 9/377 17625
/proc/meminfo: memFree=22007736/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=568064 CPUtime=4235.81 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 584296 0 0 0 423338 243 0 0 25 0 4 0 652200229 581697536 83698 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 142016 83698 379 95 0 136998 0
[pid=17551/tid=17552] ppid=17549 vsize=568064 CPUtime=1061.48 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 150895 0 0 0 106083 65 0 0 25 0 4 0 652200230 581697536 83698 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=568064 CPUtime=1049.67 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 139368 0 0 0 104908 59 0 0 25 0 4 0 652200230 581697536 83698 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=568064 CPUtime=1062.31 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 145313 0 0 0 106174 57 0 0 25 0 4 0 652200230 581697536 83698 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.81
Current children cumulated vsize (KiB) 568064

[startup+1122.3 s]
/proc/loadavg: 8.18 8.05 7.44 9/377 17627
/proc/meminfo: memFree=22032068/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=569792 CPUtime=4475.07 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 604315 0 0 0 447255 252 0 0 25 0 4 0 652200229 583467008 83052 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 142448 83052 379 95 0 137430 0
[pid=17551/tid=17552] ppid=17549 vsize=569792 CPUtime=1121.47 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 156050 0 0 0 112080 67 0 0 25 0 4 0 652200230 583467008 83052 33554432000 4194304 4580107 140734456306352 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=569792 CPUtime=1108.95 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 144720 0 0 0 110834 61 0 0 25 0 4 0 652200230 583467008 83052 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=569792 CPUtime=1122.3 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 150592 0 0 0 112171 59 0 0 25 0 4 0 652200230 583467008 83052 33554432000 4194304 4580107 140734456306352 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.07
Current children cumulated vsize (KiB) 569792

[startup+1182.3 s]
/proc/loadavg: 8.21 8.08 7.49 9/377 17629
/proc/meminfo: memFree=21997080/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=570060 CPUtime=4714.34 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 621976 0 0 0 471169 265 0 0 25 0 4 0 652200229 583741440 86103 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 142515 86103 379 95 0 137497 0
[pid=17551/tid=17552] ppid=17549 vsize=570060 CPUtime=1181.47 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 160242 0 0 0 118078 69 0 0 25 0 4 0 652200230 583741440 86103 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=570060 CPUtime=1168.22 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 148876 0 0 0 116757 65 0 0 25 0 4 0 652200230 583741440 86103 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=570060 CPUtime=1182.29 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 154776 0 0 0 118167 62 0 0 25 0 4 0 652200230 583741440 86103 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.34
Current children cumulated vsize (KiB) 570060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.15 8.08 7.50 9/377 17629
/proc/meminfo: memFree=21997196/32951124 swapFree=67111348/67111528
[pid=17551] ppid=17549 vsize=570212 CPUtime=4800.1 cores=1,3,5,7
/proc/17551/stat : 17551 (strangenight2-m) R 17549 17551 17510 0 -1 4202496 631111 0 0 0 479741 269 0 0 25 0 4 0 652200229 583897088 86392 33554432000 4194304 4580107 140734456306352 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17551/statm: 142553 86392 379 95 0 137535 0
[pid=17551/tid=17552] ppid=17549 vsize=570212 CPUtime=1202.99 cores=1,3,5,7
/proc/17551/task/17552/stat : 17552 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 162453 0 0 0 120228 71 0 0 25 0 4 0 652200230 583897088 86392 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17551/tid=17553] ppid=17549 vsize=570212 CPUtime=1189.45 cores=1,3,5,7
/proc/17551/task/17553/stat : 17553 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 150997 0 0 0 118880 65 0 0 25 0 4 0 652200230 583897088 86392 33554432000 4194304 4580107 140734456306352 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17551/tid=17554] ppid=17549 vsize=570212 CPUtime=1203.81 cores=1,3,5,7
/proc/17551/task/17554/stat : 17554 (strangenight2-m) R 17549 17551 17510 0 -1 4202560 156850 0 0 0 120317 64 0 0 25 0 4 0 652200230 583897088 86392 33554432000 4194304 4580107 140734456306352 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 570212

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.84
CPU time (s): 4800.17
CPU user time (s): 4797.46
CPU system time (s): 2.71159
CPU usage (%): 398.739
Max. virtual memory (cumulated for all children) (KiB): 582920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.46
system time used= 2.71159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 631112
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= 298
involuntary context switches= 18404

runsolver used 3.9494 second user time and 10.4404 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 22:47:05
IDJOB=3366523
IDBENCH=82932
IDSOLVER=1844
FILE ID=node139/3366523-1305406025
RUNJOBID= node139-1305406025-17529
PBS_JOBID= 13324507
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= ab99d3f634575de78557b69bc7096528
RANDOM SEED=1484961623

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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:      22603200 kB
Buffers:        298604 kB
Cached:        2894604 kB
SwapCached:          0 kB
Active:        7980264 kB
Inactive:      2060156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22603200 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11036 kB
Writeback:           0 kB
AnonPages:     6847040 kB
Mapped:          28692 kB
Slab:           203540 kB
PageTables:      38144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76857904 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= 73348 MiB
End job on node139 at 2011-05-14 23:07:11