Trace number 3173964

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-2-mtSAT 159.124 40.2772

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S25975519-056.SATISFIABLE.cnf
MD5SUMe97f6275ab407a8de4fd3a3e9a04d03e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173964-1304074499.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.40/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.40/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.40/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.40/0.10	c calculated reachability. Time: 0.00
0.40/0.10	c Calc default polars -  time:   0.00 s pos:      43 undec:       1 neg:      31
0.40/0.10	c =========================================================================================
0.40/0.10	c types(t): F = full restart, N = normal restart
0.40/0.10	c types(t): S = simplification begin/end, E = solution found
0.40/0.10	c restart types(rt): st = static, dy = dynamic
0.40/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.18/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
1.18/0.90	c Decided on static restart strategy
1.18/0.90	c  N st     8      4913        75      1597         0      4457      7985     76745   no data   no data
1.18/0.90	c  N st    10     11296        75      1597         0      4128      7985     57742   no data   no data
1.18/0.90	c  N st    11     17040        75      1597         0      9346      7985    145090   no data   no data
1.18/0.90	c  F st    12     25000        75      1597         0     11417      7985    178484   no data   no data
1.18/0.90	c  N st    12     25000        75      1597         0     11417      7985    178484   no data   no data
1.18/1.00	c Decided on static restart strategy
1.18/1.00	c  N st    18     30000        75      1597         0      9787      7985    141864   no data   no data
1.18/1.00	c  S st    18     30000        75      1597         0      9787      7985    141864   no data   no data
1.18/1.00	c  S st    18     30501        75      1597         0     10263      7985    150432   no data   no data
1.18/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.18/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.18/1.00	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
1.18/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1.18/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.18/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.18/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/1.20	c lits-rem:       262  cl-subs:     2608  v-elim:      0  v-fix:    0  time:  0.15 s
1.18/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
1.18/1.20	c calculated reachability. Time: 0.00
1.18/1.20	c  N st    18     30501        75      1597         0      7655      7985    110441   no data   no data
3.74/1.50	c  N st    20     37612        75      1597         0      7047      7985     91289   no data   no data
3.74/1.70	c  N st    21     44012        75      1597         0     12786      7985    184229   no data   no data
3.74/1.73	c  S st    22     45752        75      1597         0     14358      7985    209108   no data   no data
3.74/1.78	c  S st    22     46255        75      1597         0     14830      7985    217547   no data   no data
3.74/1.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.74/1.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.74/1.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.74/1.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.74/1.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.74/1.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.74/1.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.74/1.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.74/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.74/2.14	c lits-rem:       289  cl-subs:     3361  v-elim:      0  v-fix:    0  time:  0.35 s
3.74/2.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
3.74/2.14	c vivif2 --  cl tried    11469 cl shrink        0 lits rem          0 time: 0.00
3.74/2.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
3.74/2.18	c calculated reachability. Time: 0.00
3.74/2.18	c  N st    22     46255        75      1597         0     11469      7985    166230   no data   no data
9.55/2.86	c  N st    23     60652        75      1597         0     16492      7985    232448   no data   no data
11.13/3.24	c  N st    24     69383        75      1597         0     15551      7985    217702   no data   no data
11.13/3.24	c  S st    24     69383        75      1597         0     15551      7985    217702   no data   no data
11.13/3.28	c  S st    24     69885        75      1597         0     16020      7985    226126   no data   no data
11.13/3.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/3.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.13/3.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.13/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.13/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
11.13/3.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.13/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.53/3.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.61	c lits-rem:       354  cl-subs:     3092  v-elim:      0  v-fix:    0  time:  0.31 s
12.74/3.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
12.74/3.61	c vivif2 --  cl tried    12928 cl shrink        0 lits rem          0 time: 0.00
12.74/3.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
12.74/3.66	c calculated reachability. Time: 0.00
12.74/3.66	c  N st    24     69885        75      1597         0     12928      7985    180256   no data   no data
16.33/4.53	c  F st    25     87500        75      1597         0     19058      7985    267461   no data   no data
16.33/4.53	c  N st    25     87500        75      1597         0     19058      7985    267461   no data   no data
17.53/4.83	c Decided on static restart strategy
18.01/4.97	c  N st    32     95541        75      1597         0     15648      7985    212136   no data   no data
20.69/5.62	c  N st    34    104827        75      1597         0     12346      7985    149288   no data   no data
20.69/5.62	c  S st    34    104827        75      1597         0     12346      7985    149288   no data   no data
20.69/5.65	c  S st    34    105334        75      1597         0     12816      7985    157958   no data   no data
20.69/5.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.69/5.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
20.69/5.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.69/5.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.69/5.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/5.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
20.69/5.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.69/5.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.69/5.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.09/5.73	c lits-rem:        98  cl-subs:     1119  v-elim:      0  v-fix:    0  time:  0.07 s
21.09/5.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
21.09/5.74	c vivif2 --  cl tried    11697 cl shrink        0 lits rem          0 time: 0.00
21.09/5.78	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
21.09/5.78	c calculated reachability. Time: 0.00
21.09/5.78	c  N st    34    105334        75      1597         0     11697      7985    141883   no data   no data
23.50/6.33	c  N st    35    114932        75      1597         0     20273      7985    283586   no data   no data
27.48/7.33	c  N st    36    129330        75      1597         0     20711      7985    278809   no data   no data
33.46/8.80	c  N st    37    150926        75      1597         0     26595      7985    360932   no data   no data
35.06/9.28	c  S st    38    158001        75      1597         0     18558      7985    225396   no data   no data
35.46/9.33	c  S st    38    158502        75      1597         0     19020      7985    233751   no data   no data
35.46/9.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.46/9.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
35.46/9.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.46/9.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.46/9.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.46/9.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.46/9.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.46/9.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.46/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.69/9.61	c lits-rem:       231  cl-subs:     2848  v-elim:      0  v-fix:    0  time:  0.27 s
36.69/9.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
36.69/9.61	c vivif2 --  cl tried    16172 cl shrink        0 lits rem          0 time: 0.00
36.69/9.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
36.69/9.66	c calculated reachability. Time: 0.00
36.69/9.66	c  N st    38    158502        75      1597         0     16172      7985    194341   no data   no data
50.25/13.01	c  N st    39    207092        75      1597         0     28564      7985    376991   no data   no data
59.42/15.31	c  N st    40    237754        75      1597         0     21193      7985    246952   no data   no data
59.42/15.31	c  S st    40    237754        75      1597         0     21193      7985    246952   no data   no data
59.42/15.36	c  S st    40    238260        75      1597         0     21667      7985    255618   no data   no data
59.42/15.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.42/15.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
59.42/15.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.42/15.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.42/15.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.42/15.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
59.42/15.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.42/15.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
59.42/15.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.62/15.61	c lits-rem:       213  cl-subs:     2174  v-elim:      0  v-fix:    0  time:  0.23 s
60.62/15.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
60.62/15.61	c vivif2 --  cl tried    19493 cl shrink        0 lits rem          0 time: 0.00
60.62/15.68	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
60.62/15.68	c calculated reachability. Time: 0.00
60.62/15.68	c  N st    40    238260        75      1597         0     19493      7985    226314   no data   no data
83.37/21.38	c  F st    41    306250        75      1597         0     21335      7985    230573   no data   no data
83.37/21.38	c  N st    41    306250        75      1597         0     21335      7985    230573   no data   no data
84.98/21.78	c Decided on static restart strategy
94.56/24.15	c  N st    51    334557        75      1597         0     25345      7985    286607   no data   no data
103.74/26.43	c  N st    53    357391        75      1597         0     23389      7985    248405   no data   no data
103.74/26.43	c  S st    53    357391        75      1597         0     23389      7985    248405   no data   no data
103.74/26.49	c  S st    53    357891        75      1597         0     23853      7985    257110   no data   no data
104.14/26.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.14/26.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
104.14/26.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.14/26.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.14/26.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.14/26.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
104.14/26.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.14/26.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
104.14/26.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.54/26.67	c lits-rem:       125  cl-subs:     1499  v-elim:      0  v-fix:    0  time:  0.16 s
104.54/26.67	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
104.54/26.67	c vivif2 --  cl tried    22354 cl shrink        0 lits rem          0 time: 0.00
104.94/26.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
104.94/26.75	c calculated reachability. Time: 0.00
104.94/26.75	c  N st    53    357891        75      1597         0     22354      7985    238356   no data   no data
117.32/29.81	c  N st    54    390285        75      1597         0     28037      7985    314745   no data   no data
135.68/34.40	c  N st    55    438874        75      1597         0     47358      7985    620404   no data   no data
158.82/40.27	c Following stats are for *FIRST FINISHED THREAD ONLY*
158.82/40.27	c num threads              : 4          
158.82/40.27	c restarts                 : 55         
158.82/40.27	c dynamic restarts         : 0          
158.82/40.27	c static restarts          : 55         
158.82/40.27	c full restarts            : 3          
158.82/40.27	c total simplify time      : 0.00       
158.82/40.27	c learnts DL2              : 0          
158.82/40.27	c learnts size 2           : 0          
158.82/40.27	c learnts size 1           : 0           (0.00      % of vars)
158.82/40.27	c filedLit time            : 0.03        (0.07      % time)
158.82/40.27	c v-elim SatELite          : 0           (0.00      % vars)
158.82/40.27	c SatELite time            : 3.34        (8.40      % time)
158.82/40.27	c v-elim xor               : 0           (0.00      % vars)
158.82/40.27	c xor elim time            : 0.00        (0.01      % time)
158.82/40.27	c num binary xor trees     : 0          
158.82/40.27	c binxor trees' crown      : 0           (nan       leafs/tree)
158.82/40.27	c bin xor find time        : 0.00       
158.82/40.27	c OTF clause improved      : 50330       (0.11      clauses/conflict)
158.82/40.27	c OTF impr. size diff      : 51001       (1.01       lits/clause)
158.82/40.27	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
158.82/40.27	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
158.82/40.27	c tried to recurMin cls    : 19282       (4.05       % of conflicts)
158.82/40.27	c updated cache            : 0           (0.00       lits/tried recurMin)
158.82/40.27	c unit cls recevied        : 0           (nan       % of units)
158.82/40.27	c unit cls sent            : 0           (nan       % of units)
158.82/40.27	c bin cls recevied         : 0          
158.82/40.27	c bin cls sent             : 0          
158.82/40.27	c clauses over max glue    : 0           (0.00      % of all clauses)
158.82/40.27	c conflicts                : 475702      (11967.66  / sec)
158.82/40.27	c decisions                : 525401      (1.08      % random)
158.82/40.27	c bogo-props               : 6762926244  (170140973.61 / sec)
158.82/40.27	c conflict literals        : 7703617     (18.44     % deleted)
158.82/40.27	c Memory used              : 302.09      MB
158.82/40.27	c single-thread CPU time   : 39.75       s
158.82/40.27	c all-threads sum CPU time : 158.92      s
158.82/40.27	s SATISFIABLE
158.82/40.27	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 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-3173964-1304074499/watcher-3173964-1304074499 -o /tmp/evaluation-result-3173964-1304074499/solver-3173964-1304074499 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173964-1304074499.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.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 519048537 52441088 353 33554432000 4194304 4627427 140735206625312 18446744073709551615 47276989999026 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 12803 359 306 106 0 7774 0
[pid=10796/tid=10797] ppid=10794 vsize=183248 CPUtime=0 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 519048537 187645952 423 33554432000 4194304 4627427 140735206625312 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=248788 CPUtime=0 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 4 0 519048537 254758912 441 33554432000 4194304 4627427 140735206625312 18446744073709551615 242970593415 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=248792 CPUtime=0 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 32 0 0 0 0 0 0 0 25 0 4 0 519048537 254763008 446 33554432000 4194304 4627427 140735206625312 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.106724 s]
/proc/loadavg: 8.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=299264 CPUtime=0.4 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 1651 0 0 0 40 0 0 0 18 0 4 0 519048537 306446336 1469 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 74816 1469 384 106 0 69787 0
[pid=10796/tid=10797] ppid=10794 vsize=299264 CPUtime=0.1 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) D 10794 10796 10537 0 -1 4202560 306 0 0 0 10 0 0 0 18 0 4 0 519048537 306446336 1469 33554432000 4194304 4627427 140735206625312 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=299264 CPUtime=0.09 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 293 0 0 0 9 0 0 0 25 0 4 0 519048537 306446336 1469 33554432000 4194304 4627427 140735206625312 18446744073709551615 242970593370 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=299264 CPUtime=0.09 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) D 10794 10796 10537 0 -1 4202560 285 0 0 0 9 0 0 0 18 0 4 0 519048537 306446336 1469 33554432000 4194304 4627427 140735206625312 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 299264

