Trace number 3369066

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 (fixed)? (TO) 4800.23 1203.34

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-3369066-1305411328.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.16/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.16/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.16/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
3.16/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.16/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.01 s
3.16/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.85	c calculated reachability. Time: 0.00
3.16/0.85	c Calc default polars -  time:   0.00 s pos:     230 undec:      53 neg:     217
3.16/0.85	c =========================================================================================
3.16/0.85	c types(t): F = full restart, N = normal restart
3.16/0.85	c types(t): S = simplification begin/end, E = solution found
3.16/0.85	c restart types(rt): st = static, dy = dynamic
3.16/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.85	c  B st     0         0       482      2098         0         0      6395         0   no data   no data  --
3.16/0.85	c Decided on static restart strategy
3.16/0.85	c  N st     8      4917       482      2098         0      4834      6395    113058   no data   no data  --
3.16/0.85	c  N st    10     11300       482      2098         0      4494      6395     74587   no data   no data  --
3.16/0.85	c  N st    11     17044       482      2098         0     10119      6395    210296   no data   no data  --
4.39/1.15	c  F st    12     25004       482      2098         0     12408      6395    250578   no data   no data  --
4.39/1.15	c  N st    12     25004       482      2098         0     12408      6395    250578   no data   no data  --
5.16/1.35	c Decided on static restart strategy
5.16/1.35	c  N st    18     30004       482      2098         0     10692      6395    191990   no data   no data  --
5.16/1.35	c  S st    18     30004       482      2098         0     10692      6395    191990   no data   no data  --
5.56/1.45	c  S st    18     30507       482      2098         0     11193      6395    203239   no data   no data  --
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
5.56/1.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.35/1.65	c lits-rem:       120  cl-subs:      491  v-elim:      0  v-fix:    0  time:  0.75 s
6.35/1.65	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.03
6.35/1.65	c calculated reachability. Time: 0.00
6.35/1.65	c  N st    18     30507       482      2098         0     10702      6395    191739   no data   no data  --
7.56/1.94	c  N st    20     37619       482      2098         0      9944      6395    160904   no data   no data  --
9.20/2.31	c  N st    21     44019       482      2098         0     16199      6395    294353   no data   no data  --
9.55/2.43	c  S st    22     45760       482      2098         0      9167      6395    125540   no data   no data  --
9.55/2.45	c  S st    22     46264       482      2098         0      9671      6395    136779   no data   no data  --
9.55/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.55/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
9.55/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.55	c lits-rem:        35  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.36 s
9.94/2.55	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
9.94/2.55	c vivif2 --  cl tried     9568 cl shrink        0 lits rem          0 time: 0.01
9.94/2.56	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.03
9.94/2.56	c calculated reachability. Time: 0.00
9.94/2.56	c  N st    22     46264       482      2098         0      9568      6395    134387   no data   no data  --
13.58/3.49	c  N st    23     60661       482      2098         0     13839      6395    224992   no data   no data  --
16.33/4.18	c  N st    24     69397       482      2098         0     11670      6395    166453   no data   no data  --
16.33/4.18	c  S st    24     69397       482      2098         0     11670      6395    166453   no data   no data  --
16.73/4.21	c  S st    24     69902       482      2098         0     12173      6395    177506   no data   no data  --
16.73/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.73/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.73/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
16.73/4.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.14/4.39	c lits-rem:       127  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.69 s
17.14/4.39	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
17.14/4.39	c vivif2 --  cl tried    11968 cl shrink        0 lits rem          0 time: 0.01
17.14/4.40	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.04
17.14/4.40	c calculated reachability. Time: 0.00
17.14/4.40	c  N st    24     69902       482      2098         0     11968      6395    172760   no data   no data  --
22.36/5.68	c  F st    25     87501       482      2098         0     17466      6395    297399   no data   no data  --
22.36/5.68	c  N st    25     87501       482      2098         0     17466      6395    297399   no data   no data  --
23.91/6.04	c Decided on static restart strategy
24.71/6.29	c  N st    32     95538       482      2098         0     25373      6395    490137   no data   no data  --
27.50/6.97	c  N st    34    104853       482      2098         0     21783      6395    390654   no data   no data  --
27.50/6.97	c  S st    34    104853       482      2098         0     21783      6395    390654   no data   no data  --
27.90/7.03	c  S st    34    105358       482      2098         0     22285      6395    401863   no data   no data  --
27.90/7.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.90/7.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.90/7.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
27.90/7.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.89/8.00	c lits-rem:       216  cl-subs:      643  v-elim:      0  v-fix:    0  time:  3.78 s
31.89/8.00	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
31.89/8.00	c vivif2 --  cl tried    21642 cl shrink        0 lits rem          0 time: 0.02
31.89/8.02	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.07
31.89/8.02	c calculated reachability. Time: 0.00
31.89/8.02	c  N st    34    105358       482      2098         0     21642      6395    383096   no data   no data  --
35.10/8.89	c  N st    35    114957       482      2098         0     17325      6395    250776   no data   no data  --
40.67/10.25	c  N st    36    129355       482      2098         0     16666      6395    216302   no data   no data  --
48.26/12.12	c  N st    37    150950       482      2098         0     22038      6395    321980   no data   no data  --
50.64/12.76	c  S st    38    158037       482      2098         0     28912      6395    466191   no data   no data  --
51.04/12.83	c  S st    38    158539       482      2098         0     29413      6395    477742   no data   no data  --
51.04/12.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.04/12.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.04/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.04/12.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.04/12.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.04/12.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
51.04/12.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.47/14.42	c lits-rem:       701  cl-subs:     2503  v-elim:      0  v-fix:    0  time:  6.25 s
57.47/14.42	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
57.47/14.43	c vivif2 --  cl tried    26910 cl shrink        0 lits rem          0 time: 0.02
57.47/14.45	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.08
57.47/14.45	c calculated reachability. Time: 0.00
57.47/14.45	c  N st    38    158539       482      2098         0     26910      6395    426956   no data   no data  --
76.57/19.29	c  N st    39    207130       482      2098         0     21728      6395    296837   no data   no data  --
89.73/22.59	c  N st    40    237808       482      2098         0     32171      6395    514427   no data   no data  --
89.73/22.59	c  S st    40    237808       482      2098         0     32171      6395    514427   no data   no data  --
90.13/22.67	c  S st    40    238312       482      2098         0     32675      6395    525340   no data   no data  --
90.13/22.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.13/22.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.13/22.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
90.13/22.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.13/22.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.13/22.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
90.13/22.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.96/24.33	c lits-rem:       674  cl-subs:     1745  v-elim:      0  v-fix:    0  time:  6.53 s
96.96/24.33	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
96.96/24.34	c vivif2 --  cl tried    30930 cl shrink        0 lits rem          0 time: 0.02
96.96/24.36	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.10
96.96/24.36	c calculated reachability. Time: 0.00
96.96/24.36	c  N st    40    238312       482      2098         0     30930      6395    485921   no data   no data  --
126.83/31.82	c  F st    41    306252       482      2098         0     32911      6395    504151   no data   no data  --
126.83/31.82	c  N st    41    306252       482      2098         0     32911      6395    504151   no data   no data  --
129.22/32.48	c Decided on static restart strategy
139.99/35.15	c  N st    51    334556       482      2098         0     37156      6395    579510   no data   no data  --
150.76/37.87	c  N st    53    357468       482      2098         0     35151      6395    540476   no data   no data  --
150.76/37.87	c  S st    53    357468       482      2098         0     35151      6395    540476   no data   no data  --
151.16/37.96	c  S st    53    357971       482      2098         0     35654      6395    552224   no data   no data  --
151.16/37.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.16/37.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
151.16/37.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
151.16/37.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.16/37.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.16/37.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
151.16/37.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.55/39.57	c lits-rem:       526  cl-subs:      743  v-elim:      0  v-fix:    0  time:  6.31 s
157.55/39.57	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
157.55/39.58	c vivif2 --  cl tried    34911 cl shrink        0 lits rem          0 time: 0.02
157.55/39.61	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.11
157.55/39.61	c calculated reachability. Time: 0.00
157.55/39.61	c  N st    53    357971       482      2098         0     34911      6395    531934   no data   no data  --
175.10/43.99	c  N st    54    390365       482      2098         0     41121      6395    670326   no data   no data  --
203.02/50.98	c  N st    55    438954       482      2098         0     34827      6395    468571   no data   no data  --
243.31/61.06	c  N st    56    511836       482      2098         0     48315      6395    752416   no data   no data  --
259.31/65.03	c  N st    57    536957       482      2098         0     42599      6395    625156   no data   no data  --
259.31/65.03	c  S st    57    536957       482      2098         0     42599      6395    625156   no data   no data  --
259.66/65.14	c  S st    57    537458       482      2098         0     43098      6395    636599   no data   no data  --
259.66/65.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.66/65.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
259.66/65.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
259.66/65.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.66/65.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.66/65.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
259.66/65.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.25/67.10	c lits-rem:       462  cl-subs:     1398  v-elim:      0  v-fix:    0  time:  7.66 s
267.25/67.10	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
267.25/67.10	c vivif2 --  cl tried    41700 cl shrink        0 lits rem          0 time: 0.02
267.66/67.15	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.17
267.66/67.15	c calculated reachability. Time: 0.00
267.66/67.15	c  N st    57    537458       482      2098         0     41700      6395    598305   no data   no data  --
376.95/94.59	c  N st    58    701442       482      2098         0     35830      6395    364301   no data   no data  --
455.14/114.12	c  N st    59    806188       482      2098         0     64795      6395   1019430   no data   no data  --
455.14/114.12	c  S st    59    806188       482      2098         0     64795      6395   1019430   no data   no data  --
455.94/114.32	c  S st    59    806689       482      2098         0     65294      6395   1030818   no data   no data  --
455.94/114.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
455.94/114.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.94/114.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
455.94/114.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.94/114.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.94/114.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
455.94/114.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
467.90/117.37	c lits-rem:       172  cl-subs:     4567  v-elim:      0  v-fix:    0  time: 11.90 s
467.90/117.37	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
467.90/117.38	c vivif2 --  cl tried    60727 cl shrink        0 lits rem          0 time: 0.05
468.30/117.45	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.28
468.30/117.45	c calculated reachability. Time: 0.00
468.30/117.45	c  N st    59    806689       482      2098         0     60727      6395    932427   no data   no data  --
692.50/173.67	c  F st    60   1071878       482      2098         0     76289      6395   1177951   no data   no data  --
692.50/173.67	c  N st    60   1071878       482      2098         0     76289      6395   1177951   no data   no data  --
698.47/175.12	c Decided on static restart strategy
716.42/179.62	c  N st    70   1100181       482      2098         0     60333      6395    822441   no data   no data  --
752.73/188.79	c  N st    72   1136175       482      2098         0     50525      6395    556913   no data   no data  --
780.25/195.60	c  N st    73   1168567       482      2098         0     82248      6395   1343492   no data   no data  --
821.34/205.98	c  N st    74   1210035       482      2098         0     76783      6395   1190561   no data   no data  --
821.34/205.98	c  S st    74   1210035       482      2098         0     76783      6395   1190561   no data   no data  --
822.54/206.22	c  S st    74   1210536       482      2098         0     77283      6395   1201930   no data   no data  --
822.54/206.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
822.54/206.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
822.54/206.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
822.93/206.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
822.93/206.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.93/206.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
822.93/206.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
838.53/210.28	c lits-rem:       546  cl-subs:     4417  v-elim:      0  v-fix:    0  time: 15.88 s
838.53/210.28	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
838.90/210.30	c vivif2 --  cl tried    72866 cl shrink        0 lits rem          0 time: 0.05
838.90/210.39	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.38
839.30/210.40	c calculated reachability. Time: 0.00
839.30/210.40	c  N st    74   1210536       482      2098         0     72866      6395   1097465   no data   no data  --
909.10/227.99	c  N st    75   1283418       482      2098         0     49447      6395    488886   no data   no data  --
1019.60/255.66	c  N st    76   1392744       482      2098         0     57262      6395    639496   no data   no data  --
1164.81/292.09	c  N st    77   1556731       482      2098         0     62091      6395    727370   no data   no data  --
1308.81/328.15	c  N st    78   1710536       482      2098         0    103577      6395   1732160   no data   no data  --
1308.81/328.15	c  S st    78   1710536       482      2098         0    103577      6395   1732160   no data   no data  --
1310.41/328.53	c  S st    78   1711039       482      2098         0    104079      6395   1744170   no data   no data  --
1310.41/328.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1310.41/328.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1310.41/328.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
1310.81/328.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.81/328.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.81/328.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1310.81/328.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1375.83/344.95	c lits-rem:       662  cl-subs:    10030  v-elim:      0  v-fix:    0  time: 65.01 s
1375.83/344.95	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
1375.83/344.97	c vivif2 --  cl tried    94049 cl shrink        0 lits rem          0 time: 0.08
1376.63/345.12	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.59
1376.63/345.12	c calculated reachability. Time: 0.00
1376.63/345.12	c  N st    78   1711039       482      2098         0     94049      6395   1511707   no data   no data  --
1747.23/438.06	c  N st    79   2080005       482      2098         0    105787      6395   1697538   no data   no data  --
1890.04/473.82	c  N st    80   2211039       482      2098         0    110069      6395   1700903   no data   no data  --
1890.04/473.82	c  S st    80   2211039       482      2098         0    110069      6395   1700903   no data   no data  --
1891.67/474.21	c  S st    80   2211545       482      2098         0    110574      6395   1712728   no data   no data  --
1891.67/474.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1891.67/474.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1891.67/474.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1892.02/474.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1892.02/474.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1892.02/474.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1892.02/474.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1947.08/488.11	c lits-rem:       582  cl-subs:     9483  v-elim:      0  v-fix:    0  time: 54.93 s
1947.08/488.11	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
1947.08/488.13	c vivif2 --  cl tried   101091 cl shrink        0 lits rem          0 time: 0.08
1947.48/488.27	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.57
1947.48/488.27	c calculated reachability. Time: 0.00
1947.48/488.27	c  N st    80   2211545       482      2098         0    101091      6395   1516852   no data   no data  --
2501.98/627.24	c  N st    81   2711545       482      2098         0    124460      6395   1951604   no data   no data  --
2501.98/627.24	c  S st    81   2711545       482      2098         0    124460      6395   1951604   no data   no data  --
2503.58/627.68	c  S st    81   2712046       482      2098         0    124959      6395   1963458   no data   no data  --
2503.58/627.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2503.58/627.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2503.98/627.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2504.38/627.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2504.38/627.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2504.38/627.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
2504.38/627.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2576.97/646.02	c lits-rem:       884  cl-subs:    11453  v-elim:      0  v-fix:    0  time: 72.57 s
2576.97/646.02	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
2576.97/646.05	c vivif2 --  cl tried   113506 cl shrink        0 lits rem          0 time: 0.10
2577.77/646.20	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.61
2577.77/646.20	c calculated reachability. Time: 0.00
2577.77/646.20	c  N st    81   2712046       482      2098         0    113506      6395   1728679   no data   no data  --
3232.79/810.47	c  N st    82   3212047       482      2098         0     90075      6395   1034789   no data   no data  --
3232.79/810.47	c  S st    82   3212047       482      2098         0     90075      6395   1034789   no data   no data  --
3234.01/810.74	c  S st    82   3212551       482      2098         0     90578      6395   1046238   no data   no data  --
3234.01/810.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3234.01/810.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3234.01/810.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3234.43/810.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3234.43/810.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3234.43/810.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3234.43/810.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3244.36/813.32	c lits-rem:       167  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  9.97 s
3244.36/813.32	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
3244.36/813.34	c vivif2 --  cl tried    88466 cl shrink        0 lits rem          0 time: 0.06
3244.76/813.46	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.48
3244.76/813.46	c calculated reachability. Time: 0.00
3244.76/813.46	c  N st    82   3212551       482      2098         0     88466      6395   1001840   no data   no data  --
3947.25/989.56	c  N st    83   3712551       482      2098         0     99181      6395   1155805   no data   no data  --
3947.25/989.56	c  S st    83   3712551       482      2098         0     99181      6395   1155805   no data   no data  --
3948.45/989.90	c  S st    83   3713057       482      2098         0     99685      6395   1167623   no data   no data  --
3948.85/989.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3948.85/989.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3948.85/989.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3948.85/989.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3948.85/989.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3948.85/989.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3948.85/989.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3961.61/993.16	c lits-rem:       217  cl-subs:     2771  v-elim:      0  v-fix:    0  time: 12.67 s
3961.61/993.16	c vivif2 --  cl tried     2098 cl shrink        0 lits rem          0 time: 0.00
3961.61/993.18	c vivif2 --  cl tried    96914 cl shrink        0 lits rem          0 time: 0.07
3962.43/993.31	c asymm  cl-useful: 0/2098/2098 lits-rem:0 time: 0.50
3962.43/993.31	c calculated reachability. Time: 0.00
3962.43/993.31	c  N st    83   3713057       482      2098         0     96914      6395   1111680   no data   no data  --
4015.86/1006.77	c  F st    84   3751566       482      2098         0    134356      6395   2060515   no data   no data  --
4015.86/1006.77	c  N st    84   3751566       482      2098         0    134356      6395   2060515   no data   no data  --
4026.24/1009.32	c Decided on static restart strategy
4070.12/1020.33	c  N st    94   3779869       482      2098         0    162011      6395   2719947   no data   no data  --
4116.79/1032.09	c  N st    96   3815865       482      2098         0    114326      6395   1526440   no data   no data  --
4183.01/1048.66	c  N st    97   3848258       482      2098         0    145848      6395   2298787   no data   no data  --
4271.57/1070.82	c  N st    98   3896851       482      2098         0    109268      6395   1356107   no data   no data  --
4413.19/1106.31	c  N st    99   3969735       482      2098         0     95460      6395   1015028   no data   no data  --
4589.93/1150.66	c  N st   100   4079059       482      2098         0    116291      6395   1491715   no data   no data  --
4782.19/1198.84	c  N st   101   4213057       482      2098         0    159927      6395   2564680   no data   no data  --
4782.19/1198.84	c  S st   101   4213057       482      2098         0    159927      6395   2564680   no data   no data  --
4784.58/1199.41	c  S st   101   4213561       482      2098         0    160430      6395   2576830   no data   no data  --
4784.58/1199.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4784.58/1199.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4784.98/1199.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.34
4784.98/1199.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4784.98/1199.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4784.98/1199.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
4784.98/1199.60	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: 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-3369066-1305411328/watcher-3369066-1305411328 -o /tmp/evaluation-result-3369066-1305411328/solver-3369066-1305411328 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369066-1305411328.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: 7.82 7.98 7.44 5/342 13587
/proc/meminfo: memFree=17746880/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 652730815 52465664 357 33554432000 4194304 4650419 140735101707888 18446744073709551615 47997885191699 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 12809 357 306 112 0 7774 0
[pid=13587/tid=13588] ppid=13585 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652730815 52465664 357 33554432000 4194304 4650419 140735101707888 18446744073709551615 47997885191705 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652730815 52465664 357 33554432000 4194304 4650419 140735101707888 18446744073709551615 47997885192114 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652730816 52465664 357 33554432000 4194304 4650419 140735101707888 18446744073709551615 47997885191705 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.113808 s]
/proc/loadavg: 7.82 7.98 7.44 5/342 13587
/proc/meminfo: memFree=17746880/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=282504 CPUtime=0.42 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 1751 0 0 0 42 0 0 0 18 0 4 0 652730815 289284096 1611 33554432000 4194304 4650419 140735101707888 18446744073709551615 4334674 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 70626 1611 391 112 0 65591 0
[pid=13587/tid=13588] ppid=13585 vsize=282504 CPUtime=0.11 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 370 0 0 0 11 0 0 0 18 0 4 0 652730815 289284096 1611 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=282504 CPUtime=0.1 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 335 0 0 0 10 0 0 0 25 0 4 0 652730815 289284096 1611 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=282504 CPUtime=0.1 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 274 0 0 0 10 0 0 0 18 0 4 0 652730816 289284096 1611 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282504

