Trace number 3368963

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.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
MD5SUM181d327d4cfd49957ee63dfb74a0e12a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368963-1305408086.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
0.37/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.37/0.10	c calculated reachability. Time: 0.00
0.37/0.10	c Calc default polars -  time:   0.00 s pos:     222 undec:      42 neg:     186
0.37/0.10	c =========================================================================================
0.37/0.10	c types(t): F = full restart, N = normal restart
0.37/0.10	c types(t): S = simplification begin/end, E = solution found
0.37/0.10	c restart types(rt): st = static, dy = dynamic
0.37/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.10	c  B st     0         0       439      1901         0         0      5776         0   no data   no data  --
0.37/0.10	c Decided on static restart strategy
0.37/0.15	c  N st     8      4921       439      1901         0      4852      5776    110309   no data   no data  --
1.17/0.39	c  N st    10     11306       439      1901         0      4496      5776     73562   no data   no data  --
2.37/0.65	c  N st    11     17050       439      1901         0     10108      5776    213373   no data   no data  --
3.96/1.04	c  F st    12     25000       439      1901         0     12368      5776    247639   no data   no data  --
3.96/1.04	c  N st    12     25000       439      1901         0     12368      5776    247639   no data   no data  --
4.80/1.28	c Decided on static restart strategy
4.80/1.28	c  N st    18     30002       439      1901         0     10631      5776    186579   no data   no data  --
4.80/1.28	c  S st    18     30002       439      1901         0     10631      5776    186579   no data   no data  --
5.15/1.32	c  S st    18     30505       439      1901         0     11133      5776    197305   no data   no data  --
5.15/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.15/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.15/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
5.15/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.95/1.51	c lits-rem:       158  cl-subs:      701  v-elim:      0  v-fix:    0  time:  0.72 s
5.95/1.52	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
5.95/1.52	c calculated reachability. Time: 0.00
5.95/1.52	c  N st    18     30505       439      1901         0     10432      5776    181741   no data   no data  --
7.55/1.92	c  N st    20     37617       439      1901         0      9696      5776    152909   no data   no data  --
8.76/2.30	c  N st    21     44016       439      1901         0     15944      5776    306854   no data   no data  --
9.54/2.43	c  S st    22     45757       439      1901         0      8923      5776    121156   no data   no data  --
9.54/2.45	c  S st    22     46258       439      1901         0      9420      5776    131794   no data   no data  --
9.54/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.54/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.54/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.54/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
9.54/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.54	c lits-rem:        20  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.30 s
9.94/2.54	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
9.94/2.54	c vivif2 --  cl tried     9364 cl shrink        0 lits rem          0 time: 0.01
9.94/2.54	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
9.94/2.54	c calculated reachability. Time: 0.00
9.94/2.54	c  N st    22     46258       439      1901         0      9364      5776    130330   no data   no data  --
13.57/3.44	c  N st    23     60656       439      1901         0     13685      5776    219664   no data   no data  --
15.93/4.03	c  N st    24     69387       439      1901         0     11505      5776    163148   no data   no data  --
15.93/4.03	c  S st    24     69387       439      1901         0     11505      5776    163148   no data   no data  --
15.93/4.06	c  S st    24     69887       439      1901         0     12005      5776    174749   no data   no data  --
15.93/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.93/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.93/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
15.93/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.72/4.24	c lits-rem:        85  cl-subs:      116  v-elim:      0  v-fix:    0  time:  0.70 s
16.72/4.24	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
16.72/4.25	c vivif2 --  cl tried    11889 cl shrink        0 lits rem          0 time: 0.01
16.72/4.26	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
16.72/4.26	c calculated reachability. Time: 0.00
16.72/4.26	c  N st    24     69887       439      1901         0     11889      5776    172037   no data   no data  --
21.92/5.55	c  F st    25     87500       439      1901         0     17291      5776    291466   no data   no data  --
21.92/5.55	c  N st    25     87500       439      1901         0     17291      5776    291466   no data   no data  --
23.50/5.93	c Decided on static restart strategy
24.30/6.19	c  N st    32     95539       439      1901         0     25123      5776    457858   no data   no data  --
27.09/6.88	c  N st    34    104831       439      1901         0     21544      5776    358029   no data   no data  --
27.09/6.88	c  S st    34    104831       439      1901         0     21544      5776    358029   no data   no data  --
27.49/6.94	c  S st    34    105332       439      1901         0     22041      5776    368760   no data   no data  --
27.49/6.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.49/6.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.49/6.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.49/6.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.49/6.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.49/6.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
27.49/6.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.69/7.80	c lits-rem:       383  cl-subs:     1024  v-elim:      0  v-fix:    0  time:  3.33 s
30.69/7.80	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
30.69/7.80	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.01
31.12/7.81	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.06
31.12/7.82	c calculated reachability. Time: 0.00
31.12/7.82	c  N st    34    105332       439      1901         0     21017      5776    344300   no data   no data  --
34.67/8.76	c  N st    35    114930       439      1901         0     16729      5776    232933   no data   no data  --
40.25/10.15	c  N st    36    129328       439      1901         0     16147      5776    203253   no data   no data  --
47.43/11.99	c  N st    37    150925       439      1901         0     21594      5776    315173   no data   no data  --
50.22/12.68	c  S st    38    157998       439      1901         0     28470      5776    472824   no data   no data  --
50.62/12.75	c  S st    38    158501       439      1901         0     28973      5776    483576   no data   no data  --
50.62/12.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.62/12.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.62/12.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
50.62/12.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.62/12.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.62/12.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
50.62/12.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.60/14.25	c lits-rem:       502  cl-subs:     1887  v-elim:      0  v-fix:    0  time:  5.89 s
56.60/14.25	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
56.60/14.26	c vivif2 --  cl tried    27086 cl shrink        0 lits rem          0 time: 0.02
56.60/14.28	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.09
56.60/14.28	c calculated reachability. Time: 0.00
56.60/14.28	c  N st    38    158501       439      1901         0     27086      5776    441862   no data   no data  --
76.55/19.22	c  N st    39    207091       439      1901         0     21821      5776    289575   no data   no data  --
89.70/22.52	c  N st    40    237751       439      1901         0     32144      5776    497331   no data   no data  --
89.70/22.52	c  S st    40    237751       439      1901         0     32144      5776    497331   no data   no data  --
90.10/22.61	c  S st    40    238255       439      1901         0     32648      5776    507583   no data   no data  --
90.10/22.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.10/22.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.10/22.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
90.10/22.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.10/22.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.10/22.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
90.10/22.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.50/24.29	c lits-rem:       754  cl-subs:     2061  v-elim:      0  v-fix:    0  time:  6.55 s
96.50/24.29	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
96.50/24.29	c vivif2 --  cl tried    30587 cl shrink        0 lits rem          0 time: 0.02
96.93/24.32	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.10
96.93/24.32	c calculated reachability. Time: 0.00
96.93/24.32	c  N st    40    238255       439      1901         0     30587      5776    463079   no data   no data  --
127.64/32.05	c  F st    41    306250       439      1901         0     32565      5776    469685   no data   no data  --
127.64/32.05	c  N st    41    306250       439      1901         0     32565      5776    469685   no data   no data  --
130.38/32.71	c Decided on static restart strategy
141.14/35.48	c  N st    51    334555       439      1901         0     36855      5776    577906   no data   no data  --
153.96/38.62	c  N st    53    357383       439      1901         0     34770      5776    506383   no data   no data  --
153.96/38.62	c  S st    53    357383       439      1901         0     34770      5776    506383   no data   no data  --
154.31/38.71	c  S st    53    357884       439      1901         0     35271      5776    517653   no data   no data  --
154.31/38.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
154.31/38.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.31/38.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
154.31/38.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.31/38.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.31/38.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
154.31/38.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.30/40.28	c lits-rem:       821  cl-subs:     1213  v-elim:      0  v-fix:    0  time:  6.15 s
160.30/40.28	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
160.30/40.28	c vivif2 --  cl tried    34058 cl shrink        0 lits rem          0 time: 0.02
160.70/40.31	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.11
160.70/40.31	c calculated reachability. Time: 0.00
160.70/40.31	c  N st    53    357884       439      1901         0     34058      5776    487436   no data   no data  --
177.84/44.66	c  N st    54    390277       439      1901         0     40313      5776    605902   no data   no data  --
205.77/51.66	c  N st    55    438867       439      1901         0     34041      5776    423704   no data   no data  --
245.66/61.71	c  N st    56    511750       439      1901         0     47616      5776    727141   no data   no data  --
260.00/65.26	c  N st    57    536826       439      1901         0     41655      5776    543503   no data   no data  --
260.00/65.26	c  S st    57    536826       439      1901         0     41655      5776    543503   no data   no data  --
260.40/65.37	c  S st    57    537331       439      1901         0     42159      5776    554254   no data   no data  --
260.40/65.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.40/65.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.40/65.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
260.80/65.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.80/65.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.80/65.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
260.80/65.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.60/67.13	c lits-rem:       386  cl-subs:     2572  v-elim:      0  v-fix:    0  time:  6.89 s
267.60/67.13	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
267.60/67.14	c vivif2 --  cl tried    39587 cl shrink        0 lits rem          0 time: 0.02
267.60/67.17	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.14
267.60/67.17	c calculated reachability. Time: 0.00
267.60/67.17	c  N st    57    537331       439      1901         0     39587      5776    503170   no data   no data  --
360.90/90.53	c  N st    58    701315       439      1901         0     68824      5776   1078305   no data   no data  --
430.70/108.06	c  N st    59    805996       439      1901         0     62550      5776    916405   no data   no data  --
430.70/108.06	c  S st    59    805996       439      1901         0     62550      5776    916405   no data   no data  --
431.50/108.25	c  S st    59    806501       439      1901         0     63052      5776    927492   no data   no data  --
431.50/108.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
431.50/108.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
431.50/108.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
431.90/108.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.90/108.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.90/108.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
431.90/108.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
445.45/111.77	c lits-rem:      1390  cl-subs:     4662  v-elim:      0  v-fix:    0  time: 13.80 s
445.45/111.77	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
445.45/111.78	c vivif2 --  cl tried    58390 cl shrink        0 lits rem          0 time: 0.04
445.85/111.84	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.25
445.85/111.84	c calculated reachability. Time: 0.00
445.85/111.84	c  N st    59    806501       439      1901         0     58390      5776    838724   no data   no data  --
634.90/159.24	c  F st    60   1071875       439      1901         0     74762      5776   1190340   no data   no data  --
634.90/159.24	c  N st    60   1071875       439      1901         0     74762      5776   1190340   no data   no data  --
640.08/160.60	c Decided on static restart strategy
658.82/165.26	c  N st    70   1100179       439      1901         0     58569      5776    745802   no data   no data  --
685.94/172.04	c  N st    72   1136171       439      1901         0     48773      5776    511260   no data   no data  --
712.27/178.66	c  N st    73   1168564       439      1901         0     80266      5776   1236075   no data   no data  --
748.56/187.78	c  N st    74   1209751       439      1901         0     74584      5776   1071565   no data   no data  --
748.56/187.78	c  S st    74   1209751       439      1901         0     74584      5776   1071565   no data   no data  --
749.76/188.00	c  S st    74   1210253       439      1901         0     75084      5776   1082895   no data   no data  --
749.76/188.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
749.76/188.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
749.76/188.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
749.76/188.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
749.76/188.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
749.76/188.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
749.76/188.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
764.91/191.85	c lits-rem:       236  cl-subs:     4972  v-elim:      0  v-fix:    0  time: 15.05 s
764.91/191.85	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
764.91/191.86	c vivif2 --  cl tried    70112 cl shrink        0 lits rem          0 time: 0.05
765.31/191.95	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.33
765.31/191.95	c calculated reachability. Time: 0.00
765.31/191.95	c  N st    74   1210253       439      1901         0     70112      5776    974660   no data   no data  --
846.68/212.32	c  N st    75   1283137       439      1901         0     94335      5776   1554404   no data   no data  --
949.16/238.07	c  N st    76   1392460       439      1901         0     54785      5776    577903   no data   no data  --
1107.50/277.70	c  N st    77   1556445       439      1901         0     59750      5776    640059   no data   no data  --
1261.05/316.27	c  N st    78   1710253       439      1901         0    101106      5776   1531480   no data   no data  --
1261.05/316.27	c  S st    78   1710253       439      1901         0    101106      5776   1531480   no data   no data  --
1262.64/316.64	c  S st    78   1710758       439      1901         0    101609      5776   1543206   no data   no data  --
1262.64/316.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1262.64/316.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1262.64/316.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1263.04/316.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1263.04/316.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1263.04/316.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1263.04/316.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1297.35/325.39	c lits-rem:       794  cl-subs:     8744  v-elim:      0  v-fix:    0  time: 34.45 s
1297.35/325.39	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1297.75/325.40	c vivif2 --  cl tried    92865 cl shrink        0 lits rem          0 time: 0.07
1298.15/325.52	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.47
1298.15/325.53	c calculated reachability. Time: 0.00
1298.15/325.53	c  N st    78   1710758       439      1901         0     92865      5776   1378281   no data   no data  --
1680.66/421.47	c  N st    79   2079722       439      1901         0    104667      5776   1587133   no data   no data  --
1839.74/461.39	c  N st    80   2210758       439      1901         0    108428      5776   1579324   no data   no data  --
1839.74/461.39	c  S st    80   2210758       439      1901         0    108428      5776   1579324   no data   no data  --
1841.34/461.73	c  S st    80   2211261       439      1901         0    108928      5776   1590731   no data   no data  --
1841.34/461.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1841.34/461.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1841.34/461.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1841.74/461.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1841.74/461.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1841.74/461.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1841.74/461.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1889.20/473.79	c lits-rem:      1334  cl-subs:    11061  v-elim:      0  v-fix:    0  time: 47.62 s
1889.20/473.79	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1889.60/473.81	c vivif2 --  cl tried    97867 cl shrink        0 lits rem          0 time: 0.07
1890.00/473.94	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.52
1890.00/473.94	c calculated reachability. Time: 0.00
1890.00/473.94	c  N st    80   2211261       439      1901         0     97867      5776   1374274   no data   no data  --
2471.08/619.66	c  N st    81   2711265       439      1901         0    121548      5776   1831347   no data   no data  --
2471.08/619.66	c  S st    81   2711265       439      1901         0    121548      5776   1831347   no data   no data  --
2472.68/620.07	c  S st    81   2711768       439      1901         0    122049      5776   1842768   no data   no data  --
2472.68/620.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2472.68/620.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2473.08/620.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2473.48/620.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2473.48/620.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2473.48/620.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
2473.48/620.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2532.90/635.11	c lits-rem:       228  cl-subs:    11022  v-elim:      0  v-fix:    0  time: 59.44 s
2532.90/635.11	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
2532.90/635.13	c vivif2 --  cl tried   111027 cl shrink        0 lits rem          0 time: 0.08
2533.30/635.28	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.60
2533.30/635.28	c calculated reachability. Time: 0.00
2533.30/635.28	c  N st    81   2711768       439      1901         0    111027      5776   1619391   no data   no data  --
3133.54/785.78	c  N st    82   3211768       439      1901         0     87112      5776    955004   no data   no data  --
3133.54/785.78	c  S st    82   3211768       439      1901         0     87112      5776    955004   no data   no data  --
3134.74/786.05	c  S st    82   3212270       439      1901         0     87613      5776    966027   no data   no data  --
3134.74/786.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3134.74/786.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3134.74/786.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
3135.14/786.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3135.14/786.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3135.14/786.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3135.14/786.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3148.30/789.45	c lits-rem:       530  cl-subs:     1967  v-elim:      0  v-fix:    0  time: 13.25 s
3148.30/789.45	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3148.30/789.46	c vivif2 --  cl tried    85646 cl shrink        0 lits rem          0 time: 0.05
3148.70/789.56	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.39
3148.70/789.56	c calculated reachability. Time: 0.00
3148.70/789.56	c  N st    82   3212270       439      1901         0     85646      5776    925696   no data   no data  --
3831.89/960.87	c  N st    83   3712272       439      1901         0     96160      5776   1059350   no data   no data  --
3831.89/960.87	c  S st    83   3712272       439      1901         0     96160      5776   1059350   no data   no data  --
3833.09/961.19	c  S st    83   3712781       439      1901         0     96666      5776   1071068   no data   no data  --
3833.09/961.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3833.09/961.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3833.49/961.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3833.49/961.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3833.49/961.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3833.49/961.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3833.49/961.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3843.85/963.86	c lits-rem:       382  cl-subs:     3044  v-elim:      0  v-fix:    0  time: 10.32 s
3843.85/963.86	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3843.85/963.88	c vivif2 --  cl tried    93622 cl shrink        0 lits rem          0 time: 0.06
3844.25/963.99	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.45
3844.25/963.99	c calculated reachability. Time: 0.00
3844.25/963.99	c  N st    83   3712781       439      1901         0     93622      5776   1016501   no data   no data  --
3892.11/975.96	c  F st    84   3751563       439      1901         0    131365      5776   1958304   no data   no data  --
3892.11/975.96	c  N st    84   3751563       439      1901         0    131365      5776   1958304   no data   no data  --
3902.49/978.55	c Decided on static restart strategy
3954.33/991.57	c  N st    94   3779874       439      1901         0    158928      5776   2579838   no data   no data  --
4010.96/1005.73	c  N st    96   3815867       439      1901         0    111559      5776   1407838   no data   no data  --
4069.59/1020.48	c  N st    97   3848259       439      1901         0    142999      5776   2119200   no data   no data  --
4144.97/1039.39	c  N st    98   3896847       439      1901         0    106724      5776   1249776   no data   no data  --
4259.44/1068.02	c  N st    99   3969729       439      1901         0     93070      5776    936389   no data   no data  --
4396.28/1102.34	c  N st   100   4079052       439      1901         0    113913      5776   1431097   no data   no data  --
4585.27/1149.74	c  N st   101   4212782       439      1901         0    157041      5776   2359010   no data   no data  --
4585.27/1149.74	c  S st   101   4212782       439      1901         0    157041      5776   2359010   no data   no data  --
4587.67/1150.38	c  S st   101   4213286       439      1901         0    157544      5776   2370508   no data   no data  --
4587.67/1150.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4587.67/1150.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4588.07/1150.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.33
4588.47/1150.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4588.47/1150.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4588.47/1150.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4588.47/1150.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4710.91/1181.25	c lits-rem:       106  cl-subs:    14928  v-elim:      0  v-fix:    0  time: 122.38 s
4710.91/1181.25	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
4710.91/1181.28	c vivif2 --  cl tried   142616 cl shrink        0 lits rem          0 time: 0.11
4711.72/1181.49	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.83
4711.72/1181.49	c calculated reachability. Time: 0.00
4711.72/1181.49	c  N st   101   4213286       439      1901         0    142616      5776   2072215   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3368963-1305408086/watcher-3368963-1305408086 -o /tmp/evaluation-result-3368963-1305408086/solver-3368963-1305408086 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368963-1305408086.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.72 7.98 8.01 5/367 1042
/proc/meminfo: memFree=25601408/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 633224254 52465664 353 33554432000 4194304 4650419 140736881090544 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1042/statm: 12809 353 303 112 0 7774 0
[pid=1042/tid=1043] ppid=1040 vsize=282068 CPUtime=0 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 162 0 0 0 0 0 0 0 25 0 4 0 633224254 288837632 1024 33554432000 4194304 4650419 140736881090544 18446744073709551615 4551131 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=282068 CPUtime=0 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 216 0 0 0 0 0 0 0 25 0 4 0 633224254 288837632 1024 33554432000 4194304 4650419 140736881090544 18446744073709551615 264726448487 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=282068 CPUtime=0 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 124 0 0 0 0 0 0 0 25 0 4 0 633224254 288837632 1024 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.101588 s]
/proc/loadavg: 7.72 7.98 8.01 5/367 1042
/proc/meminfo: memFree=25601408/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=282208 CPUtime=0.37 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 1647 0 0 0 37 0 0 0 25 0 4 0 633224254 288980992 1524 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 70552 1524 391 112 0 65517 0
[pid=1042/tid=1043] ppid=1040 vsize=282208 CPUtime=0.09 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 308 0 0 0 9 0 0 0 25 0 4 0 633224254 288980992 1524 33554432000 4194304 4650419 140736881090544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=282208 CPUtime=0.09 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 327 0 0 0 9 0 0 0 25 0 4 0 633224254 288980992 1524 33554432000 4194304 4650419 140736881090544 18446744073709551615 264726102127 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=282208 CPUtime=0.09 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 261 0 0 0 9 0 0 0 25 0 4 0 633224254 288980992 1524 33554432000 4194304 4650419 140736881090544 18446744073709551615 4331957 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282208

