Trace number 3175457

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-1-mt? (TO) 4800.35 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
MD5SUM540d28f0e1785b746f299d2e1070ed2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark912.297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3175457-1304124914.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.34/0.09	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.34/0.09	c -- vars added        500
0.34/0.09	c Parsing time:  0.00 s
0.34/0.09	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.34/0.09	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.34/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.34/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.34/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.34/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.34/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.34/0.09	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
0.34/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.34/0.09	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.34/0.09	c calculated reachability. Time: 0.00
0.34/0.09	c Calc default polars -  time:   0.00 s pos:     230 undec:      53 neg:     217
3.16/0.81	c =========================================================================================
3.16/0.81	c types(t): F = full restart, N = normal restart
3.16/0.81	c types(t): S = simplification begin/end, E = solution found
3.16/0.81	c restart types(rt): st = static, dy = dynamic
3.16/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.81	c  B st     0         0       482      2098         0         0      6395         0   no data   no data  --
3.16/0.81	c Decided on static restart strategy
3.16/0.81	c  N st     8      4917       482      2098         0      4834      6395    113058   no data   no data  --
3.16/0.81	c  N st    10     11300       482      2098         0      4494      6395     74587   no data   no data  --
3.16/0.81	c  N st    11     17044       482      2098         0     10119      6395    210296   no data   no data  --
3.98/1.08	c  F st    12     25004       482      2098         0     12408      6395    250578   no data   no data  --
3.98/1.08	c  N st    12     25004       482      2098         0     12408      6395    250578   no data   no data  --
5.17/1.32	c Decided on static restart strategy
5.17/1.32	c  N st    18     30004       482      2098         0     10692      6395    191990   no data   no data  --
5.17/1.32	c  S st    18     30004       482      2098         0     10692      6395    191990   no data   no data  --
5.17/1.35	c  S st    18     30507       482      2098         0     11193      6395    203239   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 Cache  BProp: 0 Set: 0 BXProp: 0 T: 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.01
5.17/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
5.17/1.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.55	c lits-rem:       120  cl-subs:      491  v-elim:      0  v-fix:    0  time:  0.74 s
5.96/1.56	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.03
5.96/1.56	c calculated reachability. Time: 0.00
5.96/1.56	c  N st    18     30507       482      2098         0     10702      6395    191739   no data   no data  --
7.56/1.93	c  N st    20     37619       482      2098         0      9944      6395    160904   no data   no data  --
9.16/2.31	c  N st    21     44019       482      2098         0     16199      6395    294353   no data   no data  --
9.56/2.42	c  S st    22     45760       482      2098         0      9167      6395    125540   no data   no data  --
9.56/2.45	c  S st    22     46264       482      2098         0      9671      6395    136779   no data   no data  --
9.56/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
9.56/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.55	c lits-rem:        35  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.35 s
9.95/2.55	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
9.95/2.55	c vivif2 --  cl tried     9568 cl shrink        0 lits rem          0 time: 0.00
9.95/2.56	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.03
9.95/2.56	c calculated reachability. Time: 0.00
9.95/2.56	c  N st    22     46264       482      2098         0      9568      6395    134387   no data   no data  --
13.55/3.49	c  N st    23     60661       482      2098         0     13839      6395    224992   no data   no data  --
16.35/4.17	c  N st    24     69397       482      2098         0     11670      6395    166453   no data   no data  --
16.35/4.17	c  S st    24     69397       482      2098         0     11670      6395    166453   no data   no data  --
16.75/4.20	c  S st    24     69902       482      2098         0     12173      6395    177506   no data   no data  --
16.75/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.75/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
16.75/4.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.38	c lits-rem:       127  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.68 s
17.17/4.38	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
17.17/4.38	c vivif2 --  cl tried    11968 cl shrink        0 lits rem          0 time: 0.00
17.17/4.39	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.04
17.17/4.39	c calculated reachability. Time: 0.00
17.17/4.39	c  N st    24     69902       482      2098         0     11968      6395    172760   no data   no data  --
22.33/5.66	c  F st    25     87501       482      2098         0     17466      6395    297399   no data   no data  --
22.33/5.66	c  N st    25     87501       482      2098         0     17466      6395    297399   no data   no data  --
23.94/6.03	c Decided on static restart strategy
24.74/6.28	c  N st    32     95538       482      2098         0     25373      6395    490137   no data   no data  --
27.53/6.95	c  N st    34    104853       482      2098         0     21783      6395    390654   no data   no data  --
27.53/6.95	c  S st    34    104853       482      2098         0     21783      6395    390654   no data   no data  --
27.93/7.01	c  S st    34    105358       482      2098         0     22285      6395    401863   no data   no data  --
27.93/7.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.93/7.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.93/7.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.93/7.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
27.93/7.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.52/7.97	c lits-rem:       216  cl-subs:      643  v-elim:      0  v-fix:    0  time:  3.74 s
31.52/7.97	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
31.52/7.98	c vivif2 --  cl tried    21642 cl shrink        0 lits rem          0 time: 0.02
31.52/7.99	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.07
31.52/7.99	c calculated reachability. Time: 0.00
31.52/7.99	c  N st    34    105358       482      2098         0     21642      6395    383096   no data   no data  --
35.14/8.87	c  N st    35    114957       482      2098         0     17325      6395    250776   no data   no data  --
40.72/10.21	c  N st    36    129355       482      2098         0     16666      6395    216302   no data   no data  --
47.92/12.07	c  N st    37    150950       482      2098         0     22038      6395    321980   no data   no data  --
50.70/12.71	c  S st    38    158037       482      2098         0     28912      6395    466191   no data   no data  --
50.70/12.78	c  S st    38    158539       482      2098         0     29413      6395    477742   no data   no data  --
50.70/12.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.70/12.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.70/12.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.10/12.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.10/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.10/12.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
51.10/12.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.12/14.36	c lits-rem:       701  cl-subs:     2503  v-elim:      0  v-fix:    0  time:  6.21 s
57.12/14.36	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
57.12/14.37	c vivif2 --  cl tried    26910 cl shrink        0 lits rem          0 time: 0.02
57.12/14.39	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.08
57.12/14.39	c calculated reachability. Time: 0.00
57.12/14.39	c  N st    38    158539       482      2098         0     26910      6395    426956   no data   no data  --
76.66/19.22	c  N st    39    207130       482      2098         0     21728      6395    296837   no data   no data  --
89.85/22.52	c  N st    40    237808       482      2098         0     32171      6395    514427   no data   no data  --
89.85/22.52	c  S st    40    237808       482      2098         0     32171      6395    514427   no data   no data  --
90.24/22.60	c  S st    40    238312       482      2098         0     32675      6395    525340   no data   no data  --
90.24/22.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.24/22.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.24/22.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
90.24/22.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.24/22.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.24/22.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
90.24/22.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.66/24.27	c lits-rem:       674  cl-subs:     1745  v-elim:      0  v-fix:    0  time:  6.55 s
96.66/24.27	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
96.66/24.27	c vivif2 --  cl tried    30930 cl shrink        0 lits rem          0 time: 0.02
97.03/24.30	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.10
97.03/24.30	c calculated reachability. Time: 0.00
97.03/24.30	c  N st    40    238312       482      2098         0     30930      6395    485921   no data   no data  --
126.60/31.76	c  F st    41    306252       482      2098         0     32911      6395    504151   no data   no data  --
126.60/31.76	c  N st    41    306252       482      2098         0     32911      6395    504151   no data   no data  --
129.39/32.42	c Decided on static restart strategy
139.78/35.10	c  N st    51    334556       482      2098         0     37156      6395    579510   no data   no data  --
150.96/37.82	c  N st    53    357468       482      2098         0     35151      6395    540476   no data   no data  --
150.96/37.82	c  S st    53    357468       482      2098         0     35151      6395    540476   no data   no data  --
151.36/37.91	c  S st    53    357971       482      2098         0     35654      6395    552224   no data   no data  --
151.36/37.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.36/37.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
151.36/37.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
151.36/37.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.36/37.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.36/37.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
151.36/37.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.78/39.51	c lits-rem:       526  cl-subs:      743  v-elim:      0  v-fix:    0  time:  6.26 s
157.78/39.51	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
157.78/39.51	c vivif2 --  cl tried    34911 cl shrink        0 lits rem          0 time: 0.02
157.78/39.55	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.13
157.78/39.55	c calculated reachability. Time: 0.00
157.78/39.55	c  N st    53    357971       482      2098         0     34911      6395    531934   no data   no data  --
175.35/43.91	c  N st    54    390365       482      2098         0     41121      6395    670326   no data   no data  --
203.29/50.94	c  N st    55    438954       482      2098         0     34827      6395    468571   no data   no data  --
243.63/61.04	c  N st    56    511836       482      2098         0     48315      6395    752416   no data   no data  --
259.61/65.00	c  N st    57    536957       482      2098         0     42599      6395    625156   no data   no data  --
259.61/65.00	c  S st    57    536957       482      2098         0     42599      6395    625156   no data   no data  --
260.01/65.12	c  S st    57    537458       482      2098         0     43098      6395    636599   no data   no data  --
260.01/65.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.01/65.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.01/65.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
260.01/65.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.01/65.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.01/65.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
260.01/65.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.62/67.10	c lits-rem:       462  cl-subs:     1398  v-elim:      0  v-fix:    0  time:  7.76 s
267.62/67.10	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
268.02/67.11	c vivif2 --  cl tried    41700 cl shrink        0 lits rem          0 time: 0.03
268.02/67.15	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.18
268.02/67.15	c calculated reachability. Time: 0.00
268.02/67.15	c  N st    57    537458       482      2098         0     41700      6395    598305   no data   no data  --
377.47/94.52	c  N st    58    701442       482      2098         0     35830      6395    364301   no data   no data  --
455.75/114.13	c  N st    59    806188       482      2098         0     64795      6395   1019430   no data   no data  --
455.75/114.13	c  S st    59    806188       482      2098         0     64795      6395   1019430   no data   no data  --
456.57/114.33	c  S st    59    806689       482      2098         0     65294      6395   1030818   no data   no data  --
456.57/114.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
456.57/114.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
456.57/114.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
456.57/114.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
456.57/114.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.57/114.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
456.57/114.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
468.53/117.38	c lits-rem:       172  cl-subs:     4567  v-elim:      0  v-fix:    0  time: 11.92 s
468.53/117.38	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
468.53/117.39	c vivif2 --  cl tried    60727 cl shrink        0 lits rem          0 time: 0.05
468.93/117.46	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.27
468.93/117.46	c calculated reachability. Time: 0.00
468.93/117.46	c  N st    59    806689       482      2098         0     60727      6395    932427   no data   no data  --
693.43/173.67	c  F st    60   1071878       482      2098         0     76289      6395   1177951   no data   no data  --
693.43/173.67	c  N st    60   1071878       482      2098         0     76289      6395   1177951   no data   no data  --
699.41/175.14	c Decided on static restart strategy
717.40/179.66	c  N st    70   1100181       482      2098         0     60333      6395    822441   no data   no data  --
754.14/188.88	c  N st    72   1136175       482      2098         0     50525      6395    556913   no data   no data  --
781.31/195.68	c  N st    73   1168567       482      2098         0     82248      6395   1343492   no data   no data  --
822.85/206.01	c  N st    74   1210035       482      2098         0     76783      6395   1190561   no data   no data  --
822.85/206.01	c  S st    74   1210035       482      2098         0     76783      6395   1190561   no data   no data  --
823.64/206.29	c  S st    74   1210536       482      2098         0     77283      6395   1201930   no data   no data  --
823.64/206.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
823.64/206.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
824.04/206.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
824.04/206.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
824.04/206.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
824.04/206.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
824.04/206.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
840.83/210.54	c lits-rem:       546  cl-subs:     4417  v-elim:      0  v-fix:    0  time: 16.64 s
840.83/210.54	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
840.83/210.56	c vivif2 --  cl tried    72866 cl shrink        0 lits rem          0 time: 0.05
841.22/210.65	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.38
841.22/210.65	c calculated reachability. Time: 0.00
841.22/210.65	c  N st    74   1210536       482      2098         0     72866      6395   1097465   no data   no data  --
911.53/228.23	c  N st    75   1283418       482      2098         0     49447      6395    488886   no data   no data  --
1022.58/256.06	c  N st    76   1392744       482      2098         0     57262      6395    639496   no data   no data  --
1168.40/292.52	c  N st    77   1556731       482      2098         0     62091      6395    727370   no data   no data  --
1312.99/328.70	c  N st    78   1710536       482      2098         0    103577      6395   1732160   no data   no data  --
1312.99/328.70	c  S st    78   1710536       482      2098         0    103577      6395   1732160   no data   no data  --
1314.19/329.04	c  S st    78   1711039       482      2098         0    104079      6395   1744170   no data   no data  --
1314.19/329.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1314.19/329.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1314.19/329.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1314.58/329.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1314.58/329.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1314.58/329.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1314.58/329.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1379.72/345.42	c lits-rem:       662  cl-subs:    10030  v-elim:      0  v-fix:    0  time: 64.97 s
1379.72/345.42	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
1379.72/345.44	c vivif2 --  cl tried    94049 cl shrink        0 lits rem          0 time: 0.08
1380.10/345.59	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.57
1380.10/345.59	c calculated reachability. Time: 0.00
1380.10/345.59	c  N st    78   1711039       482      2098         0     94049      6395   1511707   no data   no data  --
1751.99/438.64	c  N st    79   2080005       482      2098         0    105787      6395   1697538   no data   no data  --
1895.40/474.52	c  N st    80   2211039       482      2098         0    110069      6395   1700903   no data   no data  --
1895.40/474.52	c  S st    80   2211039       482      2098         0    110069      6395   1700903   no data   no data  --
1897.01/474.92	c  S st    80   2211545       482      2098         0    110574      6395   1712728   no data   no data  --
1897.01/474.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1897.01/474.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1897.01/474.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1897.40/475.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1897.40/475.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1897.40/475.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1897.40/475.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1949.33/488.08	c lits-rem:       582  cl-subs:     9483  v-elim:      0  v-fix:    0  time: 52.08 s
1949.33/488.08	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
1949.73/488.10	c vivif2 --  cl tried   101091 cl shrink        0 lits rem          0 time: 0.08
1950.13/488.23	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.55
1950.13/488.24	c calculated reachability. Time: 0.00
1950.13/488.24	c  N st    80   2211545       482      2098         0    101091      6395   1516852   no data   no data  --
2506.57/627.52	c  N st    81   2711545       482      2098         0    124460      6395   1951604   no data   no data  --
2506.57/627.52	c  S st    81   2711545       482      2098         0    124460      6395   1951604   no data   no data  --
2508.17/627.96	c  S st    81   2712046       482      2098         0    124959      6395   1963458   no data   no data  --
2508.17/627.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2508.17/627.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2508.59/628.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.25
2508.59/628.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2508.59/628.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2508.59/628.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
2508.59/628.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2580.48/646.08	c lits-rem:       884  cl-subs:    11453  v-elim:      0  v-fix:    0  time: 71.78 s
2580.48/646.08	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
2580.88/646.10	c vivif2 --  cl tried   113506 cl shrink        0 lits rem          0 time: 0.09
2581.28/646.25	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.61
2581.28/646.26	c calculated reachability. Time: 0.00
2581.28/646.26	c  N st    81   2712046       482      2098         0    113506      6395   1728679   no data   no data  --
3238.79/810.89	c  N st    82   3212047       482      2098         0     90075      6395   1034789   no data   no data  --
3238.79/810.89	c  S st    82   3212047       482      2098         0     90075      6395   1034789   no data   no data  --
3239.99/811.16	c  S st    82   3212551       482      2098         0     90578      6395   1046238   no data   no data  --
3239.99/811.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3239.99/811.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3240.39/811.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3240.39/811.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3240.39/811.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3240.39/811.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3240.39/811.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3250.38/813.73	c lits-rem:       167  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  9.96 s
3250.38/813.73	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
3250.38/813.75	c vivif2 --  cl tried    88466 cl shrink        0 lits rem          0 time: 0.06
3250.78/813.87	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.47
3250.78/813.87	c calculated reachability. Time: 0.00
3250.78/813.87	c  N st    82   3212551       482      2098         0     88466      6395   1001840   no data   no data  --
3954.65/990.04	c  N st    83   3712551       482      2098         0     99181      6395   1155805   no data   no data  --
3954.65/990.04	c  S st    83   3712551       482      2098         0     99181      6395   1155805   no data   no data  --
3955.82/990.38	c  S st    83   3713057       482      2098         0     99685      6395   1167623   no data   no data  --
3955.82/990.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3955.82/990.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3956.22/990.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3956.22/990.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3956.22/990.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3956.22/990.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3956.22/990.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3969.00/993.65	c lits-rem:       217  cl-subs:     2771  v-elim:      0  v-fix:    0  time: 12.70 s
3969.00/993.65	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
3969.00/993.67	c vivif2 --  cl tried    96914 cl shrink        0 lits rem          0 time: 0.06
3969.80/993.80	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.52
3969.80/993.80	c calculated reachability. Time: 0.00
3969.80/993.80	c  N st    83   3713057       482      2098         0     96914      6395   1111680   no data   no data  --
4023.72/1007.31	c  F st    84   3751566       482      2098         0    134356      6395   2060515   no data   no data  --
4023.72/1007.31	c  N st    84   3751566       482      2098         0    134356      6395   2060515   no data   no data  --
4033.74/1009.84	c Decided on static restart strategy
4077.67/1020.80	c  N st    94   3779869       482      2098         0    162011      6395   2719947   no data   no data  --
4124.79/1032.65	c  N st    96   3815865       482      2098         0    114326      6395   1526440   no data   no data  --
4186.31/1048.02	c  N st    97   3848258       482      2098         0    145848      6395   2298787   no data   no data  --
4278.58/1071.10	c  N st    98   3896851       482      2098         0    109268      6395   1356107   no data   no data  --
4420.79/1106.71	c  N st    99   3969735       482      2098         0     95460      6395   1015028   no data   no data  --
4597.76/1151.08	c  N st   100   4079059       482      2098         0    116291      6395   1491715   no data   no data  --
4791.09/1199.46	c  N st   101   4213057       482      2098         0    159927      6395   2564680   no data   no data  --
4791.09/1199.46	c  S st   101   4213057       482      2098         0    159927      6395   2564680   no data   no data  --
4793.51/1200.02	c  S st   101   4213561       482      2098         0    160430      6395   2576830   no data   no data  --
4793.51/1200.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4793.51/1200.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4793.91/1200.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.34
4794.28/1200.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4794.28/1200.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4794.28/1200.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
4794.28/1200.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  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: 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-3175457-1304124914/watcher-3175457-1304124914 -o /tmp/evaluation-result-3175457-1304124914/solver-3175457-1304124914 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175457-1304124914.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: 6.78 7.77 7.91 4/176 17159
/proc/meminfo: memFree=25285664/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 413 0 0 0 0 0 0 0 19 0 4 0 504907520 52465664 352 33554432000 4194304 4650419 140735546369856 18446744073709551615 47848305805228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 12809 352 303 112 0 7774 0
[pid=17159/tid=17161] ppid=17155 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 504907520 52465664 352 33554432000 4194304 4650419 140735546369856 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 504907520 52465664 352 33554432000 4194304 4650419 140735546369856 18446744073709551615 255118566454 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 504907520 52465664 352 33554432000 4194304 4650419 140735546369856 18446744073709551615 47848305805228 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.093567 s]
/proc/loadavg: 6.78 7.77 7.91 4/176 17159
/proc/meminfo: memFree=25285664/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=282552 CPUtime=0.34 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) D 17155 17159 16699 0 -1 4202496 1639 0 0 0 34 0 0 0 18 0 4 0 504907520 289333248 1504 33554432000 4194304 4650419 140735546369856 18446744073709551615 255106429985 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 70638 1504 391 112 0 65603 0
[pid=17159/tid=17161] ppid=17155 vsize=282552 CPUtime=0.08 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 311 0 0 0 8 0 0 0 21 0 4 0 504907520 289333248 1504 33554432000 4194304 4650419 140735546369856 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=282552 CPUtime=0.08 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 339 0 0 0 8 0 0 0 18 0 4 0 504907520 289333248 1504 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=282552 CPUtime=0.08 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 241 0 0 0 8 0 0 0 18 0 4 0 504907520 289333248 1504 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 282552

