Trace number 3175223

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-mtUNSAT 21.0598 5.28089

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.cnf
MD5SUM30a6e61471a22008cda0ff7e2d23efa4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.251961
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
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-3175223-1304100922.cnf'
0.00/0.01	c -- header says num vars:            250
0.00/0.01	c -- header says num clauses:        1065
0.00/0.01	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.01	c -- vars added        250
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       250      1065         0         0      3195         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     114 undec:      41 neg:      95
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       240      1055         0         0      3209         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.00/0.11	c  N st     8      4915       240      1055         0      4695      3209     60917   no data   no data  --
0.00/0.31	c  N st    10     11301       240      1055         0      4345      3209     44507   no data   no data  --
0.00/0.50	c  N st    11     17044       240      1055         0      9778      3209    114285   no data   no data  --
3.19/0.82	c  F st    12     25001       240      1055         0     12105      3209    142217   no data   no data  --
3.19/0.83	c  N st    12     25001       240      1055         0     12105      3209    142217   no data   no data  --
3.96/1.03	c Decided on static restart strategy
3.96/1.03	c  N st    18     30000       240      1055         0     10423      3209    112806   no data   no data  --
3.96/1.03	c  S st    18     30000       240      1055         0     10423      3209    112806   no data   no data  --
3.96/1.06	c  S st    18     30503       240      1055         0     10922      3209    120188   no data   no data  --
3.96/1.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.96/1.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.96/1.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.96/1.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.96/1.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.96/1.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
3.96/1.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.35/1.15	c lits-rem:       234  cl-subs:     2057  v-elim:      0  v-fix:    0  time:  0.32 s
4.35/1.15	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.02
4.35/1.15	c calculated reachability. Time: 0.00
4.35/1.15	c  N st    18     30503       240      1055         0      8865      3208     97191   no data   no data  --
5.96/1.51	c  N st    20     37614       240      1055         0      8183      3208     79082   no data   no data  --
7.17/1.80	c  N st    21     44014       240      1055         0     14266      3208    159663   no data   no data  --
7.58/1.91	c  S st    22     45754       240      1055         0     15928      3208    182898   no data   no data  --
7.58/1.95	c  S st    22     46255       240      1055         0     16425      3208    190298   no data   no data  --
7.58/1.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.58/1.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.58/1.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.58/1.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.58/1.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.58/1.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
7.58/1.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.28	c lits-rem:       430  cl-subs:     2267  v-elim:      0  v-fix:    0  time:  1.26 s
8.75/2.28	c vivif2 --  cl tried     1055 cl shrink        0 lits rem          0 time: 0.00
8.75/2.28	c vivif2 --  cl tried    14158 cl shrink        0 lits rem          0 time: 0.01
8.75/2.29	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.04
8.75/2.29	c calculated reachability. Time: 0.00
8.75/2.29	c  N st    22     46255       240      1055         0     14158      3208    162600   no data   no data  --
11.97/3.05	c  N st    23     60652       240      1055         0      9884      3208     88287   no data   no data  --
13.55/3.48	c  N st    24     69383       240      1055         2     18057      3208    183665   no data   no data  --
13.55/3.48	c  S st    24     69383       240      1055         2     18057      3208    183665   no data   no data  --
13.95/3.53	c  S st    24     69884       240      1055         3     18549      3208    190375   no data   no data  --
13.95/3.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.95/3.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.95/3.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.95/3.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.76	c subs with bin:     5719  lits-rem:      1243  v-fix:    0  time:  0.87 s
14.75/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
14.75/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.15/3.89	c lits-rem:       183  cl-subs:      790  v-elim:      0  v-fix:    0  time:  0.53 s
15.15/3.89	c vivif2 --  cl tried     1055 cl shrink        0 lits rem          0 time: 0.00
15.15/3.89	c vivif2 --  cl tried    12040 cl shrink        0 lits rem          0 time: 0.01
15.54/3.90	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.03
15.54/3.90	c calculated reachability. Time: 0.00
15.54/3.90	c  N st    24     69884       240      1055         4     12040      3207    117425   no data   no data  --
19.14/4.89	c  F st    25     87504       240      1055         9     18548      3207    183518   no data   no data  --
19.14/4.89	c  N st    25     87504       240      1055         9     18548      3207    183518   no data   no data  --
19.14/4.89	c Finding binary XORs  T:     0.00 s  found:       0
20.76/5.26	c Decided on static restart strategy
20.76/5.27	c Following stats are for *FIRST FINISHED THREAD ONLY*
20.76/5.27	c num threads              : 4          
20.76/5.27	c restarts                 : 32         
20.76/5.27	c dynamic restarts         : 0          
20.76/5.27	c static restarts          : 32         
20.76/5.27	c full restarts            : 2          
20.76/5.27	c total simplify time      : 0.00       
20.76/5.27	c learnts DL2              : 0          
20.76/5.27	c learnts size 2           : 57         
20.76/5.27	c learnts size 1           : 53          (21.20     % of vars)
20.76/5.27	c filedLit time            : 0.02        (0.11      % time)
20.76/5.27	c v-elim SatELite          : 10          (4.00      % vars)
20.76/5.27	c SatELite time            : 1.19        (5.65      % time)
20.76/5.27	c v-elim xor               : 0           (0.00      % vars)
20.76/5.27	c xor elim time            : 0.00        (0.02      % time)
20.76/5.27	c num binary xor trees     : 0          
20.76/5.27	c binxor trees' crown      : 0           (nan       leafs/tree)
20.76/5.27	c bin xor find time        : 0.00       
20.76/5.27	c OTF clause improved      : 5105        (0.05      clauses/conflict)
20.76/5.27	c OTF impr. size diff      : 5253        (1.03       lits/clause)
20.76/5.27	c OTF cl watch-shrink      : 17635       (0.18      clauses/conflict)
20.76/5.27	c OTF cl watch-sh-lit      : 21069       (1.19       lits/clause)
20.76/5.27	c tried to recurMin cls    : 15389       (15.90      % of conflicts)
20.76/5.27	c updated cache            : 0           (0.00       lits/tried recurMin)
20.76/5.27	c unit cls received        : 0           (0.00      % of units)
20.76/5.27	c unit cls sent            : 1           (1.89      % of units)
20.76/5.27	c bin cls received         : 12         
20.76/5.27	c bin cls sent             : 13         
20.76/5.27	c clauses over max glue    : 0           (0.00      % of all clauses)
20.76/5.27	c conflicts                : 96805       (4604.54   / sec)
20.76/5.27	c decisions                : 113923      (2.73      % random)
20.76/5.27	c bogo-props               : 601710350   (28620433.23 / sec)
20.76/5.27	c conflict literals        : 1203376     (28.00     % deleted)
20.76/5.27	c Memory used              : 229.54      MB
20.76/5.27	c single-thread CPU time   : 21.02       s
20.76/5.27	c all-threads sum CPU time : 21.02       s
20.76/5.27	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3175223-1304100922/watcher-3175223-1304100922 -o /tmp/evaluation-result-3175223-1304100922/solver-3175223-1304100922 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175223-1304100922.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: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 412 0 1 0 0 0 0 0 23 0 4 0 521688942 52465664 352 33554432000 4194304 4650419 140734946590720 18446744073709551615 254500748273 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29430/statm: 12809 353 303 112 0 7774 0
[pid=29430/tid=29432] ppid=29428 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 521688943 52465664 353 33554432000 4194304 4650419 140734946590720 18446744073709551615 254495723752 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521688943 52465664 353 33554432000 4194304 4650419 140734946590720 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521688943 52465664 353 33554432000 4194304 4650419 140734946590720 18446744073709551615 254500748273 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.80787 s]
/proc/loadavg: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=219416 CPUtime=3.19 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 3852 0 1 0 319 0 0 0 19 0 4 0 521688942 224681984 2247 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 54854 2247 393 112 0 49819 0
[pid=29430/tid=29432] ppid=29428 vsize=219416 CPUtime=0.79 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 884 0 0 0 79 0 0 0 18 0 4 0 521688943 224681984 2247 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=219416 CPUtime=0.79 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 901 0 0 0 79 0 0 0 18 0 4 0 521688943 224681984 2247 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=219416 CPUtime=0.79 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 754 0 0 0 79 0 0 0 25 0 4 0 521688943 224681984 2247 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 219416

