Trace number 3369015

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.09 1203.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.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-3369015-1305410432.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.00/0.01	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:     11  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:     176 undec:      54 neg:     170
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       389      1698         0         0      5162         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.37/0.14	c  N st     8      4917       389      1698         0      4810      5162     96073   no data   no data  --
1.17/0.38	c  N st    10     11300       389      1698         0      4458      5162     66371   no data   no data  --
2.37/0.63	c  N st    11     17044       389      1698         0     10040      5162    178672   no data   no data  --
3.57/1.00	c  F st    12     25000       389      1698         0     12308      5162    215085   no data   no data  --
3.57/1.00	c  N st    12     25000       389      1698         0     12308      5162    215085   no data   no data  --
4.75/1.23	c Decided on static restart strategy
4.75/1.23	c  N st    18     30000       389      1698         0     10598      5162    168491   no data   no data  --
4.75/1.23	c  S st    18     30000       389      1698         0     10598      5162    168491   no data   no data  --
4.75/1.26	c  S st    18     30503       389      1698         0     11101      5162    177894   no data   no data  --
4.75/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.75/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4.75/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.43	c lits-rem:       186  cl-subs:      779  v-elim:      0  v-fix:    0  time:  0.63 s
5.55/1.44	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
5.55/1.44	c calculated reachability. Time: 0.00
5.55/1.44	c  N st    18     30503       389      1698         0     10322      5162    163313   no data   no data  --
7.16/1.81	c  N st    20     37613       389      1698         0      9554      5162    129879   no data   no data  --
8.37/2.17	c  N st    21     44012       389      1698         0     15783      5162    255188   no data   no data  --
8.79/2.29	c  S st    22     45754       389      1698         0     17474      5162    288120   no data   no data  --
9.14/2.32	c  S st    22     46261       389      1698         0      9289      5162    115045   no data   no data  --
9.14/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.14/2.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.14/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
9.14/2.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.39	c lits-rem:        64  cl-subs:      175  v-elim:      0  v-fix:    0  time:  0.24 s
9.14/2.39	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
9.14/2.39	c vivif2 --  cl tried     9114 cl shrink        0 lits rem          0 time: 0.00
9.54/2.40	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
9.54/2.40	c calculated reachability. Time: 0.00
9.54/2.40	c  N st    22     46261       389      1698         0      9114      5162    112160   no data   no data  --
12.76/3.29	c  N st    23     60660       389      1698         0     13384      5162    182291   no data   no data  --
15.53/3.92	c  N st    24     69393       389      1698         0     11224      5162    135443   no data   no data  --
15.53/3.92	c  S st    24     69393       389      1698         0     11224      5162    135443   no data   no data  --
15.53/3.96	c  S st    24     69894       389      1698         0     11725      5162    145344   no data   no data  --
15.53/3.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.53/3.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.53/3.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
15.53/3.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.09	c lits-rem:        71  cl-subs:      219  v-elim:      0  v-fix:    0  time:  0.50 s
15.93/4.09	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
15.93/4.09	c vivif2 --  cl tried    11506 cl shrink        0 lits rem          0 time: 0.01
16.33/4.10	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.03
16.33/4.10	c calculated reachability. Time: 0.00
16.33/4.10	c  N st    24     69894       389      1698         0     11506      5162    141518   no data   no data  --
20.32/5.19	c  F st    25     87500       389      1698         0     16963      5162    240266   no data   no data  --
20.32/5.20	c  N st    25     87500       389      1698         0     16963      5162    240266   no data   no data  --
21.96/5.58	c Decided on static restart strategy
23.11/5.84	c  N st    32     95538       389      1698         0     24757      5162    391127   no data   no data  --
25.93/6.51	c  N st    34    104843       389      1698         0     21131      5162    293309   no data   no data  --
25.93/6.51	c  S st    34    104843       389      1698         0     21131      5162    293309   no data   no data  --
25.93/6.57	c  S st    34    105345       389      1698         0     21632      5162    303645   no data   no data  --
25.93/6.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.93/6.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.93/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.93/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.93/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
25.93/6.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.69/7.21	c lits-rem:       365  cl-subs:     1568  v-elim:      0  v-fix:    0  time:  2.53 s
28.69/7.21	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
28.69/7.22	c vivif2 --  cl tried    20064 cl shrink        0 lits rem          0 time: 0.01
28.69/7.23	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.06
28.69/7.23	c calculated reachability. Time: 0.00
28.69/7.23	c  N st    34    105345       389      1698         0     20064      5162    277947   no data   no data  --
31.88/8.06	c  N st    35    114943       389      1698         0     15754      5162    182039   no data   no data  --
37.07/9.35	c  N st    36    129341       389      1698         0     15176      5162    162868   no data   no data  --
44.24/11.13	c  N st    37    150937       389      1698         0     20597      5162    255820   no data   no data  --
46.65/11.72	c  S st    38    158017       389      1698         0     27514      5162    393006   no data   no data  --
46.65/11.79	c  S st    38    158525       389      1698         0     28021      5162    402818   no data   no data  --
46.65/11.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.65/11.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.05/11.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
47.05/11.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.05/11.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.05/11.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
47.05/11.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.44/12.94	c lits-rem:       531  cl-subs:     1836  v-elim:      0  v-fix:    0  time:  4.48 s
51.44/12.94	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
51.44/12.94	c vivif2 --  cl tried    26185 cl shrink        0 lits rem          0 time: 0.01
51.44/12.96	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.08
51.44/12.96	c calculated reachability. Time: 0.00
51.44/12.96	c  N st    38    158525       389      1698         0     26185      5162    369382   no data   no data  --
70.23/17.69	c  N st    39    207113       389      1698         0     21079      5162    247544   no data   no data  --
82.98/20.87	c  N st    40    237789       389      1698         0     31380      5162    432025   no data   no data  --
82.98/20.87	c  S st    40    237789       389      1698         0     31380      5162    432025   no data   no data  --
83.39/20.95	c  S st    40    238293       389      1698         0     31883      5162    441996   no data   no data  --
83.39/20.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
83.39/20.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.39/20.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
83.39/20.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.39/20.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.39/20.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
83.39/20.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
89.33/22.40	c lits-rem:       841  cl-subs:     2655  v-elim:      0  v-fix:    0  time:  5.71 s
89.33/22.40	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
89.33/22.41	c vivif2 --  cl tried    29228 cl shrink        0 lits rem          0 time: 0.02
89.33/22.43	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
89.33/22.43	c calculated reachability. Time: 0.00
89.33/22.43	c  N st    40    238293       389      1698         0     29228      5162    394002   no data   no data  --
118.47/29.72	c  F st    41    306252       389      1698         0     31264      5162    408754   no data   no data  --
118.47/29.72	c  N st    41    306252       389      1698         0     31264      5162    408754   no data   no data  --
120.42/30.27	c Decided on static restart strategy
130.40/32.77	c  N st    51    334557       389      1698         0     35438      5162    478689   no data   no data  --
141.56/35.52	c  N st    53    357439       389      1698         0     33344      5162    421874   no data   no data  --
141.56/35.52	c  S st    53    357439       389      1698         0     33344      5162    421874   no data   no data  --
141.96/35.60	c  S st    53    357945       389      1698         0     33847      5162    431962   no data   no data  --
141.96/35.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.96/35.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.96/35.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
141.96/35.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.96/35.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.96/35.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
141.96/35.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
147.15/36.91	c lits-rem:       400  cl-subs:     1301  v-elim:      0  v-fix:    0  time:  5.13 s
147.15/36.91	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
147.15/36.92	c vivif2 --  cl tried    32546 cl shrink        0 lits rem          0 time: 0.02
147.15/36.94	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.10
147.15/36.95	c calculated reachability. Time: 0.00
147.15/36.95	c  N st    53    357945       389      1698         0     32546      5162    405253   no data   no data  --
163.50/41.09	c  N st    54    390337       389      1698         0     38863      5162    549932   no data   no data  --
189.81/47.66	c  N st    55    438926       389      1698         0     32531      5162    368387   no data   no data  --
228.16/57.23	c  N st    56    511808       389      1698         0     46005      5162    632532   no data   no data  --
245.71/61.61	c  N st    57    536918       389      1698         0     40223      5162    475141   no data   no data  --
245.71/61.61	c  S st    57    536918       389      1698         0     40223      5162    475141   no data   no data  --
246.06/61.72	c  S st    57    537419       389      1698         0     40724      5162    485399   no data   no data  --
246.06/61.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
246.06/61.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
246.06/61.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
246.06/61.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.06/61.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.06/61.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
246.06/61.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
252.05/63.23	c lits-rem:       642  cl-subs:     1858  v-elim:      0  v-fix:    0  time:  5.90 s
252.05/63.23	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
252.05/63.24	c vivif2 --  cl tried    38866 cl shrink        0 lits rem          0 time: 0.02
252.05/63.27	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.13
252.05/63.27	c calculated reachability. Time: 0.00
252.05/63.27	c  N st    57    537419       389      1698         0     38866      5162    452081   no data   no data  --
355.75/89.22	c  N st    58    701403       389      1698         0     67843      5162    986560   no data   no data  --
425.19/106.61	c  N st    59    806132       389      1698         0     62063      5162    866702   no data   no data  --
425.19/106.61	c  S st    59    806132       389      1698         0     62063      5162    866702   no data   no data  --
425.96/106.82	c  S st    59    806640       389      1698         0     62570      5162    877192   no data   no data  --
425.96/106.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
425.96/106.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
425.96/106.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
425.96/106.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.96/106.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.96/106.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
425.96/106.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
438.35/110.00	c lits-rem:      1402  cl-subs:     4486  v-elim:      0  v-fix:    0  time: 12.47 s
438.35/110.00	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
438.77/110.01	c vivif2 --  cl tried    58084 cl shrink        0 lits rem          0 time: 0.04
438.77/110.07	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.23
438.77/110.07	c calculated reachability. Time: 0.00
438.77/110.07	c  N st    59    806640       389      1698         0     58084      5162    793369   no data   no data  --
638.16/160.07	c  F st    60   1071875       389      1698         0     73276      5162    976909   no data   no data  --
638.16/160.07	c  N st    60   1071875       389      1698         0     73276      5162    976909   no data   no data  --
644.56/161.68	c Decided on static restart strategy
664.49/166.67	c  N st    70   1100178       389      1698         0     57357      5162    662450   no data   no data  --
694.80/174.29	c  N st    72   1136170       389      1698         0     47753      5162    459659   no data   no data  --
721.51/180.96	c  N st    73   1168562       389      1698         0     78996      5162   1091248   no data   no data  --
757.41/189.93	c  N st    74   1209961       389      1698         0     73437      5162    954982   no data   no data  --
757.41/189.93	c  S st    74   1209961       389      1698         0     73437      5162    954982   no data   no data  --
758.21/190.15	c  S st    74   1210464       389      1698         0     73939      5162    965075   no data   no data  --
758.21/190.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
758.21/190.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
758.21/190.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
758.63/190.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
758.63/190.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.63/190.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
758.63/190.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
775.36/194.42	c lits-rem:      1198  cl-subs:     8083  v-elim:      0  v-fix:    0  time: 16.80 s
775.36/194.42	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
775.36/194.44	c vivif2 --  cl tried    65856 cl shrink        0 lits rem          0 time: 0.04
775.76/194.51	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.30
775.76/194.51	c calculated reachability. Time: 0.00
775.76/194.51	c  N st    74   1210464       389      1698         0     65856      5162    819787   no data   no data  --
844.35/211.71	c  N st    75   1283348       389      1698         0     90584      5162   1322123   no data   no data  --
938.07/235.26	c  N st    76   1392671       389      1698         0     51197      5162    469147   no data   no data  --
1088.82/273.09	c  N st    77   1556655       389      1698         0     55989      5162    538243   no data   no data  --
1223.66/306.90	c  N st    78   1710465       389      1698         0     97420      5162   1475390   no data   no data  --
1223.66/306.90	c  S st    78   1710465       389      1698         0     97420      5162   1475390   no data   no data  --
1225.24/307.28	c  S st    78   1710966       389      1698         0     97921      5162   1486102   no data   no data  --
1225.24/307.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1225.24/307.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1225.64/307.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1225.64/307.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.64/307.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.64/307.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1225.64/307.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1258.33/315.59	c lits-rem:       271  cl-subs:     7264  v-elim:      0  v-fix:    0  time: 32.77 s
1258.33/315.59	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1258.75/315.61	c vivif2 --  cl tried    90657 cl shrink        0 lits rem          0 time: 0.06
1259.17/315.73	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.47
1259.17/315.73	c calculated reachability. Time: 0.00
1259.17/315.73	c  N st    78   1710966       389      1698         0     90657      5162   1335177   no data   no data  --
1670.72/418.92	c  N st    79   2079930       389      1698         0    101926      5162   1398321   no data   no data  --
1823.48/457.27	c  N st    80   2210966       389      1698         0    105190      5162   1309274   no data   no data  --
1823.48/457.27	c  S st    80   2210966       389      1698         0    105190      5162   1309274   no data   no data  --
1825.12/457.63	c  S st    80   2211471       389      1698         0    105695      5162   1319966   no data   no data  --
1825.12/457.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1825.12/457.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1825.12/457.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1825.47/457.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1825.47/457.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1825.47/457.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1825.47/457.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1861.37/466.79	c lits-rem:       486  cl-subs:    15634  v-elim:      0  v-fix:    0  time: 36.13 s
1861.37/466.79	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
1861.77/466.81	c vivif2 --  cl tried    90061 cl shrink        0 lits rem          0 time: 0.06
1862.17/466.92	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.46
1862.17/466.93	c calculated reachability. Time: 0.00
1862.17/466.93	c  N st    80   2211471       389      1698         0     90061      5162   1072928   no data   no data  --
2469.29/619.18	c  N st    81   2711471       389      1698         0    113775      5162   1439634   no data   no data  --
2469.29/619.18	c  S st    81   2711471       389      1698         0    113775      5162   1439634   no data   no data  --
2470.88/619.57	c  S st    81   2711973       389      1698         0    114274      5162   1450592   no data   no data  --
2470.88/619.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2470.88/619.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2471.28/619.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2471.28/619.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2471.28/619.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2471.28/619.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
2471.28/619.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2509.61/629.23	c lits-rem:       719  cl-subs:    16366  v-elim:      0  v-fix:    0  time: 38.08 s
2509.61/629.23	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
2509.61/629.25	c vivif2 --  cl tried    97908 cl shrink        0 lits rem          0 time: 0.07
2509.96/629.38	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.54
2509.96/629.38	c calculated reachability. Time: 0.00
2509.96/629.38	c  N st    81   2711973       389      1698         0     97908      5162   1196566   no data   no data  --
3166.93/794.08	c  N st    82   3211974       389      1698         0    149543      5162   2095367   no data   no data  --
3166.93/794.08	c  S st    82   3211974       389      1698         0    149543      5162   2095367   no data   no data  --
3170.92/795.00	c  S st    82   3212477       389      1698         0     75209      5162    646911   no data   no data  --
3170.92/795.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3170.92/795.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3170.92/795.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
3170.92/795.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3170.92/795.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3170.92/795.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
3170.92/795.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3178.90/797.06	c lits-rem:       262  cl-subs:       65  v-elim:      0  v-fix:    0  time:  8.01 s
3178.90/797.06	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3178.90/797.08	c vivif2 --  cl tried    75144 cl shrink        0 lits rem          0 time: 0.04
3179.30/797.16	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.32
3179.30/797.16	c calculated reachability. Time: 0.00
3179.30/797.16	c  N st    82   3212477       389      1698         0     75144      5162    645839   no data   no data  --
3875.35/971.69	c  N st    83   3712478       389      1698         0     85935      5162    779269   no data   no data  --
3875.35/971.69	c  S st    83   3712478       389      1698         0     85935      5162    779269   no data   no data  --
3876.54/971.95	c  S st    83   3712979       389      1698         0     86432      5162    789846   no data   no data  --
3876.54/971.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3876.54/971.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3876.54/971.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3876.94/972.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3876.94/972.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3876.94/972.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
3876.94/972.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3887.36/974.62	c lits-rem:       287  cl-subs:     1618  v-elim:      0  v-fix:    0  time: 10.34 s
3887.36/974.62	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3887.36/974.63	c vivif2 --  cl tried    84814 cl shrink        0 lits rem          0 time: 0.05
3887.70/974.73	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.41
3887.70/974.73	c calculated reachability. Time: 0.00
3887.70/974.73	c  N st    83   3712979       389      1698         0     84814      5162    766361   no data   no data  --
3935.98/986.80	c  F st    84   3751562       389      1698         0    122027      5162   1549928   no data   no data  --
3935.98/986.80	c  N st    84   3751562       389      1698         0    122027      5162   1549928   no data   no data  --
3946.75/989.56	c Decided on static restart strategy
3990.22/1000.43	c  N st    94   3779873       389      1698         0    149416      5162   2110745   no data   no data  --
4041.28/1013.29	c  N st    96   3815866       389      1698         0    102291      5162   1128404   no data   no data  --
4089.19/1025.25	c  N st    97   3848258       389      1698         0    133361      5162   1735257   no data   no data  --
4162.94/1043.74	c  N st    98   3896846       389      1698         0     97308      5162    993413   no data   no data  --
4289.78/1075.56	c  N st    99   3969730       389      1698         0    167317      5162   2323302   no data   no data  --
4446.55/1114.81	c  N st   100   4079053       389      1698         0    103959      5162   1093422   no data   no data  --
4637.67/1162.78	c  N st   101   4212979       389      1698         0    147091      5162   2050390   no data   no data  --
4637.67/1162.78	c  S st   101   4212979       389      1698         0    147091      5162   2050390   no data   no data  --
4640.01/1163.30	c  S st   101   4213484       389      1698         0    147593      5162   2060619   no data   no data  --
4640.01/1163.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4640.01/1163.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4640.01/1163.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
4640.41/1163.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4640.41/1163.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4640.41/1163.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4640.41/1163.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4718.17/1182.95	c lits-rem:       105  cl-subs:    14544  v-elim:      0  v-fix:    0  time: 77.74 s
4718.17/1182.95	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
4718.17/1182.98	c vivif2 --  cl tried   133049 cl shrink        0 lits rem          0 time: 0.10
4718.98/1183.17	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.75
4718.98/1183.17	c calculated reachability. Time: 0.00
4718.98/1183.17	c  N st   101   4213484       389      1698         0    133049      5162   1801440   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-3369015-1305410432/watcher-3369015-1305410432 -o /tmp/evaluation-result-3369015-1305410432/solver-3369015-1305410432 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369015-1305410432.cnf 

