Trace number 3369013

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.33 1203.95

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
MD5SUMe5ccab3a9294cbb9eed5df8c5c797376
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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-3369013-1305410344.cnf'
0.00/0.01	c -- header says num vars:            125
0.00/0.01	c -- header says num clauses:        2662
0.00/0.02	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.02	c -- vars added        125
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
1.17/0.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1.17/0.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.17/0.32	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.17/0.32	c calculated reachability. Time: 0.00
1.17/0.32	c Calc default polars -  time:   0.00 s pos:      66 undec:       6 neg:      53
1.17/0.32	c =========================================================================================
1.17/0.32	c types(t): F = full restart, N = normal restart
1.17/0.32	c types(t): S = simplification begin/end, E = solution found
1.17/0.32	c restart types(rt): st = static, dy = dynamic
1.17/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.32	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
2.37/0.61	c Decided on static restart strategy
2.37/0.61	c  N st     8      4916       125      2662         0      4650     13310    125161   no data   no data  --
2.37/0.61	c  N st    10     11299       125      2662         0      4300     13310     89619   no data   no data  --
2.37/0.61	c  N st    11     17042       125      2662         0      9666     13310    228182   no data   no data  --
2.77/0.89	c  F st    12     25001       125      2662         0     11889     13310    288249   no data   no data  --
2.77/0.89	c  N st    12     25001       125      2662         0     11889     13310    288249   no data   no data  --
3.97/1.09	c Decided on static restart strategy
3.97/1.09	c  N st    18     30001       125      2662         0     10232     13310    228912   no data   no data  --
3.97/1.09	c  S st    18     30001       125      2662         0     10232     13310    228912   no data   no data  --
4.40/1.12	c  S st    18     30503       125      2662         0     10717     13310    241650   no data   no data  --
4.40/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.40/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.40/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.78	c lits-rem:      2462  cl-subs:     1422  v-elim:      0  v-fix:    0  time:  2.61 s
7.16/1.83	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.18
7.16/1.83	c calculated reachability. Time: 0.00
7.16/1.83	c  N st    18     30503       125      2662         0      9295     13310    199748   no data   no data  --
8.36/2.18	c  N st    20     37615       125      2662         0      8560     13310    166025   no data   no data  --
9.94/2.51	c  N st    21     44015       125      2662         0     14598     13310    323804   no data   no data  --
10.34/2.62	c  S st    22     45755       125      2662         0     16242     13310    365702   no data   no data  --
10.34/2.66	c  S st    22     46257       125      2662         0     16734     13310    378458   no data   no data  --
10.34/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.34/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
10.34/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
10.34/2.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.05	c lits-rem:      3405  cl-subs:     1791  v-elim:      0  v-fix:    0  time:  5.49 s
15.93/4.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.93/4.06	c vivif2 --  cl tried    14943 cl shrink        0 lits rem          0 time: 0.01
16.33/4.13	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.29
16.33/4.13	c calculated reachability. Time: 0.00
16.33/4.13	c  N st    22     46257       125      2662         0     14943     13310    325801   no data   no data  --
19.52/4.94	c  N st    23     60654       125      2662         0     10733     13310    191994   no data   no data  --
21.52/5.49	c  N st    24     69385       125      2662         0     18947     13310    405558   no data   no data  --
21.52/5.49	c  S st    24     69385       125      2662         0     18947     13310    405558   no data   no data  --
21.94/5.54	c  S st    24     69889       125      2662         0     19430     13310    418286   no data   no data  --
21.94/5.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.94/5.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.94/5.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.94/5.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.94/5.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.94/5.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.94/5.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.89/7.05	c lits-rem:      3850  cl-subs:     1911  v-elim:      0  v-fix:    0  time:  5.93 s
27.89/7.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.89/7.05	c vivif2 --  cl tried    17519 cl shrink        0 lits rem          0 time: 0.01
28.29/7.13	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.32
28.29/7.13	c calculated reachability. Time: 0.00
28.29/7.13	c  N st    24     69889       125      2662         0     17519     13310    363702   no data   no data  --
33.07/8.36	c  F st    25     87503       125      2662         0     12551     13310    217736   no data   no data  --
33.07/8.36	c  N st    25     87503       125      2662         0     12551     13310    217736   no data   no data  --
34.27/8.66	c Decided on static restart strategy
35.09/8.83	c  N st    32     95540       125      2662         0     20166     13310    416547   no data   no data  --
37.46/9.47	c  N st    34    104834       125      2662         0     16662     13310    319717   no data   no data  --
37.46/9.48	c  S st    34    104834       125      2662         0     16662     13310    319717   no data   no data  --
37.86/9.52	c  S st    34    105339       125      2662         0     17152     13310    332385   no data   no data  --
37.86/9.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.86/9.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.86/9.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
37.86/9.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.86/9.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.86/9.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
37.86/9.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.25/10.69	c lits-rem:      2527  cl-subs:     1205  v-elim:      0  v-fix:    0  time:  4.60 s
42.25/10.69	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
42.64/10.70	c vivif2 --  cl tried    15947 cl shrink        0 lits rem          0 time: 0.01
42.64/10.77	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.29
42.64/10.77	c calculated reachability. Time: 0.00
42.64/10.77	c  N st    34    105339       125      2662         0     15947     13310    298111   no data   no data  --
45.43/11.44	c  N st    35    114937       125      2662         0     24966     13310    532733   no data   no data  --
49.42/12.43	c  N st    36    129335       125      2662         0     25442     13310    542019   no data   no data  --
55.40/13.99	c  N st    37    150931       125      2662         0     16565     13310    266676   no data   no data  --
57.45/14.46	c  S st    38    158008       125      2662         0     23267     13310    446562   no data   no data  --
57.79/14.52	c  S st    38    158512       125      2662         0     23757     13310    458970   no data   no data  --
57.79/14.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.79/14.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.79/14.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
57.79/14.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.79/14.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.79/14.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
57.79/14.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.18/16.12	c lits-rem:      3251  cl-subs:     1626  v-elim:      0  v-fix:    0  time:  6.28 s
64.18/16.12	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
64.18/16.12	c vivif2 --  cl tried    22131 cl shrink        0 lits rem          0 time: 0.02
64.58/16.25	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.50
64.58/16.25	c calculated reachability. Time: 0.00
64.58/16.25	c  N st    38    158512       125      2662         0     22131     13310    411986   no data   no data  --
83.35/20.99	c  N st    39    207100       125      2662         0     34809     13310    725084   no data   no data  --
94.87/23.81	c  N st    40    237770       125      2662         0     27002     13310    490332   no data   no data  --
94.87/23.81	c  S st    40    237770       125      2662         0     27002     13310    490332   no data   no data  --
94.87/23.88	c  S st    40    238272       125      2662         0     27492     13310    503290   no data   no data  --
94.87/23.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.87/23.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.87/23.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
95.27/23.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.27/23.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.27/23.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
95.27/23.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.65/25.54	c lits-rem:      3592  cl-subs:     2085  v-elim:      0  v-fix:    0  time:  6.48 s
101.65/25.54	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
101.65/25.54	c vivif2 --  cl tried    25407 cl shrink        0 lits rem          0 time: 0.02
102.05/25.66	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.46
102.05/25.66	c calculated reachability. Time: 0.00
102.05/25.66	c  N st    40    238272       125      2662         0     25407     13310    446749   no data   no data  --
128.77/32.36	c  F st    41    306250       125      2662         0     27251     13310    453628   no data   no data  --
128.77/32.36	c  N st    41    306250       125      2662         0     27251     13310    453628   no data   no data  --
130.77/32.86	c Decided on static restart strategy
139.93/35.19	c  N st    51    334554       125      2662         0     31454     13310    552872   no data   no data  --
149.90/37.68	c  N st    53    357408       125      2662         0     29508     13310    483529   no data   no data  --
149.90/37.68	c  S st    53    357408       125      2662         0     29508     13310    483529   no data   no data  --
150.30/37.76	c  S st    53    357911       125      2662         0     30001     13310    496590   no data   no data  --
150.30/37.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.30/37.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.30/37.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
150.30/37.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.30/37.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.30/37.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
150.30/37.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.28/39.26	c lits-rem:      2617  cl-subs:     1116  v-elim:      0  v-fix:    0  time:  5.88 s
156.28/39.26	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
156.28/39.26	c vivif2 --  cl tried    28885 cl shrink        0 lits rem          0 time: 0.02
157.08/39.40	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.57
157.08/39.40	c calculated reachability. Time: 0.00
157.08/39.40	c  N st    53    357911       125      2662         0     28885     13310    462973   no data   no data  --
175.87/44.13	c  N st    54    390303       125      2662         0     34815     13310    593139   no data   no data  --
200.54/50.35	c  N st    55    438892       125      2662         0     28791     13310    416639   no data   no data  --
235.64/59.17	c  N st    56    511774       125      2662         0     41727     13310    728889   no data   no data  --
251.18/63.01	c  N st    57    536866       125      2662         0     36194     13310    560808   no data   no data  --
251.18/63.01	c  S st    57    536866       125      2662         0     36194     13310    560808   no data   no data  --
251.58/63.10	c  S st    57    537369       125      2662         0     36680     13310    573637   no data   no data  --
251.58/63.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.58/63.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.58/63.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
251.58/63.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.58/63.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.58/63.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
251.58/63.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
259.55/65.10	c lits-rem:      2356  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  7.86 s
259.55/65.10	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
259.55/65.11	c vivif2 --  cl tried    34948 cl shrink        0 lits rem          0 time: 0.02
259.95/65.27	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.63
259.95/65.27	c calculated reachability. Time: 0.00
259.95/65.27	c  N st    57    537369       125      2662         0     34948     13310    529569   no data   no data  --
350.47/87.93	c  N st    58    701353       125      2662         0     62792     13310   1203956   no data   no data  --
416.26/104.49	c  N st    59    806055       125      2662         0     57162     13310   1031149   no data   no data  --
416.26/104.49	c  S st    59    806055       125      2662         0     57162     13310   1031149   no data   no data  --
417.11/104.66	c  S st    59    806557       125      2662         0     57651     13310   1044150   no data   no data  --
417.11/104.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
417.11/104.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
417.11/104.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
417.45/104.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.45/104.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.45/104.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
417.45/104.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
443.76/111.39	c lits-rem:      1023  cl-subs:     5040  v-elim:      0  v-fix:    0  time: 26.58 s
443.76/111.39	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
444.16/111.40	c vivif2 --  cl tried    52611 cl shrink        0 lits rem          0 time: 0.04
444.96/111.66	c asymm  cl-useful: 0/2310/2662 lits-rem:0 time: 1.05
444.96/111.66	c calculated reachability. Time: 0.00
444.96/111.66	c  N st    59    806557       125      2662         0     52611     13310    912253   no data   no data  --
619.58/155.48	c  F st    60   1071876       125      2662         0     67894     13310   1233311   no data   no data  --
619.58/155.48	c  N st    60   1071876       125      2662         0     67894     13310   1233311   no data   no data  --
623.98/156.52	c Decided on static restart strategy
642.31/161.13	c  N st    70   1100181       125      2662         0     52534     13310    801494   no data   no data  --
668.23/167.69	c  N st    72   1136176       125      2662         0     43340     13310    533336   no data   no data  --
689.02/172.83	c  N st    73   1168568       125      2662         0     73769     13310   1349788   no data   no data  --
721.67/181.03	c  N st    74   1209836       125      2662         0     68265     13310   1176412   no data   no data  --
721.67/181.03	c  S st    74   1209836       125      2662         0     68265     13310   1176412   no data   no data  --
722.47/181.29	c  S st    74   1210339       125      2662         0     68754     13310   1189437   no data   no data  --
722.87/181.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
722.87/181.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
722.87/181.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
722.87/181.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
722.87/181.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
722.87/181.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
722.87/181.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
776.32/194.77	c lits-rem:      1074  cl-subs:     5313  v-elim:      0  v-fix:    0  time: 53.34 s
776.32/194.77	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
776.32/194.78	c vivif2 --  cl tried    63441 cl shrink        0 lits rem          0 time: 0.06
777.88/195.15	c asymm  cl-useful: 0/1878/2662 lits-rem:0 time: 1.49
777.88/195.15	c calculated reachability. Time: 0.00
777.88/195.15	c  N st    74   1210339       125      2662         0     63441     13310   1050767   no data   no data  --
841.28/211.08	c  N st    75   1283222       125      2662         0     86553     13310   1625230   no data   no data  --
943.41/236.67	c  N st    76   1392546       125      2662         0     48724     13310    598138   no data   no data  --
1087.31/272.74	c  N st    77   1556531       125      2662         0     53368     13310    679569   no data   no data  --
1224.12/307.02	c  N st    78   1710339       125      2662         0     93332     13310   1707453   no data   no data  --
1224.12/307.02	c  S st    78   1710339       125      2662         0     93332     13310   1707453   no data   no data  --
1225.26/307.31	c  S st    78   1710843       125      2662         0     93819     13310   1720897   no data   no data  --
1225.26/307.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1225.26/307.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1225.26/307.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1225.66/307.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.66/307.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.66/307.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1225.66/307.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1370.77/343.82	c lits-rem:      3570  cl-subs:     9732  v-elim:      0  v-fix:    0  time: 145.11 s
1370.77/343.82	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1370.77/343.85	c vivif2 --  cl tried    84087 cl shrink        0 lits rem          0 time: 0.10
1372.37/344.21	c asymm  cl-useful: 0/784/2662 lits-rem:0 time: 1.44
1372.37/344.21	c calculated reachability. Time: 0.00
1372.37/344.21	c  N st    78   1710843       125      2662         0     84087     13310   1476063   no data   no data  --
1739.99/436.45	c  N st    79   2079809       125      2662         0     95698     13310   1682793   no data   no data  --
1864.04/467.58	c  N st    80   2210849       125      2662         0     99755     13310   1764680   no data   no data  --
1864.04/467.58	c  S st    80   2210849       125      2662         0     99755     13310   1764680   no data   no data  --
1865.60/467.94	c  S st    80   2211356       125      2662         0    100247     13310   1777953   no data   no data  --
1865.60/467.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1865.60/467.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1866.00/468.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1866.00/468.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1866.00/468.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1866.00/468.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1866.00/468.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1996.76/500.80	c lits-rem:      6822  cl-subs:     9370  v-elim:      0  v-fix:    0  time: 130.53 s
1996.76/500.80	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1996.76/500.83	c vivif2 --  cl tried    90877 cl shrink        0 lits rem          0 time: 0.09
1998.76/501.30	c asymm  cl-useful: 0/1411/2662 lits-rem:0 time: 1.88
1998.76/501.30	c calculated reachability. Time: 0.00
1998.76/501.30	c  N st    80   2211356       125      2662         0     90877     13310   1537340   no data   no data  --
2487.25/623.83	c  N st    81   2711356       125      2662         0    112774     13310   1966007   no data   no data  --
2487.25/623.83	c  S st    81   2711356       125      2662         0    112774     13310   1966007   no data   no data  --
2488.40/624.19	c  S st    81   2711859       125      2662         0    113263     13310   1979112   no data   no data  --
2488.80/624.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2488.80/624.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2488.80/624.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2489.19/624.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2489.19/624.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2489.19/624.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2489.19/624.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2637.12/661.41	c lits-rem:      3246  cl-subs:    13764  v-elim:      0  v-fix:    0  time: 147.85 s
2637.12/661.41	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2637.12/661.43	c vivif2 --  cl tried    99499 cl shrink        0 lits rem          0 time: 0.08
2638.72/661.80	c asymm  cl-useful: 0/1044/2662 lits-rem:0 time: 1.47
2638.72/661.80	c calculated reachability. Time: 0.00
2638.72/661.80	c  N st    81   2711859       125      2662         0     99499     13310   1662498   no data   no data  --
3173.82/796.08	c  N st    82   3211860       125      2662         0     77826     13310    974813   no data   no data  --
3173.82/796.08	c  S st    82   3211860       125      2662         0     77826     13310    974813   no data   no data  --
3175.02/796.39	c  S st    82   3212365       125      2662         0     78319     13310    988105   no data   no data  --
3175.02/796.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3175.02/796.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3175.44/796.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
3175.44/796.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3175.44/796.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3175.44/796.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3175.44/796.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3203.32/803.41	c lits-rem:       398  cl-subs:     1425  v-elim:      0  v-fix:    0  time: 27.70 s
3203.32/803.41	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3203.32/803.43	c vivif2 --  cl tried    76894 cl shrink        0 lits rem          0 time: 0.06
3204.92/803.81	c asymm  cl-useful: 0/1706/2662 lits-rem:0 time: 1.51
3204.92/803.81	c calculated reachability. Time: 0.00
3204.92/803.81	c  N st    82   3212365       125      2662         0     76894     13310    954120   no data   no data  --
3789.91/950.52	c  N st    83   3712365       125      2662         0     86945     13310   1127360   no data   no data  --
3789.91/950.52	c  S st    83   3712365       125      2662         0     86945     13310   1127360   no data   no data  --
3790.65/950.79	c  S st    83   3712868       125      2662         0     87430     13310   1139846   no data   no data  --
3790.65/950.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3790.65/950.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3791.05/950.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3791.05/950.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3791.05/950.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3791.05/950.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3791.05/950.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3818.98/957.86	c lits-rem:       899  cl-subs:     2323  v-elim:      0  v-fix:    0  time: 27.86 s
3818.98/957.86	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3818.98/957.87	c vivif2 --  cl tried    85107 cl shrink        0 lits rem          0 time: 0.06
3820.20/958.13	c asymm  cl-useful: 0/956/2662 lits-rem:0 time: 1.04
3820.20/958.14	c calculated reachability. Time: 0.00
3820.20/958.14	c  N st    83   3712868       125      2662         0     85107     13310   1086431   no data   no data  --
3858.45/967.79	c  F st    84   3751565       125      2662         0    121120     13310   2056686   no data   no data  --
3858.45/967.79	c  N st    84   3751565       125      2662         0    121120     13310   2056686   no data   no data  --
3869.61/970.57	c Decided on static restart strategy
3908.68/980.36	c  N st    94   3779867       125      2662         0    147629     13310   2763252   no data   no data  --
3962.52/993.81	c  N st    96   3815861       125      2662         0    102386     13310   1532514   no data   no data  --
3998.80/1002.96	c  N st    97   3848254       125      2662         0    132728     13310   2357672   no data   no data  --
4065.40/1019.63	c  N st    98   3896843       125      2662         0     98018     13310   1397078   no data   no data  --
4183.42/1049.29	c  N st    99   3969726       125      2662         0     84699     13310   1022544   no data   no data  --
4341.32/1088.87	c  N st   100   4079050       125      2662         0    104572     13310   1533994   no data   no data  --
4546.67/1140.38	c  N st   101   4212868       125      2662         0    146161     13310   2598773   no data   no data  --
4546.67/1140.38	c  S st   101   4212868       125      2662         0    146161     13310   2598773   no data   no data  --
4549.05/1140.95	c  S st   101   4213372       125      2662         0    146653     13310   2612294   no data   no data  --
4549.05/1140.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4549.05/1140.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4549.45/1141.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.30
4549.85/1141.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4549.85/1141.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4549.85/1141.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4549.85/1141.12	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-3369013-1305410344/watcher-3369013-1305410344 -o /tmp/evaluation-result-3369013-1305410344/solver-3369013-1305410344 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369013-1305410344.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.43 4.25 5.78 3/382 12247
/proc/meminfo: memFree=14893460/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 412 0 0 0 2 0 0 0 19 0 4 0 731265082 52465664 353 33554432000 4194304 4650419 140736004954496 18446744073709551615 47406882957234 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 12809 353 303 112 0 7774 0
[pid=12247/tid=12250] ppid=12245 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 4 0 731265082 52465664 353 33554432000 4194304 4650419 140736004954496 18446744073709551615 47406882957228 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 4 0 731265082 52465664 353 33554432000 4194304 4650419 140736004954496 18446744073709551615 47406882957232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 731265082 52465664 353 33554432000 4194304 4650419 140736004954496 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0833469 s]
/proc/loadavg: 3.43 4.25 5.78 3/382 12247
/proc/meminfo: memFree=14893460/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=282352 CPUtime=0.31 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 1785 0 0 0 31 0 0 0 18 0 4 0 731265082 289128448 1618 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 70588 1618 389 112 0 65553 0
[pid=12247/tid=12250] ppid=12245 vsize=282352 CPUtime=0.07 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 390 0 0 0 7 0 0 0 18 0 4 0 731265082 289128448 1618 33554432000 4194304 4650419 140736004954496 18446744073709551615 4334270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=282352 CPUtime=0.08 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 363 0 0 0 8 0 0 0 18 0 4 0 731265082 289128448 1618 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=282352 CPUtime=0.06 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 243 0 0 0 6 0 0 0 22 0 4 0 731265082 289128448 1618 33554432000 4194304 4650419 140736004954496 18446744073709551615 4333694 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282352

