Trace number 1720277

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
HydraSAT 2009-03-22-BaseUNSAT 305.93 306.049

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

305.88/306.02	
305.88/306.02	c decisions : 3088181
305.88/306.02	c conflicts : 473427
305.88/306.02	c Memory limit 1620 MiB
305.88/306.02	c RANDOM SEED: 590137912
305.88/306.02	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720277-1240654434/watcher-1720277-1240654434 -o /tmp/evaluation-result-1720277-1240654434/solver-1720277-1240654434 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1720277-1240654434.cnf -rs 590137912 -co memory_limit 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.43 1.73 1.44 3/64 15663
/proc/meminfo: memFree=1190960/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=2880 CPUtime=0
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 227 0 0 0 0 0 0 0 18 0 1 0 93476217 2949120 211 1992294400 134512640 135997824 4294956160 18446744073709551615 135431166 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 720 212 151 362 0 355 0

[startup+0.0651821 s]
/proc/loadavg: 1.43 1.73 1.44 3/64 15663
/proc/meminfo: memFree=1190960/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=5124 CPUtime=0.06
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 839 0 0 0 6 0 0 0 18 0 1 0 93476217 5246976 823 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 1281 823 151 362 0 916 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5124

[startup+0.102186 s]
/proc/loadavg: 1.43 1.73 1.44 3/64 15663
/proc/meminfo: memFree=1190960/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=6444 CPUtime=0.09
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 1212 0 0 0 9 0 0 0 18 0 1 0 93476217 6598656 1196 1992294400 134512640 135997824 4294956160 18446744073709551615 135431166 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 1611 1197 151 362 0 1246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6444

[startup+0.301214 s]
/proc/loadavg: 1.43 1.73 1.44 3/64 15663
/proc/meminfo: memFree=1190960/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=13704 CPUtime=0.3
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 3221 0 0 0 29 1 0 0 19 0 1 0 93476217 14032896 3205 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 3426 3205 151 362 0 3061 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13704

[startup+0.701274 s]
/proc/loadavg: 1.43 1.73 1.44 3/64 15663
/proc/meminfo: memFree=1190960/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=27392 CPUtime=0.69
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 6867 0 0 0 67 2 0 0 23 0 1 0 93476217 28049408 6291 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 6848 6291 159 362 0 6483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27392

[startup+1.50139 s]
/proc/loadavg: 1.43 1.73 1.44 2/65 15664
/proc/meminfo: memFree=1160104/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=41720 CPUtime=1.49
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 10807 0 0 0 145 4 0 0 25 0 1 0 93476217 42721280 9845 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 10430 9845 159 362 0 10065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41720

[startup+3.10162 s]
/proc/loadavg: 1.43 1.73 1.44 2/65 15664
/proc/meminfo: memFree=1147176/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=64408 CPUtime=3.09
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 17388 0 0 0 303 6 0 0 25 0 1 0 93476217 65953792 15254 1992294400 134512640 135997824 4294956160 18446744073709551615 134859073 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 16102 15254 174 362 0 15737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64408

[startup+6.30108 s]
/proc/loadavg: 1.39 1.72 1.43 2/65 15664
/proc/meminfo: memFree=1129320/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=65520 CPUtime=6.29
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 17659 0 0 0 622 7 0 0 25 0 1 0 93476217 67092480 15525 1992294400 134512640 135997824 4294956160 18446744073709551615 134590799 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 16380 15525 174 362 0 16015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65520

[startup+12.702 s]
/proc/loadavg: 1.36 1.70 1.43 2/65 15664
/proc/meminfo: memFree=1127784/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=66920 CPUtime=12.69
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 18032 0 0 0 1262 7 0 0 25 0 1 0 93476217 68526080 15898 1992294400 134512640 135997824 4294956160 18446744073709551615 134757352 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 16730 15898 174 362 0 16365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66920

[startup+25.5029 s]
/proc/loadavg: 1.28 1.67 1.42 2/65 15664
/proc/meminfo: memFree=1122920/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=71976 CPUtime=25.49
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 19236 0 0 0 2541 8 0 0 25 0 1 0 93476217 73703424 17102 1992294400 134512640 135997824 4294956160 18446744073709551615 134850413 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 17994 17102 174 362 0 17629 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71976

[startup+51.1016 s]
/proc/loadavg: 1.25 1.63 1.42 2/65 15664
/proc/meminfo: memFree=1111016/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=84672 CPUtime=51.07
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 22304 0 0 0 5098 9 0 0 25 0 1 0 93476217 86704128 20170 1992294400 134512640 135997824 4294956160 18446744073709551615 134757818 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 21168 20170 174 362 0 20803 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84672

[startup+102.306 s]
/proc/loadavg: 1.10 1.53 1.39 2/65 15664
/proc/meminfo: memFree=1090216/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=106700 CPUtime=102.26
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 27524 0 0 0 10213 13 0 0 25 0 1 0 93476217 109260800 25261 1992294400 134512640 135997824 4294956160 18446744073709551615 134662267 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 26675 25261 174 362 0 26310 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 106700