[startup+0.200794 s]
/proc/loadavg: 7.82 7.98 7.44 5/342 13587
/proc/meminfo: memFree=17746880/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=283764 CPUtime=0.77 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 2421 0 0 0 77 0 0 0 18 0 4 0 652730815 290574336 1725 33554432000 4194304 4650419 140735101707888 18446744073709551615 4328361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 70941 1725 393 112 0 65906 0
[pid=13587/tid=13588] ppid=13585 vsize=283764 CPUtime=0.19 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 543 0 0 0 19 0 0 0 18 0 4 0 652730815 290574336 1725 33554432000 4194304 4650419 140735101707888 18446744073709551615 4311384 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=283764 CPUtime=0.18 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 501 0 0 0 18 0 0 0 25 0 4 0 652730815 290574336 1725 33554432000 4194304 4650419 140735101707888 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=283764 CPUtime=0.19 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 435 0 0 0 19 0 0 0 18 0 4 0 652730816 290574336 1725 33554432000 4194304 4650419 140735101707888 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283764

[startup+0.300775 s]
/proc/loadavg: 7.82 7.98 7.44 5/342 13587
/proc/meminfo: memFree=17746880/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=283764 CPUtime=1.17 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 2786 0 0 0 117 0 0 0 18 0 4 0 652730815 290574336 2090 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 70941 2090 393 112 0 65906 0
[pid=13587/tid=13588] ppid=13585 vsize=283764 CPUtime=0.29 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 634 0 0 0 29 0 0 0 18 0 4 0 652730815 290574336 2090 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=283764 CPUtime=0.28 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 584 0 0 0 28 0 0 0 25 0 4 0 652730815 290574336 2090 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=283764 CPUtime=0.29 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 532 0 0 0 29 0 0 0 18 0 4 0 652730816 290574336 2090 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365258 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) 283764