[startup+0.100344 s]
/proc/loadavg: 3.43 4.25 5.78 3/382 12247
/proc/meminfo: memFree=14893460/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=282352 CPUtime=0.37 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 1862 0 0 0 37 0 0 0 18 0 4 0 731265082 289128448 1695 33554432000 4194304 4650419 140736004954496 18446744073709551615 4315143 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 70588 1695 389 112 0 65553 0
[pid=12247/tid=12250] ppid=12245 vsize=282352 CPUtime=0.09 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 407 0 0 0 9 0 0 0 18 0 4 0 731265082 289128448 1695 33554432000 4194304 4650419 140736004954496 18446744073709551615 4301018 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=282352 CPUtime=0.09 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 380 0 0 0 9 0 0 0 18 0 4 0 731265082 289128448 1696 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=282352 CPUtime=0.08 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 268 0 0 0 8 0 0 0 22 0 4 0 731265082 289128448 1696 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282352

[startup+0.300309 s]
/proc/loadavg: 3.43 4.25 5.78 3/382 12247
/proc/meminfo: memFree=14893460/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=284164 CPUtime=1.17 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 3153 0 0 0 117 0 0 0 18 0 4 0 731265082 290983936 2354 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 71041 2354 391 112 0 66006 0
[pid=12247/tid=12250] ppid=12245 vsize=284164 CPUtime=0.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 727 0 0 0 29 0 0 0 18 0 4 0 731265082 290983936 2354 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=284164 CPUtime=0.29 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 695 0 0 0 29 0 0 0 18 0 4 0 731265082 290983936 2354 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=284164 CPUtime=0.28 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 599 0 0 0 28 0 0 0 22 0 4 0 731265082 290983936 2354 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284164

