Trace number 3368861

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.44 1203.14

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1397972185-007.UNKNOWN.cnf
MD5SUMd2902b03aca91b8ea25ec40928f31c64
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-3368861-1305404657.cnf'
0.00/0.01	c -- header says num vars:            125
0.00/0.01	c -- header says num clauses:        2662
0.00/0.01	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.01	c -- vars added        125
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	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
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      65 undec:       6 neg:      54
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.08/0.06	c Decided on static restart strategy
0.37/0.13	c  N st     8      4921       125      2662         0      4659     13310    118031   no data   no data  --
1.17/0.34	c  N st    10     11304       125      2662         0      4283     13310     85717   no data   no data  --
1.97/0.55	c  N st    11     17048       125      2662         0      9669     13310    226099   no data   no data  --
3.17/0.86	c  F st    12     25001       125      2662         0     11848     13310    272497   no data   no data  --
3.17/0.86	c  N st    12     25001       125      2662         0     11848     13310    272497   no data   no data  --
3.99/1.06	c Decided on static restart strategy
3.99/1.06	c  N st    18     30001       125      2662         0     10199     13310    225894   no data   no data  --
3.99/1.06	c  S st    18     30001       125      2662         0     10199     13310    225894   no data   no data  --
3.99/1.09	c  S st    18     30503       125      2662         0     10688     13310    238075   no data   no data  --
3.99/1.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.99/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3.99/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.71	c lits-rem:      2231  cl-subs:     1574  v-elim:      0  v-fix:    0  time:  2.45 s
6.76/1.76	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.18
6.76/1.76	c calculated reachability. Time: 0.00
6.76/1.76	c  N st    18     30503       125      2662         0      9114     13310    192742   no data   no data  --
7.96/2.09	c  N st    20     37614       125      2662         0      8390     13310    160257   no data   no data  --
9.14/2.39	c  N st    21     44013       125      2662         0     14419     13310    322029   no data   no data  --
9.54/2.49	c  S st    22     45754       125      2662         0     16068     13310    365886   no data   no data  --
9.94/2.53	c  S st    22     46256       125      2662         0     16556     13310    378690   no data   no data  --
9.94/2.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.94/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.94/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
9.94/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.89	c lits-rem:      6516  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  5.36 s
15.13/3.89	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.53/3.90	c vivif2 --  cl tried    14962 cl shrink        0 lits rem          0 time: 0.02
15.53/3.97	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
15.53/3.97	c calculated reachability. Time: 0.00
15.53/3.97	c  N st    22     46256       125      2662         0     14962     13310    326984   no data   no data  --
18.72/4.72	c  N st    23     60654       125      2662         0     10808     13310    191506   no data   no data  --
20.73/5.26	c  N st    24     69384       125      2662         0     19008     13310    406742   no data   no data  --
20.73/5.26	c  S st    24     69384       125      2662         0     19008     13310    406742   no data   no data  --
21.13/5.31	c  S st    24     69892       125      2662         0     19503     13310    419300   no data   no data  --
21.13/5.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.13/5.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.13/5.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.13/5.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.13/5.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.13/5.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.13/5.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.10/6.87	c lits-rem:      4618  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  6.16 s
27.10/6.87	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.10/6.87	c vivif2 --  cl tried    17459 cl shrink        0 lits rem          0 time: 0.02
27.50/6.96	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.34
27.50/6.96	c calculated reachability. Time: 0.00
27.50/6.96	c  N st    24     69892       125      2662         0     17459     13310    359327   no data   no data  --
32.29/8.10	c  F st    25     87500       125      2662         0     12429     13310    211937   no data   no data  --
32.29/8.10	c  N st    25     87500       125      2662         0     12429     13310    211937   no data   no data  --
33.09/8.39	c Decided on static restart strategy
33.89/8.58	c  N st    32     95539       125      2662         0     19964     13310    409942   no data   no data  --
36.28/9.19	c  N st    34    104840       125      2662         0     16520     13310    311479   no data   no data  --
36.28/9.19	c  S st    34    104840       125      2662         0     16520     13310    311479   no data   no data  --
36.68/9.24	c  S st    34    105344       125      2662         0     17009     13310    324382   no data   no data  --
36.68/9.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.68/9.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.68/9.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
36.68/9.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.68/9.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.68/9.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
36.68/9.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.47/10.46	c lits-rem:      2392  cl-subs:     1297  v-elim:      0  v-fix:    0  time:  4.80 s
41.47/10.46	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
41.47/10.46	c vivif2 --  cl tried    15712 cl shrink        0 lits rem          0 time: 0.01
41.87/10.53	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.29
41.87/10.53	c calculated reachability. Time: 0.00
41.87/10.53	c  N st    34    105344       125      2662         0     15712     13310    288671   no data   no data  --
44.66/11.24	c  N st    35    114942       125      2662         0     24685     13310    522620   no data   no data  --
48.64/12.24	c  N st    36    129340       125      2662         0     25167     13310    522062   no data   no data  --
54.64/13.73	c  N st    37    150936       125      2662         0     16362     13310    258789   no data   no data  --
56.24/14.14	c  S st    38    158016       125      2662         0     23018     13310    430131   no data   no data  --
56.24/14.20	c  S st    38    158518       125      2662         0     23508     13310    442609   no data   no data  --
56.24/14.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.24/14.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.24/14.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
56.66/14.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.66/14.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.66/14.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
56.66/14.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.22/15.68	c lits-rem:      3741  cl-subs:     1749  v-elim:      0  v-fix:    0  time:  5.82 s
62.22/15.68	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
62.22/15.68	c vivif2 --  cl tried    21759 cl shrink        0 lits rem          0 time: 0.02
63.01/15.80	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.48
63.01/15.80	c calculated reachability. Time: 0.00
63.01/15.80	c  N st    38    158518       125      2662         0     21759     13310    394135   no data   no data  --
79.77/20.03	c  N st    39    207108       125      2662         0     34488     13310    698918   no data   no data  --
90.95/22.87	c  N st    40    237779       125      2662         0     26655     13310    477410   no data   no data  --
90.95/22.87	c  S st    40    237779       125      2662         0     26655     13310    477410   no data   no data  --
91.35/22.94	c  S st    40    238283       125      2662         0     27145     13310    489985   no data   no data  --
91.35/22.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.35/22.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.35/22.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
91.35/22.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.35/22.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.35/22.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
91.35/22.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.13/24.65	c lits-rem:      3319  cl-subs:     2093  v-elim:      0  v-fix:    0  time:  6.70 s
98.13/24.65	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
98.13/24.65	c vivif2 --  cl tried    25052 cl shrink        0 lits rem          0 time: 0.02
98.53/24.77	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.47
98.53/24.77	c calculated reachability. Time: 0.00
98.53/24.77	c  N st    40    238283       125      2662         0     25052     13310    433876   no data   no data  --
122.91/30.85	c  F st    41    306251       125      2662         0     26953     13310    444429   no data   no data  --
122.91/30.86	c  N st    41    306251       125      2662         0     26953     13310    444429   no data   no data  --
124.87/31.34	c Decided on static restart strategy
134.04/33.62	c  N st    51    334556       125      2662         0     31166     13310    538830   no data   no data  --
144.01/36.18	c  N st    53    357426       125      2662         0     29100     13310    461471   no data   no data  --
144.01/36.18	c  S st    53    357426       125      2662         0     29100     13310    461471   no data   no data  --
144.44/36.26	c  S st    53    357935       125      2662         0     29596     13310    474214   no data   no data  --
144.44/36.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.44/36.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.44/36.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
144.44/36.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.44/36.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.44/36.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
144.44/36.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.00/37.64	c lits-rem:      2275  cl-subs:     1469  v-elim:      0  v-fix:    0  time:  5.44 s
150.00/37.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
150.00/37.65	c vivif2 --  cl tried    28127 cl shrink        0 lits rem          0 time: 0.02
150.40/37.78	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.53
150.40/37.78	c calculated reachability. Time: 0.00
150.40/37.78	c  N st    53    357935       125      2662         0     28127     13310    434756   no data   no data  --
168.35/42.28	c  N st    54    390328       125      2662         0     34134     13310    578525   no data   no data  --
193.48/48.51	c  N st    55    438917       125      2662         0     28252     13310    404492   no data   no data  --
227.41/57.10	c  N st    56    511800       125      2662         0     41153     13310    711833   no data   no data  --
241.00/60.44	c  N st    57    536903       125      2662         0     35674     13310    551259   no data   no data  --
241.00/60.44	c  S st    57    536903       125      2662         0     35674     13310    551259   no data   no data  --
241.41/60.53	c  S st    57    537405       125      2662         0     36165     13310    564024   no data   no data  --
241.41/60.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
241.41/60.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.41/60.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
241.41/60.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.41/60.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.41/60.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
241.41/60.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
249.36/62.51	c lits-rem:      1912  cl-subs:     1595  v-elim:      0  v-fix:    0  time:  7.76 s
249.36/62.51	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
249.36/62.51	c vivif2 --  cl tried    34570 cl shrink        0 lits rem          0 time: 0.02
249.78/62.68	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.66
249.78/62.68	c calculated reachability. Time: 0.00
249.78/62.68	c  N st    57    537405       125      2662         0     34570     13310    522880   no data   no data  --
330.75/82.93	c  N st    58    701389       125      2662         0     62627     13310   1228041   no data   no data  --
392.20/98.38	c  N st    59    806109       125      2662         0     56616     13310    986273   no data   no data  --
392.20/98.38	c  S st    59    806109       125      2662         0     56616     13310    986273   no data   no data  --
393.00/98.53	c  S st    59    806613       125      2662         0     57093     13310    998759   no data   no data  --
393.00/98.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.00/98.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
393.00/98.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
393.00/98.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
393.00/98.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.00/98.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
393.00/98.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.73/105.20	c lits-rem:      1649  cl-subs:     6011  v-elim:      0  v-fix:    0  time: 26.38 s
419.73/105.20	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
419.73/105.21	c vivif2 --  cl tried    51082 cl shrink        0 lits rem          0 time: 0.04
420.53/105.47	c asymm  cl-useful: 0/2142/2662 lits-rem:0 time: 1.03
420.53/105.47	c calculated reachability. Time: 0.00
420.53/105.47	c  N st    59    806613       125      2662         0     51082     13310    857835   no data   no data  --
600.48/150.56	c  F st    60   1071876       125      2662         0     66189     13310   1147199   no data   no data  --
600.48/150.56	c  N st    60   1071876       125      2662         0     66189     13310   1147199   no data   no data  --
604.47/151.56	c Decided on static restart strategy
622.42/156.10	c  N st    70   1100178       125      2662         0     51030     13310    766216   no data   no data  --
648.36/162.51	c  N st    72   1136171       125      2662         0     84830     13310   1657390   no data   no data  --
668.31/167.52	c  N st    73   1168563       125      2662         0     72260     13310   1312111   no data   no data  --
699.83/175.47	c  N st    74   1209920       125      2662         0     67035     13310   1151023   no data   no data  --
699.83/175.47	c  S st    74   1209920       125      2662         0     67035     13310   1151023   no data   no data  --
701.03/175.73	c  S st    74   1210425       125      2662         0     67523     13310   1164272   no data   no data  --
701.03/175.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
701.03/175.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
701.03/175.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.16
701.43/175.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
701.43/175.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
701.43/175.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
701.43/175.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
745.74/186.96	c lits-rem:       538  cl-subs:     4863  v-elim:      0  v-fix:    0  time: 44.44 s
745.74/186.96	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
745.74/186.98	c vivif2 --  cl tried    62660 cl shrink        0 lits rem          0 time: 0.06
746.50/187.11	c asymm  cl-useful: 0/520/2662 lits-rem:0 time: 0.52
746.50/187.11	c calculated reachability. Time: 0.00
746.50/187.11	c  N st    74   1210425       125      2662         0     62660     13310   1039009   no data   no data  --
809.15/202.81	c  N st    75   1283308       125      2662         0     85647     13310   1598490   no data   no data  --
902.53/226.24	c  N st    76   1392634       125      2662         0     47795     13310    577730   no data   no data  --
1031.44/258.51	c  N st    77   1556621       125      2662         0     52473     13310    653545   no data   no data  --
1152.70/288.90	c  N st    78   1710428       125      2662         0     92435     13310   1681242   no data   no data  --
1152.70/288.90	c  S st    78   1710428       125      2662         0     92435     13310   1681242   no data   no data  --
1153.92/289.22	c  S st    78   1710933       125      2662         0     92922     13310   1693860   no data   no data  --
1153.92/289.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1153.92/289.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1153.92/289.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1154.34/289.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1154.34/289.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1154.34/289.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1154.34/289.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1289.54/323.24	c lits-rem:      1948  cl-subs:     9845  v-elim:      0  v-fix:    0  time: 135.26 s
1289.54/323.24	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1289.54/323.26	c vivif2 --  cl tried    83077 cl shrink        0 lits rem          0 time: 0.08
1291.53/323.72	c asymm  cl-useful: 0/1392/2662 lits-rem:0 time: 1.79
1291.53/323.72	c calculated reachability. Time: 0.00
1291.53/323.72	c  N st    78   1710933       125      2662         0     83077     13310   1450272   no data   no data  --
1638.27/410.61	c  N st    79   2079897       125      2662         0     94855     13310   1710155   no data   no data  --
1765.95/442.62	c  N st    80   2210935       125      2662         0     98548     13310   1729512   no data   no data  --
1765.95/442.62	c  S st    80   2210935       125      2662         0     98548     13310   1729512   no data   no data  --
1767.15/442.96	c  S st    80   2211438       125      2662         0     99035     13310   1742545   no data   no data  --
1767.15/442.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1767.15/442.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1767.55/443.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1767.55/443.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1767.55/443.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1767.55/443.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1767.55/443.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1907.58/478.16	c lits-rem:      3894  cl-subs:     9794  v-elim:      0  v-fix:    0  time: 139.95 s
1907.58/478.16	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1907.58/478.18	c vivif2 --  cl tried    89241 cl shrink        0 lits rem          0 time: 0.08
1909.57/478.64	c asymm  cl-useful: 0/1098/2662 lits-rem:0 time: 1.83
1909.57/478.65	c calculated reachability. Time: 0.00
1909.57/478.65	c  N st    80   2211438       125      2662         0     89241     13310   1496071   no data   no data  --
2364.85/592.73	c  N st    81   2711439       125      2662         0    112271     13310   2002304   no data   no data  --
2364.85/592.73	c  S st    81   2711439       125      2662         0    112271     13310   2002304   no data   no data  --
2366.44/593.12	c  S st    81   2711942       125      2662         0    112757     13310   2015311   no data   no data  --
2366.44/593.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2366.44/593.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2366.44/593.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
2366.84/593.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2366.84/593.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2366.84/593.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2366.84/593.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2503.28/627.41	c lits-rem:      1708  cl-subs:    10881  v-elim:      0  v-fix:    0  time: 136.28 s
2503.28/627.41	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2503.28/627.44	c vivif2 --  cl tried   101876 cl shrink        0 lits rem          0 time: 0.10
2504.88/627.89	c asymm  cl-useful: 0/1084/2662 lits-rem:0 time: 1.80
2504.88/627.89	c calculated reachability. Time: 0.00
2504.88/627.89	c  N st    81   2711942       125      2662         0    101876     13310   1749693   no data   no data  --
3021.20/757.29	c  N st    82   3211942       125      2662         0     79025     13310   1011054   no data   no data  --
3021.20/757.29	c  S st    82   3211942       125      2662         0     79025     13310   1011054   no data   no data  --
3022.40/757.52	c  S st    82   3212445       125      2662         0     79517     13310   1024399   no data   no data  --
3022.40/757.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3022.40/757.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3022.40/757.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
3022.40/757.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3022.40/757.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3022.40/757.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3022.40/757.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3042.75/762.66	c lits-rem:       304  cl-subs:     1864  v-elim:      0  v-fix:    0  time: 20.23 s
3042.75/762.66	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3042.75/762.67	c vivif2 --  cl tried    77653 cl shrink        0 lits rem          0 time: 0.05
3043.95/762.98	c asymm  cl-useful: 0/1281/2662 lits-rem:0 time: 1.24
3043.95/762.99	c calculated reachability. Time: 0.00
3043.95/762.99	c  N st    82   3212445       125      2662         0     77653     13310    979275   no data   no data  --
3596.59/901.47	c  N st    83   3712445       125      2662         0     88120     13310   1176406   no data   no data  --
3596.59/901.47	c  S st    83   3712445       125      2662         0     88120     13310   1176406   no data   no data  --
3597.79/901.75	c  S st    83   3712951       125      2662         0     88615     13310   1189676   no data   no data  --
3597.79/901.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3597.79/901.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3597.79/901.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3598.19/901.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3598.19/901.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3598.19/901.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3598.19/901.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3626.51/908.90	c lits-rem:       953  cl-subs:     2364  v-elim:      0  v-fix:    0  time: 28.19 s
3626.51/908.90	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3626.51/908.92	c vivif2 --  cl tried    86251 cl shrink        0 lits rem          0 time: 0.06
3627.70/909.24	c asymm  cl-useful: 0/1351/2662 lits-rem:0 time: 1.29
3627.70/909.24	c calculated reachability. Time: 0.00
3627.70/909.24	c  N st    83   3712951       125      2662         0     86251     13310   1129791   no data   no data  --
3672.00/920.30	c  F st    84   3751562       125      2662         0    122289     13310   2097703   no data   no data  --
3672.00/920.30	c  N st    84   3751562       125      2662         0    122289     13310   2097703   no data   no data  --
3680.37/922.42	c Decided on static restart strategy
3719.88/932.33	c  N st    94   3779863       125      2662         0    148830     13310   2795459   no data   no data  --
3765.40/943.74	c  N st    96   3815859       125      2662         0    103289     13310   1542444   no data   no data  --
3808.46/954.54	c  N st    97   3848251       125      2662         0    133502     13310   2345976   no data   no data  --
3873.49/970.86	c  N st    98   3896839       125      2662         0     98805     13310   1424427   no data   no data  --
3982.03/998.07	c  N st    99   3969723       125      2662         0     85482     13310   1046426   no data   no data  --
4120.50/1032.73	c  N st   100   4079047       125      2662         0    105214     13310   1548356   no data   no data  --
4313.62/1081.11	c  N st   101   4212952       125      2662         0    146909     13310   2643867   no data   no data  --
4313.62/1081.11	c  S st   101   4212952       125      2662         0    146909     13310   2643867   no data   no data  --
4315.61/1081.66	c  S st   101   4213456       125      2662         0    147398     13310   2656909   no data   no data  --
4315.61/1081.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4315.61/1081.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4316.01/1081.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.32
4316.41/1081.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4316.41/1081.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4316.41/1081.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4316.41/1081.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4589.31/1150.22	c lits-rem:      7883  cl-subs:    16469  v-elim:      0  v-fix:    0  time: 272.73 s
4589.31/1150.22	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4589.31/1150.25	c vivif2 --  cl tried   130929 cl shrink        0 lits rem          0 time: 0.13
4591.31/1150.74	c asymm  cl-useful: 0/731/2662 lits-rem:0 time: 1.95
4591.31/1150.75	c calculated reachability. Time: 0.00
4591.31/1150.75	c  N st   101   4213456       125      2662         0    130929     13310   2240524   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-3368861-1305404657/watcher-3368861-1305404657 -o /tmp/evaluation-result-3368861-1305404657/solver-3368861-1305404657 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368861-1305404657.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.41 7.95 7.99 5/320 7883
/proc/meminfo: memFree=11157436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 652068072 52465664 352 33554432000 4194304 4650419 140733688789536 18446744073709551615 47336422045618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 12809 352 303 112 0 7774 0
[pid=7883/tid=7884] ppid=7881 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652068072 52465664 352 33554432000 4194304 4650419 140733688789536 18446744073709551615 47336422045618 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652068072 52465664 352 33554432000 4194304 4650419 140733688789536 18446744073709551615 47336422045618 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652068072 52465664 352 33554432000 4194304 4650419 140733688789536 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.030022 s]
/proc/loadavg: 7.41 7.95 7.99 5/320 7883
/proc/meminfo: memFree=11157436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=282076 CPUtime=0.08 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 1472 0 0 0 8 0 0 0 18 0 4 0 652068072 288845824 1303 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 70519 1303 388 112 0 65484 0
[pid=7883/tid=7884] ppid=7881 vsize=282076 CPUtime=0.02 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 318 0 0 0 2 0 0 0 18 0 4 0 652068072 288845824 1303 33554432000 4194304 4650419 140733688789536 18446744073709551615 4334008 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=282076 CPUtime=0.02 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 304 0 0 0 2 0 0 0 18 0 4 0 652068072 288845824 1303 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=282076 CPUtime=0.01 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 132 0 0 0 1 0 0 0 25 0 4 0 652068072 288845824 1303 33554432000 4194304 4650419 140733688789536 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 282076

