Trace number 3368871

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.43 1202.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S960198064-030.SATISFIABLE.cnf
MD5SUM06e5d4421198459b1bb719e60182593d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368871-1305404979.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
2.77/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.77/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.77/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
2.77/1.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.77/1.00	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
2.77/1.00	c Finding binary XORs  T:     0.00 s  found:       0
2.77/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.77/1.00	c calculated reachability. Time: 0.00
2.77/1.00	c Calc default polars -  time:   0.00 s pos:     235 undec:      65 neg:     250
2.77/1.00	c =========================================================================================
2.77/1.00	c types(t): F = full restart, N = normal restart
2.77/1.00	c types(t): S = simplification begin/end, E = solution found
2.77/1.00	c restart types(rt): st = static, dy = dynamic
2.77/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.77/1.00	c  B st     0         0       539      2329         0         0      7053         0   no data   no data  --
2.77/1.00	c Decided on static restart strategy
2.77/1.00	c  N st     8      4916       539      2329         0      4834      7053    115231   no data   no data  --
2.77/1.00	c  N st    10     11300       539      2329         0      4464      7053     76166   no data   no data  --
2.77/1.00	c  N st    11     17044       539      2329         0     10074      7053    210350   no data   no data  --
4.38/1.10	c  F st    12     25000       539      2329         0     12364      7053    274804   no data   no data  --
4.38/1.10	c  N st    12     25000       539      2329         0     12364      7053    274804   no data   no data  --
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       539      2329         0     10640      7053    208076   no data   no data  --
5.57/1.40	c  S st    18     30000       539      2329         0     10640      7053    208076   no data   no data  --
5.57/1.40	c  S st    18     30503       539      2329         0     11143      7053    220543   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.59	c lits-rem:       129  cl-subs:      613  v-elim:      0  v-fix:    0  time:  0.83 s
5.97/1.59	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.04
5.97/1.59	c calculated reachability. Time: 0.00
5.97/1.59	c  N st    18     30503       539      2329         0     10530      7053    204165   no data   no data  --
7.56/1.97	c  N st    20     37613       539      2329         0      9810      7053    164678   no data   no data  --
9.18/2.34	c  N st    21     44013       539      2329         0     16104      7053    319738   no data   no data  --
9.60/2.46	c  S st    22     45755       539      2329         0      9048      7053    129308   no data   no data  --
9.60/2.49	c  S st    22     46259       539      2329         0      9551      7053    141643   no data   no data  --
9.60/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.60/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.60/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.60/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.60/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.60/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
9.60/2.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.95/2.59	c lits-rem:        13  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.37 s
9.95/2.59	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
9.95/2.59	c vivif2 --  cl tried     9530 cl shrink        0 lits rem          0 time: 0.00
10.35/2.60	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.03
10.35/2.60	c calculated reachability. Time: 0.00
10.35/2.60	c  N st    22     46259       539      2329         0      9530      7053    141073   no data   no data  --
13.58/3.50	c  N st    23     60658       539      2329         0     13871      7053    239431   no data   no data  --
16.35/4.17	c  N st    24     69388       539      2329         0     11681      7053    176178   no data   no data  --
16.35/4.17	c  S st    24     69388       539      2329         0     11681      7053    176178   no data   no data  --
16.75/4.20	c  S st    24     69892       539      2329         0     12184      7053    187945   no data   no data  --
16.75/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.75/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
16.75/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.55/4.40	c lits-rem:        65  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.74 s
17.55/4.40	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
17.55/4.40	c vivif2 --  cl tried    12067 cl shrink        0 lits rem          0 time: 0.01
17.55/4.41	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.04
17.55/4.41	c calculated reachability. Time: 0.00
17.55/4.41	c  N st    24     69892       539      2329         0     12067      7053    184912   no data   no data  --
22.76/5.72	c  F st    25     87501       539      2329         0     17596      7053    330734   no data   no data  --
22.76/5.72	c  N st    25     87501       539      2329         0     17596      7053    330734   no data   no data  --
24.72/6.23	c  N dy    33     93927       539      2329         0     23903      7053    487548     18.09     19.21  --
26.75/6.71	c  N dy    60    100097       539      2329         0     17161      7053    255942     16.24     17.28  --
28.32/7.11	c  S st    89    104839       539      2329         0     21855      7053    370268     16.58   no data  --
28.32/7.17	c  S st    89    105348       539      2329         0     22364      7053    382498     16.58   no data  --
28.32/7.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.32/7.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.32/7.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
28.32/7.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.32/7.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.32/7.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
28.32/7.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
31.90/8.05	c lits-rem:       299  cl-subs:      282  v-elim:      0  v-fix:    0  time:  3.45 s
31.90/8.05	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
31.90/8.06	c vivif2 --  cl tried    22082 cl shrink        0 lits rem          0 time: 0.02
31.90/8.08	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.07
31.90/8.08	c calculated reachability. Time: 0.00
31.90/8.08	c  N dy    89    105348       539      2329         0     22082      7053    374539     16.58   no data  --
34.30/8.68	c  N dy   105    112508       539      2329         0     15320      7053    182049     16.33     17.30  --
36.69/9.25	c  N dy   131    119914       539      2329         0     22632      7053    353900     16.20     17.06  --
40.32/10.16	c  N dy   175    128754       539      2329         0     16551      7053    187923     16.28     17.37  --
43.49/10.92	c  N dy   199    137339       539      2329         0     25030      7053    390036     16.11     17.03  --
47.07/11.82	c  N dy   230    146796       539      2329         0     18550      7053    214044     16.07     16.93  --
50.66/12.72	c  N dy   284    156563       539      2329         0     28213      7053    449186     16.19     17.18  --
51.06/12.88	c  S st   288    158023       539      2329         0     29664      7053    482288     16.17     14.56  --
51.46/12.96	c  S st   288    158526       539      2329         0     30166      7053    494215     16.17   no data  --
51.46/12.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.46/12.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.46/12.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.46/12.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.46/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.46/12.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
51.46/12.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.47/14.41	c lits-rem:       369  cl-subs:      508  v-elim:      0  v-fix:    0  time:  5.67 s
57.47/14.41	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
57.47/14.41	c vivif2 --  cl tried    29658 cl shrink        0 lits rem          0 time: 0.02
57.47/14.44	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.09
57.47/14.44	c calculated reachability. Time: 0.00
57.47/14.44	c  N dy   288    158526       539      2329         0     29658      7053    480455     16.17   no data  --
61.44/15.49	c  N dy   341    169543       539      2329         0     23743      7053    316649     16.20     17.29  --
66.66/16.75	c  N dy   396    180938       539      2329         0     34995      7053    587196     16.26     17.19  --
71.06/17.84	c  N dy   439    192541       539      2329         0     28617      7053    405785     16.22     18.42  --
77.00/19.36	c  N dy   492    204888       539      2329         0     22062      7053    238559     16.20     20.62  --
82.59/20.71	c  N dy   551    218015       539      2329         0     35016      7053    549614     16.22     18.59  --
88.97/22.33	c  N dy   581    232050       539      2329         0     29162      7053    389449     16.14     17.12  --
91.77/23.10	c  S st   607    237791       539      2329         0     34842      7053    526379     16.16     16.53  --
92.17/23.19	c  S st   607    238294       539      2329         0     35344      7053    538745     16.16   no data  --
92.17/23.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
92.17/23.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.17/23.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
92.59/23.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.59/23.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.59/23.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
92.59/23.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
98.95/24.85	c lits-rem:       723  cl-subs:      744  v-elim:      0  v-fix:    0  time:  6.52 s
98.95/24.86	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
98.95/24.86	c vivif2 --  cl tried    34600 cl shrink        0 lits rem          0 time: 0.02
98.95/24.89	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.12
98.95/24.89	c calculated reachability. Time: 0.00
98.95/24.89	c  N dy   607    238294       539      2329         0     34600      7053    520499     16.16   no data  --
106.17/26.61	c  N dy   663    253577       539      2329         0     28925      7053    359878     16.15     18.81  --
114.54/28.79	c  N dy   765    269774       539      2329         0     23202      7053    209257     16.24     19.91  --
122.50/30.77	c  N dy   815    287038       539      2329         0     40204      7053    617695     16.20     17.08  --
132.10/33.19	c  F st   873    306250       539      2329         0     36430      7053    499362     16.18     14.81  --
132.10/33.19	c  N st   873    306250       539      2329         0     36430      7053    499362     16.18     14.81  --
134.87/33.86	c Decided on static restart strategy
146.03/36.65	c  N st   883    334556       539      2329         0     40508      7053    768436     16.18   no data  --
157.23/39.42	c  N st   885    357442       539      2329         0     38359      7053    663903     16.18   no data  --
157.23/39.42	c  S st   885    357442       539      2329         0     38359      7053    663903     16.18   no data  --
157.63/39.52	c  S st   885    357943       539      2329         0     38859      7053    675499     16.18   no data  --
157.63/39.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.63/39.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.63/39.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
157.63/39.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.63/39.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.63/39.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
157.63/39.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.39/41.71	c lits-rem:      1188  cl-subs:     2909  v-elim:      0  v-fix:    0  time:  8.56 s
166.39/41.71	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
166.39/41.72	c vivif2 --  cl tried    35950 cl shrink        0 lits rem          0 time: 0.03
166.39/41.75	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.13
166.39/41.75	c calculated reachability. Time: 0.00
166.39/41.75	c  N st   885    357943       539      2329         0     35950      7053    610886     16.18   no data  --
183.56/46.02	c  N st   886    390336       539      2329         0     42306      7053    792572     16.18   no data  --
212.29/53.26	c  N st   887    438924       539      2329         0     36016      7053    561260     16.18   no data  --
251.40/63.01	c  N st   888    511806       539      2329         0     49729      7053    903074     16.18   no data  --
264.97/66.43	c  N st   889    536914       539      2329         0     43851      7053    683027     16.18   no data  --
264.97/66.43	c  S st   889    536914       539      2329         0     43851      7053    683027     16.18   no data  --
265.37/66.55	c  S st   889    537417       539      2329         0     44352      7053    695186     16.18   no data  --
265.37/66.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.37/66.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.37/66.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
265.37/66.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.37/66.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.37/66.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
265.37/66.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
274.55/68.81	c lits-rem:      1334  cl-subs:     2193  v-elim:      0  v-fix:    0  time:  8.88 s
274.55/68.81	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
274.55/68.82	c vivif2 --  cl tried    42159 cl shrink        0 lits rem          0 time: 0.03
274.55/68.86	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.17
274.55/68.86	c calculated reachability. Time: 0.00
274.55/68.86	c  N st   889    537417       539      2329         0     42159      7053    644149     16.18   no data  --
390.29/97.82	c  N st   890    701401       539      2329         0     36228      7053    409225     16.18   no data  --
464.12/116.39	c  N st   891    806125       539      2329         0     65295      7053   1086142     16.18   no data  --
464.12/116.39	c  S st   891    806125       539      2329         0     65295      7053   1086142     16.18   no data  --
464.92/116.59	c  S st   891    806628       539      2329         0     65798      7053   1098440     16.18   no data  --
464.92/116.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
464.92/116.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
465.32/116.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
465.32/116.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
465.32/116.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
465.32/116.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
465.32/116.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
479.33/120.13	c lits-rem:        71  cl-subs:     5258  v-elim:      0  v-fix:    0  time: 13.84 s
479.33/120.13	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
479.33/120.14	c vivif2 --  cl tried    60540 cl shrink        0 lits rem          0 time: 0.05
479.69/120.22	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.31
479.69/120.22	c calculated reachability. Time: 0.00
479.69/120.22	c  N st   891    806628       539      2329         0     60540      7053    983740     16.18   no data  --
692.81/173.63	c  F st   892   1071875       539      2329         0     76254      7053   1281530     16.18   no data  --
692.81/173.64	c  N st   892   1071875       539      2329         0     76254      7053   1281530     16.18   no data  --
698.42/175.09	c Decided on static restart strategy
716.75/179.66	c  N st   902   1100182       539      2329         0     60169      7053    875242     16.18   no data  --
746.71/187.16	c  N st   904   1136178       539      2329         0     50562      7053    605078     16.18   no data  --
772.23/193.59	c  N st   905   1168570       539      2329         0     82006      7053   1351594     16.18   no data  --
808.94/202.74	c  N st   906   1209944       539      2329         0     76349      7053   1173505     16.18   no data  --
808.94/202.74	c  S st   906   1209944       539      2329         0     76349      7053   1173505     16.18   no data  --
809.74/202.97	c  S st   906   1210445       539      2329         0     76850      7053   1186528     16.18   no data  --
809.74/202.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
809.74/202.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
810.14/203.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
810.14/203.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
810.14/203.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
810.14/203.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
810.14/203.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
835.28/209.35	c lits-rem:       258  cl-subs:     6178  v-elim:      0  v-fix:    0  time: 25.13 s
835.28/209.35	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
835.28/209.37	c vivif2 --  cl tried    70672 cl shrink        0 lits rem          0 time: 0.07
836.08/209.50	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.52
836.08/209.50	c calculated reachability. Time: 0.00
836.08/209.50	c  N st   906   1210445       539      2329         0     70672      7053   1056699     16.18   no data  --
907.52/227.42	c  N st   907   1283327       539      2329         0     95027      7053   1632557     16.18   no data  --
1010.52/253.26	c  N st   908   1392651       539      2329         0     55566      7053    644168     16.18   no data  --
1175.32/294.54	c  N st   909   1556636       539      2329         0     60244      7053    716890     16.18   no data  --
1323.78/331.76	c  N st   910   1710447       539      2329         0    102139      7053   1867672     16.18   no data  --
1323.78/331.76	c  S st   910   1710447       539      2329         0    102139      7053   1867672     16.18   no data  --
1325.38/332.10	c  S st   910   1710948       539      2329         0    102640      7053   1880125     16.18   no data  --
1325.38/332.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1325.38/332.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1325.38/332.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1325.78/332.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1325.78/332.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1325.78/332.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
1325.78/332.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1379.30/345.66	c lits-rem:       540  cl-subs:     6926  v-elim:      0  v-fix:    0  time: 53.59 s
1379.30/345.66	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
1379.30/345.68	c vivif2 --  cl tried    95714 cl shrink        0 lits rem          0 time: 0.08
1380.05/345.83	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.58
1380.05/345.83	c calculated reachability. Time: 0.00
1380.05/345.83	c  N st   910   1710948       539      2329         0     95714      7053   1697581     16.18   no data  --
1770.76/443.75	c  N st   911   2079914       539      2329         0    107843      7053   1946595     16.18   no data  --
1916.03/480.16	c  N st   912   2210948       539      2329         0    111754      7053   1879189     16.18   no data  --
1916.03/480.16	c  S st   912   2210948       539      2329         0    111754      7053   1879189     16.18   no data  --
1917.63/480.53	c  S st   912   2211449       539      2329         0    112253      7053   1891710     16.18   no data  --
1917.63/480.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1917.63/480.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1918.03/480.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1918.03/480.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1918.03/480.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1918.03/480.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
1918.03/480.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1970.72/493.81	c lits-rem:       893  cl-subs:     7004  v-elim:      0  v-fix:    0  time: 52.48 s
1970.72/493.81	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
1970.72/493.84	c vivif2 --  cl tried   105249 cl shrink        0 lits rem          0 time: 0.09
1971.12/494.00	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.64
1971.12/494.00	c calculated reachability. Time: 0.00
1971.12/494.00	c  N st   912   2211449       539      2329         0    105249      7053   1718144     16.18   no data  --
2559.39/641.34	c  N st   913   2711450       539      2329         0    128290      7053   2230305     16.18   no data  --
2559.39/641.34	c  S st   913   2711450       539      2329         0    128290      7053   2230305     16.18   no data  --
2561.38/641.81	c  S st   913   2711954       539      2329         0    128794      7053   2242373     16.18   no data  --
2561.38/641.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2561.38/641.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2561.38/641.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2561.78/641.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2561.78/641.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2561.78/641.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
2561.78/641.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2663.15/667.33	c lits-rem:       180  cl-subs:    10323  v-elim:      0  v-fix:    0  time: 101.20 s
2663.15/667.33	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
2663.15/667.36	c vivif2 --  cl tried   118471 cl shrink        0 lits rem          0 time: 0.10
2663.95/667.54	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.73
2663.95/667.55	c calculated reachability. Time: 0.00
2663.95/667.55	c  N st   913   2711954       539      2329         0    118471      7053   1991981     16.18   no data  --
3310.93/829.62	c  N st   914   3211954       539      2329         0     94731      7053   1209362     16.18   no data  --
3310.93/829.62	c  S st   914   3211954       539      2329         0     94731      7053   1209362     16.18   no data  --
3312.10/829.96	c  S st   914   3212457       539      2329         0     95233      7053   1221760     16.18   no data  --
3312.10/829.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3312.10/829.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3312.50/830.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
3312.50/830.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3312.50/830.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3312.50/830.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
3312.50/830.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3328.85/834.12	c lits-rem:       682  cl-subs:     3179  v-elim:      0  v-fix:    0  time: 16.19 s
3328.85/834.12	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
3328.85/834.14	c vivif2 --  cl tried    92054 cl shrink        0 lits rem          0 time: 0.07
3329.25/834.28	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.55
3329.25/834.28	c calculated reachability. Time: 0.00
3329.25/834.28	c  N st   914   3212457       539      2329         0     92054      7053   1148964     16.18   no data  --
4071.59/1020.21	c  N st   915   3712457       539      2329         0    102455      7053   1301675     16.18   no data  --
4071.59/1020.21	c  S st   915   3712457       539      2329         0    102455      7053   1301675     16.18   no data  --
4073.20/1020.62	c  S st   915   3712958       539      2329         0    102956      7053   1314462     16.18   no data  --
4073.20/1020.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4073.20/1020.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4073.60/1020.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
4073.60/1020.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4073.60/1020.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4073.60/1020.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
4073.60/1020.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4104.33/1028.49	c lits-rem:       308  cl-subs:     3571  v-elim:      0  v-fix:    0  time: 30.85 s
4104.33/1028.49	c vivif2 --  cl tried     2329 cl shrink        0 lits rem          0 time: 0.00
4104.73/1028.51	c vivif2 --  cl tried    99385 cl shrink        0 lits rem          0 time: 0.08
4105.15/1028.69	c asymm  cl-useful: 0/2329/2329 lits-rem:0 time: 0.72
4105.15/1028.69	c calculated reachability. Time: 0.00
4105.15/1028.69	c  N st   915   3712958       539      2329         0     99385      7053   1229629     16.18   no data  --
4162.99/1043.16	c  F st   916   3751562       539      2329         0    137063      7053   2219265     16.18   no data  --
4162.99/1043.17	c  N st   916   3751562       539      2329         0    137063      7053   2219265     16.18   no data  --
4174.17/1045.98	c Decided on static restart strategy
4220.86/1057.62	c  N st   926   3779871       539      2329         0    164699      7053   2896441     16.18   no data  --
4268.75/1069.64	c  N st   928   3815864       539      2329         0    117008      7053   1597742     16.18   no data  --
4318.64/1082.14	c  N st   929   3848256       539      2329         0    148589      7053   2385805     16.18   no data  --
4396.47/1101.61	c  N st   930   3896845       539      2329         0    112276      7053   1450511     16.18   no data  --
4542.54/1138.23	c  N st   931   3969728       539      2329         0     98548      7053   1123497     16.18   no data  --
4714.55/1181.37	c  N st   932   4079051       539      2329         0    119242      7053   1632981     16.18   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-3368871-1305404979/watcher-3368871-1305404979 -o /tmp/evaluation-result-3368871-1305404979/solver-3368871-1305404979 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368871-1305404979.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.96 7.90 7.99 2/274 18935
/proc/meminfo: memFree=25086208/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 411 0 0 0 1 0 0 0 22 0 4 0 632913278 52465664 352 33554432000 4194304 4650419 140733743064512 18446744073709551615 47317782935474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 12809 352 303 112 0 7774 0
[pid=18935/tid=18936] ppid=18933 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632913278 52465664 352 33554432000 4194304 4650419 140733743064512 18446744073709551615 47317782935474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632913278 52465664 352 33554432000 4194304 4650419 140733743064512 18446744073709551615 47317782935474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632913278 52465664 352 33554432000 4194304 4650419 140733743064512 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0900001 s]
/proc/loadavg: 6.96 7.90 7.99 2/274 18935
/proc/meminfo: memFree=25086208/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=282396 CPUtime=0.33 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 1686 0 0 0 33 0 0 0 18 0 4 0 632913278 289173504 1547 33554432000 4194304 4650419 140733743064512 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 70599 1547 391 112 0 65564 0
[pid=18935/tid=18936] ppid=18933 vsize=282396 CPUtime=0.08 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 341 0 0 0 8 0 0 0 18 0 4 0 632913278 289173504 1548 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=282396 CPUtime=0.08 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 349 0 0 0 8 0 0 0 18 0 4 0 632913278 289173504 1548 33554432000 4194304 4650419 140733743064512 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=282396 CPUtime=0.07 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 240 0 0 0 7 0 0 0 25 0 4 0 632913278 289173504 1548 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 282396