[startup+0.700241 s]
/proc/loadavg: 3.43 4.25 5.78 3/382 12247
/proc/meminfo: memFree=14893460/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=285788 CPUtime=2.77 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 5683 0 0 0 277 0 0 0 18 0 4 0 731265082 292646912 2722 33554432000 4194304 4650419 140736004954496 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 71447 2722 391 112 0 66412 0
[pid=12247/tid=12250] ppid=12245 vsize=285788 CPUtime=0.69 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 1380 0 0 0 69 0 0 0 18 0 4 0 731265082 292646912 2722 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=285788 CPUtime=0.69 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 1342 0 0 0 69 0 0 0 18 0 4 0 731265082 292646912 2722 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=285788 CPUtime=0.68 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 1186 0 0 0 68 0 0 0 24 0 4 0 731265082 292646912 2722 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285788

[startup+1.50111 s]
/proc/loadavg: 3.43 4.25 5.78 9/390 12255
/proc/meminfo: memFree=14866856/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=295940 CPUtime=5.96 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 11500 0 0 0 594 2 0 0 20 0 4 0 731265082 303042560 6285 33554432000 4194304 4650419 140736004954496 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 73985 6285 393 112 0 68950 0
[pid=12247/tid=12250] ppid=12245 vsize=295940 CPUtime=1.49 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 3446 0 0 0 149 0 0 0 19 0 4 0 731265082 303042560 6285 33554432000 4194304 4650419 140736004954496 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=295940 CPUtime=1.49 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 2315 0 0 0 149 0 0 0 20 0 4 0 731265082 303042560 6285 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=295940 CPUtime=1.46 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 2001 0 0 0 146 0 0 0 25 0 4 0 731265082 303042560 6285 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295940