[startup+0.101008 s]
/proc/loadavg: 7.41 7.95 7.99 5/320 7883
/proc/meminfo: memFree=11157436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=282340 CPUtime=0.37 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 1880 0 0 0 37 0 0 0 18 0 4 0 652068072 289116160 1711 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 70585 1711 389 112 0 65550 0
[pid=7883/tid=7884] ppid=7881 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 408 0 0 0 9 0 0 0 18 0 4 0 652068072 289116160 1711 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 397 0 0 0 9 0 0 0 18 0 4 0 652068072 289116160 1711 33554432000 4194304 4650419 140733688789536 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=282340 CPUtime=0.08 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 266 0 0 0 8 0 0 0 25 0 4 0 652068072 289116160 1711 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366920 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) 282340

[startup+0.30097 s]
/proc/loadavg: 7.41 7.95 7.99 5/320 7883
/proc/meminfo: memFree=11157436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=283856 CPUtime=1.17 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 3150 0 0 0 117 0 0 0 18 0 4 0 652068072 290668544 2356 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 70964 2356 391 112 0 65929 0
[pid=7883/tid=7884] ppid=7881 vsize=283856 CPUtime=0.29 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 723 0 0 0 29 0 0 0 18 0 4 0 652068072 290668544 2356 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=283856 CPUtime=0.29 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 721 0 0 0 29 0 0 0 18 0 4 0 652068072 290668544 2356 33554432000 4194304 4650419 140733688789536 18446744073709551615 4360332 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=283856 CPUtime=0.28 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 588 0 0 0 28 0 0 0 25 0 4 0 652068072 290668544 2356 33554432000 4194304 4650419 140733688789536 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) 283856