[startup+0.100743 s]
/proc/loadavg: 6.78 7.77 7.91 4/176 17159
/proc/meminfo: memFree=25285664/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=282552 CPUtime=0.37 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 1691 0 0 0 37 0 0 0 18 0 4 0 504907520 289333248 1556 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363556 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 70638 1556 391 112 0 65603 0
[pid=17159/tid=17161] ppid=17155 vsize=282552 CPUtime=0.08 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 320 0 0 0 8 0 0 0 21 0 4 0 504907520 289333248 1556 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=282552 CPUtime=0.09 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 354 0 0 0 9 0 0 0 18 0 4 0 504907520 289333248 1556 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=282552 CPUtime=0.09 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 254 0 0 0 9 0 0 0 18 0 4 0 504907520 289333248 1556 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364307 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282552

[startup+0.300708 s]
/proc/loadavg: 6.78 7.77 7.91 4/176 17159
/proc/meminfo: memFree=25285664/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=283828 CPUtime=1.17 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 2795 0 0 0 117 0 0 0 18 0 4 0 504907520 290639872 2104 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 70957 2104 393 112 0 65922 0
[pid=17159/tid=17161] ppid=17155 vsize=283828 CPUtime=0.28 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 602 0 0 0 28 0 0 0 21 0 4 0 504907520 290639872 2104 33554432000 4194304 4650419 140735546369856 18446744073709551615 4331364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=283828 CPUtime=0.29 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 622 0 0 0 29 0 0 0 18 0 4 0 504907520 290639872 2104 33554432000 4194304 4650419 140735546369856 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=283828 CPUtime=0.29 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 532 0 0 0 29 0 0 0 18 0 4 0 504907520 290639872 2104 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283828