[startup+0.700706 s]
/proc/loadavg: 7.82 7.98 7.44 5/342 13587
/proc/meminfo: memFree=17746880/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=284760 CPUtime=2.76 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 4444 0 0 0 276 0 0 0 18 0 4 0 652730815 291594240 2675 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 71190 2675 393 112 0 66155 0
[pid=13587/tid=13588] ppid=13585 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1017 0 0 0 69 0 0 0 18 0 4 0 652730815 291594240 2675 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=284760 CPUtime=0.68 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 979 0 0 0 68 0 0 0 25 0 4 0 652730815 291594240 2675 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1015 0 0 0 69 0 0 0 18 0 4 0 652730816 291594240 2675 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284760

[startup+1.50057 s]
/proc/loadavg: 7.82 7.98 7.44 10/346 13591
/proc/meminfo: memFree=17734280/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=285916 CPUtime=5.95 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 8463 0 0 0 594 1 0 0 20 0 4 0 652730815 292777984 4644 33554432000 4194304 4650419 140735101707888 18446744073709551615 4438378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 71479 4644 395 112 0 66444 0
[pid=13587/tid=13588] ppid=13585 vsize=285916 CPUtime=1.49 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1796 0 0 0 149 0 0 0 19 0 4 0 652730815 292777984 4644 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=285916 CPUtime=1.47 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1715 0 0 0 147 0 0 0 25 0 4 0 652730815 292777984 4644 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=285916 CPUtime=1.49 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 1568 0 0 0 149 0 0 0 20 0 4 0 652730816 292777984 4644 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285916