[startup+0.100997 s]
/proc/loadavg: 6.96 7.90 7.99 2/274 18935
/proc/meminfo: memFree=25086208/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=282396 CPUtime=0.38 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 1749 0 0 0 38 0 0 0 18 0 4 0 632913278 289173504 1610 33554432000 4194304 4650419 140733743064512 18446744073709551615 4304288 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 70599 1610 391 112 0 65564 0
[pid=18935/tid=18936] ppid=18933 vsize=282396 CPUtime=0.09 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 352 0 0 0 9 0 0 0 18 0 4 0 632913278 289173504 1610 33554432000 4194304 4650419 140733743064512 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=282396 CPUtime=0.09 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 367 0 0 0 9 0 0 0 18 0 4 0 632913278 289173504 1610 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=282396 CPUtime=0.08 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 256 0 0 0 8 0 0 0 25 0 4 0 632913278 289173504 1610 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282396

[startup+0.300962 s]
/proc/loadavg: 6.96 7.90 7.99 2/274 18935
/proc/meminfo: memFree=25086208/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=283684 CPUtime=1.18 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 2872 0 0 0 118 0 0 0 18 0 4 0 632913278 290492416 2137 33554432000 4194304 4650419 140733743064512 18446744073709551615 4310405 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 70921 2137 393 112 0 65886 0
[pid=18935/tid=18936] ppid=18933 vsize=283684 CPUtime=0.29 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 644 0 0 0 29 0 0 0 18 0 4 0 632913278 290492416 2137 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=283684 CPUtime=0.29 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 667 0 0 0 29 0 0 0 18 0 4 0 632913278 290492416 2138 33554432000 4194304 4650419 140733743064512 18446744073709551615 4333825 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=283684 CPUtime=0.28 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 527 0 0 0 28 0 0 0 25 0 4 0 632913278 290492416 2138 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283684

