Trace number 1720155

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
MoRsat 2009-03-03UNSAT 297.121 297.204

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
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 MoRsat version 1.02 2009.03 
3.19/3.22	c atom#=217725 clause#=646228 total literals=1507864 
297.11/297.20	c CNF stats: (217725 vars, 646228 clauses) 
297.11/297.20	c Decisions: 3577329 
297.11/297.20	c Conflicts: 376578 
297.11/297.20	c 
297.11/297.20	s UNSATISFIABLE
297.11/297.20	c Running time: 296.11498 seconds 

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-1720155-1240653096/watcher-1720155-1240653096 -o /tmp/evaluation-result-1720155-1240653096/solver-1720155-1240653096 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1720155-1240653096.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.99 0.97 0.98 3/64 16703
/proc/meminfo: memFree=1801432/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=11432 CPUtime=0
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 93343703 11706368 121 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 2858 121 96 284 0 2571 0

[startup+0.015409 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16703
/proc/meminfo: memFree=1801432/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=11432 CPUtime=0.01
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 170 0 0 0 1 0 0 0 18 0 1 0 93343703 11706368 154 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 2858 154 96 284 0 2571 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11432

[startup+0.102415 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16703
/proc/meminfo: memFree=1801432/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=11432 CPUtime=0.09
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 427 0 0 0 9 0 0 0 18 0 1 0 93343703 11706368 411 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 2858 411 96 284 0 2571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11432

[startup+0.301431 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16703
/proc/meminfo: memFree=1801432/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=11432 CPUtime=0.29
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 1014 0 0 0 29 0 0 0 19 0 1 0 93343703 11706368 998 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 2858 998 96 284 0 2571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11432

[startup+0.702463 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 16703
/proc/meminfo: memFree=1801432/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=11432 CPUtime=0.69
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 2161 0 0 0 68 1 0 0 23 0 1 0 93343703 11706368 2145 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 2858 2146 96 284 0 2571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11432

[startup+1.50153 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1781072/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=32980 CPUtime=1.49
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 19869 0 0 0 141 8 0 0 25 0 1 0 93343703 33771520 5206 1992294400 134512640 135679800 4294956240 18446744073709551615 134556283 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 8245 5207 106 284 0 7958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32980

[startup+3.10166 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1773072/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=44048 CPUtime=3.09
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 30731 0 0 0 294 15 0 0 25 0 1 0 93343703 45105152 7817 1992294400 134512640 135679800 4294956240 18446744073709551615 134544406 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 11012 7817 106 284 0 10725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44048

[startup+6.30192 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1731792/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=94724 CPUtime=6.29
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 41983 0 0 0 610 19 0 0 25 0 1 0 93343703 96997376 17515 1992294400 134512640 135679800 4294956240 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 23681 17515 113 284 0 23394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94724

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1730320/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=95928 CPUtime=12.69
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 42288 0 0 0 1249 20 0 0 25 0 1 0 93343703 98230272 17820 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 23982 17820 113 284 0 23695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95928

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1727952/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=98280 CPUtime=25.48
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 42881 0 0 0 2528 20 0 0 25 0 1 0 93343703 100638720 18413 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 24570 18413 113 284 0 24283 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 98280

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1722000/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=105236 CPUtime=51.06
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 44716 0 0 0 5085 21 0 0 25 0 1 0 93343703 107761664 19956 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 26309 19956 113 284 0 26022 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 105236

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1713936/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=112384 CPUtime=102.26
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 47414 0 0 0 10202 24 0 0 25 0 1 0 93343703 115081216 21882 1992294400 134512640 135679800 4294956240 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 28096 21882 113 284 0 27809 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 112384

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1708240/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=118100 CPUtime=162.24
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 48913 0 0 0 16199 25 0 0 25 0 1 0 93343703 120934400 23381 1992294400 134512640 135679800 4294956240 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 29525 23381 113 284 0 29238 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 118100

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703184/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124112 CPUtime=222.22
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52011 0 0 0 22195 27 0 0 25 0 1 0 93343703 127090688 24553 1992294400 134512640 135679800 4294956240 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31028 24553 113 284 0 30741 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 124112

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=282.21
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 28194 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 124260

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

[startup+287.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=287.81
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 28754 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134522692 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 287.81
Current children cumulated vsize (KiB) 124260

[startup+291.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=291.01
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29074 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 291.01
Current children cumulated vsize (KiB) 124260

[startup+294.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=294.21
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29394 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134522742 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 124260

[startup+295.906 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=295.81
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29554 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134523655 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 295.81
Current children cumulated vsize (KiB) 124260

[startup+296.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=124260 CPUtime=296.6
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29633 27 0 0 25 0 1 0 93343703 127242240 24606 1992294400 134512640 135679800 4294956240 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 31065 24606 113 284 0 30778 0
Current children cumulated CPU time (s) 296.6
Current children cumulated vsize (KiB) 124260

[startup+297.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=113924 CPUtime=297.01
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29673 28 0 0 25 0 1 0 93343703 116658176 23715 1992294400 134512640 135679800 4294956240 18446744073709551615 135103225 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 28481 23715 113 284 0 28194 0
Current children cumulated CPU time (s) 297.01
Current children cumulated vsize (KiB) 113924

[startup+297.202 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 16704
/proc/meminfo: memFree=1703120/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=26600 CPUtime=297.11
/proc/16703/stat : 16703 (MoRsat) R 16701 16703 16514 0 -1 4194304 52064 0 0 0 29682 29 0 0 25 0 1 0 93343703 27238400 2855 1992294400 134512640 135679800 4294956240 18446744073709551615 135177537 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16703/statm: 6650 2855 619 284 0 6363 0
Current children cumulated CPU time (s) 297.11
Current children cumulated vsize (KiB) 26600

Child status: 20
Real time (s): 297.204
CPU time (s): 297.121
CPU user time (s): 296.824
CPU system time (s): 0.296954
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 130272

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

runsolver used 0.26096 second user time and 0.570913 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-25 11:51:37
IDJOB=1720155
IDBENCH=69595
IDSOLVER=502
FILE ID=node3/1720155-1240653096
PBS_JOBID= 9186495
Free space on /tmp= 66060 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720155-1240653096/watcher-1720155-1240653096 -o /tmp/evaluation-result-1720155-1240653096/solver-1720155-1240653096 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1720155-1240653096.cnf

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=1517922853

node3.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.212
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.212
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:       1801848 kB
Buffers:         11344 kB
Cached:         169460 kB
SwapCached:        144 kB
Active:          52756 kB
Inactive:       143180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12832 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            44156 kB
Committed_AS:   331904 kB
PageTables:       1396 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= 66056 MiB
End job on node3 at 2009-04-25 11:56:34