[startup+3.10029 s]
/proc/loadavg: 7.82 7.98 7.44 9/346 13591
/proc/meminfo: memFree=17709724/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=281856 CPUtime=12.34 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 16389 0 0 0 1231 3 0 0 25 0 4 0 652730815 288620544 9207 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 70464 9207 395 112 0 65429 0
[pid=13587/tid=13588] ppid=13585 vsize=281856 CPUtime=3.08 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 3936 0 0 0 308 0 0 0 25 0 4 0 652730815 288620544 9207 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=281856 CPUtime=3.05 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 4293 0 0 0 305 0 0 0 25 0 4 0 652730815 288620544 9207 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=281856 CPUtime=3.08 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 3654 0 0 0 308 0 0 0 25 0 4 0 652730816 288620544 9207 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 281856

[startup+6.30073 s]
/proc/loadavg: 7.83 7.98 7.44 9/346 13591
/proc/meminfo: memFree=17687408/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=289284 CPUtime=25.11 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 24173 0 0 0 2507 4 0 0 25 0 4 0 652730815 296226816 12116 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 72321 12116 395 112 0 67286 0
[pid=13587/tid=13588] ppid=13585 vsize=289284 CPUtime=6.29 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 6642 0 0 0 628 1 0 0 25 0 4 0 652730815 296226816 12116 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=289284 CPUtime=6.21 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 6049 0 0 0 621 0 0 0 25 0 4 0 652730815 296226816 12116 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=289284 CPUtime=6.28 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 4887 0 0 0 628 0 0 0 25 0 4 0 652730816 296226816 12116 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 289284