[startup+0.200461 s]
/proc/loadavg: 7.72 7.98 8.01 5/367 1042
/proc/meminfo: memFree=25601408/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=283260 CPUtime=0.77 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 2338 0 0 0 77 0 0 0 25 0 4 0 633224254 290058240 1685 33554432000 4194304 4650419 140736881090544 18446744073709551615 4329696 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 70815 1685 393 112 0 65780 0
[pid=1042/tid=1043] ppid=1040 vsize=283260 CPUtime=0.19 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 483 0 0 0 19 0 0 0 25 0 4 0 633224254 290058240 1685 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=283260 CPUtime=0.19 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 497 0 0 0 19 0 0 0 25 0 4 0 633224254 290058240 1685 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=283260 CPUtime=0.19 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 427 0 0 0 19 0 0 0 25 0 4 0 633224254 290058240 1685 33554432000 4194304 4650419 140736881090544 18446744073709551615 4334669 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283260

[startup+0.300441 s]
/proc/loadavg: 7.72 7.98 8.01 5/367 1042
/proc/meminfo: memFree=25601408/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=283452 CPUtime=1.17 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 2715 0 0 0 117 0 0 0 25 0 4 0 633224254 290254848 2062 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 70863 2063 393 112 0 65828 0
[pid=1042/tid=1043] ppid=1040 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 579 0 0 0 29 0 0 0 25 0 4 0 633224254 290254848 2063 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 593 0 0 0 29 0 0 0 25 0 4 0 633224254 290254848 2063 33554432000 4194304 4650419 140736881090544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 517 0 0 0 29 0 0 0 25 0 4 0 633224254 290254848 2063 33554432000 4194304 4650419 140736881090544 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283452