[startup+0.700892 s]
/proc/loadavg: 6.96 7.90 7.99 2/274 18935
/proc/meminfo: memFree=25086208/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=284760 CPUtime=2.77 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 4492 0 0 0 277 0 0 0 18 0 4 0 632913278 291594240 2869 33554432000 4194304 4650419 140733743064512 18446744073709551615 4330173 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 71190 2869 393 112 0 66155 0
[pid=18935/tid=18936] ppid=18933 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1051 0 0 0 69 0 0 0 18 0 4 0 632913278 291594240 2869 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=284760 CPUtime=0.69 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1077 0 0 0 69 0 0 0 18 0 4 0 632913278 291594240 2869 33554432000 4194304 4650419 140733743064512 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=284760 CPUtime=0.68 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 925 0 0 0 68 0 0 0 25 0 4 0 632913278 291594240 2869 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284760

[startup+1.50075 s]
/proc/loadavg: 6.96 7.90 7.99 9/286 18948
/proc/meminfo: memFree=25059576/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=285952 CPUtime=5.97 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 8912 0 0 0 596 1 0 0 20 0 4 0 632913278 292814848 4817 33554432000 4194304 4650419 140733743064512 18446744073709551615 4476046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 71488 4817 395 112 0 66453 0
[pid=18935/tid=18936] ppid=18933 vsize=285952 CPUtime=1.49 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1846 0 0 0 149 0 0 0 20 0 4 0 632913278 292814848 4817 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=285952 CPUtime=1.49 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1898 0 0 0 149 0 0 0 19 0 4 0 632913278 292814848 4817 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=285952 CPUtime=1.47 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 1641 0 0 0 147 0 0 0 25 0 4 0 632913278 292814848 4817 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285952

