Trace number 3175332

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-mtSAT 2856.51 715.09

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1060672754-058.SATISFIABLE.cnf
MD5SUM74ebf62a9b67d118d692e671bdb08f4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011998
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175332-1304117801.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     164 undec:      40 neg:     146
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       340      1474         0         0      4475         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.40/0.13	c  N st     8      4913       340      1474         0      4790      4475     83036   no data   no data  --
1.18/0.33	c  N st    10     11295       340      1474         0      4432      4475     60154   no data   no data  --
1.98/0.57	c  N st    11     17038       340      1474         0      9933      4475    151171   no data   no data  --
3.57/0.94	c  F st    12     25000       340      1474         0     12194      4475    196785   no data   no data  --
3.57/0.94	c  N st    12     25000       340      1474         0     12194      4475    196785   no data   no data  --
4.39/1.16	c Decided on static restart strategy
4.39/1.16	c  N st    18     30000       340      1474         0     10525      4475    145756   no data   no data  --
4.39/1.16	c  S st    18     30000       340      1474         0     10525      4475    145756   no data   no data  --
4.39/1.19	c  S st    18     30507       340      1474         0     11029      4475    154807   no data   no data  --
4.39/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
4.39/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.33	c lits-rem:       299  cl-subs:     1487  v-elim:      0  v-fix:    0  time:  0.54 s
5.17/1.34	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.03
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30507       340      1474         0      9542      4475    131684   no data   no data  --
6.37/1.68	c  N st    20     37618       340      1474         0      8836      4475    108103   no data   no data  --
7.97/2.02	c  N st    21     44020       340      1474         0     15036      4475    217794   no data   no data  --
8.37/2.14	c  S st    22     45760       340      1474         0     16718      4475    246387   no data   no data  --
8.37/2.18	c  S st    22     46266       340      1474         0     17222      4475    255261   no data   no data  --
8.37/2.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.37/2.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
8.37/2.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.64	c lits-rem:       400  cl-subs:     1536  v-elim:      0  v-fix:    0  time:  1.78 s
10.36/2.64	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
10.36/2.65	c vivif2 --  cl tried    15686 cl shrink        0 lits rem          0 time: 0.01
10.36/2.66	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.05
10.36/2.66	c calculated reachability. Time: 0.00
10.36/2.66	c  N st    22     46266       340      1474         0     15686      4475    229016   no data   no data  --
13.96/3.52	c  N st    23     60664       340      1474         0     11330      4475    133244   no data   no data  --
15.95/4.00	c  N st    24     69400       340      1474         0     19702      4475    281449   no data   no data  --
15.95/4.00	c  S st    24     69400       340      1474         0     19702      4475    281449   no data   no data  --
15.95/4.06	c  S st    24     69903       340      1474         0     20203      4475    290604   no data   no data  --
15.95/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.95/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
15.95/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.75/4.70	c lits-rem:       372  cl-subs:     2318  v-elim:      0  v-fix:    0  time:  2.51 s
18.75/4.70	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
18.75/4.70	c vivif2 --  cl tried    17885 cl shrink        0 lits rem          0 time: 0.01
18.75/4.72	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.05
18.75/4.72	c calculated reachability. Time: 0.00
18.75/4.72	c  N st    24     69903       340      1474         0     17885      4475    252109   no data   no data  --
22.75/5.79	c  F st    25     87501       340      1474         0     12783      4475    145778   no data   no data  --
22.75/5.79	c  N st    25     87501       340      1474         0     12783      4475    145778   no data   no data  --
24.35/6.10	c Decided on static restart strategy
25.15/6.31	c  N st    32     95543       340      1474         0     20608      4475    289747   no data   no data  --
27.54/6.99	c  N st    34    104854       340      1474         0     17072      4475    205386   no data   no data  --
27.54/6.99	c  S st    34    104854       340      1474         0     17072      4475    205386   no data   no data  --
27.94/7.03	c  S st    34    105362       340      1474         0     17578      4475    214897   no data   no data  --
27.94/7.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.94/7.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
27.94/7.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
27.94/7.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.14/7.36	c lits-rem:       211  cl-subs:      891  v-elim:      0  v-fix:    0  time:  1.25 s
29.14/7.36	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
29.14/7.36	c vivif2 --  cl tried    16687 cl shrink        0 lits rem          0 time: 0.01
29.14/7.37	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.04
29.14/7.37	c calculated reachability. Time: 0.00
29.14/7.37	c  N st    34    105362       340      1474         0     16687      4475    201523   no data   no data  --
32.34/8.11	c  N st    35    114961       340      1474         0     25914      4475    363865   no data   no data  --
36.73/9.27	c  N st    36    129359       340      1474         0     26317      4475    368741   no data   no data  --
44.34/11.10	c  N st    37    150956       340      1474         0     17276      4475    186683   no data   no data  --
45.92/11.59	c  S st    38    158044       340      1474         0     24159      4475    313262   no data   no data  --
46.32/11.65	c  S st    38    158549       340      1474         0     24661      4475    323117   no data   no data  --
46.32/11.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.32/11.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.32/11.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
46.32/11.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.32/11.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.32/11.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
46.32/11.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.51/12.46	c lits-rem:       383  cl-subs:     1253  v-elim:      0  v-fix:    0  time:  3.16 s
49.51/12.46	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
49.51/12.47	c vivif2 --  cl tried    23408 cl shrink        0 lits rem          0 time: 0.02
49.51/12.48	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.06
49.51/12.48	c calculated reachability. Time: 0.00
49.51/12.48	c  N st    38    158549       340      1474         0     23408      4475    301269   no data   no data  --
66.69/16.79	c  N st    39    207137       340      1474         0     36409      4475    522675   no data   no data  --
77.88/19.52	c  N st    40    237824       340      1474         0     28346      4475    335609   no data   no data  --
77.88/19.52	c  S st    40    237824       340      1474         0     28346      4475    335609   no data   no data  --
77.88/19.59	c  S st    40    238326       340      1474         0     28847      4475    344911   no data   no data  --
77.88/19.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.88/19.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.28/19.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
78.28/19.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.28/19.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.28/19.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
78.28/19.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.88/20.57	c lits-rem:       612  cl-subs:     2430  v-elim:      0  v-fix:    0  time:  3.84 s
81.88/20.57	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
81.88/20.58	c vivif2 --  cl tried    26417 cl shrink        0 lits rem          0 time: 0.01
81.88/20.60	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.08
82.28/20.60	c calculated reachability. Time: 0.00
82.28/20.60	c  N st    40    238326       340      1474         0     26417      4475    310979   no data   no data  --
108.23/27.13	c  F st    41    306250       340      1474         0     28496      4475    314296   no data   no data  --
108.23/27.13	c  N st    41    306250       340      1474         0     28496      4475    314296   no data   no data  --
110.25/27.64	c Decided on static restart strategy
120.62/30.24	c  N st    51    334553       340      1474         0     32544      4475    372263   no data   no data  --
131.01/32.83	c  N st    53    357489       340      1474         0     30470      4475    331896   no data   no data  --
131.01/32.83	c  S st    53    357489       340      1474         0     30470      4475    331896   no data   no data  --
131.41/32.91	c  S st    53    357992       340      1474         0     30972      4475    340967   no data   no data  --
131.41/32.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
131.41/32.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.41/32.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
131.41/32.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.41/32.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.41/32.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
131.41/32.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.41/33.90	c lits-rem:       410  cl-subs:     1725  v-elim:      0  v-fix:    0  time:  3.91 s
135.41/33.90	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
135.41/33.91	c vivif2 --  cl tried    29247 cl shrink        0 lits rem          0 time: 0.01
135.41/33.93	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.09
135.41/33.93	c calculated reachability. Time: 0.00
135.41/33.93	c  N st    53    357992       340      1474         0     29247      4475    313544   no data   no data  --
150.19/37.69	c  N st    54    390384       340      1474         0     35321      4475    399659   no data   no data  --
175.35/43.95	c  N st    55    438974       340      1474         0     29166      4475    280511   no data   no data  --
211.71/53.05	c  N st    56    511857       340      1474         0     42346      4475    490405   no data   no data  --
225.70/56.52	c  N st    57    536991       340      1474         0     36964      4475    394761   no data   no data  --
225.70/56.52	c  S st    57    536991       340      1474         0     36964      4475    394761   no data   no data  --
226.10/56.61	c  S st    57    537493       340      1474         0     37463      4475    404555   no data   no data  --
226.10/56.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.10/56.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.10/56.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
226.10/56.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.10/56.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.10/56.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
226.10/56.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
231.29/57.93	c lits-rem:       692  cl-subs:     2573  v-elim:      0  v-fix:    0  time:  5.18 s
231.29/57.93	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
231.29/57.94	c vivif2 --  cl tried    34890 cl shrink        0 lits rem          0 time: 0.02
231.29/57.96	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.11
231.29/57.96	c calculated reachability. Time: 0.00
231.29/57.96	c  N st    57    537493       340      1474         0     34890      4475    367283   no data   no data  --
321.58/80.56	c  N st    58    701477       340      1474         0     63863      4475    831400   no data   no data  --
388.30/97.22	c  N st    59    806240       340      1474         0     57784      4475    672674   no data   no data  --
388.30/97.22	c  S st    59    806240       340      1474         0     57784      4475    672674   no data   no data  --
389.10/97.40	c  S st    59    806743       340      1474         0     58284      4475    682659   no data   no data  --
389.10/97.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
389.10/97.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
389.10/97.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
389.10/97.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.10/97.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.10/97.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
389.10/97.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
399.08/99.96	c lits-rem:      1901  cl-subs:     6402  v-elim:      0  v-fix:    0  time: 10.06 s
399.08/99.96	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
399.08/99.97	c vivif2 --  cl tried    51882 cl shrink        0 lits rem          0 time: 0.03
399.48/100.02	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.20
399.48/100.02	c calculated reachability. Time: 0.00
399.48/100.02	c  N st    59    806743       340      1474         0     51882      4475    594236   no data   no data  --
569.66/142.65	c  F st    60   1071877       340      1474         0     67371      4475    803066   no data   no data  --
569.66/142.65	c  N st    60   1071877       340      1474         0     67371      4475    803066   no data   no data  --
574.45/143.83	c Decided on static restart strategy
594.03/148.74	c  N st    70   1100183       340      1474         0     51415      4475    504432   no data   no data  --
620.79/155.43	c  N st    72   1136176       340      1474         0     85841      4475   1082711   no data   no data  --
643.16/161.01	c  N st    73   1168568       340      1474         0     72917      4475    898242   no data   no data  --
673.91/168.73	c  N st    74   1210115       340      1474         0     67675      4475    797092   no data   no data  --
673.91/168.73	c  S st    74   1210115       340      1474         0     67675      4475    797092   no data   no data  --
674.71/168.95	c  S st    74   1210623       340      1474         0     68180      4475    806897   no data   no data  --
674.71/168.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
674.71/168.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
674.71/168.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
675.11/169.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
675.11/169.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
675.11/169.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
675.11/169.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
689.92/172.77	c lits-rem:      2226  cl-subs:     6175  v-elim:      0  v-fix:    0  time: 15.02 s
689.92/172.77	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
689.92/172.78	c vivif2 --  cl tried    62005 cl shrink        0 lits rem          0 time: 0.04
690.32/172.86	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.32
690.32/172.86	c calculated reachability. Time: 0.00
690.32/172.86	c  N st    74   1210623       340      1474         0     62005      4475    706688   no data   no data  --
748.22/187.32	c  N st    75   1283507       340      1474         0     85828      4475   1049377   no data   no data  --
834.92/209.04	c  N st    76   1392832       340      1474         0     95637      4475   1208590   no data   no data  --
969.53/242.76	c  N st    77   1556816       340      1474         0     51733      4475    438840   no data   no data  --
1091.35/273.27	c  N st    78   1710623       340      1474         0     92047      4475   1050922   no data   no data  --
1091.35/273.27	c  S st    78   1710623       340      1474         0     92047      4475   1050922   no data   no data  --
1092.95/273.60	c  S st    78   1711124       340      1474         0     92545      4475   1059995   no data   no data  --
1092.95/273.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1092.95/273.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1092.95/273.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1092.95/273.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1092.95/273.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1092.95/273.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1092.95/273.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1119.72/280.38	c lits-rem:       285  cl-subs:    19850  v-elim:      0  v-fix:    0  time: 26.77 s
1119.72/280.38	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
1119.72/280.39	c vivif2 --  cl tried    72695 cl shrink        0 lits rem          0 time: 0.05
1120.12/280.48	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.33
1120.12/280.48	c calculated reachability. Time: 0.00
1120.12/280.48	c  N st    78   1711124       340      1474         0     72695      4475    785613   no data   no data  --
1424.12/356.59	c  N st    79   2080088       340      1474         0     85421      4475    935910   no data   no data  --
1536.75/384.77	c  N st    80   2211126       340      1474         0     89272      4475   1022294   no data   no data  --
1536.75/384.77	c  S st    80   2211126       340      1474         0     89272      4475   1022294   no data   no data  --
1537.96/385.09	c  S st    80   2211629       340      1474         0     89772      4475   1031971   no data   no data  --
1537.96/385.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1537.96/385.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1538.36/385.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1538.36/385.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1538.36/385.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1538.36/385.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1538.36/385.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1556.32/389.63	c lits-rem:      1027  cl-subs:     9620  v-elim:      0  v-fix:    0  time: 17.85 s
1556.32/389.63	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
1556.32/389.65	c vivif2 --  cl tried    80152 cl shrink        0 lits rem          0 time: 0.05
1556.72/389.76	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.44
1556.72/389.76	c calculated reachability. Time: 0.00
1556.72/389.76	c  N st    80   2211629       340      1474         0     80152      4475    885023   no data   no data  --
2022.93/506.46	c  N st    81   2711631       340      1474         1    103119      4475   1112580   no data   no data  --
2022.93/506.46	c  S st    81   2711631       340      1474         1    103119      4475   1112580   no data   no data  --
2024.53/506.80	c  S st    81   2712133       340      1474         2    103618      4475   1121482   no data   no data  --
2024.53/506.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2024.53/506.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2024.53/506.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.17
2024.53/506.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2039.70/510.66	c subs with bin:    15836  lits-rem:      1828  v-fix:    0  time: 15.08 s
2039.70/510.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
2039.70/510.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2048.49/512.89	c lits-rem:       413  cl-subs:     4203  v-elim:      0  v-fix:    0  time:  8.90 s
2048.49/512.89	c vivif2 --  cl tried     1474 cl shrink        0 lits rem          0 time: 0.00
2048.89/512.93	c vivif2 --  cl tried    83579 cl shrink     3117 lits rem       3117 time: 0.14
2049.29/513.03	c asymm  cl-useful: 0/1474/1474 lits-rem:0 time: 0.40
2049.29/513.03	c calculated reachability. Time: 0.00
2049.29/513.03	c  N st    81   2712133       340      1474         2     83579      4475    857260   no data   no data  --
2423.99/606.81	c Finding binary XORs  T:     0.00 s  found:       0
2547.42/637.77	c  N st    82   3212133       339      1454        15    126131      4437   1592420   no data   no data  --
2547.42/637.77	c  S st    82   3212133       339      1454        15    126131      4437   1592420   no data   no data  --
2549.41/638.26	c  S st    82   3212639       339      1454        15    126632      4437   1601728   no data   no data  --
2549.41/638.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2549.41/638.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2549.81/638.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.24
2549.81/638.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2552.21/638.90	c subs with bin:     1572  lits-rem:      7098  v-fix:    0  time:  2.08 s
2552.21/638.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
2552.21/638.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2604.94/652.14	c lits-rem:       942  cl-subs:    20500  v-elim:      1  v-fix:    0  time: 52.87 s
2604.94/652.14	c vivif2 --  cl tried     1453 cl shrink        0 lits rem          0 time: 0.00
2604.94/652.16	c vivif2 --  cl tried   104560 cl shrink        0 lits rem          0 time: 0.08
2605.76/652.32	c asymm  cl-useful: 0/1453/1453 lits-rem:0 time: 0.65
2605.76/652.32	c calculated reachability. Time: 0.00
2605.76/652.32	c  N st    82   3212639       338      1453        15    104560      4445   1283350   no data   no data  --
2856.21/715.07	c Following stats are for *FIRST FINISHED THREAD ONLY*
2856.21/715.07	c num threads              : 4          
2856.21/715.07	c restarts                 : 82         
2856.21/715.07	c dynamic restarts         : 0          
2856.21/715.07	c static restarts          : 82         
2856.21/715.07	c full restarts            : 4          
2856.21/715.07	c total simplify time      : 0.71       
2856.21/715.07	c learnts DL2              : 0          
2856.21/715.07	c learnts size 2           : 46         
2856.21/715.07	c learnts size 1           : 2           (0.57      % of vars)
2856.21/715.07	c filedLit time            : 1.17        (0.04      % time)
2856.21/715.07	c v-elim SatELite          : 14          (4.00      % vars)
2856.21/715.07	c SatELite time            : 172.84      (6.05      % time)
2856.21/715.07	c v-elim xor               : 0           (0.00      % vars)
2856.21/715.07	c xor elim time            : 0.14        (0.00      % time)
2856.21/715.07	c num binary xor trees     : 0          
2856.21/715.07	c binxor trees' crown      : 0           (nan       leafs/tree)
2856.21/715.07	c bin xor find time        : 0.00       
2856.21/715.07	c OTF clause improved      : 149172      (0.05      clauses/conflict)
2856.21/715.07	c OTF impr. size diff      : 156277      (1.05       lits/clause)
2856.21/715.07	c OTF cl watch-shrink      : 798622      (0.24      clauses/conflict)
2856.21/715.07	c OTF cl watch-sh-lit      : 1009204     (1.26       lits/clause)
2856.21/715.07	c tried to recurMin cls    : 438228      (13.27      % of conflicts)
2856.21/715.07	c updated cache            : 7387        (0.02       lits/tried recurMin)
2856.21/715.07	c unit cls received        : 2           (100.00    % of units)
2856.21/715.07	c unit cls sent            : 0           (0.00      % of units)
2856.21/715.07	c bin cls received         : 22         
2856.21/715.07	c bin cls sent             : 2          
2856.21/715.07	c clauses over max glue    : 0           (0.00      % of all clauses)
2856.21/715.07	c conflicts                : 3302732     (1156.79   / sec)
2856.21/715.07	c decisions                : 3801651     (0.50      % random)
2856.21/715.07	c bogo-props               : 92568452285 (32422379.04 / sec)
2856.21/715.07	c conflict literals        : 57066923    (29.87     % deleted)
2856.21/715.07	c Memory used              : 433.97      MB
2856.21/715.07	c single-thread CPU time   : 2855.08     s
2856.21/715.07	c all-threads sum CPU time : 2855.08     s
2856.21/715.07	s SATISFIABLE
2856.21/715.07	v -1 2 3 -4 5 -6 7 8 -9 10 11 -12 13 14 -15 16 -17 18 -19 -20 21 22 23 24 25 26 27 28 29 -30 -31 -32 33 34 35 -36 37 -38 -39 -40 -41 -42 -43 44 45 -46 -47 -48 -49 -50 51 52 53 -54 55 -56 -57 58 -59 60 61 -62 -63 -64 65 -66 67 68 -69 -70 71 -72 73 -74 75 76 77 -78 -79 80 -81 -82 -83 84 -85 -86 -87 88 -89 90 91 -92 93 94 95 96 -97 -98 99 -100 -101 102 -103 104 -105 -106 -107 108 109 110 111 112 -113 -114 -115 116 117 118 -119 120 -121 -122 123 -124 -125 126 -127 -128 -129 130 -131 -132 -133 -134 -135 -136 137 138 -139 140 141 142 143 144 145 -146 147 148 149 -150 151 -152 153 154 -155 156 157 -158 159 160 161 162 -163 164 165 166 -167 -168 169 -170 -171 172 173 174 -175 176 177 178 -179 180 -181 182 183 184 185 -186 187 188 -189 -190 191 192 193 -194 195 196 -197 198 199 200 -201 -202 203 204 -205 206 -207 -208 -209 -210 211 212 -213 214 215 -216 -217 -218 219 -220 -221 -222 -223 -224 -225 -226 -227 228 -229 230 -231 -232 233 234 -235 236 -237 -238 239 240 241 -242 -243 244 245 246 -247 -248 -249 250 251 252 -253 254 255 -256 -257 258 259 -260 -261 -262 -263 -264 265 266 -267 268 269 -270 271 272 -273 -274 275 -276 277 278 279 -280 281 -282 -283 -284 285 -286 287 288 -289 -290 291 292 293 -294 -295 296 -297 -298 -299 300 -301 302 303 304 305 306 307 -308 309 -310 -311 -312 313 314 315 316 317 318 -319 320 -321 322 -323 -324 325 -326 327 328 329 -330 -331 332 333 -334 -335 336 -337 -338 339 -340 -341 342 343 344 -345 -346 347 -348 349 350 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3175332-1304117801/watcher-3175332-1304117801 -o /tmp/evaluation-result-3175332-1304117801/solver-3175332-1304117801 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175332-1304117801.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.06 8.08 8.02 5/180 31779
/proc/meminfo: memFree=24554648/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 602010867 52465664 352 33554432000 4194304 4650419 140733654203312 18446744073709551615 215988648945 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 12809 352 303 112 0 7774 0
[pid=31779/tid=31780] ppid=31777 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 602010868 52465664 352 33554432000 4194304 4650419 140733654203312 18446744073709551615 47530473519026 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 602010868 52465664 352 33554432000 4194304 4650419 140733654203312 18446744073709551615 47530473519030 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 602010868 52465664 352 33554432000 4194304 4650419 140733654203312 18446744073709551615 216000390198 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.107203 s]
/proc/loadavg: 8.06 8.08 8.02 5/180 31779
/proc/meminfo: memFree=24554648/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=282340 CPUtime=0.4 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 1567 0 0 0 40 0 0 0 25 0 4 0 602010867 289116160 1448 33554432000 4194304 4650419 140733654203312 18446744073709551615 4333771 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 70585 1448 391 112 0 65550 0
[pid=31779/tid=31780] ppid=31777 vsize=282340 CPUtime=0.1 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 316 0 0 0 10 0 0 0 25 0 4 0 602010868 289116160 1448 33554432000 4194304 4650419 140733654203312 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=282340 CPUtime=0.1 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 292 0 0 0 10 0 0 0 25 0 4 0 602010868 289116160 1448 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=282340 CPUtime=0.1 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 232 0 0 0 10 0 0 0 25 0 4 0 602010868 289116160 1448 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366184 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282340