[startup+0.700367 s]
/proc/loadavg: 7.72 7.98 8.01 5/367 1042
/proc/meminfo: memFree=25601408/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=284548 CPUtime=2.76 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 4368 0 0 0 276 0 0 0 25 0 4 0 633224254 291377152 2667 33554432000 4194304 4650419 140736881090544 18446744073709551615 4355005 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 71137 2667 393 112 0 66102 0
[pid=1042/tid=1043] ppid=1040 vsize=284548 CPUtime=0.69 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 974 0 0 0 69 0 0 0 25 0 4 0 633224254 291377152 2667 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=284548 CPUtime=0.69 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 966 0 0 0 69 0 0 0 25 0 4 0 633224254 291377152 2667 33554432000 4194304 4650419 140736881090544 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=284548 CPUtime=0.69 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 1003 0 0 0 69 0 0 0 25 0 4 0 633224254 291377152 2667 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284548

[startup+1.50022 s]
/proc/loadavg: 7.72 7.98 8.01 9/371 1046
/proc/meminfo: memFree=25587488/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=285576 CPUtime=5.95 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 8251 0 0 0 594 1 0 0 25 0 4 0 633224254 292429824 4540 33554432000 4194304 4650419 140736881090544 18446744073709551615 4438653 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 71394 4540 395 112 0 66359 0
[pid=1042/tid=1043] ppid=1040 vsize=285576 CPUtime=1.47 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 1695 0 0 0 147 0 0 0 25 0 4 0 633224254 292429824 4540 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=285576 CPUtime=1.48 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 1704 0 0 0 148 0 0 0 25 0 4 0 633224254 292429824 4540 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=285576 CPUtime=1.49 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 1551 0 0 0 149 0 0 0 25 0 4 0 633224254 292429824 4540 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285576