[startup+0.700639 s]
/proc/loadavg: 6.78 7.77 7.91 4/176 17159
/proc/meminfo: memFree=25285664/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=284764 CPUtime=2.77 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 4448 0 0 0 277 0 0 0 18 0 4 0 504907520 291598336 2684 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363576 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 71191 2684 393 112 0 66156 0
[pid=17159/tid=17161] ppid=17155 vsize=284764 CPUtime=0.68 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 986 0 0 0 68 0 0 0 22 0 4 0 504907520 291598336 2684 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=284764 CPUtime=0.69 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1007 0 0 0 69 0 0 0 18 0 4 0 504907520 291598336 2684 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=284764 CPUtime=0.69 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1017 0 0 0 69 0 0 0 18 0 4 0 504907520 291598336 2684 33554432000 4194304 4650419 140735546369856 18446744073709551615 4310830 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284764

[startup+1.5005 s]
/proc/loadavg: 6.78 7.77 7.91 10/184 17167
/proc/meminfo: memFree=25261792/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=285932 CPUtime=5.96 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 8428 0 0 0 595 1 0 0 20 0 4 0 504907520 292794368 4615 33554432000 4194304 4650419 140735546369856 18446744073709551615 4438922 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 71483 4615 395 112 0 66448 0
[pid=17159/tid=17161] ppid=17155 vsize=285932 CPUtime=1.47 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1758 0 0 0 147 0 0 0 25 0 4 0 504907520 292794368 4615 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=285932 CPUtime=1.49 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1750 0 0 0 149 0 0 0 20 0 4 0 504907520 292794368 4615 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=285932 CPUtime=1.49 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 1570 0 0 0 149 0 0 0 20 0 4 0 504907520 292794368 4615 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285932