[startup+3.10083 s]
/proc/loadavg: 3.80 4.31 5.80 9/390 12255
/proc/meminfo: memFree=14827428/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=314132 CPUtime=12.34 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 18908 0 0 0 1231 3 0 0 25 0 4 0 731265082 321671168 11946 33554432000 4194304 4650419 140736004954496 18446744073709551615 4438402 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 78533 11946 393 112 0 73498 0
[pid=12247/tid=12250] ppid=12245 vsize=314132 CPUtime=3.09 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 4478 0 0 0 309 0 0 0 25 0 4 0 731265082 321671168 11946 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=314132 CPUtime=3.09 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 4719 0 0 0 308 1 0 0 25 0 4 0 731265082 321671168 11946 33554432000 4194304 4650419 140736004954496 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=314132 CPUtime=3.04 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 4361 0 0 0 304 0 0 0 25 0 4 0 731265082 321671168 11946 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 314132

[startup+6.30027 s]
/proc/loadavg: 3.80 4.31 5.80 9/390 12255
/proc/meminfo: memFree=14766832/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=296540 CPUtime=25.1 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 27099 0 0 0 2505 5 0 0 25 0 4 0 731265082 303656960 16377 33554432000 4194304 4650419 140736004954496 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 74135 16377 393 112 0 69100 0
[pid=12247/tid=12250] ppid=12245 vsize=296540 CPUtime=6.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 7162 0 0 0 628 1 0 0 25 0 4 0 731265082 303656960 16377 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=296540 CPUtime=6.28 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 8057 0 0 0 627 1 0 0 25 0 4 0 731265082 303656960 16377 33554432000 4194304 4650419 140736004954496 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=296540 CPUtime=6.21 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 4904 0 0 0 620 1 0 0 25 0 4 0 731265082 303656960 16377 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 296540