running on 4 cores: 0,2,4,6

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: 8.20 8.11 8.07 6/354 8693
/proc/meminfo: memFree=17465108/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 4 0 731273873 52465664 356 33554432000 4194304 4650419 140736782603888 18446744073709551615 47376967472665 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 12809 356 306 112 0 7774 0
[pid=8693/tid=8694] ppid=8691 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731273874 52465664 356 33554432000 4194304 4650419 140736782603888 18446744073709551615 47376967473074 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731273874 52465664 356 33554432000 4194304 4650419 140736782603888 18446744073709551615 47376967472669 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 731273874 52465664 356 33554432000 4194304 4650419 140736782603888 18446744073709551615 47376967472665 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.080811 s]
/proc/loadavg: 8.20 8.11 8.07 6/354 8693
/proc/meminfo: memFree=17465108/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=282344 CPUtime=0.29 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 1446 0 0 0 29 0 0 0 18 0 4 0 731273873 289120256 1330 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 70586 1330 391 112 0 65551 0
[pid=8693/tid=8694] ppid=8691 vsize=282344 CPUtime=0.06 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 244 0 0 0 6 0 0 0 25 0 4 0 731273874 289120256 1330 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=282344 CPUtime=0.07 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 300 0 0 0 7 0 0 0 18 0 4 0 731273874 289120256 1330 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=282344 CPUtime=0.07 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 198 0 0 0 7 0 0 0 18 0 4 0 731273874 289120256 1330 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282344

