Trace number 1613312

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
SAT07 reference solver: minisat SAT 2007UNSAT 167.87 167.929

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  8484                                                 |
0.00/0.00	c |  Number of clauses:    74640                                                |
0.00/0.08	c |  Parsing time:         0.08         s                                       |
0.19/0.28	c ============================[ Search Statistics ]==============================
0.19/0.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.28	c ===============================================================================
0.19/0.28	c |         0 |    5612    60046   197476 |    20015        0    nan |  0.000 % |
0.29/0.30	c |       100 |    5611    60046   197476 |    22016       99      8 |  1.992 % |
0.29/0.32	c |       250 |    5611    60046   197476 |    24218      249     16 |  1.992 % |
0.29/0.36	c |       476 |    5611    60046   197476 |    26640      475     18 |  1.992 % |
0.29/0.40	c |       813 |    5610    60046   197476 |    29304      811     20 |  2.004 % |
0.39/0.46	c |      1319 |    5610    60046   197476 |    32234     1317     22 |  2.004 % |
0.49/0.57	c |      2079 |    5610    60035   197448 |    35458     2072     22 |  2.006 % |
0.69/0.71	c |      3220 |    5610    60035   197448 |    39004     3213     27 |  2.004 % |
0.99/1.05	c |      4928 |    5610    60035   197448 |    42904     4921     29 |  2.006 % |
1.59/1.65	c |      7491 |    5610    60035   197448 |    47195     7484     29 |  2.006 % |
2.59/2.66	c |     11335 |    5610    60035   197448 |    51914    11328     29 |  2.004 % |
4.19/4.27	c |     17105 |    5610    60035   197448 |    57106    17098     32 |  2.004 % |
7.18/7.27	c |     25756 |    5609    59990   197298 |    62816    25737     36 |  2.016 % |
11.39/11.45	c |     38730 |    5609    59990   197298 |    69098    38711     41 |  2.016 % |
22.78/22.85	c |     58191 |    5609    59990   197298 |    76008    58172     41 |  2.016 % |
40.98/41.07	c |     87383 |    5609    59990   197298 |    83609    30031     39 |  2.016 % |
71.67/71.72	c |    131173 |    5598    58255   190484 |    91969    28255     26 |  2.145 % |
131.45/131.51	c |    196857 |    5596    58204   190316 |   101166    29905     31 |  2.169 % |
167.83/167.92	c ===============================================================================
167.83/167.92	c restarts              : 18
167.83/167.92	c conflicts             : 237284         (1414 /sec)
167.83/167.92	c decisions             : 460840         (1.26 % random) (2746 /sec)
167.83/167.92	c propagations          : 83156583       (495562 /sec)
167.83/167.92	c conflict literals     : 11394932       (44.20 % deleted)
167.83/167.92	c Memory used           : 26.07 MB
167.83/167.92	c CPU time              : 167.802 s
167.83/167.92	c 
167.83/167.92	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-1613312-1239391680/watcher-1613312-1239391680 -o /tmp/evaluation-result-1613312-1239391680/solver-1613312-1239391680 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1613312-1239391680.cnf 

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: 0.93 1.06 1.42 3/64 11188
/proc/meminfo: memFree=1801600/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=2460 CPUtime=0
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 3806432 2519040 505 1992294400 134512640 135048876 4294956208 18446744073709551615 134524841 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 615 507 50 130 0 482 0

[startup+0.0120709 s]
/proc/loadavg: 0.93 1.06 1.42 3/64 11188
/proc/meminfo: memFree=1801600/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=3220 CPUtime=0
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 670 0 0 0 0 0 0 0 18 0 1 0 3806432 3297280 656 1992294400 134512640 135048876 4294956208 18446744073709551615 134686938 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 805 662 50 130 0 672 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3220

[startup+0.101084 s]
/proc/loadavg: 0.93 1.06 1.42 3/64 11188
/proc/meminfo: memFree=1801600/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=7464 CPUtime=0.09
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 1727 0 0 0 9 0 0 0 18 0 1 0 3806432 7643136 1713 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 1866 1713 62 130 0 1733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7464

[startup+0.301117 s]
/proc/loadavg: 0.93 1.06 1.42 3/64 11188
/proc/meminfo: memFree=1801600/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=7748 CPUtime=0.29
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 2006 0 0 0 29 0 0 0 19 0 1 0 3806432 7933952 1817 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 1937 1817 63 130 0 1804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7748

[startup+0.701178 s]
/proc/loadavg: 0.93 1.06 1.42 3/64 11188
/proc/meminfo: memFree=1801600/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=7748 CPUtime=0.69
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 2010 0 0 0 69 0 0 0 22 0 1 0 3806432 7933952 1821 1992294400 134512640 135048876 4294956208 18446744073709551615 134548450 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 1937 1821 67 130 0 1804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7748

[startup+1.50131 s]
/proc/loadavg: 0.93 1.06 1.42 2/65 11189
/proc/meminfo: memFree=1794360/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=7748 CPUtime=1.49
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 2010 0 0 0 149 0 0 0 25 0 1 0 3806432 7933952 1821 1992294400 134512640 135048876 4294956208 18446744073709551615 134546971 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 1937 1821 67 130 0 1804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7748