[startup+162.302 s]
/proc/loadavg: 1.04 1.43 1.36 2/65 15664
/proc/meminfo: memFree=1077864/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=119928 CPUtime=162.23
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 30650 0 0 0 16208 15 0 0 25 0 1 0 93476217 122806272 28387 1992294400 134512640 135997824 4294956160 18446744073709551615 134590138 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 29982 28387 174 362 0 29617 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 119928

[startup+222.301 s]
/proc/loadavg: 1.01 1.35 1.34 2/65 15664
/proc/meminfo: memFree=1069672/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=129556 CPUtime=222.2
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 32924 0 0 0 22203 17 0 0 25 0 1 0 93476217 132665344 30404 1992294400 134512640 135997824 4294956160 18446744073709551615 134757485 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 32389 30404 174 362 0 32024 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 129556

[startup+282.301 s]
/proc/loadavg: 1.00 1.28 1.32 2/65 15664
/proc/meminfo: memFree=1063464/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=135912 CPUtime=282.18
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34471 0 0 0 28200 18 0 0 25 0 1 0 93476217 139173888 31951 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 33978 31951 174 362 0 33613 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 135912

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

[startup+294.302 s]
/proc/loadavg: 1.00 1.27 1.31 2/65 15664
/proc/meminfo: memFree=1062504/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137256 CPUtime=294.18
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34814 0 0 0 29399 19 0 0 25 0 1 0 93476217 140550144 32173 1992294400 134512640 135997824 4294956160 18446744073709551615 134757431 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34314 32173 174 362 0 33949 0
Current children cumulated CPU time (s) 294.18
Current children cumulated vsize (KiB) 137256

[startup+300.702 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1062120/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137652 CPUtime=300.58
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34925 0 0 0 30039 19 0 0 25 0 1 0 93476217 140955648 32284 1992294400 134512640 135997824 4294956160 18446744073709551615 134757383 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34413 32284 174 362 0 34048 0
Current children cumulated CPU time (s) 300.58
Current children cumulated vsize (KiB) 137652

[startup+303.901 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1061928/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137788 CPUtime=303.78
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34969 0 0 0 30359 19 0 0 25 0 1 0 93476217 141094912 32328 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34447 32328 174 362 0 34082 0
Current children cumulated CPU time (s) 303.78
Current children cumulated vsize (KiB) 137788

[startup+304.706 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1061864/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137788 CPUtime=304.58
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34978 0 0 0 30439 19 0 0 25 0 1 0 93476217 141094912 32337 1992294400 134512640 135997824 4294956160 18446744073709551615 134757449 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34447 32337 174 362 0 34082 0
Current children cumulated CPU time (s) 304.58
Current children cumulated vsize (KiB) 137788

[startup+305.501 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1061864/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137788 CPUtime=305.38
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34988 0 0 0 30519 19 0 0 25 0 1 0 93476217 141094912 32347 1992294400 134512640 135997824 4294956160 18446744073709551615 134757407 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34447 32347 174 362 0 34082 0
Current children cumulated CPU time (s) 305.38
Current children cumulated vsize (KiB) 137788

[startup+305.902 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1061800/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=137920 CPUtime=305.78
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 34992 0 0 0 30559 19 0 0 25 0 1 0 93476217 141230080 32351 1992294400 134512640 135997824 4294956160 18446744073709551615 134757511 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34480 32351 174 362 0 34115 0
Current children cumulated CPU time (s) 305.78
Current children cumulated vsize (KiB) 137920

[startup+306.002 s]
/proc/loadavg: 1.00 1.26 1.31 2/65 15664
/proc/meminfo: memFree=1061800/2055920 swapFree=4192956/4192956
[pid=15663] ppid=15661 vsize=138684 CPUtime=305.88
/proc/15663/stat : 15663 (hydrasat) R 15661 15663 15343 0 -1 4194304 35180 0 0 0 30569 19 0 0 25 0 1 0 93476217 142012416 32539 1992294400 134512640 135997824 4294956160 18446744073709551615 134694775 0 0 4096 1 0 0 0 17 0 0 0
/proc/15663/statm: 34671 32539 174 362 0 34306 0
Current children cumulated CPU time (s) 305.88
Current children cumulated vsize (KiB) 138684

Child status: 20
Real time (s): 306.049
CPU time (s): 305.93
CPU user time (s): 305.717
CPU system time (s): 0.213967
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 138684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 305.717
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35185
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= 2
involuntary context switches= 752

runsolver used 0.221966 second user time and 0.899863 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 12:13:55
IDJOB=1720277
IDBENCH=69599
IDSOLVER=520
FILE ID=node30/1720277-1240654434
PBS_JOBID= 9186491
Free space on /tmp= 66244 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720277-1240654434/watcher-1720277-1240654434 -o /tmp/evaluation-result-1720277-1240654434/solver-1720277-1240654434 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1720277-1240654434.cnf -rs 590137912 -co memory_limit 1800

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=590137912

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1191376 kB
Buffers:         97564 kB
Cached:         661860 kB
SwapCached:          0 kB
Active:          93852 kB
Inactive:       680008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191376 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6140 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            76716 kB
Committed_AS:   395084 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node30 at 2009-04-25 12:19:01