[startup+12.7006 s]
/proc/loadavg: 7.84 7.98 7.45 9/346 13591
/proc/meminfo: memFree=17661028/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=294644 CPUtime=50.64 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 37540 0 0 0 5057 7 0 0 25 0 4 0 652730815 301715456 16671 33554432000 4194304 4650419 140735101707888 18446744073709551615 4328251 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 73661 16671 395 112 0 68626 0
[pid=13587/tid=13588] ppid=13585 vsize=294644 CPUtime=12.69 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 10249 0 0 0 1267 2 0 0 25 0 4 0 652730815 301715456 16671 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=294644 CPUtime=12.54 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 9963 0 0 0 1253 1 0 0 25 0 4 0 652730815 301715456 16671 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=294644 CPUtime=12.69 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 6932 0 0 0 1268 1 0 0 25 0 4 0 652730816 301715456 16671 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 294644

[startup+25.5004 s]
/proc/loadavg: 7.88 7.98 7.46 9/346 13592
/proc/meminfo: memFree=17633364/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=305556 CPUtime=101.69 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 58646 0 0 0 10157 12 0 0 25 0 4 0 652730815 312889344 23759 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 76389 23759 395 112 0 71354 0
[pid=13587/tid=13588] ppid=13585 vsize=305556 CPUtime=25.49 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 16656 0 0 0 2546 3 0 0 25 0 4 0 652730815 312889344 23759 33554432000 4194304 4650419 140735101707888 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=305556 CPUtime=25.2 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 15673 0 0 0 2517 3 0 0 25 0 4 0 652730815 312889344 23759 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=305556 CPUtime=25.48 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 10092 0 0 0 2547 1 0 0 25 0 4 0 652730816 312889344 23759 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 305556