[startup+0.700895 s]
/proc/loadavg: 7.41 7.95 7.99 5/320 7883
/proc/meminfo: memFree=11157436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=285316 CPUtime=2.76 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 5671 0 0 0 276 0 0 0 18 0 4 0 652068072 292163584 2746 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365680 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 71329 2746 391 112 0 66294 0
[pid=7883/tid=7884] ppid=7881 vsize=285316 CPUtime=0.69 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 1375 0 0 0 69 0 0 0 18 0 4 0 652068072 292163584 2746 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=285316 CPUtime=0.69 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 1366 0 0 0 69 0 0 0 18 0 4 0 652068072 292163584 2746 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=285316 CPUtime=0.68 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 1177 0 0 0 68 0 0 0 25 0 4 0 652068072 292163584 2746 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285316

[startup+1.50075 s]
/proc/loadavg: 7.41 7.95 7.99 9/324 7887
/proc/meminfo: memFree=11135952/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=295348 CPUtime=5.96 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 11237 0 0 0 594 2 0 0 20 0 4 0 652068072 302436352 6109 33554432000 4194304 4650419 140733688789536 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 73837 6115 393 112 0 68802 0
[pid=7883/tid=7884] ppid=7881 vsize=295348 CPUtime=1.49 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 3231 0 0 0 148 1 0 0 20 0 4 0 652068072 302436352 6115 33554432000 4194304 4650419 140733688789536 18446744073709551615 4426561 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=295348 CPUtime=1.49 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 2317 0 0 0 149 0 0 0 20 0 4 0 652068072 302436352 6115 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=295348 CPUtime=1.47 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 2033 0 0 0 147 0 0 0 25 0 4 0 652068072 302436352 6115 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 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) 295348