[startup+0.201112 s]
/proc/loadavg: 8.06 8.08 8.02 5/180 31779
/proc/meminfo: memFree=24554648/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=283264 CPUtime=0.78 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 2131 0 0 0 78 0 0 0 25 0 4 0 602010867 290062336 1571 33554432000 4194304 4650419 140733654203312 18446744073709551615 4354972 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 70816 1571 393 112 0 65781 0
[pid=31779/tid=31780] ppid=31777 vsize=283264 CPUtime=0.19 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 454 0 0 0 19 0 0 0 25 0 4 0 602010868 290062336 1571 33554432000 4194304 4650419 140733654203312 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=283264 CPUtime=0.19 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 434 0 0 0 19 0 0 0 25 0 4 0 602010868 290062336 1572 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=283264 CPUtime=0.19 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 375 0 0 0 19 0 0 0 25 0 4 0 602010868 290062336 1572 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283264

[startup+0.301094 s]
/proc/loadavg: 8.06 8.08 8.02 5/180 31779
/proc/meminfo: memFree=24554648/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=283428 CPUtime=1.18 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 2481 0 0 0 118 0 0 0 25 0 4 0 602010867 290230272 1921 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 70857 1921 393 112 0 65822 0
[pid=31779/tid=31780] ppid=31777 vsize=283428 CPUtime=0.29 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 543 0 0 0 29 0 0 0 25 0 4 0 602010868 290230272 1921 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=283428 CPUtime=0.29 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 520 0 0 0 29 0 0 0 25 0 4 0 602010868 290230272 1921 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=283428 CPUtime=0.29 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 459 0 0 0 29 0 0 0 25 0 4 0 602010868 290230272 1921 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283428