[startup+51.1009 s]
/proc/loadavg: 7.99 8.00 7.47 9/346 13592
/proc/meminfo: memFree=17624800/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=307020 CPUtime=203.82 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 88601 0 0 0 20360 22 0 0 25 0 4 0 652730815 314388480 27046 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 76755 27046 395 112 0 71720 0
[pid=13587/tid=13588] ppid=13585 vsize=307020 CPUtime=51.08 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 24228 0 0 0 5103 5 0 0 25 0 4 0 652730815 314388480 27046 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=307020 CPUtime=50.53 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 24569 0 0 0 5047 6 0 0 25 0 4 0 652730815 314388480 27046 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=307020 CPUtime=51.08 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 14228 0 0 0 5105 3 0 0 25 0 4 0 652730816 314388480 27046 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 307020

[startup+102.301 s]
/proc/loadavg: 8.05 8.02 7.50 9/346 13625
/proc/meminfo: memFree=17908120/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=323852 CPUtime=408.08 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 138043 0 0 0 40766 42 0 0 25 0 4 0 652730815 331624448 37273 33554432000 4194304 4650419 140735101707888 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 80963 37273 395 112 0 75928 0
[pid=13587/tid=13588] ppid=13585 vsize=323852 CPUtime=102.3 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 39119 0 0 0 10219 11 0 0 25 0 4 0 652730815 331624448 37275 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=323852 CPUtime=101.17 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 37372 0 0 0 10106 11 0 0 25 0 4 0 652730815 331624448 37275 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=323852 CPUtime=102.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 22119 0 0 0 10224 6 0 0 25 0 4 0 652730816 331624448 37275 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 323852

[startup+162.3 s]

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

[pid=13587] ppid=13585 vsize=542752 CPUtime=2562.22 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 434830 0 0 0 256050 172 0 0 25 0 4 0 652730815 555778048 87593 33554432000 4194304 4650419 140735101707888 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 135688 87593 395 112 0 130653 0
[pid=13587/tid=13588] ppid=13585 vsize=542752 CPUtime=642.29 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 116464 0 0 0 64184 45 0 0 25 0 4 0 652730815 555778048 87593 33554432000 4194304 4650419 140735101707888 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=542752 CPUtime=635.29 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 123085 0 0 0 63480 49 0 0 25 0 4 0 652730815 555778048 87593 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=542752 CPUtime=642.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 64783 0 0 0 64203 27 0 0 25 0 4 0 652730816 555778048 87593 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2562.22
Current children cumulated vsize (KiB) 542752