[startup+0.9006 s]
/proc/loadavg: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=219912 CPUtime=3.56 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 4399 0 1 0 356 0 0 0 19 0 4 0 521688942 225189888 2205 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365366 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 54978 2205 394 112 0 49943 0
[pid=29430/tid=29432] ppid=29428 vsize=219912 CPUtime=0.89 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1059 0 0 0 89 0 0 0 19 0 4 0 521688943 225189888 2205 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=219912 CPUtime=0.88 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1070 0 0 0 88 0 0 0 19 0 4 0 521688943 225189888 2205 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=219912 CPUtime=0.89 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 795 0 0 0 89 0 0 0 25 0 4 0 521688943 225189888 2205 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 219912

[startup+1.00058 s]
/proc/loadavg: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=219912 CPUtime=3.96 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 4572 0 1 0 396 0 0 0 19 0 4 0 521688942 225189888 2378 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 54978 2378 394 112 0 49943 0
[pid=29430/tid=29432] ppid=29428 vsize=219912 CPUtime=0.99 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1102 0 0 0 99 0 0 0 19 0 4 0 521688943 225189888 2378 33554432000 4194304 4650419 140734946590720 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=219912 CPUtime=0.98 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1115 0 0 0 98 0 0 0 19 0 4 0 521688943 225189888 2378 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=219912 CPUtime=0.99 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 838 0 0 0 99 0 0 0 25 0 4 0 521688943 225189888 2378 33554432000 4194304 4650419 140734946590720 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 219912