[startup+0.201134 s]
/proc/loadavg: 8.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=283256 CPUtime=0.78 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 2155 0 0 0 78 0 0 0 18 0 4 0 519048537 290054144 1667 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 70814 1667 384 106 0 65785 0
[pid=10796/tid=10797] ppid=10794 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 450 0 0 0 19 0 0 0 18 0 4 0 519048537 290054144 1667 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 448 0 0 0 19 0 0 0 25 0 4 0 519048537 290054144 1667 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=283256 CPUtime=0.19 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 389 0 0 0 19 0 0 0 18 0 4 0 519048537 290054144 1667 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283256

[startup+0.301118 s]
/proc/loadavg: 8.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=283892 CPUtime=1.18 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 2810 0 0 0 118 0 0 0 18 0 4 0 519048537 290705408 1693 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 70973 1693 384 106 0 65944 0
[pid=10796/tid=10797] ppid=10794 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 611 0 0 0 29 0 0 0 18 0 4 0 519048537 290705408 1693 33554432000 4194304 4627427 140735206625312 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 612 0 0 0 29 0 0 0 25 0 4 0 519048537 290705408 1693 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=283892 CPUtime=0.29 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 554 0 0 0 29 0 0 0 18 0 4 0 519048537 290705408 1693 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283892

[startup+0.909502 s]
/proc/loadavg: 8.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=285116 CPUtime=3.74 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 6465 0 0 0 373 1 0 0 19 0 4 0 519048537 291958784 3600 33554432000 4194304 4627427 140735206625312 18446744073709551615 4420278 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 71279 3662 388 106 0 66250 0
[pid=10796/tid=10797] ppid=10794 vsize=285172 CPUtime=1.12 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 1492 0 0 0 112 0 0 0 19 0 4 0 519048537 292016128 3433 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=288876 CPUtime=0.83 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 1191 0 0 0 83 0 0 0 25 0 4 0 519048537 295809024 4267 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=288876 CPUtime=1.33 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 1526 0 0 0 133 0 0 0 19 0 4 0 519048537 295809024 4368 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 285116