[startup+3.10047 s]
/proc/loadavg: 6.96 7.90 7.99 9/286 18948
/proc/meminfo: memFree=25019420/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=304500 CPUtime=12.35 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 17348 0 0 0 1233 2 0 0 25 0 4 0 632913278 311808000 9689 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 76125 9689 395 112 0 71090 0
[pid=18935/tid=18936] ppid=18933 vsize=304500 CPUtime=3.08 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 4137 0 0 0 308 0 0 0 25 0 4 0 632913278 311808000 9689 33554432000 4194304 4650419 140733743064512 18446744073709551615 4331054 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=304500 CPUtime=3.08 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 4661 0 0 0 308 0 0 0 25 0 4 0 632913278 311808000 9689 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=304500 CPUtime=3.06 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 3875 0 0 0 306 0 0 0 25 0 4 0 632913278 311808000 9689 33554432000 4194304 4650419 140733743064512 18446744073709551615 4333940 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 304500

[startup+6.3009 s]
/proc/loadavg: 7.20 7.94 8.00 9/286 18948
/proc/meminfo: memFree=24985432/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=323056 CPUtime=25.12 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 25868 0 0 0 2508 4 0 0 25 0 4 0 632913278 330809344 13789 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 80764 13789 395 112 0 75729 0
[pid=18935/tid=18936] ppid=18933 vsize=323056 CPUtime=6.29 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 7144 0 0 0 628 1 0 0 25 0 4 0 632913278 330809344 13789 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=323056 CPUtime=6.28 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 6568 0 0 0 628 0 0 0 25 0 4 0 632913278 330809344 13789 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363337 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=323056 CPUtime=6.23 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 5177 0 0 0 623 0 0 0 25 0 4 0 632913278 330809344 13789 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 323056