[startup+3.10044 s]
/proc/loadavg: 7.41 7.95 7.99 9/324 7887
/proc/meminfo: memFree=11091436/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=313556 CPUtime=12.34 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 18783 0 0 0 1232 2 0 0 25 0 4 0 652068072 321081344 11955 33554432000 4194304 4650419 140733688789536 18446744073709551615 4438617 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 78389 11955 393 112 0 73354 0
[pid=7883/tid=7884] ppid=7881 vsize=313556 CPUtime=3.09 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 4500 0 0 0 308 1 0 0 25 0 4 0 652068072 321081344 11955 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=313556 CPUtime=3.09 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 4576 0 0 0 309 0 0 0 25 0 4 0 652068072 321081344 11955 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=313556 CPUtime=3.05 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 4309 0 0 0 305 0 0 0 25 0 4 0 652068072 321081344 11955 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365348 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) 313556

[startup+6.30084 s]
/proc/loadavg: 7.45 7.95 7.99 10/324 7887
/proc/meminfo: memFree=11044824/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=296072 CPUtime=25.11 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 26830 0 0 0 2507 4 0 0 25 0 4 0 652068072 303177728 16464 33554432000 4194304 4650419 140733688789536 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 74018 16464 393 112 0 68983 0
[pid=7883/tid=7884] ppid=7881 vsize=296072 CPUtime=6.28 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 6897 0 0 0 627 1 0 0 25 0 4 0 652068072 303177728 16464 33554432000 4194304 4650419 140733688789536 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=296072 CPUtime=6.29 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 8014 0 0 0 628 1 0 0 25 0 4 0 652068072 303177728 16464 33554432000 4194304 4650419 140733688789536 18446744073709551615 4439099 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=296072 CPUtime=6.22 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 4863 0 0 0 622 0 0 0 25 0 4 0 652068072 303177728 16464 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 296072