[startup+3.10092 s]
/proc/loadavg: 7.72 7.98 8.01 9/371 1046
/proc/meminfo: memFree=25568144/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=303984 CPUtime=12.34 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 15911 0 0 0 1232 2 0 0 25 0 4 0 633224254 311279616 9338 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 75996 9338 395 112 0 70961 0
[pid=1042/tid=1043] ppid=1040 vsize=303984 CPUtime=3.05 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 3584 0 0 0 305 0 0 0 25 0 4 0 633224254 311279616 9338 33554432000 4194304 4650419 140736881090544 18446744073709551615 4313738 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=303984 CPUtime=3.08 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 4337 0 0 0 308 0 0 0 25 0 4 0 633224254 311279616 9338 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=303984 CPUtime=3.08 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 3592 0 0 0 308 0 0 0 25 0 4 0 633224254 311279616 9338 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 303984

[startup+6.30032 s]
/proc/loadavg: 7.75 7.98 8.01 9/371 1046
/proc/meminfo: memFree=25546784/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=322480 CPUtime=25.09 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 24955 0 0 0 2505 4 0 0 25 0 4 0 633224254 330219520 13390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 80620 13390 395 112 0 75585 0
[pid=1042/tid=1043] ppid=1040 vsize=322480 CPUtime=6.21 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 6280 0 0 0 621 0 0 0 25 0 4 0 633224254 330219520 13390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=322480 CPUtime=6.28 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 7250 0 0 0 627 1 0 0 25 0 4 0 633224254 330219520 13390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4438480 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=322480 CPUtime=6.28 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 4737 0 0 0 628 0 0 0 25 0 4 0 633224254 330219520 13390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4331364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 322480