[startup+3.10022 s]
/proc/loadavg: 6.78 7.77 7.91 10/184 17167
/proc/meminfo: memFree=25228428/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=285340 CPUtime=12.35 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 16421 0 0 0 1233 2 0 0 25 0 4 0 504907520 292188160 9251 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 71335 9251 395 112 0 66300 0
[pid=17159/tid=17161] ppid=17155 vsize=285340 CPUtime=3.06 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 3906 0 0 0 306 0 0 0 25 0 4 0 504907520 292188160 9251 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=285340 CPUtime=3.08 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 4313 0 0 0 308 0 0 0 25 0 4 0 504907520 292188160 9251 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=285340 CPUtime=3.09 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 3644 0 0 0 309 0 0 0 25 0 4 0 504907520 292188160 9251 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 285340

[startup+6.30066 s]
/proc/loadavg: 6.88 7.78 7.91 10/184 17167
/proc/meminfo: memFree=25177084/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=290772 CPUtime=25.14 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 25277 0 0 0 2510 4 0 0 25 0 4 0 504907520 297750528 13200 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 72693 13200 395 112 0 67658 0
[pid=17159/tid=17161] ppid=17155 vsize=290772 CPUtime=6.25 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 6595 0 0 0 624 1 0 0 25 0 4 0 504907520 297750528 13200 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=290772 CPUtime=6.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 7111 0 0 0 628 0 0 0 25 0 4 0 504907520 297750528 13200 33554432000 4194304 4650419 140735546369856 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=290772 CPUtime=6.29 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 4869 0 0 0 629 0 0 0 25 0 4 0 504907520 297750528 13200 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 290772