[startup+12.7012 s]
/proc/loadavg: 4.44 4.43 5.82 10/390 12255
/proc/meminfo: memFree=14721220/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=306740 CPUtime=50.62 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 39129 0 0 0 5054 8 0 0 25 0 4 0 731265082 314101760 20607 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 76685 20607 393 112 0 71650 0
[pid=12247/tid=12250] ppid=12245 vsize=306740 CPUtime=12.69 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 10737 0 0 0 1267 2 0 0 25 0 4 0 731265082 314101760 20607 33554432000 4194304 4650419 140736004954496 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=306740 CPUtime=12.68 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 11296 0 0 0 1266 2 0 0 25 0 4 0 731265082 314101760 20607 33554432000 4194304 4650419 140736004954496 18446744073709551615 4351618 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=306740 CPUtime=12.52 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 6995 0 0 0 1251 1 0 0 25 0 4 0 731265082 314101760 20607 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 306740

[startup+25.5009 s]
/proc/loadavg: 4.99 4.55 5.84 9/390 12256
/proc/meminfo: memFree=14661316/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=313676 CPUtime=101.65 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 60469 0 0 0 10152 13 0 0 25 0 4 0 731265082 321204224 30193 33554432000 4194304 4650419 140736004954496 18446744073709551615 4476356 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 78419 30193 393 112 0 73384 0
[pid=12247/tid=12250] ppid=12245 vsize=313676 CPUtime=25.49 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 18090 0 0 0 2545 4 0 0 25 0 4 0 731265082 321204224 30193 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=313676 CPUtime=25.49 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 18375 0 0 0 2545 4 0 0 25 0 4 0 731265082 321204224 30193 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=313676 CPUtime=25.15 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 8017 0 0 0 2514 1 0 0 25 0 4 0 731265082 321204224 30193 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 313676