[startup+12.7006 s]
/proc/loadavg: 7.50 7.95 7.99 9/324 7887
/proc/meminfo: memFree=10991720/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=305924 CPUtime=50.64 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 39306 0 0 0 5057 7 0 0 25 0 4 0 652068072 313266176 21429 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 76481 21429 393 112 0 71446 0
[pid=7883/tid=7884] ppid=7881 vsize=305924 CPUtime=12.69 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 11307 0 0 0 1266 3 0 0 25 0 4 0 652068072 313266176 21429 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=305924 CPUtime=12.69 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 11222 0 0 0 1267 2 0 0 25 0 4 0 652068072 313266176 21429 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=305924 CPUtime=12.56 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 6911 0 0 0 1255 1 0 0 25 0 4 0 652068072 313266176 21429 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 305924

[startup+25.5012 s]
/proc/loadavg: 7.68 7.97 8.00 10/324 7887
/proc/meminfo: memFree=10947576/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=321996 CPUtime=101.72 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 60082 0 0 0 10159 13 0 0 25 0 4 0 652068072 329723904 27399 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 80499 27399 393 112 0 75464 0
[pid=7883/tid=7884] ppid=7881 vsize=321996 CPUtime=25.49 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 17997 0 0 0 2545 4 0 0 25 0 4 0 652068072 329723904 27399 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=321996 CPUtime=25.49 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 18611 0 0 0 2545 4 0 0 25 0 4 0 652068072 329723904 27399 33554432000 4194304 4650419 140733688789536 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=321996 CPUtime=25.22 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 8859 0 0 0 2521 1 0 0 25 0 4 0 652068072 329723904 27399 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 321996

