Trace number 320642

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, and are wall clock time (not CPU 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
CMUSAT 2007-02-08UNSAT 170.578 170.674

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.347
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  2270930                                              |
6.69/6.76	c |  Number of clauses:    8901946                                              |
170.40/170.52	c |  Parsing time:         6.08         sec                                       |
170.40/170.52	c #varS 2270930 #clauseS 7147419
170.40/170.52	c REMAP internally 1
170.40/170.52	c After remapping new number of variables: 1685480
170.40/170.52	c DBreduced=0 GV=102[0]  GL=7147514[ 7147419,95] Prune=338 decisions=236 restart=0 est=15.2224 DB Impl=11518801[0]  
170.40/170.52	c DBreduced=0 GV=153[0]  GL=7147561[ 7147419,142] Prune=545 decisions=392 restart=1 est=17.923 DB Impl=14932453[0]  
170.40/170.52	c DBreduced=0 GV=226[0]  GL=7147626[ 7147419,207] Prune=853 decisions=627 restart=2 est=17.9339 DB Impl=18323669[0]  
170.40/170.52	c DBreduced=0 GV=338[0]  GL=7147725[ 7147419,306] Prune=1335 decisions=997 restart=3 est=17.9491 DB Impl=27664802[0]  
170.40/170.52	c DBreduced=0 GV=507[0]  GL=7147847[ 7147419,428] Prune=1973 decisions=1466 restart=4 est=20.6324 DB Impl=40143271[0]  
170.40/170.52	c DBreduced=0 GV=760[0]  GL=7148070[ 7147419,651] Prune=3097 decisions=2337 restart=5 est=22.207 DB Impl=63136468[0]  
170.40/170.52	c DBreduced=0 GV=1140[0]  GL=7148358[ 7147419,939] Prune=4783 decisions=3643 restart=6 est=28.5077 DB Impl=98112056[0]  
170.40/170.52	c DBreduced=0 GV=1709[0]  GL=7148899[ 7147419,1480] Prune=7349 decisions=5640 restart=7 est=29.5753 DB Impl=128711142[0]  
170.40/170.52	c DBreduced=0 GV=2565[0]  GL=7149728[ 7147419,2309] Prune=9840 decisions=7275 restart=8 est=48.4764 DB Impl=165672834[0]  
170.40/170.52	c #Total time (in seconds): 169.036
170.40/170.52	c #Memory used (in MB): 1006.75
170.40/170.52	c 
170.40/170.52	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-320642-1173048674 -o ROOT/results/node44/solver-320642-1173048674 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320642-1173048674/cmusat /tmp/evaluation/320642-1173048674/instance-320642-1173048674.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): 2400 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.92 0.98 0.99 3/64 1739
/proc/meminfo: memFree=621384/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=2704 CPUtime=0
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 507 0 0 0 0 0 0 0 18 0 1 0 324823831 2768896 490 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134548965 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 676 490 97 243 0 430 0