[startup+0.701025 s]
/proc/loadavg: 8.06 8.08 8.02 5/180 31779
/proc/meminfo: memFree=24554648/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=284784 CPUtime=2.77 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 4324 0 0 0 277 0 0 0 25 0 4 0 602010867 291618816 2262 33554432000 4194304 4650419 140733654203312 18446744073709551615 4303946 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 71196 2262 393 112 0 66161 0
[pid=31779/tid=31780] ppid=31777 vsize=284784 CPUtime=0.69 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1010 0 0 0 69 0 0 0 25 0 4 0 602010868 291618816 2262 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=284784 CPUtime=0.69 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1002 0 0 0 69 0 0 0 25 0 4 0 602010868 291618816 2262 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=284784 CPUtime=0.69 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 892 0 0 0 69 0 0 0 25 0 4 0 602010868 291618816 2262 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284784

[startup+1.50089 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 31783
/proc/meminfo: memFree=24555360/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=280984 CPUtime=5.97 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 7582 0 0 0 596 1 0 0 25 0 4 0 602010867 287727616 3912 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364424 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 70246 3912 395 112 0 65211 0
[pid=31779/tid=31780] ppid=31777 vsize=280984 CPUtime=1.49 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1682 0 0 0 149 0 0 0 25 0 4 0 602010868 287727616 3912 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=280984 CPUtime=1.49 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1679 0 0 0 149 0 0 0 25 0 4 0 602010868 287727616 3912 33554432000 4194304 4650419 140733654203312 18446744073709551615 4331351 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=280984 CPUtime=1.48 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 1339 0 0 0 148 0 0 0 25 0 4 0 602010868 287727616 3912 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 280984

[startup+3.10061 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 31783
/proc/meminfo: memFree=24534900/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=283752 CPUtime=12.37 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 14371 0 0 0 1234 3 0 0 25 0 4 0 602010867 290562048 8624 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 70938 8624 395 112 0 65903 0
[pid=31779/tid=31780] ppid=31777 vsize=283752 CPUtime=3.09 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 3407 0 0 0 308 1 0 0 25 0 4 0 602010868 290562048 8624 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=283752 CPUtime=3.08 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 3712 0 0 0 308 0 0 0 25 0 4 0 602010868 290562048 8624 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=283752 CPUtime=3.07 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 3084 0 0 0 307 0 0 0 25 0 4 0 602010868 290562048 8624 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 283752

[startup+6.30105 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 31783
/proc/meminfo: memFree=24515844/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=302420 CPUtime=25.15 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 21468 0 0 0 2511 4 0 0 25 0 4 0 602010867 309678080 12037 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364766 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 75605 12037 395 112 0 70570 0
[pid=31779/tid=31780] ppid=31777 vsize=302420 CPUtime=6.29 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 5872 0 0 0 628 1 0 0 25 0 4 0 602010868 309678080 12037 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=302420 CPUtime=6.28 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 5819 0 0 0 628 0 0 0 25 0 4 0 602010868 309678080 12037 33554432000 4194304 4650419 140733654203312 18446744073709551615 4438272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=302420 CPUtime=6.26 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 3912 0 0 0 626 0 0 0 25 0 4 0 602010868 309678080 12037 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 302420

[startup+12.7009 s]
/proc/loadavg: 8.05 8.08 8.02 10/184 31783
/proc/meminfo: memFree=24500976/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=302996 CPUtime=50.71 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 32096 0 0 0 5065 6 0 0 25 0 4 0 602010867 310267904 15275 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 75749 15275 395 112 0 70714 0
[pid=31779/tid=31780] ppid=31777 vsize=302996 CPUtime=12.69 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 9097 0 0 0 1267 2 0 0 25 0 4 0 602010868 310267904 15275 33554432000 4194304 4650419 140733654203312 18446744073709551615 4334658 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=302996 CPUtime=12.69 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 8660 0 0 0 1268 1 0 0 25 0 4 0 602010868 310267904 15275 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=302996 CPUtime=12.63 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 6002 0 0 0 1262 1 0 0 25 0 4 0 602010868 310267904 15275 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 302996

[startup+25.5007 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 31783
/proc/meminfo: memFree=24480004/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=303780 CPUtime=101.85 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 49418 0 0 0 10175 10 0 0 25 0 4 0 602010867 311070720 19446 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 75945 19446 395 112 0 70910 0
[pid=31779/tid=31780] ppid=31777 vsize=303780 CPUtime=25.48 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 14514 0 0 0 2545 3 0 0 25 0 4 0 602010868 311070720 19446 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=303780 CPUtime=25.49 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 13417 0 0 0 2547 2 0 0 25 0 4 0 602010868 311070720 19446 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=303780 CPUtime=25.36 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 8546 0 0 0 2535 1 0 0 25 0 4 0 602010868 311070720 19446 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 303780

[startup+51.1012 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 31784
/proc/meminfo: memFree=24447048/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=304808 CPUtime=204.12 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 74899 0 0 0 20396 16 0 0 25 0 4 0 602010867 312123392 22837 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 76202 22837 395 112 0 71167 0
[pid=31779/tid=31780] ppid=31777 vsize=304808 CPUtime=51.09 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 22948 0 0 0 5104 5 0 0 25 0 4 0 602010868 312123392 22837 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=304808 CPUtime=51.09 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 21853 0 0 0 5105 4 0 0 25 0 4 0 602010868 312123392 22837 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=304808 CPUtime=50.83 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 11152 0 0 0 5081 2 0 0 25 0 4 0 602010868 312123392 22837 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 304808

[startup+102.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/184 31785
/proc/meminfo: memFree=24429652/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=311976 CPUtime=408.69 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 117380 0 0 0 40839 30 0 0 25 0 4 0 602010867 319463424 31157 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 77994 31157 395 112 0 72959 0
[pid=31779/tid=31780] ppid=31777 vsize=311976 CPUtime=102.29 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 35151 0 0 0 10220 9 0 0 25 0 4 0 602010868 319463424 31157 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=311976 CPUtime=102.29 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 32982 0 0 0 10221 8 0 0 25 0 4 0 602010868 319463424 31157 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=311976 CPUtime=101.8 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 17411 0 0 0 10176 4 0 0 25 0 4 0 602010868 319463424 31157 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 311976

[startup+162.301 s]

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

/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 41558 0 0 0 40006 14 0 0 25 0 4 0 602010868 357744640 54409 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1607.06
Current children cumulated vsize (KiB) 349360

[startup+462.3 s]
/proc/loadavg: 8.10 8.10 8.03 9/184 31804
/proc/meminfo: memFree=24216348/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=344784 CPUtime=1846.75 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 313702 0 0 0 184570 105 0 0 25 0 4 0 602010867 353058816 56054 33554432000 4194304 4650419 140733654203312 18446744073709551615 4328361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 86196 56054 395 112 0 81161 0
[pid=31779/tid=31780] ppid=31777 vsize=344784 CPUtime=462.28 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 94886 0 0 0 46197 31 0 0 25 0 4 0 602010868 353058816 56054 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=344784 CPUtime=462.3 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 89794 0 0 0 46201 29 0 0 25 0 4 0 602010868 353058816 56054 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=344784 CPUtime=459.89 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 46007 0 0 0 45974 15 0 0 25 0 4 0 602010868 353058816 56054 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1846.75
Current children cumulated vsize (KiB) 344784

[startup+522.301 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 31806
/proc/meminfo: memFree=24194000/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=359144 CPUtime=2086.45 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 338320 0 0 0 208530 115 0 0 25 0 4 0 602010867 367763456 59287 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 89786 59287 395 112 0 84751 0
[pid=31779/tid=31780] ppid=31777 vsize=359144 CPUtime=522.28 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 103114 0 0 0 52194 34 0 0 25 0 4 0 602010868 367763456 59287 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=359144 CPUtime=522.3 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 97612 0 0 0 52198 32 0 0 25 0 4 0 602010868 367763456 59287 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=359144 CPUtime=519.6 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 51410 0 0 0 51942 18 0 0 25 0 4 0 602010868 367763456 59287 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2086.45
Current children cumulated vsize (KiB) 359144

[startup+582.3 s]
/proc/loadavg: 8.13 8.10 8.04 9/184 31807
/proc/meminfo: memFree=24152812/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=490456 CPUtime=2326.12 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 361117 0 0 0 232488 124 0 0 25 0 4 0 602010867 502226944 69646 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365311 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 122614 69646 395 112 0 117579 0
[pid=31779/tid=31780] ppid=31777 vsize=490456 CPUtime=582.28 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 109878 0 0 0 58192 36 0 0 25 0 4 0 602010868 502226944 69646 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=490456 CPUtime=582.3 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 104260 0 0 0 58195 35 0 0 25 0 4 0 602010868 502226944 69646 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=490456 CPUtime=579.27 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 55703 0 0 0 57907 20 0 0 25 0 4 0 602010868 502226944 69646 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2326.12
Current children cumulated vsize (KiB) 490456

[startup+642.301 s]
/proc/loadavg: 8.12 8.10 8.04 9/184 31809
/proc/meminfo: memFree=24156352/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=490692 CPUtime=2565.79 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 380265 0 0 0 256446 133 0 0 25 0 4 0 602010867 502468608 67706 33554432000 4194304 4650419 140733654203312 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 122673 67706 395 112 0 117638 0
[pid=31779/tid=31780] ppid=31777 vsize=490692 CPUtime=642.28 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116702 0 0 0 64189 39 0 0 25 0 4 0 602010868 502468608 67706 33554432000 4194304 4650419 140733654203312 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=490692 CPUtime=642.3 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 109991 0 0 0 64192 38 0 0 25 0 4 0 602010868 502468608 67706 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=490692 CPUtime=638.95 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 59644 0 0 0 63873 22 0 0 25 0 4 0 602010868 502468608 67706 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.79
Current children cumulated vsize (KiB) 490692

[startup+702.3 s]
/proc/loadavg: 8.10 8.09 8.04 9/184 31810
/proc/meminfo: memFree=24120340/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=444288 CPUtime=2805.46 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 398322 0 0 0 280406 140 0 0 25 0 4 0 602010867 454950912 71183 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 111072 71183 395 112 0 106037 0
[pid=31779/tid=31780] ppid=31777 vsize=444288 CPUtime=702.28 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 123264 0 0 0 70187 41 0 0 25 0 4 0 602010868 454950912 71183 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=444288 CPUtime=702.3 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 115957 0 0 0 70189 41 0 0 25 0 4 0 602010868 454950912 71183 33554432000 4194304 4650419 140733654203312 18446744073709551615 4304265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=444288 CPUtime=698.63 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61641 0 0 0 69840 23 0 0 25 0 4 0 602010868 454950912 71183 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.46
Current children cumulated vsize (KiB) 444288

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

[startup+704.001 s]
/proc/loadavg: 8.10 8.09 8.04 9/184 31811
/proc/meminfo: memFree=24117488/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=444288 CPUtime=2812.27 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 398612 0 0 0 281087 140 0 0 25 0 4 0 602010867 454950912 71473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 111072 71473 395 112 0 106037 0
[pid=31779/tid=31780] ppid=31777 vsize=444288 CPUtime=703.98 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 123336 0 0 0 70357 41 0 0 25 0 4 0 602010868 454950912 71473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=444288 CPUtime=704.01 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116079 0 0 0 70360 41 0 0 25 0 4 0 602010868 454950912 71473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=444288 CPUtime=700.32 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61641 0 0 0 70009 23 0 0 25 0 4 0 602010868 454950912 71473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2812.27
Current children cumulated vsize (KiB) 444288

[startup+710.401 s]
/proc/loadavg: 8.09 8.09 8.04 9/184 31811
/proc/meminfo: memFree=24123688/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=432112 CPUtime=2837.83 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 400289 0 0 0 283642 141 0 0 25 0 4 0 602010867 442482688 70473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 108028 70473 395 112 0 102993 0
[pid=31779/tid=31780] ppid=31777 vsize=432112 CPUtime=710.37 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 124390 0 0 0 70996 41 0 0 25 0 4 0 602010868 442482688 70473 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=432112 CPUtime=710.4 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116433 0 0 0 70999 41 0 0 25 0 4 0 602010868 442482688 70474 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=432112 CPUtime=706.69 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61641 0 0 0 70646 23 0 0 25 0 4 0 602010868 442482688 70474 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2837.83
Current children cumulated vsize (KiB) 432112

[startup+713.6 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 31811
/proc/meminfo: memFree=24126652/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=432112 CPUtime=2850.6 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 400844 0 0 0 284919 141 0 0 25 0 4 0 602010867 442482688 69191 33554432000 4194304 4650419 140733654203312 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 108028 69191 395 112 0 102993 0
[pid=31779/tid=31780] ppid=31777 vsize=432112 CPUtime=713.58 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 124637 0 0 0 71316 42 0 0 25 0 4 0 602010868 442482688 69191 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=432112 CPUtime=713.6 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116593 0 0 0 71319 41 0 0 25 0 4 0 602010868 442482688 69191 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=432112 CPUtime=709.87 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61671 0 0 0 70964 23 0 0 25 0 4 0 602010868 442482688 69191 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2850.6
Current children cumulated vsize (KiB) 432112

[startup+714.401 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 31811
/proc/meminfo: memFree=24125400/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=432112 CPUtime=2853.8 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 400958 0 0 0 285239 141 0 0 25 0 4 0 602010867 442482688 69305 33554432000 4194304 4650419 140733654203312 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 108028 69305 395 112 0 102993 0
[pid=31779/tid=31780] ppid=31777 vsize=432112 CPUtime=714.38 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 124692 0 0 0 71396 42 0 0 25 0 4 0 602010868 442482688 69305 33554432000 4194304 4650419 140733654203312 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=432112 CPUtime=714.4 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116632 0 0 0 71399 41 0 0 25 0 4 0 602010868 442482688 69305 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=432112 CPUtime=710.66 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61671 0 0 0 71043 23 0 0 25 0 4 0 602010868 442482688 69305 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2853.8
Current children cumulated vsize (KiB) 432112

[startup+714.801 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 31811
/proc/meminfo: memFree=24125400/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=444384 CPUtime=2855.4 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 401864 0 0 0 285399 141 0 0 25 0 4 0 602010867 455049216 70211 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 111096 70211 395 112 0 106061 0
[pid=31779/tid=31780] ppid=31777 vsize=444384 CPUtime=714.78 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 124722 0 0 0 71436 42 0 0 25 0 4 0 602010868 455049216 70211 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=444384 CPUtime=714.8 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116648 0 0 0 71439 41 0 0 25 0 4 0 602010868 455049216 70211 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=444384 CPUtime=711.06 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61671 0 0 0 71083 23 0 0 25 0 4 0 602010868 455049216 70211 33554432000 4194304 4650419 140733654203312 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2855.4
Current children cumulated vsize (KiB) 444384

[startup+715.001 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 31811
/proc/meminfo: memFree=24120812/32950940 swapFree=67111364/67111528
[pid=31779] ppid=31777 vsize=444384 CPUtime=2856.21 cores=0,2,4,6
/proc/31779/stat : 31779 (strangenight1-m) R 31777 31779 31608 0 -1 4202496 401902 0 0 0 285480 141 0 0 25 0 4 0 602010867 455049216 70249 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31779/statm: 111096 70249 395 112 0 106061 0
[pid=31779/tid=31780] ppid=31777 vsize=444384 CPUtime=714.99 cores=0,2,4,6
/proc/31779/task/31780/stat : 31780 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 124737 0 0 0 71457 42 0 0 25 0 4 0 602010868 455049216 70249 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31779/tid=31781] ppid=31777 vsize=444384 CPUtime=715.01 cores=0,2,4,6
/proc/31779/task/31781/stat : 31781 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 116656 0 0 0 71460 41 0 0 25 0 4 0 602010868 455049216 70249 33554432000 4194304 4650419 140733654203312 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31779/tid=31782] ppid=31777 vsize=444384 CPUtime=711.26 cores=0,2,4,6
/proc/31779/task/31782/stat : 31782 (strangenight1-m) R 31777 31779 31608 0 -1 4202560 61671 0 0 0 71103 23 0 0 25 0 4 0 602010868 455049216 70249 33554432000 4194304 4650419 140733654203312 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2856.21
Current children cumulated vsize (KiB) 444384

Child status: 10
Real time (s): 715.09
CPU time (s): 2856.51
CPU user time (s): 2855.08
CPU system time (s): 1.43178
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 502696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2855.08
system time used= 1.43178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401925
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= 158
involuntary context switches= 13195

runsolver used 1.12683 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-30 00:56:41
IDJOB=3175332
IDBENCH=82950
IDSOLVER=1588
FILE ID=node117/3175332-1304117801
RUNJOBID= node117-1304116508-31626
PBS_JOBID= 13170714
Free space on /tmp= 71676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1060672754-058.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175332-1304117801/watcher-3175332-1304117801 -o /tmp/evaluation-result-3175332-1304117801/solver-3175332-1304117801 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175332-1304117801.cnf

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

MD5SUM BENCH= 74ebf62a9b67d118d692e671bdb08f4e
RANDOM SEED=1246515537

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24554928 kB
Buffers:       1864540 kB
Cached:        5792436 kB
SwapCached:        160 kB
Active:         802068 kB
Inactive:      7035404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24554928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:      179804 kB
Mapped:          15524 kB
Slab:           495408 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   432652 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= 71668 MiB
End job on node117 at 2011-04-30 01:08:36