[startup+51.1005 s]
/proc/loadavg: 6.07 4.84 5.90 9/390 12257
/proc/meminfo: memFree=14592296/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=380776 CPUtime=203.73 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 88719 0 0 0 20351 22 0 0 25 0 4 0 731265082 389914624 37948 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 95194 37948 393 112 0 90159 0
[pid=12247/tid=12250] ppid=12245 vsize=380776 CPUtime=51.09 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 29231 0 0 0 5102 7 0 0 25 0 4 0 731265082 389914624 37948 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=380776 CPUtime=51.08 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 28170 0 0 0 5101 7 0 0 25 0 4 0 731265082 389914624 37948 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=380776 CPUtime=50.43 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 8638 0 0 0 5041 2 0 0 25 0 4 0 731265082 389914624 37948 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 380776

[startup+102.301 s]
/proc/loadavg: 7.36 5.40 6.03 9/390 12258
/proc/meminfo: memFree=14506088/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=324632 CPUtime=407.92 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 135391 0 0 0 40752 40 0 0 25 0 4 0 731265082 332423168 40205 33554432000 4194304 4650419 140736004954496 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 81158 40205 393 112 0 76123 0
[pid=12247/tid=12250] ppid=12245 vsize=324632 CPUtime=102.31 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 44876 0 0 0 10219 12 0 0 25 0 4 0 731265082 332423168 40207 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=324632 CPUtime=102.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 44098 0 0 0 10217 13 0 0 25 0 4 0 731265082 332423168 40207 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=324632 CPUtime=100.99 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 13421 0 0 0 10095 4 0 0 25 0 4 0 731265082 332423168 40207 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 324632

[startup+162.301 s]

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

[pid=12247] ppid=12245 vsize=556664 CPUtime=2560.96 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 395216 0 0 0 255945 151 0 0 25 0 4 0 731265082 570023936 96127 33554432000 4194304 4650419 140736004954496 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 139166 96127 393 112 0 134131 0
[pid=12247/tid=12250] ppid=12245 vsize=556664 CPUtime=642.28 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 116377 0 0 0 64186 42 0 0 25 0 4 0 731265082 570023936 96127 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=556664 CPUtime=642.29 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 146349 0 0 0 64170 59 0 0 25 0 4 0 731265082 570023936 96127 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=556664 CPUtime=634.06 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 32649 0 0 0 63394 12 0 0 25 0 4 0 731265082 570023936 96127 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2560.96
Current children cumulated vsize (KiB) 556664