[startup+702.301 s]
/proc/loadavg: 8.27 8.15 7.80 9/346 13641
/proc/meminfo: memFree=17475056/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=561688 CPUtime=2801.57 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 461555 0 0 0 279971 186 0 0 25 0 4 0 652730815 575168512 87441 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 140422 87441 395 112 0 135387 0
[pid=13587/tid=13588] ppid=13585 vsize=561688 CPUtime=702.3 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 124367 0 0 0 70181 49 0 0 25 0 4 0 652730815 575168512 87441 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=561688 CPUtime=694.63 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 130215 0 0 0 69410 53 0 0 25 0 4 0 652730815 575168512 87441 33554432000 4194304 4650419 140735101707888 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=561688 CPUtime=702.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 68340 0 0 0 70201 29 0 0 25 0 4 0 652730816 575168512 87441 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.57
Current children cumulated vsize (KiB) 561688

[startup+762.3 s]
/proc/loadavg: 8.17 8.14 7.81 9/346 13642
/proc/meminfo: memFree=17473308/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=549624 CPUtime=3040.94 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 484154 0 0 0 303896 198 0 0 25 0 4 0 652730815 562814976 84878 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 137406 84878 395 112 0 132371 0
[pid=13587/tid=13588] ppid=13585 vsize=549624 CPUtime=762.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 130038 0 0 0 76179 52 0 0 25 0 4 0 652730815 562814976 84881 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=549624 CPUtime=753.98 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 136810 0 0 0 75342 56 0 0 25 0 4 0 652730815 562814976 84881 33554432000 4194304 4650419 140735101707888 18446744073709551615 4330724 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=549624 CPUtime=762.31 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 70715 0 0 0 76201 30 0 0 25 0 4 0 652730816 562814976 84881 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.94
Current children cumulated vsize (KiB) 549624

[startup+822.301 s]
/proc/loadavg: 8.06 8.11 7.82 9/346 13644
/proc/meminfo: memFree=17422580/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=549852 CPUtime=3280.26 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 507788 0 0 0 327819 207 0 0 25 0 4 0 652730815 563048448 95175 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 137463 95175 395 112 0 132428 0
[pid=13587/tid=13588] ppid=13585 vsize=549852 CPUtime=822.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 135562 0 0 0 82177 54 0 0 25 0 4 0 652730815 563048448 95175 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=549852 CPUtime=813.33 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 142762 0 0 0 81273 60 0 0 25 0 4 0 652730815 563048448 95175 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=549852 CPUtime=822.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 74560 0 0 0 82199 31 0 0 25 0 4 0 652730816 563048448 95175 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.26
Current children cumulated vsize (KiB) 549852

[startup+882.313 s]
/proc/loadavg: 8.06 8.10 7.83 9/346 13645
/proc/meminfo: memFree=17410408/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=563916 CPUtime=3519.66 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 527046 0 0 0 351750 216 0 0 25 0 4 0 652730815 577449984 93208 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365303 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 140979 93208 395 112 0 135944 0
[pid=13587/tid=13588] ppid=13585 vsize=563916 CPUtime=882.32 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 142440 0 0 0 88176 56 0 0 25 0 4 0 652730815 577449984 93208 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=563916 CPUtime=872.68 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 145608 0 0 0 87207 61 0 0 25 0 4 0 652730815 577449984 93208 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=563916 CPUtime=882.31 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 76660 0 0 0 88199 32 0 0 25 0 4 0 652730816 577449984 93208 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.66
Current children cumulated vsize (KiB) 563916

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 7.85 9/346 13647
/proc/meminfo: memFree=17367992/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=577500 CPUtime=3758.96 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 547978 0 0 0 375669 227 0 0 25 0 4 0 652730815 591360000 100921 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 144375 100921 395 112 0 139340 0
[pid=13587/tid=13588] ppid=13585 vsize=577500 CPUtime=942.3 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 146854 0 0 0 94172 58 0 0 25 0 4 0 652730815 591360000 100921 33554432000 4194304 4650419 140735101707888 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=577500 CPUtime=932.01 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 151329 0 0 0 93138 63 0 0 25 0 4 0 652730815 591360000 100921 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=577500 CPUtime=942.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 80116 0 0 0 94196 34 0 0 25 0 4 0 652730816 591360000 100921 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.96
Current children cumulated vsize (KiB) 577500

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 7.87 9/346 13649
/proc/meminfo: memFree=17340688/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=588772 CPUtime=3998.31 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 564305 0 0 0 399596 235 0 0 25 0 4 0 652730815 602902528 102216 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 147193 102216 395 112 0 142158 0
[pid=13587/tid=13588] ppid=13585 vsize=588772 CPUtime=1002.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 148345 0 0 0 100172 59 0 0 25 0 4 0 652730815 602902528 102216 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=588772 CPUtime=991.36 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 155060 0 0 0 99071 65 0 0 25 0 4 0 652730815 602902528 102216 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=588772 CPUtime=1002.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 82518 0 0 0 100195 35 0 0 25 0 4 0 652730816 602902528 102216 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.31
Current children cumulated vsize (KiB) 588772