[startup+12.7008 s]
/proc/loadavg: 7.27 7.94 8.00 10/286 18978
/proc/meminfo: memFree=24998232/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=314444 CPUtime=50.66 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 38632 0 0 0 5059 7 0 0 25 0 4 0 632913278 321990656 20658 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363553 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 78611 20658 395 112 0 73576 0
[pid=18935/tid=18936] ppid=18933 vsize=314444 CPUtime=12.68 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 10857 0 0 0 1266 2 0 0 25 0 4 0 632913278 321990656 20658 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366298 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=314444 CPUtime=12.68 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 10673 0 0 0 1267 1 0 0 25 0 4 0 632913278 321990656 20658 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=314444 CPUtime=12.57 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 6544 0 0 0 1257 0 0 0 25 0 4 0 632913278 321990656 20658 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 314444

[startup+25.5105 s]
/proc/loadavg: 7.43 7.94 8.00 9/286 18978
/proc/meminfo: memFree=24926268/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=315736 CPUtime=101.78 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 55429 0 0 0 10167 11 0 0 25 0 4 0 632913278 323313664 25624 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 78934 25624 395 112 0 73899 0
[pid=18935/tid=18936] ppid=18933 vsize=315736 CPUtime=25.49 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 17164 0 0 0 2546 3 0 0 25 0 4 0 632913278 323313664 25624 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=315736 CPUtime=25.49 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 16993 0 0 0 2546 3 0 0 25 0 4 0 632913278 323313664 25624 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=315736 CPUtime=25.26 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 7420 0 0 0 2525 1 0 0 25 0 4 0 632913278 323313664 25624 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 315736