[startup+0.100807 s]
/proc/loadavg: 8.20 8.11 8.07 6/354 8693
/proc/meminfo: memFree=17465108/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=282344 CPUtime=0.37 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 1531 0 0 0 37 0 0 0 18 0 4 0 731273873 289120256 1415 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 70586 1415 391 112 0 65551 0
[pid=8693/tid=8694] ppid=8691 vsize=282344 CPUtime=0.08 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 266 0 0 0 8 0 0 0 25 0 4 0 731273874 289120256 1415 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=282344 CPUtime=0.09 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 324 0 0 0 9 0 0 0 18 0 4 0 731273874 289120256 1415 33554432000 4194304 4650419 140736782603888 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=282344 CPUtime=0.09 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 219 0 0 0 9 0 0 0 18 0 4 0 731273874 289120256 1415 33554432000 4194304 4650419 140736782603888 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282344

[startup+0.300769 s]
/proc/loadavg: 8.20 8.11 8.07 6/354 8693
/proc/meminfo: memFree=17465108/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=283352 CPUtime=1.17 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 2562 0 0 0 117 0 0 0 18 0 4 0 731273873 290152448 1962 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 70838 1963 393 112 0 65803 0
[pid=8693/tid=8694] ppid=8691 vsize=283352 CPUtime=0.28 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 522 0 0 0 28 0 0 0 25 0 4 0 731273874 290152448 1963 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=283352 CPUtime=0.29 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 581 0 0 0 29 0 0 0 18 0 4 0 731273874 290152448 1963 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=283352 CPUtime=0.29 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 487 0 0 0 29 0 0 0 18 0 4 0 731273874 290152448 1963 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283352