[startup+1.60549 s]
/proc/loadavg: 8.02 8.05 7.87 5/178 10796
/proc/meminfo: memFree=26305452/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=288996 CPUtime=5.82 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 8633 0 0 0 579 3 0 0 20 0 4 0 519048537 295931904 4451 33554432000 4194304 4627427 140735206625312 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 72265 4325 388 106 0 67236 0
[pid=10796/tid=10797] ppid=10794 vsize=289060 CPUtime=1.76 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 2709 0 0 0 176 0 0 0 20 0 4 0 519048537 295997440 4383 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=289060 CPUtime=0.87 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 1191 0 0 0 86 1 0 0 25 0 4 0 519048537 295997440 6560 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=289060 CPUtime=2.14 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 3311 0 0 0 213 1 0 0 21 0 4 0 519048537 295997440 6217 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309445 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 288996

[startup+3.10664 s]
/proc/loadavg: 8.18 8.09 7.88 9/182 10800
/proc/meminfo: memFree=26274168/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=284928 CPUtime=10.76 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 14127 0 0 0 1072 4 0 0 25 0 4 0 519048537 291766272 7547 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 71232 7547 388 106 0 66203 0
[pid=10796/tid=10797] ppid=10794 vsize=284928 CPUtime=2.95 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 4186 0 0 0 295 0 0 0 24 0 4 0 519048537 291766272 7547 33554432000 4194304 4627427 140735206625312 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=284928 CPUtime=1.6 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 1693 0 0 0 159 1 0 0 25 0 4 0 519048537 291766272 7547 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=284928 CPUtime=3.09 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 3808 0 0 0 308 1 0 0 25 0 4 0 519048537 291766272 7547 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 284928