[startup+12.7011 s]
/proc/loadavg: 7.77 7.98 8.01 9/371 1046
/proc/meminfo: memFree=25524120/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=323352 CPUtime=50.62 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 36206 0 0 0 5054 8 0 0 25 0 4 0 633224254 331112448 17248 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 80838 17248 395 112 0 75803 0
[pid=1042/tid=1043] ppid=1040 vsize=323352 CPUtime=12.54 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 9948 0 0 0 1252 2 0 0 25 0 4 0 633224254 331112448 17248 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=323352 CPUtime=12.69 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 10097 0 0 0 1267 2 0 0 25 0 4 0 633224254 331112448 17248 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=323352 CPUtime=12.69 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 6056 0 0 0 1268 1 0 0 25 0 4 0 633224254 331112448 17248 33554432000 4194304 4650419 140736881090544 18446744073709551615 4314825 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 323352

[startup+25.5007 s]
/proc/loadavg: 7.82 7.98 8.01 9/371 1046
/proc/meminfo: memFree=25472388/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=324872 CPUtime=101.66 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 55515 0 0 0 10152 14 0 0 25 0 4 0 633224254 332668928 24484 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 81218 24484 395 112 0 76183 0
[pid=1042/tid=1043] ppid=1040 vsize=324872 CPUtime=25.19 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 16312 0 0 0 2515 4 0 0 25 0 4 0 633224254 332668928 24484 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=324872 CPUtime=25.48 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 16164 0 0 0 2545 3 0 0 25 0 4 0 633224254 332668928 24484 33554432000 4194304 4650419 140736881090544 18446744073709551615 4304010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=324872 CPUtime=25.49 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 6886 0 0 0 2547 2 0 0 25 0 4 0 633224254 332668928 24484 33554432000 4194304 4650419 140736881090544 18446744073709551615 4355007 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 324872