[startup+12.7005 s]
/proc/loadavg: 7.13 7.81 7.92 10/184 17167
/proc/meminfo: memFree=25134940/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=291720 CPUtime=50.7 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 37418 0 0 0 5063 7 0 0 25 0 4 0 504907520 298721280 16568 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 72930 16568 395 112 0 67895 0
[pid=17159/tid=17161] ppid=17155 vsize=291720 CPUtime=12.62 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 10354 0 0 0 1260 2 0 0 25 0 4 0 504907520 298721280 16568 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=291720 CPUtime=12.68 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 9646 0 0 0 1267 1 0 0 25 0 4 0 504907520 298721280 16568 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=291720 CPUtime=12.69 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 6936 0 0 0 1268 1 0 0 25 0 4 0 504907520 298721280 16568 33554432000 4194304 4650419 140735546369856 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 291720

[startup+25.5003 s]
/proc/loadavg: 7.32 7.82 7.92 10/184 17167
/proc/meminfo: memFree=25065008/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=300024 CPUtime=101.83 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 58533 0 0 0 10171 12 0 0 25 0 4 0 504907520 307224576 23439 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 75006 23439 395 112 0 69971 0
[pid=17159/tid=17161] ppid=17155 vsize=300024 CPUtime=25.34 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 16853 0 0 0 2531 3 0 0 25 0 4 0 504907520 307224576 23439 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=300024 CPUtime=25.48 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 15251 0 0 0 2546 2 0 0 25 0 4 0 504907520 307224576 23439 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=300024 CPUtime=25.49 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 10106 0 0 0 2547 2 0 0 25 0 4 0 504907520 307224576 23439 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 300024