[startup+6.30109 s]
/proc/loadavg: 8.25 8.10 7.89 9/182 10800
/proc/meminfo: memFree=26255204/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=285596 CPUtime=23.5 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 23746 0 0 0 2344 6 0 0 25 0 4 0 519048537 292450304 11520 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 71399 11520 388 106 0 66370 0
[pid=10796/tid=10797] ppid=10794 vsize=285596 CPUtime=6.1 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 5821 0 0 0 609 1 0 0 25 0 4 0 519048537 292450304 11520 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=285596 CPUtime=4.79 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 5222 0 0 0 478 1 0 0 25 0 4 0 519048537 292450304 11520 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=285596 CPUtime=6.29 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 6327 0 0 0 628 1 0 0 25 0 4 0 519048537 292450304 11520 33554432000 4194304 4627427 140735206625312 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.5
Current children cumulated vsize (KiB) 285596

[startup+12.701 s]
/proc/loadavg: 8.23 8.10 7.89 9/182 10800
/proc/meminfo: memFree=26253632/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=296776 CPUtime=49.03 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 34647 0 0 0 4893 10 0 0 25 0 4 0 519048537 303898624 12607 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 74194 12607 388 106 0 69165 0
[pid=10796/tid=10797] ppid=10794 vsize=296776 CPUtime=12.44 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 8519 0 0 0 1241 3 0 0 25 0 4 0 519048537 303898624 12607 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=296776 CPUtime=11.19 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 7635 0 0 0 1117 2 0 0 25 0 4 0 519048537 303898624 12607 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=296776 CPUtime=12.69 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 8919 0 0 0 1267 2 0 0 25 0 4 0 519048537 303898624 12607 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 296776