[startup+51.1009 s]
/proc/loadavg: 8.00 8.01 8.01 9/371 1047
/proc/meminfo: memFree=25438016/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=326660 CPUtime=203.76 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 83542 0 0 0 20354 22 0 0 25 0 4 0 633224254 334499840 30148 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 81665 30148 395 112 0 76630 0
[pid=1042/tid=1043] ppid=1040 vsize=326660 CPUtime=50.48 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 25245 0 0 0 5042 6 0 0 25 0 4 0 633224254 334499840 30148 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=326660 CPUtime=51.08 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 25307 0 0 0 5102 6 0 0 25 0 4 0 633224254 334499840 30148 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=326660 CPUtime=51.08 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 7969 0 0 0 5106 2 0 0 25 0 4 0 633224254 334499840 30148 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 326660

[startup+102.301 s]
/proc/loadavg: 8.14 8.04 8.02 10/371 1048
/proc/meminfo: memFree=25395204/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=329252 CPUtime=407.98 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 127087 0 0 0 40760 38 0 0 25 0 4 0 633224254 337154048 37388 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 82313 37388 395 112 0 77278 0
[pid=1042/tid=1043] ppid=1040 vsize=329252 CPUtime=101.09 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 39787 0 0 0 10098 11 0 0 25 0 4 0 633224254 337154048 37390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=329252 CPUtime=102.3 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 38071 0 0 0 10219 11 0 0 25 0 4 0 633224254 337154048 37390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=329252 CPUtime=102.3 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 10277 0 0 0 10227 3 0 0 25 0 4 0 633224254 337154048 37390 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 329252

[startup+162.301 s]

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

[pid=1042] ppid=1040 vsize=566924 CPUtime=2800.92 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 421329 0 0 0 279923 169 0 0 25 0 4 0 633224254 580530176 82273 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 141731 82273 395 112 0 136696 0
[pid=1042/tid=1043] ppid=1040 vsize=566924 CPUtime=694 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 132752 0 0 0 69346 54 0 0 25 0 4 0 633224254 580530176 82273 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=566924 CPUtime=702.29 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 131090 0 0 0 70178 51 0 0 25 0 4 0 633224254 580530176 82273 33554432000 4194304 4650419 140736881090544 18446744073709551615 4313331 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=566924 CPUtime=702.31 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 19382 0 0 0 70223 8 0 0 25 0 4 0 633224254 580530176 82273 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.92
Current children cumulated vsize (KiB) 566924