[startup+51.1008 s]
/proc/loadavg: 7.55 7.84 7.92 10/184 17168
/proc/meminfo: memFree=25030392/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=308504 CPUtime=204.09 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 88980 0 0 0 20388 21 0 0 25 0 4 0 504907520 315908096 27420 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 77126 27421 395 112 0 72091 0
[pid=17159/tid=17161] ppid=17155 vsize=308504 CPUtime=50.8 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 25033 0 0 0 5074 6 0 0 25 0 4 0 504907520 315908096 27421 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=308504 CPUtime=51.08 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 23971 0 0 0 5104 4 0 0 25 0 4 0 504907520 315908096 27421 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=308504 CPUtime=51.09 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 14224 0 0 0 5105 4 0 0 25 0 4 0 504907520 315908096 27421 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 308504

[startup+102.307 s]
/proc/loadavg: 7.89 7.89 7.94 10/184 17169
/proc/meminfo: memFree=24960076/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=310900 CPUtime=408.63 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 137609 0 0 0 40826 37 0 0 25 0 4 0 504907520 318361600 37466 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 77725 37466 395 112 0 72690 0
[pid=17159/tid=17161] ppid=17155 vsize=310900 CPUtime=101.73 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 39839 0 0 0 10163 10 0 0 25 0 4 0 504907520 318361600 37466 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=310900 CPUtime=102.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 36037 0 0 0 10220 8 0 0 25 0 4 0 504907520 318361600 37466 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=310900 CPUtime=102.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 22128 0 0 0 10223 7 0 0 25 0 4 0 504907520 318361600 37466 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 310900

[startup+162.3 s]

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

[pid=17159] ppid=17155 vsize=545900 CPUtime=2805.38 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 425980 0 0 0 280362 176 0 0 25 0 4 0 504907520 559001600 91495 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 136475 91495 395 112 0 131440 0
[pid=17159/tid=17161] ppid=17155 vsize=545900 CPUtime=698.47 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 136049 0 0 0 69791 56 0 0 25 0 4 0 504907520 559001600 91495 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=545900 CPUtime=702.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 103125 0 0 0 70188 40 0 0 25 0 4 0 504907520 559001600 91495 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=545900 CPUtime=702.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46454 0 0 0 70211 19 0 0 25 0 4 0 504907520 559001600 91495 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 545900