[startup+25.5008 s]
/proc/loadavg: 8.19 8.10 7.89 9/182 10800
/proc/meminfo: memFree=26231552/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=302164 CPUtime=100.15 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 54881 0 0 0 10001 14 0 0 25 0 4 0 519048537 309415936 17264 33554432000 4194304 4627427 140735206625312 18446744073709551615 4290453 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 75541 17264 388 106 0 70512 0
[pid=10796/tid=10797] ppid=10794 vsize=302164 CPUtime=25.16 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 13256 0 0 0 2512 4 0 0 25 0 4 0 519048537 309415936 17264 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=302164 CPUtime=23.99 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 12384 0 0 0 2396 3 0 0 25 0 4 0 519048537 309415936 17264 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=302164 CPUtime=25.49 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 14833 0 0 0 2546 3 0 0 25 0 4 0 519048537 309415936 17264 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 302164

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

[startup+27.5004 s]
/proc/loadavg: 8.18 8.09 7.89 9/182 10800
/proc/meminfo: memFree=26236508/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=302304 CPUtime=108.13 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 57551 0 0 0 10798 15 0 0 25 0 4 0 519048537 309559296 17458 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 75576 17458 388 106 0 70547 0
[pid=10796/tid=10797] ppid=10794 vsize=302304 CPUtime=27.14 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 13885 0 0 0 2710 4 0 0 25 0 4 0 519048537 309559296 17458 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=302304 CPUtime=25.99 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 13040 0 0 0 2596 3 0 0 25 0 4 0 519048537 309559296 17458 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=302304 CPUtime=27.48 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 15238 0 0 0 2745 3 0 0 25 0 4 0 519048537 309559296 17458 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.13
Current children cumulated vsize (KiB) 302304