[startup+0.700695 s]
/proc/loadavg: 8.20 8.11 8.07 6/354 8693
/proc/meminfo: memFree=17465108/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=284792 CPUtime=2.77 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 4514 0 0 0 277 0 0 0 18 0 4 0 731273873 291627008 2250 33554432000 4194304 4650419 140736782603888 18446744073709551615 4329696 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 71198 2250 393 112 0 66163 0
[pid=8693/tid=8694] ppid=8691 vsize=284792 CPUtime=0.68 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1063 0 0 0 68 0 0 0 25 0 4 0 731273874 291627008 2250 33554432000 4194304 4650419 140736782603888 18446744073709551615 4310677 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=284792 CPUtime=0.69 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1073 0 0 0 69 0 0 0 18 0 4 0 731273874 291627008 2251 33554432000 4194304 4650419 140736782603888 18446744073709551615 4304010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=284792 CPUtime=0.69 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 926 0 0 0 69 0 0 0 18 0 4 0 731273874 291627008 2251 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284792

[startup+1.50055 s]
/proc/loadavg: 8.20 8.11 8.07 9/358 8697
/proc/meminfo: memFree=17453916/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=285420 CPUtime=5.95 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 7735 0 0 0 595 0 0 0 19 0 4 0 731273873 292270080 4323 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 71355 4323 395 112 0 66320 0
[pid=8693/tid=8694] ppid=8691 vsize=285420 CPUtime=1.47 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1606 0 0 0 147 0 0 0 25 0 4 0 731273874 292270080 4323 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=285420 CPUtime=1.49 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1631 0 0 0 149 0 0 0 19 0 4 0 731273874 292270080 4323 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=285420 CPUtime=1.49 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 1461 0 0 0 149 0 0 0 20 0 4 0 731273874 292270080 4323 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285420