[startup+51.1009 s]
/proc/loadavg: 7.62 7.94 8.00 9/286 18979
/proc/meminfo: memFree=24862316/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=297148 CPUtime=203.91 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 82390 0 0 0 20371 20 0 0 25 0 4 0 632913278 304279552 35469 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 74287 35469 395 112 0 69252 0
[pid=18935/tid=18936] ppid=18933 vsize=297148 CPUtime=51.09 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26592 0 0 0 5103 6 0 0 25 0 4 0 632913278 304279552 35469 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=297148 CPUtime=51.08 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 25490 0 0 0 5101 7 0 0 25 0 4 0 632913278 304279552 35469 33554432000 4194304 4650419 140733743064512 18446744073709551615 4351664 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=297148 CPUtime=50.62 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 8603 0 0 0 5061 1 0 0 25 0 4 0 632913278 304279552 35469 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 297148

[startup+102.301 s]
/proc/loadavg: 7.95 7.98 8.00 9/286 18980
/proc/meminfo: memFree=24805008/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=385020 CPUtime=408.26 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 119954 0 0 0 40791 35 0 0 25 0 4 0 632913278 394260480 43932 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 96255 43932 395 112 0 91220 0
[pid=18935/tid=18936] ppid=18933 vsize=385020 CPUtime=102.29 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 36412 0 0 0 10219 10 0 0 25 0 4 0 632913278 394260480 43932 33554432000 4194304 4650419 140733743064512 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=385020 CPUtime=102.28 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 34990 0 0 0 10218 10 0 0 25 0 4 0 632913278 394260480 43932 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=385020 CPUtime=101.36 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 13890 0 0 0 10133 3 0 0 25 0 4 0 632913278 394260480 43932 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 385020

[startup+162.301 s]

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

[pid=18935] ppid=18933 vsize=569000 CPUtime=2563.38 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 403237 0 0 0 256176 162 0 0 25 0 4 0 632913278 582656000 93498 33554432000 4194304 4650419 140733743064512 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142250 93498 395 112 0 137215 0
[pid=18935/tid=18936] ppid=18933 vsize=569000 CPUtime=642.3 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 120081 0 0 0 64181 49 0 0 25 0 4 0 632913278 582656000 93498 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=569000 CPUtime=642.29 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 117815 0 0 0 64181 48 0 0 25 0 4 0 632913278 582656000 93498 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=569000 CPUtime=636.47 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 25888 0 0 0 63637 10 0 0 25 0 4 0 632913278 582656000 93498 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2563.38
Current children cumulated vsize (KiB) 569000