[startup+762.301 s]
/proc/loadavg: 8.13 8.10 8.06 9/371 1069
/proc/meminfo: memFree=25050716/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=567360 CPUtime=3040.22 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 445969 0 0 0 303840 182 0 0 25 0 4 0 633224254 580976640 81167 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 141840 81167 395 112 0 136805 0
[pid=1042/tid=1043] ppid=1040 vsize=567360 CPUtime=753.3 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 139412 0 0 0 75272 58 0 0 25 0 4 0 633224254 580976640 81168 33554432000 4194304 4650419 140736881090544 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=567360 CPUtime=762.31 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 140402 0 0 0 76175 56 0 0 25 0 4 0 633224254 580976640 81168 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=567360 CPUtime=762.32 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 19615 0 0 0 76224 8 0 0 25 0 4 0 633224254 580976640 81168 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.22
Current children cumulated vsize (KiB) 567360

[startup+822.3 s]
/proc/loadavg: 8.16 8.11 8.06 9/371 1071
/proc/meminfo: memFree=24993508/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=567680 CPUtime=3279.5 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 472153 0 0 0 327757 193 0 0 25 0 4 0 633224254 581304320 84988 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 141920 84988 395 112 0 136885 0
[pid=1042/tid=1043] ppid=1040 vsize=567680 CPUtime=812.59 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 150593 0 0 0 81197 62 0 0 25 0 4 0 633224254 581304320 84988 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=567680 CPUtime=822.3 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 147337 0 0 0 82170 60 0 0 25 0 4 0 633224254 581304320 84988 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=567680 CPUtime=822.31 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 19819 0 0 0 82223 8 0 0 25 0 4 0 633224254 581304320 84988 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.5
Current children cumulated vsize (KiB) 567680

[startup+882.314 s]
/proc/loadavg: 8.13 8.10 8.06 9/371 1072
/proc/meminfo: memFree=24996316/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=568440 CPUtime=3518.85 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 495358 0 0 0 351682 203 0 0 25 0 4 0 633224254 582082560 88222 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 142110 88222 395 112 0 137075 0
[pid=1042/tid=1043] ppid=1040 vsize=568440 CPUtime=871.89 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 157736 0 0 0 87123 66 0 0 25 0 4 0 633224254 582082560 88222 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=568440 CPUtime=882.32 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 156076 0 0 0 88169 63 0 0 25 0 4 0 633224254 582082560 88222 33554432000 4194304 4650419 140736881090544 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=568440 CPUtime=882.32 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 20061 0 0 0 88224 8 0 0 25 0 4 0 633224254 582082560 88222 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.85
Current children cumulated vsize (KiB) 568440

[startup+942.301 s]
/proc/loadavg: 8.13 8.10 8.06 9/371 1074
/proc/meminfo: memFree=24959936/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=568676 CPUtime=3758.1 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 514948 0 0 0 375598 212 0 0 25 0 4 0 633224254 582324224 89973 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 142169 89973 395 112 0 137134 0
[pid=1042/tid=1043] ppid=1040 vsize=568676 CPUtime=931.17 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 164668 0 0 0 93048 69 0 0 25 0 4 0 633224254 582324224 89973 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=568676 CPUtime=942.3 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 161679 0 0 0 94166 64 0 0 25 0 4 0 633224254 582324224 89973 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=568676 CPUtime=942.32 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 20095 0 0 0 94223 9 0 0 25 0 4 0 633224254 582324224 89973 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.1
Current children cumulated vsize (KiB) 568676

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 8.06 9/371 1075
/proc/meminfo: memFree=24936832/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=569388 CPUtime=3997.4 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 538015 0 0 0 399516 224 0 0 25 0 4 0 633224254 583053312 91370 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 142347 91370 395 112 0 137312 0
[pid=1042/tid=1043] ppid=1040 vsize=569388 CPUtime=990.46 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 173098 0 0 0 98972 74 0 0 25 0 4 0 633224254 583053312 91370 33554432000 4194304 4650419 140736881090544 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=569388 CPUtime=1002.3 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 167667 0 0 0 100163 67 0 0 25 0 4 0 633224254 583053312 91370 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=569388 CPUtime=1002.32 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 20267 0 0 0 100223 9 0 0 25 0 4 0 633224254 583053312 91370 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.4
Current children cumulated vsize (KiB) 569388

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.06 9/371 1077
/proc/meminfo: memFree=24945968/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=576004 CPUtime=4236.7 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 556280 0 0 0 423436 234 0 0 25 0 4 0 633224254 589828096 94233 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 144001 94233 395 112 0 138966 0
[pid=1042/tid=1043] ppid=1040 vsize=576004 CPUtime=1049.76 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 178697 0 0 0 104900 76 0 0 25 0 4 0 633224254 589828096 94233 33554432000 4194304 4650419 140736881090544 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=576004 CPUtime=1062.31 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 173955 0 0 0 106160 71 0 0 25 0 4 0 633224254 589828096 94233 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=576004 CPUtime=1062.32 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 21488 0 0 0 106223 9 0 0 25 0 4 0 633224254 589828096 94233 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.7
Current children cumulated vsize (KiB) 576004