[startup+3.10024 s]
/proc/loadavg: 8.20 8.11 8.07 9/358 8697
/proc/meminfo: memFree=17435688/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=280844 CPUtime=12.35 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 15133 0 0 0 1233 2 0 0 25 0 4 0 731273873 287584256 8704 33554432000 4194304 4650419 140736782603888 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 70211 8704 395 112 0 65176 0
[pid=8693/tid=8694] ppid=8691 vsize=280844 CPUtime=3.05 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 3550 0 0 0 305 0 0 0 25 0 4 0 731273874 287584256 8704 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=280844 CPUtime=3.08 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 4105 0 0 0 308 0 0 0 25 0 4 0 731273874 287584256 8704 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=280844 CPUtime=3.09 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 3408 0 0 0 309 0 0 0 25 0 4 0 731273874 287584256 8705 33554432000 4194304 4650419 140736782603888 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 280844

[startup+6.30064 s]
/proc/loadavg: 8.27 8.13 8.07 9/358 8697
/proc/meminfo: memFree=17410936/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=287048 CPUtime=25.11 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 23296 0 0 0 2508 3 0 0 25 0 4 0 731273873 293937152 12006 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 71762 12006 395 112 0 66727 0
[pid=8693/tid=8694] ppid=8691 vsize=287048 CPUtime=6.22 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 6016 0 0 0 622 0 0 0 25 0 4 0 731273874 293937152 12006 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=287048 CPUtime=6.28 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 6623 0 0 0 628 0 0 0 25 0 4 0 731273874 293937152 12006 33554432000 4194304 4650419 140736782603888 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=287048 CPUtime=6.28 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 4514 0 0 0 628 0 0 0 25 0 4 0 731273874 293937152 12006 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 287048

