Trace number 320621

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
tinisat 2007-02-08UNSAT 279.082 279.178

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)

12.28/12.35	c Tinisat 0.22
12.28/12.35	c solving /tmp/evaluation/320621-1173048434/instance-320621-1173048434.cnf
12.28/12.35	c 2270930 variables, 8901946 clauses
278.89/279.07	s UNSATISFIABLE
278.89/279.07	c 84894 decisions, 7218 conflicts, 9 restarts
278.89/279.07	c solved in 278.98s

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/node18/watcher-320621-1173048434 -o ROOT/results/node18/solver-320621-1173048434 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320621-1173048434/tinisat /tmp/evaluation/320621-1173048434/instance-320621-1173048434.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: 1.07 0.99 0.99 3/77 1035
/proc/meminfo: memFree=1420592/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=70268 CPUtime=0
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 324798070 71954432 81 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 17567 81 48 110 0 17454 0

[startup+0.0264541 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 1035
/proc/meminfo: memFree=1420592/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=70532 CPUtime=0.02
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 208 0 0 0 2 0 0 0 18 0 1 0 324798070 72224768 193 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 17633 193 48 110 0 17520 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 70532

[startup+0.101461 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 1035
/proc/meminfo: memFree=1420592/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=71588 CPUtime=0.09
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 574 0 0 0 9 0 0 0 18 0 1 0 324798070 73306112 559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 17897 559 48 110 0 17784 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71588

[startup+0.301479 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 1035
/proc/meminfo: memFree=1420592/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=74360 CPUtime=0.29
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 1561 0 0 0 29 0 0 0 19 0 1 0 324798070 76144640 1546 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 18590 1546 48 110 0 18477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74360

[startup+0.701518 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 1035
/proc/meminfo: memFree=1420592/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=79772 CPUtime=0.69
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 3513 0 0 0 68 1 0 0 23 0 1 0 324798070 81686528 3498 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 19943 3498 48 110 0 19830 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79772

[startup+1.5016 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 1036
/proc/meminfo: memFree=1400936/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=90596 CPUtime=1.49
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 7385 0 0 0 145 4 0 0 25 0 1 0 324798070 92770304 7370 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 22649 7370 48 110 0 22536 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90596

[startup+3.10175 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 1036
/proc/meminfo: memFree=1379432/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=112376 CPUtime=3.09
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 15118 0 0 0 300 9 0 0 25 0 1 0 324798070 115073024 15103 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 28094 15103 48 110 0 27981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112376

[startup+6.30106 s]
/proc/loadavg: 1.22 1.02 1.01 2/78 1036
/proc/meminfo: memFree=1311016/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=155408 CPUtime=6.29
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 30391 0 0 0 608 21 0 0 25 0 1 0 324798070 159137792 30376 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134727873 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 38852 30376 48 110 0 38739 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155408

[startup+12.7017 s]
/proc/loadavg: 1.28 1.04 1.01 2/78 1036
/proc/meminfo: memFree=1196264/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=415040 CPUtime=12.68
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 92639 0 0 0 1213 55 0 0 25 0 1 0 324798070 425000960 92623 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 103760 92625 51 110 0 103647 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 415040

[startup+25.5019 s]
/proc/loadavg: 1.22 1.03 1.01 2/78 1036
/proc/meminfo: memFree=775080/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=25.47
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 196854 0 0 0 2449 98 0 0 25 0 1 0 324798070 874151936 161956 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 161956 52 110 0 213303 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 853664

[startup+51.1014 s]
/proc/loadavg: 1.21 1.05 1.01 2/78 1036
/proc/meminfo: memFree=774824/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=51.06
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 196979 0 0 0 5008 98 0 0 25 0 1 0 324798070 874151936 162081 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162081 52 110 0 213303 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 853664

[startup+102.305 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 1036
/proc/meminfo: memFree=774760/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=102.24
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197020 0 0 0 10126 98 0 0 25 0 1 0 324798070 874151936 162122 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162122 52 110 0 213303 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 853664

[startup+162.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 1036
/proc/meminfo: memFree=774632/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=162.23
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197041 0 0 0 16124 99 0 0 25 0 1 0 324798070 874151936 162143 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162143 52 110 0 213303 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 853664

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 1036
/proc/meminfo: memFree=774184/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=222.21
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197124 0 0 0 22122 99 0 0 25 0 1 0 324798070 874151936 162226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532475 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162226 52 110 0 213303 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 853664

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

[startup+230.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 1036
/proc/meminfo: memFree=774120/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=230.21
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197141 0 0 0 22922 99 0 0 25 0 1 0 324798070 874151936 162243 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162243 52 110 0 213303 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 853664

[startup+255.901 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773608/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=255.8
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197268 0 0 0 25480 100 0 0 25 0 1 0 324798070 874151936 162370 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162370 52 110 0 213303 0
Current children cumulated CPU time (s) 255.8
Current children cumulated vsize (KiB) 853664

[startup+268.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773288/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=268.6
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197318 0 0 0 26760 100 0 0 25 0 1 0 324798070 874151936 162420 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162420 52 110 0 213303 0
Current children cumulated CPU time (s) 268.6
Current children cumulated vsize (KiB) 853664

[startup+275.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773288/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=275
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197328 0 0 0 27400 100 0 0 25 0 1 0 324798070 874151936 162430 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162430 52 110 0 213303 0
Current children cumulated CPU time (s) 275
Current children cumulated vsize (KiB) 853664

[startup+276.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773224/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=276.6
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197329 0 0 0 27560 100 0 0 25 0 1 0 324798070 874151936 162431 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134533224 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162431 52 110 0 213303 0
Current children cumulated CPU time (s) 276.6
Current children cumulated vsize (KiB) 853664

[startup+278.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773224/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=278.2
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197332 0 0 0 27720 100 0 0 25 0 1 0 324798070 874151936 162434 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162434 52 110 0 213303 0
Current children cumulated CPU time (s) 278.2
Current children cumulated vsize (KiB) 853664

[startup+278.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773224/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=853664 CPUtime=278.59
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194304 197332 0 0 0 27759 100 0 0 25 0 1 0 324798070 874151936 162434 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 213416 162434 52 110 0 213303 0
Current children cumulated CPU time (s) 278.59
Current children cumulated vsize (KiB) 853664

[startup+279.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 1036
/proc/meminfo: memFree=773224/2055920 swapFree=4153516/4192956
[pid=1035] ppid=1033 vsize=0 CPUtime=278.99
/proc/1035/stat : 1035 (tinisat) R 1033 1035 409 0 -1 4194308 197340 0 0 0 27797 102 0 0 25 0 1 0 324798070 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/1035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 278.99
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 279.178
CPU time (s): 279.082
CPU user time (s): 277.976
CPU system time (s): 1.10583
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 993116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.976
system time used= 1.10583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197340
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= 6
involuntary context switches= 5910

runsolver used 0.309952 second user time and 0.708892 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Mar  4 22:47:15 UTC 2007

IDJOB= 320621
IDBENCH= 20508
IDSOLVER= 100
FILE ID= node18/320621-1173048434

PBS_JOBID= 4012257

Free space on /tmp= 66382 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 87843976

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1421064 kB
Buffers:         12792 kB
Cached:         534616 kB
SwapCached:       2440 kB
Active:         416696 kB
Inactive:       157184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421064 kB
SwapTotal:     4192956 kB
SwapFree:      4153516 kB
Dirty:          184128 kB
Writeback:           0 kB
Mapped:          34344 kB
Slab:            46668 kB
Committed_AS:  1161140 kB
PageTables:       1676 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= 66382 MiB

End job on node18 on Sun Mar  4 22:51:55 UTC 2007