[startup+702.301 s]
/proc/loadavg: 8.10 7.73 7.00 9/390 12289
/proc/meminfo: memFree=14063516/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=558168 CPUtime=2800.2 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 407269 0 0 0 279862 158 0 0 25 0 4 0 731265082 571564032 99919 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364746 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 139542 99919 393 112 0 134507 0
[pid=12247/tid=12250] ppid=12245 vsize=558168 CPUtime=702.28 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 118159 0 0 0 70186 42 0 0 25 0 4 0 731265082 571564032 99919 33554432000 4194304 4650419 140736004954496 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=558168 CPUtime=702.29 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 154155 0 0 0 70165 64 0 0 25 0 4 0 731265082 571564032 99919 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=558168 CPUtime=693.29 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 32876 0 0 0 69316 13 0 0 25 0 4 0 731265082 571564032 99919 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.2
Current children cumulated vsize (KiB) 558168

[startup+762.3 s]
/proc/loadavg: 8.15 7.80 7.06 9/390 12292
/proc/meminfo: memFree=14053824/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=572772 CPUtime=3039.48 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 424164 0 0 0 303782 166 0 0 25 0 4 0 731265082 586518528 101919 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 143193 101919 393 112 0 138158 0
[pid=12247/tid=12250] ppid=12245 vsize=572772 CPUtime=762.3 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 118978 0 0 0 76187 43 0 0 25 0 4 0 731265082 586518528 101921 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=572772 CPUtime=762.31 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 163997 0 0 0 76162 69 0 0 25 0 4 0 731265082 586518528 101921 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=572772 CPUtime=752.54 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 33338 0 0 0 75241 13 0 0 25 0 4 0 731265082 586518528 101921 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.48
Current children cumulated vsize (KiB) 572772

[startup+822.301 s]
/proc/loadavg: 8.19 7.87 7.13 9/390 12293
/proc/meminfo: memFree=14018212/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=638540 CPUtime=3278.69 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 436823 0 0 0 327698 171 0 0 25 0 4 0 731265082 653864960 110234 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 159635 110234 393 112 0 154600 0
[pid=12247/tid=12250] ppid=12245 vsize=638540 CPUtime=822.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 119177 0 0 0 82186 43 0 0 25 0 4 0 731265082 653864960 110234 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=638540 CPUtime=822.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 172615 0 0 0 82158 72 0 0 25 0 4 0 731265082 653864960 110234 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=638540 CPUtime=811.77 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 36196 0 0 0 81163 14 0 0 25 0 4 0 731265082 653864960 110234 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.69
Current children cumulated vsize (KiB) 638540

[startup+882.314 s]
/proc/loadavg: 8.19 7.92 7.19 10/390 12295
/proc/meminfo: memFree=14007900/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=586180 CPUtime=3517.97 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 449547 0 0 0 351620 177 0 0 25 0 4 0 731265082 600248320 109586 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 146545 109586 393 112 0 141510 0
[pid=12247/tid=12250] ppid=12245 vsize=586180 CPUtime=882.3 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 119485 0 0 0 88187 43 0 0 25 0 4 0 731265082 600248320 109586 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=586180 CPUtime=882.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 181733 0 0 0 88154 76 0 0 25 0 4 0 731265082 600248320 109586 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=586180 CPUtime=871.01 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 36296 0 0 0 87087 14 0 0 25 0 4 0 731265082 600248320 109586 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.97
Current children cumulated vsize (KiB) 586180

[startup+942.301 s]
/proc/loadavg: 8.18 7.96 7.25 9/390 12297
/proc/meminfo: memFree=14022500/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=586428 CPUtime=3757.17 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 457066 0 0 0 375535 182 0 0 25 0 4 0 731265082 600502272 110289 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 146607 110289 393 112 0 141572 0
[pid=12247/tid=12250] ppid=12245 vsize=586428 CPUtime=942.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 119669 0 0 0 94186 43 0 0 25 0 4 0 731265082 600502272 110289 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=586428 CPUtime=942.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 189065 0 0 0 94149 81 0 0 25 0 4 0 731265082 600502272 110289 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=586428 CPUtime=930.24 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 36296 0 0 0 93010 14 0 0 25 0 4 0 731265082 600502272 110289 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.17
Current children cumulated vsize (KiB) 586428

[startup+1002.3 s]
/proc/loadavg: 8.17 8.00 7.31 9/390 12299
/proc/meminfo: memFree=13978696/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=586784 CPUtime=3996.41 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 466804 0 0 0 399455 186 0 0 25 0 4 0 731265082 600866816 108774 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 146696 108774 393 112 0 141661 0
[pid=12247/tid=12250] ppid=12245 vsize=586784 CPUtime=1002.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 119678 0 0 0 100186 43 0 0 25 0 4 0 731265082 600866816 108774 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=586784 CPUtime=1002.29 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 196907 0 0 0 100145 84 0 0 25 0 4 0 731265082 600866816 108774 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=586784 CPUtime=989.47 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 36296 0 0 0 98933 14 0 0 25 0 4 0 731265082 600866816 108774 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.41
Current children cumulated vsize (KiB) 586784