[startup+702.301 s]
/proc/loadavg: 5.44 7.28 7.74 5/277 19013
/proc/meminfo: memFree=24720940/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=569332 CPUtime=2802.84 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 424152 0 0 0 280110 174 0 0 25 0 4 0 632913278 582995968 93041 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142333 93041 395 112 0 137298 0
[pid=18935/tid=18936] ppid=18933 vsize=569332 CPUtime=702.31 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 128195 0 0 0 70178 53 0 0 25 0 4 0 632913278 582995968 93041 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=569332 CPUtime=702.3 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 123813 0 0 0 70177 53 0 0 25 0 4 0 632913278 582995968 93041 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=569332 CPUtime=695.92 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26141 0 0 0 69582 10 0 0 25 0 4 0 632913278 582995968 93041 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.84
Current children cumulated vsize (KiB) 569332

[startup+762.3 s]
/proc/loadavg: 4.57 6.70 7.51 5/277 19015
/proc/meminfo: memFree=24724768/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=570168 CPUtime=3042.3 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 449160 0 0 0 304043 187 0 0 25 0 4 0 632913278 583852032 92409 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142542 92409 395 112 0 137507 0
[pid=18935/tid=18936] ppid=18933 vsize=570168 CPUtime=762.31 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 137185 0 0 0 76173 58 0 0 25 0 4 0 632913278 583852032 92409 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=570168 CPUtime=762.29 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 131758 0 0 0 76173 56 0 0 25 0 4 0 632913278 583852032 92409 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=570168 CPUtime=755.38 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26317 0 0 0 75528 10 0 0 25 0 4 0 632913278 583852032 92409 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.3
Current children cumulated vsize (KiB) 570168

[startup+822.301 s]
/proc/loadavg: 4.25 6.22 7.29 5/277 19016
/proc/meminfo: memFree=24694740/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=570884 CPUtime=3281.76 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 475772 0 0 0 327976 200 0 0 25 0 4 0 632913278 584585216 99602 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142721 99602 395 112 0 137686 0
[pid=18935/tid=18936] ppid=18933 vsize=570884 CPUtime=822.31 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 149138 0 0 0 82168 63 0 0 25 0 4 0 632913278 584585216 99602 33554432000 4194304 4650419 140733743064512 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=570884 CPUtime=822.3 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 138734 0 0 0 82170 60 0 0 25 0 4 0 632913278 584585216 99602 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=570884 CPUtime=814.84 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26441 0 0 0 81474 10 0 0 25 0 4 0 632913278 584585216 99602 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.76
Current children cumulated vsize (KiB) 570884

[startup+882.301 s]
/proc/loadavg: 4.09 5.81 7.08 5/277 19018
/proc/meminfo: memFree=24695100/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=571224 CPUtime=3521.25 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 498743 0 0 0 351913 212 0 0 25 0 4 0 632913278 584933376 99488 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142806 99488 395 112 0 137771 0
[pid=18935/tid=18936] ppid=18933 vsize=571224 CPUtime=882.32 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 156642 0 0 0 88165 67 0 0 25 0 4 0 632913278 584933376 99490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=571224 CPUtime=882.31 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 145319 0 0 0 88168 63 0 0 25 0 4 0 632913278 584933376 99490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=571224 CPUtime=874.3 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26655 0 0 0 87420 10 0 0 25 0 4 0 632913278 584933376 99490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.25
Current children cumulated vsize (KiB) 571224

[startup+942.301 s]
/proc/loadavg: 4.08 5.50 6.89 5/277 19020
/proc/meminfo: memFree=24681688/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=571932 CPUtime=3760.68 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 522236 0 0 0 375844 224 0 0 25 0 4 0 632913278 585658368 100393 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 142983 100393 395 112 0 137948 0
[pid=18935/tid=18936] ppid=18933 vsize=571932 CPUtime=942.31 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 163243 0 0 0 94160 71 0 0 25 0 4 0 632913278 585658368 100393 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=571932 CPUtime=942.3 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 154892 0 0 0 94162 68 0 0 25 0 4 0 632913278 585658368 100393 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=571932 CPUtime=933.76 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26656 0 0 0 93366 10 0 0 25 0 4 0 632913278 585658368 100394 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.68
Current children cumulated vsize (KiB) 571932

[startup+1002.31 s]
/proc/loadavg: 4.07 5.24 6.71 5/277 19021
/proc/meminfo: memFree=24681808/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=572184 CPUtime=4000.2 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 542435 0 0 0 399785 235 0 0 25 0 4 0 632913278 585916416 102795 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 143046 102795 395 112 0 138011 0
[pid=18935/tid=18936] ppid=18933 vsize=572184 CPUtime=1002.32 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 170293 0 0 0 100157 75 0 0 25 0 4 0 632913278 585916416 102795 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=572184 CPUtime=1002.32 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 160697 0 0 0 100161 71 0 0 25 0 4 0 632913278 585916416 102795 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=572184 CPUtime=993.23 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 26816 0 0 0 99313 10 0 0 25 0 4 0 632913278 585916416 102795 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.2
Current children cumulated vsize (KiB) 572184