[startup+762.307 s]
/proc/loadavg: 8.00 8.02 8.00 10/184 17196
/proc/meminfo: memFree=24428004/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=534112 CPUtime=3045.07 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 441894 0 0 0 304321 186 0 0 25 0 4 0 504907520 546930688 89346 33554432000 4194304 4650419 140735546369856 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 133528 89346 395 112 0 128493 0
[pid=17159/tid=17161] ppid=17155 vsize=534112 CPUtime=758.15 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 142586 0 0 0 75755 60 0 0 25 0 4 0 504907520 546930688 89346 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=534112 CPUtime=762.29 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 104260 0 0 0 76188 41 0 0 25 0 4 0 504907520 546930688 89346 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=534112 CPUtime=762.31 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46608 0 0 0 76212 19 0 0 25 0 4 0 504907520 546930688 89346 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 534112

[startup+822.301 s]
/proc/loadavg: 8.05 8.03 8.00 10/184 17197
/proc/meminfo: memFree=24448460/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=546864 CPUtime=3284.73 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 459088 0 0 0 328277 196 0 0 25 0 4 0 504907520 559988736 92351 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 136716 92351 395 112 0 131681 0
[pid=17159/tid=17161] ppid=17155 vsize=546864 CPUtime=817.81 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 148841 0 0 0 81718 63 0 0 25 0 4 0 504907520 559988736 92351 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=546864 CPUtime=822.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 106722 0 0 0 82186 42 0 0 25 0 4 0 504907520 559988736 92351 33554432000 4194304 4650419 140735546369856 18446744073709551615 4354966 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=546864 CPUtime=822.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46631 0 0 0 82211 19 0 0 25 0 4 0 504907520 559988736 92351 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 546864

[startup+882.301 s]
/proc/loadavg: 8.10 8.05 8.01 10/184 17199
/proc/meminfo: memFree=24400456/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=533960 CPUtime=3524.4 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 479707 0 0 0 352234 206 0 0 25 0 4 0 504907520 546775040 94558 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 133490 94558 395 112 0 128455 0
[pid=17159/tid=17161] ppid=17155 vsize=533960 CPUtime=877.49 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 159197 0 0 0 87682 67 0 0 25 0 4 0 504907520 546775040 94558 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=533960 CPUtime=882.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 109546 0 0 0 88183 45 0 0 25 0 4 0 504907520 546775040 94558 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=533960 CPUtime=882.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46633 0 0 0 88211 19 0 0 25 0 4 0 504907520 546775040 94558 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 533960

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 8.01 10/184 17201
/proc/meminfo: memFree=24367584/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=534068 CPUtime=3764.08 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 493919 0 0 0 376192 216 0 0 25 0 4 0 504907520 546885632 101165 33554432000 4194304 4650419 140735546369856 18446744073709551615 4329338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 133517 101165 395 112 0 128482 0
[pid=17159/tid=17161] ppid=17155 vsize=534068 CPUtime=937.17 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 164539 0 0 0 93647 70 0 0 25 0 4 0 504907520 546885632 101165 33554432000 4194304 4650419 140735546369856 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=534068 CPUtime=942.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 110947 0 0 0 94182 46 0 0 25 0 4 0 504907520 546885632 101165 33554432000 4194304 4650419 140735546369856 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=534068 CPUtime=942.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46635 0 0 0 94211 19 0 0 25 0 4 0 504907520 546885632 101165 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 534068

[startup+1002.3 s]
/proc/loadavg: 8.04 8.05 8.01 10/184 17202
/proc/meminfo: memFree=24403896/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=534156 CPUtime=4003.75 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 505794 0 0 0 400152 223 0 0 25 0 4 0 504907520 546975744 98766 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 133539 98766 395 112 0 128504 0
[pid=17159/tid=17161] ppid=17155 vsize=534156 CPUtime=996.84 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 167706 0 0 0 99612 72 0 0 25 0 4 0 504907520 546975744 98766 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=534156 CPUtime=1002.27 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 110947 0 0 0 100181 46 0 0 25 0 4 0 504907520 546975744 98766 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=534156 CPUtime=1002.3 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 46636 0 0 0 100211 19 0 0 25 0 4 0 504907520 546975744 98766 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 534156

[startup+1062.3 s]
/proc/loadavg: 8.01 8.04 8.00 10/184 17204
/proc/meminfo: memFree=24328984/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=597084 CPUtime=4243.43 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 521601 0 0 0 424111 232 0 0 25 0 4 0 504907520 611414016 109861 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 149271 109861 395 112 0 144236 0
[pid=17159/tid=17161] ppid=17155 vsize=597084 CPUtime=1056.51 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 173408 0 0 0 105576 75 0 0 25 0 4 0 504907520 611414016 109861 33554432000 4194304 4650419 140735546369856 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=597084 CPUtime=1062.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 112845 0 0 0 106180 48 0 0 25 0 4 0 504907520 611414016 109861 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=597084 CPUtime=1062.31 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 49858 0 0 0 106211 20 0 0 25 0 4 0 504907520 611414016 109861 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 597084