[startup+1122.3 s]
/proc/loadavg: 7.77 8.02 8.04 5/362 1097
/proc/meminfo: memFree=25336500/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=600208 CPUtime=4476 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 581482 0 0 0 447354 246 0 0 25 0 4 0 633224254 614612992 100113 33554432000 4194304 4650419 140736881090544 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 150052 100113 395 112 0 145017 0
[pid=1042/tid=1043] ppid=1040 vsize=600208 CPUtime=1109.05 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 185511 0 0 0 110825 80 0 0 25 0 4 0 633224254 614612992 100113 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=600208 CPUtime=1122.31 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 180808 0 0 0 112157 74 0 0 25 0 4 0 633224254 614612992 100113 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=600208 CPUtime=1122.33 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 25836 0 0 0 112222 11 0 0 25 0 4 0 633224254 614612992 100113 33554432000 4194304 4650419 140736881090544 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476
Current children cumulated vsize (KiB) 600208

[startup+1182.3 s]
/proc/loadavg: 5.43 7.30 7.79 5/362 1098
/proc/meminfo: memFree=25315196/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=600432 CPUtime=4715.29 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 605494 0 0 0 471274 255 0 0 25 0 4 0 633224254 614842368 105428 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 150108 105428 395 112 0 145073 0
[pid=1042/tid=1043] ppid=1040 vsize=600432 CPUtime=1168.34 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 191992 0 0 0 116751 83 0 0 25 0 4 0 633224254 614842368 105428 33554432000 4194304 4650419 140736881090544 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=600432 CPUtime=1182.31 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 187127 0 0 0 118154 77 0 0 25 0 4 0 633224254 614842368 105428 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=600432 CPUtime=1182.33 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 27670 0 0 0 118221 12 0 0 25 0 4 0 633224254 614842368 105428 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.29
Current children cumulated vsize (KiB) 600432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 5.02 7.08 7.71 5/362 1099
/proc/meminfo: memFree=25318412/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=600532 CPUtime=4800.25 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 611828 0 0 0 479765 260 0 0 25 0 4 0 633224254 614944768 104529 33554432000 4194304 4650419 140736881090544 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 150133 104529 395 112 0 145098 0
[pid=1042/tid=1043] ppid=1040 vsize=600532 CPUtime=1189.38 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 193501 0 0 0 118854 84 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=600532 CPUtime=1203.62 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 189794 0 0 0 120284 78 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=600532 CPUtime=1203.64 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 27670 0 0 0 120352 12 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 600532

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

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

[startup+1203.6 s]
/proc/loadavg: 5.02 7.08 7.71 5/362 1099
/proc/meminfo: memFree=25318412/32951124 swapFree=63083164/67111528
[pid=1042] ppid=1040 vsize=600532 CPUtime=4800.25 cores=1,3,5,7
/proc/1042/stat : 1042 (strangenight1-m) R 1040 1042 751 0 -1 4202496 611828 0 0 0 479765 260 0 0 25 0 4 0 633224254 614944768 104529 33554432000 4194304 4650419 140736881090544 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1042/statm: 150133 104529 395 112 0 145098 0
[pid=1042/tid=1043] ppid=1040 vsize=600532 CPUtime=1189.38 cores=1,3,5,7
/proc/1042/task/1043/stat : 1043 (strangenight1-m) R 1040 1042 751 0 -1 4202560 193501 0 0 0 118854 84 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1042/tid=1044] ppid=1040 vsize=600532 CPUtime=1203.62 cores=1,3,5,7
/proc/1042/task/1044/stat : 1044 (strangenight1-m) R 1040 1042 751 0 -1 4202560 189794 0 0 0 120284 78 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1042/tid=1045] ppid=1040 vsize=600532 CPUtime=1203.64 cores=1,3,5,7
/proc/1042/task/1045/stat : 1045 (strangenight1-m) R 1040 1042 751 0 -1 4202560 27670 0 0 0 120352 12 0 0 25 0 4 0 633224254 614944768 104530 33554432000 4194304 4650419 140736881090544 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 600532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.33
CPU user time (s): 4797.7
CPU system time (s): 2.6236
CPU usage (%): 398.818
Max. virtual memory (cumulated for all children) (KiB): 665688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.7
system time used= 2.6236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611831
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= 400
involuntary context switches= 20296

runsolver used 3.9154 second user time and 10.3614 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 23:21:26
IDJOB=3368963
IDBENCH=82972
IDSOLVER=1846
FILE ID=node141/3368963-1305408086
RUNJOBID= node141-1305405586-771
PBS_JOBID= 13324495
Free space on /tmp= 73292 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368963-1305408086/watcher-3368963-1305408086 -o /tmp/evaluation-result-3368963-1305408086/solver-3368963-1305408086 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368963-1305408086.cnf

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

MD5SUM BENCH= 181d327d4cfd49957ee63dfb74a0e12a
RANDOM SEED=956816340

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25601688 kB
Buffers:        229876 kB
Cached:        4781464 kB
SwapCached:      15708 kB
Active:        2112232 kB
Inactive:      4998232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25601688 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:     2090676 kB
Mapped:          13456 kB
Slab:           135720 kB
PageTables:      38308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86466184 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= 73292 MiB
End job on node141 at 2011-05-14 23:41:32