[startup+33.9063 s]
/proc/loadavg: 8.16 8.09 7.89 9/182 10800
/proc/meminfo: memFree=26226836/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=308908 CPUtime=133.71 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 66328 0 0 0 13354 17 0 0 25 0 4 0 519048537 316321792 20044 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77227 20044 388 106 0 72198 0
[pid=10796/tid=10797] ppid=10794 vsize=308908 CPUtime=33.5 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 16525 0 0 0 3345 5 0 0 25 0 4 0 519048537 316321792 20044 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=308908 CPUtime=32.4 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 15269 0 0 0 3236 4 0 0 25 0 4 0 519048537 316321792 20045 33554432000 4194304 4627427 140735206625312 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=308908 CPUtime=33.89 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 17278 0 0 0 3386 3 0 0 25 0 4 0 519048537 316321792 20045 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 133.71
Current children cumulated vsize (KiB) 308908

[startup+37.1008 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26228568/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309112 CPUtime=146.49 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 70092 0 0 0 14631 18 0 0 25 0 4 0 519048537 316530688 20271 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77278 20271 388 106 0 72249 0
[pid=10796/tid=10797] ppid=10794 vsize=309112 CPUtime=36.68 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 17438 0 0 0 3663 5 0 0 25 0 4 0 519048537 316530688 20271 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309112 CPUtime=35.6 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 16209 0 0 0 3556 4 0 0 25 0 4 0 519048537 316530688 20272 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309112 CPUtime=37.1 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18221 0 0 0 3706 4 0 0 25 0 4 0 519048537 316530688 20272 33554432000 4194304 4627427 140735206625312 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 146.49
Current children cumulated vsize (KiB) 309112

[startup+38.7005 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26226076/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309236 CPUtime=152.86 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 71934 0 0 0 15268 18 0 0 25 0 4 0 519048537 316657664 20422 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77309 20422 388 106 0 72280 0
[pid=10796/tid=10797] ppid=10794 vsize=309236 CPUtime=38.27 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18073 0 0 0 3822 5 0 0 25 0 4 0 519048537 316657664 20422 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309236 CPUtime=37.19 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 16484 0 0 0 3715 4 0 0 25 0 4 0 519048537 316657664 20422 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309236 CPUtime=38.69 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18525 0 0 0 3865 4 0 0 25 0 4 0 519048537 316657664 20422 33554432000 4194304 4627427 140735206625312 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 152.86
Current children cumulated vsize (KiB) 309236

[startup+39.5004 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26226944/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309340 CPUtime=156.06 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 73250 0 0 0 15587 19 0 0 25 0 4 0 519048537 316764160 20056 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77335 20057 388 106 0 72306 0
[pid=10796/tid=10797] ppid=10794 vsize=309340 CPUtime=39.06 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18232 0 0 0 3901 5 0 0 25 0 4 0 519048537 316764160 20057 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309340 CPUtime=37.99 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 16979 0 0 0 3795 4 0 0 25 0 4 0 519048537 316764160 20057 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309340 CPUtime=39.49 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 19033 0 0 0 3945 4 0 0 25 0 4 0 519048537 316764160 20057 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 156.06
Current children cumulated vsize (KiB) 309340

[startup+39.9303 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26226944/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309340 CPUtime=157.74 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 73547 0 0 0 15755 19 0 0 25 0 4 0 519048537 316764160 20303 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77335 20303 388 106 0 72306 0
[pid=10796/tid=10797] ppid=10794 vsize=309340 CPUtime=39.46 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18293 0 0 0 3940 6 0 0 25 0 4 0 519048537 316764160 20303 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309340 CPUtime=38.42 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 17062 0 0 0 3838 4 0 0 25 0 4 0 519048537 316764160 20303 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309340 CPUtime=39.92 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 19113 0 0 0 3988 4 0 0 25 0 4 0 519048537 316764160 20303 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 157.74
Current children cumulated vsize (KiB) 309340

[startup+40.1003 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26226944/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309340 CPUtime=158.42 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 73659 0 0 0 15823 19 0 0 25 0 4 0 519048537 316764160 20415 33554432000 4194304 4627427 140735206625312 18446744073709551615 4310133 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77335 20415 388 106 0 72306 0
[pid=10796/tid=10797] ppid=10794 vsize=309340 CPUtime=39.63 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18318 0 0 0 3957 6 0 0 25 0 4 0 519048537 316764160 20415 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309340 CPUtime=38.59 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 17092 0 0 0 3855 4 0 0 25 0 4 0 519048537 316764160 20415 33554432000 4194304 4627427 140735206625312 18446744073709551615 4333369 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309340 CPUtime=40.09 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 19142 0 0 0 4005 4 0 0 25 0 4 0 519048537 316764160 20415 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.42
Current children cumulated vsize (KiB) 309340

[startup+40.2002 s]
/proc/loadavg: 8.15 8.09 7.89 9/182 10801
/proc/meminfo: memFree=26226944/32951132 swapFree=67111364/67111528
[pid=10796] ppid=10794 vsize=309340 CPUtime=158.82 cores=0,2,4,6
/proc/10796/stat : 10796 (strangenight2-m) R 10794 10796 10537 0 -1 4202496 73722 0 0 0 15863 19 0 0 25 0 4 0 519048537 316764160 20478 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10796/statm: 77335 20478 388 106 0 72306 0
[pid=10796/tid=10797] ppid=10794 vsize=309340 CPUtime=39.73 cores=0,2,4,6
/proc/10796/task/10797/stat : 10797 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 18334 0 0 0 3967 6 0 0 25 0 4 0 519048537 316764160 20478 33554432000 4194304 4627427 140735206625312 18446744073709551615 4321920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10796/tid=10798] ppid=10794 vsize=309340 CPUtime=38.69 cores=0,2,4,6
/proc/10796/task/10798/stat : 10798 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 17107 0 0 0 3865 4 0 0 25 0 4 0 519048537 316764160 20478 33554432000 4194304 4627427 140735206625312 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=309340 CPUtime=40.19 cores=0,2,4,6
/proc/10796/task/10799/stat : 10799 (strangenight2-m) R 10794 10796 10537 0 -1 4202560 19158 0 0 0 4015 4 0 0 25 0 4 0 519048537 316764160 20478 33554432000 4194304 4627427 140735206625312 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.82
Current children cumulated vsize (KiB) 309340

Child status: 10
Real time (s): 40.2772
CPU time (s): 159.124
CPU user time (s): 158.92
CPU system time (s): 0.203968
CPU usage (%): 395.072
Max. virtual memory (cumulated for all children) (KiB): 319128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.92
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73777
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= 147
involuntary context switches= 813

runsolver used 0.274958 second user time and 0.549916 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 12:54:59
IDJOB=3173964
IDBENCH=82782
IDSOLVER=1586
FILE ID=node128/3173964-1304074499
RUNJOBID= node128-1304072088-10555
PBS_JOBID= 13170490
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S25975519-056.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173964-1304074499/watcher-3173964-1304074499 -o /tmp/evaluation-result-3173964-1304074499/solver-3173964-1304074499 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173964-1304074499.cnf

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

MD5SUM BENCH= e97f6275ab407a8de4fd3a3e9a04d03e
RANDOM SEED=2062961731

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26305616 kB
Buffers:       1274904 kB
Cached:        4394264 kB
SwapCached:        160 kB
Active:         646868 kB
Inactive:      5412152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26305616 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5888 kB
Writeback:           0 kB
AnonPages:      389020 kB
Mapped:          15800 kB
Slab:           523644 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   629144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 12:55:39