[startup+51.1003 s]
/proc/loadavg: 7.79 7.97 8.00 10/324 7888
/proc/meminfo: memFree=10895564/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=313504 CPUtime=203.86 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 88544 0 0 0 20366 20 0 0 25 0 4 0 652068072 321028096 33799 33554432000 4194304 4650419 140733688789536 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 78376 33799 393 112 0 73341 0
[pid=7883/tid=7884] ppid=7881 vsize=313504 CPUtime=51.08 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 27845 0 0 0 5103 5 0 0 25 0 4 0 652068072 321028096 33799 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=313504 CPUtime=51.08 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 29508 0 0 0 5101 7 0 0 25 0 4 0 652068072 321028096 33799 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=313504 CPUtime=50.57 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 9638 0 0 0 5056 1 0 0 25 0 4 0 652068072 321028096 33799 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 313504

[startup+102.313 s]
/proc/loadavg: 8.02 8.00 8.01 9/324 7889
/proc/meminfo: memFree=10813716/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=325880 CPUtime=408.2 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 141021 0 0 0 40783 37 0 0 25 0 4 0 652068072 333701120 44267 33554432000 4194304 4650419 140733688789536 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 81470 44267 393 112 0 76435 0
[pid=7883/tid=7884] ppid=7881 vsize=325880 CPUtime=102.3 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 41262 0 0 0 10221 9 0 0 25 0 4 0 652068072 333701120 44267 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=325880 CPUtime=102.3 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 47885 0 0 0 10216 14 0 0 25 0 4 0 652068072 333701120 44267 33554432000 4194304 4650419 140733688789536 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=325880 CPUtime=101.27 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 11913 0 0 0 10125 2 0 0 25 0 4 0 652068072 333701120 44267 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 325880

[startup+162.3 s]

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