[startup+1122.3 s]
/proc/loadavg: 8.00 8.03 8.00 10/184 17206
/proc/meminfo: memFree=24322648/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=662676 CPUtime=4483.1 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 535050 0 0 0 448069 241 0 0 25 0 4 0 504907520 678580224 111571 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 165669 111571 395 112 0 160634 0
[pid=17159/tid=17161] ppid=17155 vsize=662676 CPUtime=1116.19 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 174702 0 0 0 111542 77 0 0 25 0 4 0 504907520 678580224 111571 33554432000 4194304 4650419 140735546369856 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=662676 CPUtime=1122.27 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 113713 0 0 0 112178 49 0 0 25 0 4 0 504907520 678580224 111571 33554432000 4194304 4650419 140735546369856 18446744073709551615 4331082 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=662676 CPUtime=1122.31 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 54716 0 0 0 112208 23 0 0 25 0 4 0 504907520 678580224 111571 33554432000 4194304 4650419 140735546369856 18446744073709551615 4314885 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 662676

[startup+1182.3 s]
/proc/loadavg: 8.03 8.04 8.00 10/184 17207
/proc/meminfo: memFree=24304524/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=637088 CPUtime=4722.78 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 554183 0 0 0 472025 253 0 0 25 0 4 0 504907520 652378112 116446 33554432000 4194304 4650419 140735546369856 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 159272 116446 395 112 0 154237 0
[pid=17159/tid=17161] ppid=17155 vsize=637088 CPUtime=1175.87 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 180847 0 0 0 117507 80 0 0 25 0 4 0 504907520 652378112 116446 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=637088 CPUtime=1182.28 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 116307 0 0 0 118177 51 0 0 25 0 4 0 504907520 652378112 116446 33554432000 4194304 4650419 140735546369856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=637088 CPUtime=1182.31 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 58266 0 0 0 118205 26 0 0 25 0 4 0 504907520 652378112 116446 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 637088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.06 8.01 10/184 17208
/proc/meminfo: memFree=24318528/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=624100 CPUtime=4800.29 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 564340 0 0 0 479771 258 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 156025 114033 395 112 0 150990 0
[pid=17159/tid=17161] ppid=17155 vsize=624100 CPUtime=1195.16 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 183587 0 0 0 119435 81 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=624100 CPUtime=1201.68 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 117231 0 0 0 120116 52 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=624100 CPUtime=1201.72 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 58532 0 0 0 120145 27 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 624100

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.15 8.06 8.01 10/184 17208
/proc/meminfo: memFree=24318528/32951124 swapFree=67111448/67111528
[pid=17159] ppid=17155 vsize=624100 CPUtime=4800.29 cores=1,3,5,7
/proc/17159/stat : 17159 (strangenight1-m) R 17155 17159 16699 0 -1 4202496 564340 0 0 0 479771 258 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17159/statm: 156025 114033 395 112 0 150990 0
[pid=17159/tid=17161] ppid=17155 vsize=624100 CPUtime=1195.16 cores=1,3,5,7
/proc/17159/task/17161/stat : 17161 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 183587 0 0 0 119435 81 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17159/tid=17163] ppid=17155 vsize=624100 CPUtime=1201.68 cores=1,3,5,7
/proc/17159/task/17163/stat : 17163 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 117231 0 0 0 120116 52 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17159/tid=17165] ppid=17155 vsize=624100 CPUtime=1201.72 cores=1,3,5,7
/proc/17159/task/17165/stat : 17165 (strangenight1-m) R 17155 17159 16699 0 -1 4202560 58532 0 0 0 120145 27 0 0 25 0 4 0 504907520 639078400 114033 33554432000 4194304 4650419 140735546369856 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 624100

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.35
CPU user time (s): 4797.74
CPU system time (s): 2.6076
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 689304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.74
system time used= 2.6076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564341
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= 230
involuntary context switches= 31732

runsolver used 1.81072 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 02:55:14
IDJOB=3175457
IDBENCH=83075
IDSOLVER=1588
FILE ID=node144/3175457-1304124914
RUNJOBID= node144-1304124914-17141
PBS_JOBID= 13170730
Free space on /tmp= 72412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175457-1304124914/watcher-3175457-1304124914 -o /tmp/evaluation-result-3175457-1304124914/solver-3175457-1304124914 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175457-1304124914.cnf

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=1070771694

node144.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.850
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25286224 kB
Buffers:       2109996 kB
Cached:        4947664 kB
SwapCached:         80 kB
Active:         180752 kB
Inactive:      6940088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25286224 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           12576 kB
Writeback:           0 kB
AnonPages:       62596 kB
Mapped:          14476 kB
Slab:           480536 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187508 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= 72396 MiB
End job on node144 at 2011-04-30 03:15:18