[startup+1.10056 s]
/proc/loadavg: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=220136 CPUtime=4.35 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 5539 0 1 0 435 0 0 0 19 0 4 0 521688942 225419264 3149 33554432000 4194304 4650419 140734946590720 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 55034 3150 395 112 0 49999 0
[pid=29430/tid=29432] ppid=29428 vsize=220136 CPUtime=1.09 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1137 0 0 0 109 0 0 0 19 0 4 0 521688943 225419264 3150 33554432000 4194304 4650419 140734946590720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=220136 CPUtime=1.08 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1150 0 0 0 108 0 0 0 19 0 4 0 521688943 225419264 3150 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=220136 CPUtime=1.09 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 958 0 0 0 109 0 0 0 25 0 4 0 521688943 225419264 3150 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 220136

[startup+1.50048 s]
/proc/loadavg: 2.18 3.57 5.27 2/172 29430
/proc/meminfo: memFree=31015064/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=220716 CPUtime=5.96 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 7307 0 1 0 595 1 0 0 20 0 4 0 521688942 226013184 3805 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 55179 3805 395 112 0 50144 0
[pid=29430/tid=29432] ppid=29428 vsize=220716 CPUtime=1.49 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 2105 0 0 0 149 0 0 0 20 0 4 0 521688943 226013184 3805 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=220716 CPUtime=1.48 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1450 0 0 0 148 0 0 0 20 0 4 0 521688943 226013184 3805 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=220716 CPUtime=1.48 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 1208 0 0 0 148 0 0 0 25 0 4 0 521688943 226013184 3805 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 220716

[startup+3.10023 s]
/proc/loadavg: 2.18 3.57 5.27 9/184 29443
/proc/meminfo: memFree=30960980/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=225836 CPUtime=12.35 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 12743 0 1 0 1233 2 0 0 25 0 4 0 521688942 231256064 6724 33554432000 4194304 4650419 140734946590720 18446744073709551615 4316022 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 56459 6724 395 112 0 51424 0
[pid=29430/tid=29432] ppid=29428 vsize=225836 CPUtime=3.09 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 2900 0 0 0 309 0 0 0 25 0 4 0 521688943 231256064 6724 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=225836 CPUtime=3.08 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3280 0 0 0 308 0 0 0 25 0 4 0 521688943 231256064 6724 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=225836 CPUtime=3.08 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 2794 0 0 0 308 0 0 0 25 0 4 0 521688943 231256064 6724 33554432000 4194304 4650419 140734946590720 18446744073709551615 4330887 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 225836

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

[startup+3.901 s]
/proc/loadavg: 2.18 3.57 5.27 9/184 29443
/proc/meminfo: memFree=30960980/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=234984 CPUtime=15.54 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 14755 0 1 0 1552 2 0 0 25 0 4 0 521688942 240623616 8206 33554432000 4194304 4650419 140734946590720 18446744073709551615 4370526 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 58746 8206 395 112 0 53711 0
[pid=29430/tid=29432] ppid=29428 vsize=234984 CPUtime=3.89 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3730 0 0 0 389 0 0 0 25 0 4 0 521688943 240623616 8206 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=234984 CPUtime=3.88 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3658 0 0 0 388 0 0 0 25 0 4 0 521688943 240623616 8206 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=234984 CPUtime=3.87 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3140 0 0 0 387 0 0 0 25 0 4 0 521688943 240623616 8206 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 234984