[startup+12.7004 s]
/proc/loadavg: 8.25 8.12 8.07 9/358 8697
/proc/meminfo: memFree=17386280/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=291672 CPUtime=50.64 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 35322 0 0 0 5058 6 0 0 25 0 4 0 731273873 298672128 16175 33554432000 4194304 4650419 140736782603888 18446744073709551615 4439120 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 72918 16175 395 112 0 67883 0
[pid=8693/tid=8694] ppid=8691 vsize=291672 CPUtime=12.55 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 9223 0 0 0 1254 1 0 0 25 0 4 0 731273874 298672128 16175 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=291672 CPUtime=12.68 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 9622 0 0 0 1267 1 0 0 25 0 4 0 731273874 298672128 16175 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=291672 CPUtime=12.69 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 6661 0 0 0 1268 1 0 0 25 0 4 0 731273874 298672128 16175 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 291672

[startup+25.501 s]
/proc/loadavg: 8.19 8.12 8.07 9/358 8697
/proc/meminfo: memFree=17419140/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=299308 CPUtime=101.69 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 53484 0 0 0 10158 11 0 0 25 0 4 0 731273873 306491392 20194 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 74827 20194 395 112 0 69792 0
[pid=8693/tid=8694] ppid=8691 vsize=299308 CPUtime=25.2 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 14222 0 0 0 2518 2 0 0 25 0 4 0 731273874 306491392 20194 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=299308 CPUtime=25.48 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 14813 0 0 0 2545 3 0 0 25 0 4 0 731273874 306491392 20194 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=299308 CPUtime=25.49 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 10362 0 0 0 2547 2 0 0 25 0 4 0 731273874 306491392 20194 33554432000 4194304 4650419 140736782603888 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 299308

[startup+51.1012 s]
/proc/loadavg: 8.19 8.12 8.07 9/358 8707
/proc/meminfo: memFree=17376704/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=308696 CPUtime=203.79 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 81588 0 0 0 20359 20 0 0 25 0 4 0 731273873 316104704 24595 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 77174 24595 395 112 0 72139 0
[pid=8693/tid=8694] ppid=8691 vsize=308696 CPUtime=50.52 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 22412 0 0 0 5048 4 0 0 25 0 4 0 731273874 316104704 24595 33554432000 4194304 4650419 140736782603888 18446744073709551615 4229472 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=308696 CPUtime=51.08 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 22756 0 0 0 5102 6 0 0 25 0 4 0 731273874 316104704 24595 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=308696 CPUtime=51.06 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 14378 0 0 0 5103 3 0 0 25 0 4 0 731273874 316104704 24595 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 308696

[startup+102.314 s]
/proc/loadavg: 8.08 8.10 8.07 9/358 8708
/proc/meminfo: memFree=17322372/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=304512 CPUtime=408.05 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 122313 0 0 0 40772 33 0 0 25 0 4 0 731273873 311820288 31388 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 76128 31388 395 112 0 71093 0
[pid=8693/tid=8694] ppid=8691 vsize=304512 CPUtime=101.17 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 32890 0 0 0 10110 7 0 0 25 0 4 0 731273874 311820288 31388 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=304512 CPUtime=102.29 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 34037 0 0 0 10219 10 0 0 25 0 4 0 731273874 311820288 31388 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=304512 CPUtime=102.28 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 21844 0 0 0 10222 6 0 0 25 0 4 0 731273874 311820288 31388 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 304512

[startup+162.3 s]

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

[pid=8693] ppid=8691 vsize=497448 CPUtime=2561.84 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 378160 0 0 0 256052 132 0 0 25 0 4 0 731273873 509386752 78133 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 124362 78133 395 112 0 119327 0
[pid=8693/tid=8694] ppid=8691 vsize=497448 CPUtime=635.02 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 91192 0 0 0 63474 28 0 0 25 0 4 0 731273874 509386752 78135 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=497448 CPUtime=642.31 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 110240 0 0 0 64191 40 0 0 25 0 4 0 731273874 509386752 78135 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=497448 CPUtime=642.29 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 62652 0 0 0 64203 26 0 0 25 0 4 0 731273874 509386752 78135 33554432000 4194304 4650419 140736782603888 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.84
Current children cumulated vsize (KiB) 497448

[startup+702.3 s]
/proc/loadavg: 8.17 8.10 8.07 9/358 8755
/proc/meminfo: memFree=17129928/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=511468 CPUtime=2801.15 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 400343 0 0 0 279973 142 0 0 25 0 4 0 731273873 523743232 79413 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 127867 79413 395 112 0 122832 0
[pid=8693/tid=8694] ppid=8691 vsize=511468 CPUtime=694.35 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 97077 0 0 0 69404 31 0 0 25 0 4 0 731273874 523743232 79413 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=511468 CPUtime=702.3 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 117100 0 0 0 70187 43 0 0 25 0 4 0 731273874 523743232 79413 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=511468 CPUtime=702.29 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 64885 0 0 0 70201 28 0 0 25 0 4 0 731273874 523743232 79413 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.15
Current children cumulated vsize (KiB) 511468