[startup+1062.3 s]
/proc/loadavg: 4.06 5.02 6.55 5/277 19023
/proc/meminfo: memFree=24678068/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=574436 CPUtime=4239.62 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 565714 0 0 0 423717 245 0 0 25 0 4 0 632913278 588222464 104015 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 143609 104015 395 112 0 138574 0
[pid=18935/tid=18936] ppid=18933 vsize=574436 CPUtime=1062.31 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 178391 0 0 0 106154 77 0 0 25 0 4 0 632913278 588222464 104015 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=574436 CPUtime=1062.3 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 167003 0 0 0 106156 74 0 0 25 0 4 0 632913278 588222464 104015 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=574436 CPUtime=1052.68 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 27139 0 0 0 105258 10 0 0 25 0 4 0 632913278 588222464 104015 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.62
Current children cumulated vsize (KiB) 574436

[startup+1122.3 s]
/proc/loadavg: 4.06 4.85 6.39 5/277 19024
/proc/meminfo: memFree=24672476/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=574704 CPUtime=4479.08 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 585572 0 0 0 447651 257 0 0 25 0 4 0 632913278 588496896 105322 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 143676 105322 395 112 0 138641 0
[pid=18935/tid=18936] ppid=18933 vsize=574704 CPUtime=1122.32 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 185424 0 0 0 112150 82 0 0 25 0 4 0 632913278 588496896 105322 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=574704 CPUtime=1122.31 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 174163 0 0 0 112153 78 0 0 25 0 4 0 632913278 588496896 105322 33554432000 4194304 4650419 140733743064512 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=574704 CPUtime=1112.14 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 27501 0 0 0 111203 11 0 0 25 0 4 0 632913278 588496896 105322 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.08
Current children cumulated vsize (KiB) 574704

[startup+1182.3 s]
/proc/loadavg: 4.13 4.72 6.25 5/277 19026
/proc/meminfo: memFree=24655848/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=628540 CPUtime=4718.54 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 607110 0 0 0 471587 267 0 0 25 0 4 0 632913278 643624960 109490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366950 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 157135 109490 395 112 0 152100 0
[pid=18935/tid=18936] ppid=18933 vsize=628540 CPUtime=1182.32 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 191055 0 0 0 118148 84 0 0 25 0 4 0 632913278 643624960 109490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=628540 CPUtime=1182.3 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 183102 0 0 0 118148 82 0 0 25 0 4 0 632913278 643624960 109490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=628540 CPUtime=1171.61 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 27783 0 0 0 117150 11 0 0 25 0 4 0 632913278 643624960 109490 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.54
Current children cumulated vsize (KiB) 628540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.09 4.67 6.20 5/277 19027
/proc/meminfo: memFree=24657832/32951124 swapFree=67057896/67111528
[pid=18935] ppid=18933 vsize=575924 CPUtime=4800.37 cores=1,3,5,7
/proc/18935/stat : 18935 (strangenight1-m) R 18933 18935 18306 0 -1 4202496 614534 0 0 0 479766 271 0 0 25 0 4 0 632913278 589746176 108852 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18935/statm: 143981 108852 395 112 0 138946 0
[pid=18935/tid=18936] ppid=18933 vsize=575924 CPUtime=1202.82 cores=1,3,5,7
/proc/18935/task/18936/stat : 18936 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 193898 0 0 0 120197 85 0 0 25 0 4 0 632913278 589746176 108853 33554432000 4194304 4650419 140733743064512 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18935/tid=18937] ppid=18933 vsize=575924 CPUtime=1202.82 cores=1,3,5,7
/proc/18935/task/18937/stat : 18937 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 186418 0 0 0 120198 84 0 0 25 0 4 0 632913278 589746176 108853 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18935/tid=18938] ppid=18933 vsize=575924 CPUtime=1191.92 cores=1,3,5,7
/proc/18935/task/18938/stat : 18938 (strangenight1-m) R 18933 18935 18306 0 -1 4202560 27783 0 0 0 119181 11 0 0 25 0 4 0 632913278 589746176 108853 33554432000 4194304 4650419 140733743064512 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 575924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.43
CPU user time (s): 4797.7
CPU system time (s): 2.73558
CPU usage (%): 399.093
Max. virtual memory (cumulated for all children) (KiB): 693616

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

runsolver used 3.11453 second user time and 7.81181 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 22:29:40
IDJOB=3368871
IDBENCH=82880
IDSOLVER=1846
FILE ID=node140/3368871-1305404979
RUNJOBID= node140-1305404979-18921
PBS_JOBID= 13324465
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= 06e5d4421198459b1bb719e60182593d
RANDOM SEED=1774742047

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      25086364 kB
Buffers:        297216 kB
Cached:        3728020 kB
SwapCached:       8056 kB
Active:        4878220 kB
Inactive:      2676012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25086364 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           12504 kB
Writeback:           0 kB
AnonPages:     3525764 kB
Mapped:          22556 kB
Slab:           224780 kB
PageTables:      22224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45565056 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= 73480 MiB
End job on node140 at 2011-05-14 22:49:44