[startup+1062.3 s]
/proc/loadavg: 8.19 8.13 7.88 9/346 13650
/proc/meminfo: memFree=17295280/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=706148 CPUtime=4237.67 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 580427 0 0 0 423523 244 0 0 25 0 4 0 652730815 723095552 109089 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 176537 109089 395 112 0 171502 0
[pid=13587/tid=13588] ppid=13585 vsize=706148 CPUtime=1062.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 149941 0 0 0 106171 60 0 0 25 0 4 0 652730815 723095552 109089 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=706148 CPUtime=1050.71 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 159799 0 0 0 105004 67 0 0 25 0 4 0 652730815 723095552 109089 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=706148 CPUtime=1062.3 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 87349 0 0 0 106192 38 0 0 25 0 4 0 652730816 723095552 109089 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.67
Current children cumulated vsize (KiB) 706148

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 7.90 9/346 13652
/proc/meminfo: memFree=17302336/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=601304 CPUtime=4477.01 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 595209 0 0 0 447450 251 0 0 25 0 4 0 652730815 615735296 108370 33554432000 4194304 4650419 140735101707888 18446744073709551615 4364746 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 150326 108370 395 112 0 145291 0
[pid=13587/tid=13588] ppid=13585 vsize=601304 CPUtime=1122.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 152044 0 0 0 112170 61 0 0 25 0 4 0 652730815 615735296 108370 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=601304 CPUtime=1110.05 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 164030 0 0 0 110937 68 0 0 25 0 4 0 652730815 615735296 108370 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=601304 CPUtime=1122.31 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 89249 0 0 0 112191 40 0 0 25 0 4 0 652730816 615735296 108370 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4477.01
Current children cumulated vsize (KiB) 601304

[startup+1182.3 s]
/proc/loadavg: 8.23 8.15 7.92 9/346 13653
/proc/meminfo: memFree=17266116/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=601384 CPUtime=4716.37 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 610862 0 0 0 471376 261 0 0 25 0 4 0 652730815 615817216 112724 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 150346 112724 395 112 0 145311 0
[pid=13587/tid=13588] ppid=13585 vsize=601384 CPUtime=1182.31 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 153366 0 0 0 118169 62 0 0 25 0 4 0 652730815 615817216 112724 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=601384 CPUtime=1169.4 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 167975 0 0 0 116869 71 0 0 25 0 4 0 652730815 615817216 112724 33554432000 4194304 4650419 140735101707888 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=601384 CPUtime=1182.31 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 92825 0 0 0 118189 42 0 0 25 0 4 0 652730816 615817216 112724 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.37
Current children cumulated vsize (KiB) 601384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.16 8.14 7.92 10/346 13654
/proc/meminfo: memFree=17259536/32951124 swapFree=67082152/67111528
[pid=13587] ppid=13585 vsize=666920 CPUtime=4800.16 cores=1,3,5,7
/proc/13587/stat : 13587 (strangenight1-m) R 13585 13587 13065 0 -1 4202496 617370 0 0 0 479754 262 0 0 25 0 4 0 652730815 682926080 113658 33554432000 4194304 4650419 140735101707888 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 166730 113658 395 112 0 161695 0
[pid=13587/tid=13588] ppid=13585 vsize=666920 CPUtime=1203.33 cores=1,3,5,7
/proc/13587/task/13588/stat : 13588 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 153366 0 0 0 120271 62 0 0 25 0 4 0 652730815 682926080 113658 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13587/tid=13589] ppid=13585 vsize=666920 CPUtime=1190.18 cores=1,3,5,7
/proc/13587/task/13589/stat : 13589 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 168021 0 0 0 118947 71 0 0 25 0 4 0 652730815 682926080 113658 33554432000 4194304 4650419 140735101707888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13587/tid=13590] ppid=13585 vsize=666920 CPUtime=1203.32 cores=1,3,5,7
/proc/13587/task/13590/stat : 13590 (strangenight1-m) R 13585 13587 13065 0 -1 4202560 93030 0 0 0 120290 42 0 0 25 0 4 0 652730816 682926080 113658 33554432000 4194304 4650419 140735101707888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 666920

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.34
CPU time (s): 4800.23
CPU user time (s): 4797.58
CPU system time (s): 2.6476
CPU usage (%): 398.908
Max. virtual memory (cumulated for all children) (KiB): 719140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.58
system time used= 2.6476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617370
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= 196
involuntary context switches= 32316

runsolver used 3.61745 second user time and 9.55355 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 00:15:28
IDJOB=3369066
IDBENCH=83075
IDSOLVER=1846
FILE ID=node136/3369066-1305411328
RUNJOBID= node136-1305410123-13430
PBS_JOBID= 13324500
Free space on /tmp= 72988 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369066-1305411328/watcher-3369066-1305411328 -o /tmp/evaluation-result-3369066-1305411328/solver-3369066-1305411328 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369066-1305411328.cnf

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=1863475023

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17747160 kB
Buffers:        297292 kB
Cached:        5035708 kB
SwapCached:       2740 kB
Active:       10977360 kB
Inactive:      3885732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17747160 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:     9528408 kB
Mapped:          28212 kB
Slab:           236520 kB
PageTables:      40284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70373896 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= 72984 MiB
End job on node136 at 2011-05-15 00:35:34