[startup+762.313 s]
/proc/loadavg: 8.16 8.11 8.08 9/358 8757
/proc/meminfo: memFree=17144900/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=487616 CPUtime=3040.53 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 421965 0 0 0 303903 150 0 0 25 0 4 0 731273873 499318784 75525 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 121904 75525 395 112 0 116869 0
[pid=8693/tid=8694] ppid=8691 vsize=487616 CPUtime=753.69 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 102932 0 0 0 75336 33 0 0 25 0 4 0 731273874 499318784 75525 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=487616 CPUtime=762.32 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 124795 0 0 0 76187 45 0 0 25 0 4 0 731273874 499318784 75525 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=487616 CPUtime=762.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 67326 0 0 0 76201 29 0 0 25 0 4 0 731273874 499318784 75525 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.53
Current children cumulated vsize (KiB) 487616

[startup+822.301 s]
/proc/loadavg: 8.15 8.12 8.08 9/358 8758
/proc/meminfo: memFree=17092428/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=578988 CPUtime=3279.81 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 445175 0 0 0 327820 161 0 0 25 0 4 0 731273873 592883712 83731 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 144747 83731 395 112 0 139712 0
[pid=8693/tid=8694] ppid=8691 vsize=578988 CPUtime=813.02 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 110144 0 0 0 81266 36 0 0 25 0 4 0 731273874 592883712 83731 33554432000 4194304 4650419 140736782603888 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=578988 CPUtime=822.3 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 132268 0 0 0 82181 49 0 0 25 0 4 0 731273874 592883712 83731 33554432000 4194304 4650419 140736782603888 18446744073709551615 4438272 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=578988 CPUtime=822.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 69228 0 0 0 82200 30 0 0 25 0 4 0 731273874 592883712 83731 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.81
Current children cumulated vsize (KiB) 578988

[startup+882.3 s]
/proc/loadavg: 8.09 8.11 8.08 9/358 8760
/proc/meminfo: memFree=17069944/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=579244 CPUtime=3519.12 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 465209 0 0 0 351742 170 0 0 25 0 4 0 731273873 593145856 83734 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 144811 83734 395 112 0 139776 0
[pid=8693/tid=8694] ppid=8691 vsize=579244 CPUtime=872.34 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 114328 0 0 0 87196 38 0 0 25 0 4 0 731273874 593145856 83734 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=579244 CPUtime=882.31 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 139154 0 0 0 88179 52 0 0 25 0 4 0 731273874 593145856 83734 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=579244 CPUtime=882.29 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 71061 0 0 0 88198 31 0 0 25 0 4 0 731273874 593145856 83734 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.12
Current children cumulated vsize (KiB) 579244

[startup+942.301 s]
/proc/loadavg: 8.07 8.10 8.08 9/358 8762
/proc/meminfo: memFree=17025160/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=579456 CPUtime=3758.48 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 484122 0 0 0 375669 179 0 0 25 0 4 0 731273873 593362944 85575 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 144864 85575 395 112 0 139829 0
[pid=8693/tid=8694] ppid=8691 vsize=579456 CPUtime=931.69 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 117740 0 0 0 93130 39 0 0 25 0 4 0 731273874 593362944 85575 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=579456 CPUtime=942.31 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 144964 0 0 0 94177 54 0 0 25 0 4 0 731273874 593362944 85575 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=579456 CPUtime=942.29 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 74554 0 0 0 94197 32 0 0 25 0 4 0 731273874 593362944 85575 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.48
Current children cumulated vsize (KiB) 579456

[startup+1002.3 s]
/proc/loadavg: 8.14 8.11 8.09 9/358 8763
/proc/meminfo: memFree=17012856/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=584816 CPUtime=3997.8 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 497567 0 0 0 399595 185 0 0 25 0 4 0 731273873 598851584 87062 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 146204 87062 395 112 0 141169 0
[pid=8693/tid=8694] ppid=8691 vsize=584816 CPUtime=991.03 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 119060 0 0 0 99063 40 0 0 25 0 4 0 731273874 598851584 87062 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=584816 CPUtime=1002.31 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 149166 0 0 0 100174 57 0 0 25 0 4 0 731273874 598851584 87062 33554432000 4194304 4650419 140736782603888 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=584816 CPUtime=1002.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 76447 0 0 0 100197 33 0 0 25 0 4 0 731273874 598851584 87062 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.8
Current children cumulated vsize (KiB) 584816