[startup+3.10156 s]
/proc/loadavg: 0.93 1.06 1.42 2/65 11189
/proc/meminfo: memFree=1794104/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=8276 CPUtime=3.08
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 2154 0 0 0 308 0 0 0 25 0 1 0 3806432 8474624 1965 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 2069 1965 67 130 0 1936 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8276

[startup+6.30107 s]
/proc/loadavg: 0.93 1.06 1.41 2/65 11189
/proc/meminfo: memFree=1792248/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=10340 CPUtime=6.29
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 2645 0 0 0 628 1 0 0 25 0 1 0 3806432 10588160 2456 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 2585 2456 67 130 0 2452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10340

[startup+12.7011 s]
/proc/loadavg: 0.94 1.06 1.41 2/65 11189
/proc/meminfo: memFree=1787976/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=14412 CPUtime=12.69
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 3666 0 0 0 1267 2 0 0 25 0 1 0 3806432 14757888 3477 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 3603 3477 67 130 0 3470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14412

[startup+25.5011 s]
/proc/loadavg: 0.95 1.05 1.40 2/65 11189
/proc/meminfo: memFree=1783496/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=18816 CPUtime=25.49
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 4740 0 0 0 2545 4 0 0 25 0 1 0 3806432 19267584 4551 1992294400 134512640 135048876 4294956208 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 4704 4551 67 130 0 4571 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18816

[startup+51.1012 s]
/proc/loadavg: 0.97 1.05 1.39 2/65 11189
/proc/meminfo: memFree=1779912/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=22420 CPUtime=51.07
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 5649 0 0 0 5102 5 0 0 25 0 1 0 3806432 22958080 5460 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 5605 5460 67 130 0 5472 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22420

[startup+102.305 s]
/proc/loadavg: 0.98 1.04 1.37 2/65 11189
/proc/meminfo: memFree=1779656/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=22556 CPUtime=102.26
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 5707 0 0 0 10221 5 0 0 25 0 1 0 3806432 23097344 5518 1992294400 134512640 135048876 4294956208 18446744073709551615 134547172 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 5639 5518 67 130 0 5506 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22556

[startup+162.302 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775816/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26516 CPUtime=162.24
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6656 0 0 0 16218 6 0 0 25 0 1 0 3806432 27152384 6467 1992294400 134512640 135048876 4294956208 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6629 6467 67 130 0 6496 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26516

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

[startup+163.102 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775752/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26688 CPUtime=163.04
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6665 0 0 0 16298 6 0 0 25 0 1 0 3806432 27328512 6476 1992294400 134512640 135048876 4294956208 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6672 6476 67 130 0 6539 0
Current children cumulated CPU time (s) 163.04
Current children cumulated vsize (KiB) 26688

[startup+166.302 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775752/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26688 CPUtime=166.24
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6667 0 0 0 16618 6 0 0 25 0 1 0 3806432 27328512 6478 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6672 6478 67 130 0 6539 0
Current children cumulated CPU time (s) 166.24
Current children cumulated vsize (KiB) 26688

[startup+167.102 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775752/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26688 CPUtime=167.04
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6667 0 0 0 16698 6 0 0 25 0 1 0 3806432 27328512 6478 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6672 6478 67 130 0 6539 0
Current children cumulated CPU time (s) 167.04
Current children cumulated vsize (KiB) 26688

[startup+167.502 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775752/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26688 CPUtime=167.43
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6667 0 0 0 16737 6 0 0 25 0 1 0 3806432 27328512 6478 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6672 6478 67 130 0 6539 0
Current children cumulated CPU time (s) 167.43
Current children cumulated vsize (KiB) 26688

[startup+167.902 s]
/proc/loadavg: 0.99 1.03 1.34 2/65 11189
/proc/meminfo: memFree=1775752/2055920 swapFree=4192956/4192956
[pid=11188] ppid=11186 vsize=26688 CPUtime=167.83
/proc/11188/stat : 11188 (minisat_noasser) R 11186 11188 10987 0 -1 4194304 6667 0 0 0 16777 6 0 0 25 0 1 0 3806432 27328512 6478 1992294400 134512640 135048876 4294956208 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/11188/statm: 6672 6478 67 130 0 6539 0
Current children cumulated CPU time (s) 167.83
Current children cumulated vsize (KiB) 26688

Child status: 20
Real time (s): 167.929
CPU time (s): 167.87
CPU user time (s): 167.802
CPU system time (s): 0.067989
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 26688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.802
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6673
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= 277

runsolver used 0.110983 second user time and 0.368943 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-10 21:28:00
IDJOB=1613312
IDBENCH=71629
IDSOLVER=556
FILE ID=node69/1613312-1239391680
PBS_JOBID= 9132692
Free space on /tmp= 66480 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1613312-1239391680/watcher-1613312-1239391680 -o /tmp/evaluation-result-1613312-1239391680/solver-1613312-1239391680 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1613312-1239391680.cnf

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=1049756910

node69.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.259
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.259
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:       1802080 kB
Buffers:         63312 kB
Cached:         129468 kB
SwapCached:          0 kB
Active:         103028 kB
Inactive:       102612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3200 kB
Writeback:           0 kB
Mapped:          22576 kB
Slab:            34152 kB
Committed_AS:   103092 kB
PageTables:       1464 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= 66480 MiB
End job on node69 at 2009-04-10 21:30:48