[startup+4.70084 s]
/proc/loadavg: 2.73 3.66 5.29 10/184 29473
/proc/meminfo: memFree=30973000/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=235000 CPUtime=18.75 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 16048 0 1 0 1872 3 0 0 25 0 4 0 521688942 240640000 8415 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 58750 8415 395 112 0 53715 0
[pid=29430/tid=29432] ppid=29428 vsize=235000 CPUtime=4.68 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4041 0 0 0 468 0 0 0 25 0 4 0 521688943 240640000 8415 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=235000 CPUtime=4.68 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4007 0 0 0 468 0 0 0 25 0 4 0 521688943 240640000 8415 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=235000 CPUtime=4.67 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3413 0 0 0 467 0 0 0 25 0 4 0 521688943 240640000 8415 33554432000 4194304 4650419 140734946590720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.75
Current children cumulated vsize (KiB) 235000

[startup+5.10077 s]
/proc/loadavg: 2.73 3.66 5.29 9/184 29473
/proc/meminfo: memFree=30959484/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=226184 CPUtime=20.36 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 16662 0 1 0 2033 3 0 0 25 0 4 0 521688942 231612416 8727 33554432000 4194304 4650419 140734946590720 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 56546 8727 395 112 0 51511 0
[pid=29430/tid=29432] ppid=29428 vsize=226184 CPUtime=5.09 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4094 0 0 0 509 0 0 0 25 0 4 0 521688943 231612416 8727 33554432000 4194304 4650419 140734946590720 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=226184 CPUtime=5.08 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4394 0 0 0 508 0 0 0 25 0 4 0 521688943 231612416 8727 33554432000 4194304 4650419 140734946590720 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=226184 CPUtime=5.08 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3503 0 0 0 508 0 0 0 25 0 4 0 521688943 231612416 8727 33554432000 4194304 4650419 140734946590720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.36
Current children cumulated vsize (KiB) 226184

[startup+5.20675 s]
/proc/loadavg: 2.73 3.66 5.29 9/184 29473
/proc/meminfo: memFree=30959484/32950928 swapFree=67111464/67111528
[pid=29430] ppid=29428 vsize=226184 CPUtime=20.76 cores=0,2,4,6
/proc/29430/stat : 29430 (strangenight1-m) R 29428 29430 29397 0 -1 4202496 16725 0 1 0 2073 3 0 0 25 0 4 0 521688942 231612416 8790 33554432000 4194304 4650419 140734946590720 18446744073709551615 4339948 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29430/statm: 56546 8790 395 112 0 51511 0
[pid=29430/tid=29432] ppid=29428 vsize=226184 CPUtime=5.19 cores=0,2,4,6
/proc/29430/task/29432/stat : 29432 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4117 0 0 0 519 0 0 0 25 0 4 0 521688943 231612416 8790 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29430/tid=29433] ppid=29428 vsize=226184 CPUtime=5.19 cores=0,2,4,6
/proc/29430/task/29433/stat : 29433 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 4394 0 0 0 519 0 0 0 25 0 4 0 521688943 231612416 8790 33554432000 4194304 4650419 140734946590720 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29430/tid=29434] ppid=29428 vsize=226184 CPUtime=5.18 cores=0,2,4,6
/proc/29430/task/29434/stat : 29434 (strangenight1-m) R 29428 29430 29397 0 -1 4202560 3520 0 0 0 518 0 0 0 25 0 4 0 521688943 231612416 8790 33554432000 4194304 4650419 140734946590720 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.76
Current children cumulated vsize (KiB) 226184

Child status: 20
Real time (s): 5.28089
CPU time (s): 21.0598
CPU user time (s): 21.0238
CPU system time (s): 0.035994
CPU usage (%): 398.793
Max. virtual memory (cumulated for all children) (KiB): 235072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0238
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16911
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232
involuntary context switches= 260

runsolver used 0.006998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 20:15:23
IDJOB=3175223
IDBENCH=82841
IDSOLVER=1588
FILE ID=node149/3175223-1304100922
RUNJOBID= node149-1304100922-29415
PBS_JOBID= 13170626
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175223-1304100922/watcher-3175223-1304100922 -o /tmp/evaluation-result-3175223-1304100922/solver-3175223-1304100922 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175223-1304100922.cnf

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

MD5SUM BENCH= 30a6e61471a22008cda0ff7e2d23efa4
RANDOM SEED=543805037

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31015516 kB
Buffers:        424252 kB
Cached:        1073944 kB
SwapCached:         60 kB
Active:          95336 kB
Inactive:      1466944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31015516 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           12548 kB
Writeback:           0 kB
AnonPages:       64288 kB
Mapped:          14400 kB
Slab:           305936 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185700 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= 71920 MiB
End job on node149 at 2011-04-29 20:15:28