[pid=7883] ppid=7881 vsize=556892 CPUtime=2802.14 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 442280 0 0 0 280038 176 0 0 25 0 4 0 652068072 570257408 94163 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 139223 94163 393 112 0 134188 0
[pid=7883/tid=7884] ppid=7881 vsize=556892 CPUtime=702.31 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 127916 0 0 0 70183 48 0 0 25 0 4 0 652068072 570257408 94163 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=556892 CPUtime=702.3 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 157502 0 0 0 70160 70 0 0 25 0 4 0 652068072 570257408 94163 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=556892 CPUtime=695.18 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24312 0 0 0 69509 9 0 0 25 0 4 0 652068072 570257408 94163 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.14
Current children cumulated vsize (KiB) 556892

[startup+762.312 s]
/proc/loadavg: 8.12 8.09 8.02 9/324 7907
/proc/meminfo: memFree=10373468/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=635888 CPUtime=3041.6 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 470619 0 0 0 303969 191 0 0 25 0 4 0 652068072 651149312 103064 33554432000 4194304 4650419 140733688789536 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 158972 103064 393 112 0 153937 0
[pid=7883/tid=7884] ppid=7881 vsize=635888 CPUtime=762.32 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 136490 0 0 0 76180 52 0 0 25 0 4 0 652068072 651149312 103064 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=635888 CPUtime=762.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 167037 0 0 0 76158 74 0 0 25 0 4 0 652068072 651149312 103064 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=635888 CPUtime=754.59 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24312 0 0 0 75450 9 0 0 25 0 4 0 652068072 651149312 103064 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.6
Current children cumulated vsize (KiB) 635888

[startup+822.301 s]
/proc/loadavg: 8.11 8.08 8.02 10/324 7909
/proc/meminfo: memFree=10328176/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=636096 CPUtime=3280.96 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 492213 0 0 0 327894 202 0 0 25 0 4 0 652068072 651362304 107207 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159024 107207 393 112 0 153989 0
[pid=7883/tid=7884] ppid=7881 vsize=636096 CPUtime=822.32 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 141302 0 0 0 82177 55 0 0 25 0 4 0 652068072 651362304 107207 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=636096 CPUtime=822.31 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 176116 0 0 0 82154 77 0 0 25 0 4 0 652068072 651362304 107207 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=636096 CPUtime=813.99 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24312 0 0 0 81390 9 0 0 25 0 4 0 652068072 651362304 107207 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.96
Current children cumulated vsize (KiB) 636096

[startup+882.3 s]
/proc/loadavg: 8.16 8.10 8.02 10/324 7910
/proc/meminfo: memFree=10316968/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=636400 CPUtime=3520.36 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 514455 0 0 0 351822 214 0 0 25 0 4 0 652068072 651673600 106443 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159100 106443 393 112 0 154065 0
[pid=7883/tid=7884] ppid=7881 vsize=636400 CPUtime=882.32 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 146712 0 0 0 88174 58 0 0 25 0 4 0 652068072 651673600 106443 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=636400 CPUtime=882.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 183626 0 0 0 88150 82 0 0 25 0 4 0 652068072 651673600 106443 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=636400 CPUtime=873.38 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24317 0 0 0 87329 9 0 0 25 0 4 0 652068072 651673600 106443 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.36
Current children cumulated vsize (KiB) 636400

[startup+942.301 s]
/proc/loadavg: 8.12 8.09 8.02 10/324 7912
/proc/meminfo: memFree=10291256/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=691364 CPUtime=3759.78 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 536413 0 0 0 375752 226 0 0 25 0 4 0 652068072 707956736 113093 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 172841 113093 393 112 0 167806 0
[pid=7883/tid=7884] ppid=7881 vsize=691364 CPUtime=942.32 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 152799 0 0 0 94171 61 0 0 25 0 4 0 652068072 707956736 113093 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=691364 CPUtime=942.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 190858 0 0 0 94145 87 0 0 25 0 4 0 652068072 707956736 113093 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=691364 CPUtime=932.8 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24317 0 0 0 93270 10 0 0 25 0 4 0 652068072 707956736 113093 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.78
Current children cumulated vsize (KiB) 691364