[startup+1062.3 s]
/proc/loadavg: 8.16 8.03 7.36 9/390 12300
/proc/meminfo: memFree=13930444/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=599556 CPUtime=4235.65 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 475385 0 0 0 423376 189 0 0 25 0 4 0 731265082 613945344 112653 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 149889 112653 393 112 0 144854 0
[pid=12247/tid=12250] ppid=12245 vsize=599556 CPUtime=1062.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 119994 0 0 0 106186 43 0 0 25 0 4 0 731265082 613945344 112653 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=599556 CPUtime=1062.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 203251 0 0 0 106143 87 0 0 25 0 4 0 731265082 613945344 112653 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=599556 CPUtime=1048.72 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 37720 0 0 0 104857 15 0 0 25 0 4 0 731265082 613945344 112653 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.65
Current children cumulated vsize (KiB) 599556

[startup+1122.3 s]
/proc/loadavg: 8.06 8.02 7.39 9/390 12302
/proc/meminfo: memFree=13911828/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=599648 CPUtime=4474.89 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 490714 0 0 0 447292 197 0 0 25 0 4 0 731265082 614039552 119527 33554432000 4194304 4650419 140736004954496 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 149912 119527 393 112 0 144877 0
[pid=12247/tid=12250] ppid=12245 vsize=599648 CPUtime=1122.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 120210 0 0 0 112186 43 0 0 25 0 4 0 731265082 614039552 119527 33554432000 4194304 4650419 140736004954496 18446744073709551615 4334509 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=599648 CPUtime=1122.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 211416 0 0 0 112139 91 0 0 25 0 4 0 731265082 614039552 119527 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=599648 CPUtime=1107.95 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 39379 0 0 0 110779 16 0 0 25 0 4 0 731265082 614039552 119527 33554432000 4194304 4650419 140736004954496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.89
Current children cumulated vsize (KiB) 599648

[startup+1182.3 s]
/proc/loadavg: 8.02 8.02 7.43 9/390 12304
/proc/meminfo: memFree=13859248/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=599708 CPUtime=4714.12 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 503050 0 0 0 471209 203 0 0 25 0 4 0 731265082 614100992 127564 33554432000 4194304 4650419 140736004954496 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 149927 127564 393 112 0 144892 0
[pid=12247/tid=12250] ppid=12245 vsize=599708 CPUtime=1182.29 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 120335 0 0 0 118186 43 0 0 25 0 4 0 731265082 614100992 127564 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=599708 CPUtime=1182.3 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 221683 0 0 0 118136 94 0 0 25 0 4 0 731265082 614100992 127564 33554432000 4194304 4650419 140736004954496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=599708 CPUtime=1167.18 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 39691 0 0 0 116701 17 0 0 25 0 4 0 731265082 614100992 127564 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.12
Current children cumulated vsize (KiB) 599708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.09 8.03 7.45 10/390 12304
/proc/meminfo: memFree=13869904/32951124 swapFree=65586204/67111528
[pid=12247] ppid=12245 vsize=601168 CPUtime=4800.25 cores=1,3,5,7
/proc/12247/stat : 12247 (strangenight1-m) R 12245 12247 11857 0 -1 4202496 503232 0 0 0 479822 203 0 0 25 0 4 0 731265082 615596032 127567 33554432000 4194304 4650419 140736004954496 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12247/statm: 150292 127567 393 112 0 145257 0
[pid=12247/tid=12250] ppid=12245 vsize=601168 CPUtime=1203.91 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 120517 0 0 0 120347 44 0 0 25 0 4 0 731265082 615596032 127567 33554432000 4194304 4650419 140736004954496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12247/tid=12251] ppid=12245 vsize=601168 CPUtime=1203.92 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 221683 0 0 0 120298 94 0 0 25 0 4 0 731265082 615596032 127567 33554432000 4194304 4650419 140736004954496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12247/tid=12253] ppid=12245 vsize=601168 CPUtime=1188.48 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (strangenight1-m) R 12245 12247 11857 0 -1 4202560 39691 0 0 0 118831 17 0 0 25 0 4 0 731265082 615596032 127567 33554432000 4194304 4650419 140736004954496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 601168

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.95
CPU time (s): 4800.33
CPU user time (s): 4798.26
CPU system time (s): 2.06269
CPU usage (%): 398.716
Max. virtual memory (cumulated for all children) (KiB): 705628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.26
system time used= 2.06269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503232
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= 288
involuntary context switches= 33462

runsolver used 4.29535 second user time and 11.1743 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 23:59:04
IDJOB=3369013
IDBENCH=83022
IDSOLVER=1846
FILE ID=node119/3369013-1305410344
RUNJOBID= node119-1305410344-12229
PBS_JOBID= 13324506
Free space on /tmp= 73196 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369013-1305410344/watcher-3369013-1305410344 -o /tmp/evaluation-result-3369013-1305410344/solver-3369013-1305410344 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369013-1305410344.cnf

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

MD5SUM BENCH= e5ccab3a9294cbb9eed5df8c5c797376
RANDOM SEED=59170427

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.67
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.815
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14893748 kB
Buffers:        285456 kB
Cached:        4559816 kB
SwapCached:       4756 kB
Active:       14707956 kB
Inactive:      3017628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14893748 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           12568 kB
Writeback:           0 kB
AnonPages:    12878732 kB
Mapped:          30004 kB
Slab:           210488 kB
PageTables:      56656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102477292 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= 73184 MiB
End job on node119 at 2011-05-15 00:19:10