[startup+1062.3 s]
/proc/loadavg: 8.05 8.09 8.08 9/358 8765
/proc/meminfo: memFree=16990880/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=596316 CPUtime=4237.13 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 517263 0 0 0 423520 193 0 0 25 0 4 0 731273873 610627584 92524 33554432000 4194304 4650419 140736782603888 18446744073709551615 4328348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 149079 92524 395 112 0 144044 0
[pid=8693/tid=8694] ppid=8691 vsize=596316 CPUtime=1050.36 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 121001 0 0 0 104995 41 0 0 25 0 4 0 731273874 610627584 92524 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=596316 CPUtime=1062.31 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 156534 0 0 0 106171 60 0 0 25 0 4 0 731273874 610627584 92524 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=596316 CPUtime=1062.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 80733 0 0 0 106196 34 0 0 25 0 4 0 731273874 610627584 92524 33554432000 4194304 4650419 140736782603888 18446744073709551615 4334286 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.13
Current children cumulated vsize (KiB) 596316

[startup+1122.3 s]
/proc/loadavg: 8.02 8.07 8.08 9/358 8766
/proc/meminfo: memFree=17019852/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=596516 CPUtime=4476.47 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 531836 0 0 0 447447 200 0 0 25 0 4 0 731273873 610832384 89378 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 149129 89378 395 112 0 144094 0
[pid=8693/tid=8694] ppid=8691 vsize=596516 CPUtime=1109.7 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 121885 0 0 0 110928 42 0 0 25 0 4 0 731273874 610832384 89378 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=596516 CPUtime=1122.32 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 162981 0 0 0 112170 62 0 0 25 0 4 0 731273874 610832384 89378 33554432000 4194304 4650419 140736782603888 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=596516 CPUtime=1122.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 82328 0 0 0 112195 35 0 0 25 0 4 0 731273874 610832384 89378 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.47
Current children cumulated vsize (KiB) 596516

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 8.08 9/358 8768
/proc/meminfo: memFree=16947676/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=608816 CPUtime=4715.78 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 550679 0 0 0 471370 208 0 0 25 0 4 0 731273873 623427584 101654 33554432000 4194304 4650419 140736782603888 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 152204 101654 395 112 0 147169 0
[pid=8693/tid=8694] ppid=8691 vsize=608816 CPUtime=1169.03 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 124377 0 0 0 116860 43 0 0 25 0 4 0 731273874 623427584 101654 33554432000 4194304 4650419 140736782603888 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=608816 CPUtime=1182.32 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 167547 0 0 0 118167 65 0 0 25 0 4 0 731273874 623427584 101654 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=608816 CPUtime=1182.3 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 85552 0 0 0 118194 36 0 0 25 0 4 0 731273874 623427584 101654 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.78
Current children cumulated vsize (KiB) 608816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.14 8.09 8.08 9/358 8769
/proc/meminfo: memFree=16947912/32950928 swapFree=67111200/67111528
[pid=8693] ppid=8691 vsize=660312 CPUtime=4800.02 cores=0,2,4,6
/proc/8693/stat : 8693 (strangenight1-m) R 8691 8693 8202 0 -1 4202496 555094 0 0 0 479791 211 0 0 25 0 4 0 731273873 676159488 101204 33554432000 4194304 4650419 140736782603888 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8693/statm: 165078 101204 395 112 0 160043 0
[pid=8693/tid=8694] ppid=8691 vsize=660312 CPUtime=1189.9 cores=0,2,4,6
/proc/8693/task/8694/stat : 8694 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 124683 0 0 0 118947 43 0 0 25 0 4 0 731273874 676159488 101207 33554432000 4194304 4650419 140736782603888 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8693/tid=8695] ppid=8691 vsize=660312 CPUtime=1203.45 cores=0,2,4,6
/proc/8693/task/8695/stat : 8695 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 170074 0 0 0 120279 66 0 0 25 0 4 0 731273874 676159488 101207 33554432000 4194304 4650419 140736782603888 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8693/tid=8696] ppid=8691 vsize=660312 CPUtime=1203.43 cores=0,2,4,6
/proc/8693/task/8696/stat : 8696 (strangenight1-m) R 8691 8693 8202 0 -1 4202560 86287 0 0 0 120306 37 0 0 25 0 4 0 731273874 676159488 101207 33554432000 4194304 4650419 140736782603888 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 660312

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.09
CPU user time (s): 4797.96
CPU system time (s): 2.13168
CPU usage (%): 398.859
Max. virtual memory (cumulated for all children) (KiB): 660312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.96
system time used= 2.13167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 555097
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= 203
involuntary context switches= 21240

runsolver used 3.98139 second user time and 9.58554 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 00:00:32
IDJOB=3369015
IDBENCH=83024
IDSOLVER=1846
FILE ID=node115/3369015-1305410432
RUNJOBID= node115-1305409226-8546
PBS_JOBID= 13324497
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369015-1305410432/watcher-3369015-1305410432 -o /tmp/evaluation-result-3369015-1305410432/solver-3369015-1305410432 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369015-1305410432.cnf

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

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=720821880

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17465396 kB
Buffers:        288480 kB
Cached:        4525516 kB
SwapCached:          0 kB
Active:       12295124 kB
Inactive:      2873076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17465396 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:    10354172 kB
Mapped:          28628 kB
Slab:           211004 kB
PageTables:      41704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70066304 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= 73224 MiB
End job on node115 at 2011-05-15 00:20:37