[startup+1002.3 s]
/proc/loadavg: 8.21 8.12 8.03 10/324 7913
/proc/meminfo: memFree=10279084/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=636876 CPUtime=3999.19 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 554219 0 0 0 399684 235 0 0 25 0 4 0 652068072 652161024 108627 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159219 108627 393 112 0 154184 0
[pid=7883/tid=7884] ppid=7881 vsize=636876 CPUtime=1002.32 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 155419 0 0 0 100169 63 0 0 25 0 4 0 652068072 652161024 108627 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=636876 CPUtime=1002.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 198334 0 0 0 100142 90 0 0 25 0 4 0 652068072 652161024 108627 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=636876 CPUtime=992.19 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24317 0 0 0 99209 10 0 0 25 0 4 0 652068072 652161024 108627 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.19
Current children cumulated vsize (KiB) 636876

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 8.03 10/324 7915
/proc/meminfo: memFree=10275820/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=637092 CPUtime=4238.6 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 574235 0 0 0 423614 246 0 0 25 0 4 0 652068072 652382208 106790 33554432000 4194304 4650419 140733688789536 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159273 106790 393 112 0 154238 0
[pid=7883/tid=7884] ppid=7881 vsize=637092 CPUtime=1062.33 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 160556 0 0 0 106167 66 0 0 25 0 4 0 652068072 652382208 106790 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=637092 CPUtime=1062.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 205392 0 0 0 106137 95 0 0 25 0 4 0 652068072 652382208 106790 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=637092 CPUtime=1051.6 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24451 0 0 0 105150 10 0 0 25 0 4 0 652068072 652382208 106790 33554432000 4194304 4650419 140733688789536 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.6
Current children cumulated vsize (KiB) 637092

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 8.03 10/324 7917
/proc/meminfo: memFree=10227288/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=637204 CPUtime=4478.01 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 590348 0 0 0 447547 254 0 0 25 0 4 0 652068072 652496896 115400 33554432000 4194304 4650419 140733688789536 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159301 115400 393 112 0 154266 0
[pid=7883/tid=7884] ppid=7881 vsize=637204 CPUtime=1122.33 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 163907 0 0 0 112165 68 0 0 25 0 4 0 652068072 652496896 115400 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=637204 CPUtime=1122.32 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 211506 0 0 0 112134 98 0 0 25 0 4 0 652068072 652496896 115400 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=637204 CPUtime=1111 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24642 0 0 0 111090 10 0 0 25 0 4 0 652068072 652496896 115400 33554432000 4194304 4650419 140733688789536 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.01
Current children cumulated vsize (KiB) 637204

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.03 10/324 7918
/proc/meminfo: memFree=10181740/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=637244 CPUtime=4717.38 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 607035 0 0 0 471476 262 0 0 25 0 4 0 652068072 652537856 120932 33554432000 4194304 4650419 140733688789536 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159311 120932 393 112 0 154276 0
[pid=7883/tid=7884] ppid=7881 vsize=637244 CPUtime=1182.33 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 167777 0 0 0 118162 71 0 0 25 0 4 0 652068072 652537856 120932 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=637244 CPUtime=1182.33 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 219694 0 0 0 118132 101 0 0 25 0 4 0 652068072 652537856 120932 33554432000 4194304 4650419 140733688789536 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=637244 CPUtime=1170.37 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24642 0 0 0 117027 10 0 0 25 0 4 0 652068072 652537856 120932 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.38
Current children cumulated vsize (KiB) 637244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.05 8.09 8.03 6/323 7920
/proc/meminfo: memFree=10520876/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=637244 CPUtime=4800.38 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 610768 0 0 0 479774 264 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159311 124665 393 112 0 154276 0
[pid=7883/tid=7884] ppid=7881 vsize=637244 CPUtime=1203.14 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 170274 0 0 0 120243 71 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=637244 CPUtime=1203.14 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 219706 0 0 0 120213 101 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=637244 CPUtime=1190.94 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24642 0 0 0 119084 10 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 637244

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

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

[startup+1203.1 s]
/proc/loadavg: 8.05 8.09 8.03 6/323 7920
/proc/meminfo: memFree=10520876/32951124 swapFree=67093864/67111528
[pid=7883] ppid=7881 vsize=637244 CPUtime=4800.38 cores=1,3,5,7
/proc/7883/stat : 7883 (strangenight1-m) R 7881 7883 7247 0 -1 4202496 610768 0 0 0 479774 264 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7883/statm: 159311 124665 393 112 0 154276 0
[pid=7883/tid=7884] ppid=7881 vsize=637244 CPUtime=1203.14 cores=1,3,5,7
/proc/7883/task/7884/stat : 7884 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 170274 0 0 0 120243 71 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7883/tid=7885] ppid=7881 vsize=637244 CPUtime=1203.14 cores=1,3,5,7
/proc/7883/task/7885/stat : 7885 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 219706 0 0 0 120213 101 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7883/tid=7886] ppid=7881 vsize=637244 CPUtime=1190.94 cores=1,3,5,7
/proc/7883/task/7886/stat : 7886 (strangenight1-m) R 7881 7883 7247 0 -1 4202560 24642 0 0 0 119084 10 0 0 25 0 4 0 652068072 652537856 124665 33554432000 4194304 4650419 140733688789536 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 637244

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.44
CPU user time (s): 4797.78
CPU system time (s): 2.66659
CPU usage (%): 398.993
Max. virtual memory (cumulated for all children) (KiB): 748632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.78
system time used= 2.66659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610768
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= 358
involuntary context switches= 19823

runsolver used 3.22451 second user time and 8.98763 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 22:24:17
IDJOB=3368861
IDBENCH=82870
IDSOLVER=1846
FILE ID=node102/3368861-1305404657
RUNJOBID= node102-1305404657-7861
PBS_JOBID= 13324460
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= d2902b03aca91b8ea25ec40928f31c64
RANDOM SEED=926634272

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      11157716 kB
Buffers:        255576 kB
Cached:        2800244 kB
SwapCached:       1128 kB
Active:       19518464 kB
Inactive:      1981260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11157716 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           12444 kB
Writeback:           0 kB
AnonPages:    18442160 kB
Mapped:          26520 kB
Slab:           176720 kB
PageTables:      53364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59126076 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= 73524 MiB
End job on node102 at 2011-05-14 22:44:22