[startup+0.0788381 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1739
/proc/meminfo: memFree=621384/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=9492 CPUtime=0.06
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 2065 0 0 0 6 0 0 0 18 0 1 0 324823831 9719808 2048 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 2373 2049 97 243 0 2127 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9492

[startup+0.101842 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1739
/proc/meminfo: memFree=621384/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=11488 CPUtime=0.09
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 2495 0 0 0 8 1 0 0 18 0 1 0 324823831 11763712 2478 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 2872 2479 97 243 0 2626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11488

[startup+0.301878 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1739
/proc/meminfo: memFree=621384/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=28628 CPUtime=0.29
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 6401 0 0 0 27 2 0 0 19 0 1 0 324823831 29315072 6384 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 7157 6385 97 243 0 6911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28628

[startup+0.701952 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1739
/proc/meminfo: memFree=621384/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=64060 CPUtime=0.69
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 14540 0 0 0 63 6 0 0 22 0 1 0 324823831 65597440 14523 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 16015 14523 97 243 0 15769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64060

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=532672/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=128592 CPUtime=1.49
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 30380 0 0 0 134 15 0 0 25 0 1 0 324823831 131678208 30363 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 32148 30364 97 243 0 31902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128592

[startup+3.10239 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=452480/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=253016 CPUtime=3.09
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 58231 0 0 0 277 32 0 0 25 0 1 0 324823831 259088384 58214 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134514266 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 63254 58215 97 243 0 63008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 253016

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=226176/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=492884 CPUtime=6.29
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 115785 0 0 0 563 66 0 0 25 0 1 0 324823831 504713216 115768 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 123221 115768 97 243 0 122975 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 492884

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=266112/2055920 swapFree=4183412/4192956
[pid=1739] ppid=1737 vsize=375384 CPUtime=12.69
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 157762 0 0 0 1183 86 0 0 25 0 1 0 324823831 384393216 92683 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 93846 92684 110 243 0 93600 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 375384

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=15680/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=25.45
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288121 0 0 0 2406 139 0 0 25 0 1 0 324823831 1055653888 220959 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 220959 112 243 0 257482 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1030912

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=15872/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=51.04
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288479 0 0 0 4965 139 0 0 25 0 1 0 324823831 1055653888 221317 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590121 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221317 117 243 0 257482 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1030912

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=19008/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=102.22
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288486 0 0 0 10083 139 0 0 25 0 1 0 324823831 1055653888 221324 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221324 117 243 0 257482 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1030912

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=162.2
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16081 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1030912

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=166.19
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16480 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 1030912

[startup+167.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=167.79
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16640 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 167.79
Current children cumulated vsize (KiB) 1030912

[startup+169.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=169.39
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16800 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 169.39
Current children cumulated vsize (KiB) 1030912

[startup+170.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=170.19
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16880 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 170.19
Current children cumulated vsize (KiB) 1030912

[startup+170.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=1030912 CPUtime=170.4
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194304 288493 0 0 0 16901 139 0 0 25 0 1 0 324823831 1055653888 221331 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 257728 221331 117 243 0 257482 0
Current children cumulated CPU time (s) 170.4
Current children cumulated vsize (KiB) 1030912

[startup+170.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1740
/proc/meminfo: memFree=18944/2055920 swapFree=4183400/4192956
[pid=1739] ppid=1737 vsize=0 CPUtime=170.5
/proc/1739/stat : 1739 (cmusat) R 1737 1739 1057 0 -1 4194308 288505 0 0 0 16903 147 0 0 25 0 1 0 324823831 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/1739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 170.5
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 170.674
CPU time (s): 170.578
CPU user time (s): 169.036
CPU system time (s): 1.54177
CPU usage (%): 99.9438
Max. virtual memory (cumulated for all children) (KiB): 1030912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.036
system time used= 1.54176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288505
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= 9
involuntary context switches= 564

runsolver used 0.131979 second user time and 0.355945 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Mar  4 22:51:17 UTC 2007

IDJOB= 320642
IDBENCH= 20508
IDSOLVER= 121
FILE ID= node44/320642-1173048674

PBS_JOBID= 4012489

Free space on /tmp= 66378 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/320642-1173048674/cmusat /tmp/evaluation/320642-1173048674/instance-320642-1173048674.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-320642-1173048674 -o ROOT/results/node44/solver-320642-1173048674 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320642-1173048674/cmusat /tmp/evaluation/320642-1173048674/instance-320642-1173048674.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 913088350

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.261
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.261
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:        621920 kB
Buffers:         40680 kB
Cached:        1312016 kB
SwapCached:       3700 kB
Active:         962956 kB
Inactive:       399496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        621920 kB
SwapTotal:     4192956 kB
SwapFree:      4183412 kB
Dirty:          185704 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            57604 kB
Committed_AS:   673600 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= 66378 MiB

End job on node44 on Sun Mar  4 22:54:08 UTC 2007