Trace number 370028

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
TTS 4.0UNSAT 218.692 218.774

General information on the benchmark

Namecrafted/spence/
medium/s85-100.cnf
MD5SUM0fa13b4cd7cac4108d58b524e7bb4ec3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.692
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses180
Sum of the clauses size540
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

218.61/218.76	c Command: /tmp/evaluation/370028-1177550816/tts-4-0 /tmp/evaluation/370028-1177550816/instance-370028-1177550816.cnf 
218.61/218.76	c CPU limit set to 5000.000000
218.61/218.76	c Variables = 85
218.61/218.76	c Clauses = 180
218.61/218.76	c Literals = 540
218.61/218.76	c Reduced size:
218.61/218.76	c Variables = 85
218.61/218.76	c Clauses = 180
218.61/218.76	c Literals = 540
218.61/218.76	c Independent sub-problems = 1
218.61/218.76	c Sub-problem with 85 variables
218.61/218.76	c using permutation method 3
218.61/218.76	c Ordering finished 0.310 seconds
218.61/218.76	c mapped 0.310 seconds
218.61/218.76	c permuted 0.310 seconds
218.61/218.76	c init finished 0.310 seconds
218.61/218.76	c tree built 0.310 seconds
218.61/218.76	c Partial assignments = 2142144, improvements = 321287
218.61/218.76	s UNSATISFIABLE
218.61/218.76	c Time = 218.71 seconds

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-370028-1177550816 -o ROOT/results/node20/solver-370028-1177550816 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370028-1177550816/tts-4-0 /tmp/evaluation/370028-1177550816/instance-370028-1177550816.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.88 0.95 0.90 3/77 26432
/proc/meminfo: memFree=1744496/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=796 CPUtime=0
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 202998923 815104 86 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134537092 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 199 86 62 113 0 83 0

[startup+0.085205 s]
/proc/loadavg: 0.88 0.95 0.90 3/77 26432
/proc/meminfo: memFree=1744496/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=796 CPUtime=0.08
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 100 0 0 0 8 0 0 0 18 0 1 0 202998923 815104 86 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134555497 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 199 86 62 113 0 83 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 796

[startup+0.101207 s]
/proc/loadavg: 0.88 0.95 0.90 3/77 26432
/proc/meminfo: memFree=1744496/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=796 CPUtime=0.09
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 100 0 0 0 9 0 0 0 18 0 1 0 202998923 815104 86 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134588966 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 199 86 62 113 0 83 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 796

[startup+0.301247 s]
/proc/loadavg: 0.88 0.95 0.90 3/77 26432
/proc/meminfo: memFree=1744496/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=796 CPUtime=0.29
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 101 0 0 0 29 0 0 0 19 0 1 0 202998923 815104 87 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134558323 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 199 87 63 113 0 83 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 796

[startup+0.701328 s]
/proc/loadavg: 0.88 0.95 0.90 3/77 26432
/proc/meminfo: memFree=1744496/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=1568 CPUtime=0.69
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 306 0 0 0 69 0 0 0 23 0 1 0 202998923 1605632 292 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535187 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 392 292 67 113 0 276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1568

[startup+1.50149 s]
/proc/loadavg: 0.88 0.95 0.90 2/78 26433
/proc/meminfo: memFree=1743208/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=2276 CPUtime=1.49
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 469 0 0 0 149 0 0 0 25 0 1 0 202998923 2330624 455 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134535181 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 569 455 67 113 0 453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2276

[startup+3.10181 s]
/proc/loadavg: 0.88 0.95 0.90 2/78 26433
/proc/meminfo: memFree=1742248/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=2976 CPUtime=3.09
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 691 0 0 0 309 0 0 0 25 0 1 0 202998923 3047424 677 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534117 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 744 677 67 113 0 628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2976

[startup+6.30145 s]
/proc/loadavg: 0.89 0.95 0.90 2/78 26433
/proc/meminfo: memFree=1740456/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=4852 CPUtime=6.29
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 1136 0 0 0 628 1 0 0 25 0 1 0 202998923 4968448 1122 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534154 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 1213 1122 67 113 0 1097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4852

[startup+12.7017 s]
/proc/loadavg: 0.90 0.95 0.90 2/78 26433
/proc/meminfo: memFree=1738152/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=6728 CPUtime=12.69
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 1621 0 0 0 1267 2 0 0 25 0 1 0 202998923 6889472 1607 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134641336 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 1682 1607 67 113 0 1566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6728

[startup+25.5013 s]
/proc/loadavg: 0.92 0.96 0.91 2/78 26433
/proc/meminfo: memFree=1735400/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=9540 CPUtime=25.48
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 2313 0 0 0 2546 2 0 0 25 0 1 0 202998923 9768960 2299 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534354 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 2385 2299 67 113 0 2269 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9540

[startup+51.1014 s]
/proc/loadavg: 0.95 0.96 0.91 2/78 26433
/proc/meminfo: memFree=1731368/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=13524 CPUtime=51.07
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 3310 0 0 0 5104 3 0 0 25 0 1 0 202998923 13848576 3296 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534054 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 3381 3296 67 113 0 3265 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13524

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 26433
/proc/meminfo: memFree=1725992/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=18684 CPUtime=102.26
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 4624 0 0 0 10222 4 0 0 25 0 1 0 202998923 19132416 4610 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534128 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 4671 4610 67 113 0 4555 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18684

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1721384/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=23372 CPUtime=162.23
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 5770 0 0 0 16218 5 0 0 25 0 1 0 202998923 23932928 5756 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534427 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 5843 5756 67 113 0 5727 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23372

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1720488/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=24308 CPUtime=179.02
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 5991 0 0 0 17897 5 0 0 25 0 1 0 202998923 24891392 5977 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534049 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6077 5977 67 113 0 5961 0
Current children cumulated CPU time (s) 179.02
Current children cumulated vsize (KiB) 24308

[startup+204.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1718504/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26184 CPUtime=204.62
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6464 0 0 0 20456 6 0 0 25 0 1 0 202998923 26812416 6450 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6546 6450 67 113 0 6430 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 26184

[startup+211.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1718184/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26416 CPUtime=211.02
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6545 0 0 0 21096 6 0 0 25 0 1 0 202998923 27049984 6531 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6604 6531 67 113 0 6488 0
Current children cumulated CPU time (s) 211.02
Current children cumulated vsize (KiB) 26416

[startup+214.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1718120/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26652 CPUtime=214.21
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6569 0 0 0 21415 6 0 0 25 0 1 0 202998923 27291648 6555 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6663 6555 67 113 0 6547 0
Current children cumulated CPU time (s) 214.21
Current children cumulated vsize (KiB) 26652

[startup+215.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1718056/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26652 CPUtime=215.81
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6586 0 0 0 21575 6 0 0 25 0 1 0 202998923 27291648 6572 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534199 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6663 6572 67 113 0 6547 0
Current children cumulated CPU time (s) 215.81
Current children cumulated vsize (KiB) 26652

[startup+217.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1717992/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26652 CPUtime=217.41
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6610 0 0 0 21735 6 0 0 25 0 1 0 202998923 27291648 6596 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534396 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6663 6596 67 113 0 6547 0
Current children cumulated CPU time (s) 217.41
Current children cumulated vsize (KiB) 26652

[startup+218.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1717928/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26888 CPUtime=218.21
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6623 0 0 0 21815 6 0 0 25 0 1 0 202998923 27533312 6609 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6722 6609 67 113 0 6606 0
Current children cumulated CPU time (s) 218.21
Current children cumulated vsize (KiB) 26888

[startup+218.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26433
/proc/meminfo: memFree=1717928/2055920 swapFree=4154124/4192956
[pid=26432] ppid=26430 vsize=26888 CPUtime=218.61
/proc/26432/stat : 26432 (tts-4-0) R 26430 26432 25519 0 -1 4194304 6628 0 0 0 21855 6 0 0 25 0 1 0 202998923 27533312 6614 18446744073709551615 134512640 134976056 4294956672 18446744073709551615 134534114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26432/statm: 6722 6614 67 113 0 6606 0
Current children cumulated CPU time (s) 218.61
Current children cumulated vsize (KiB) 26888

Child status: 20
Real time (s): 218.774
CPU time (s): 218.692
CPU user time (s): 218.621
CPU system time (s): 0.070989
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 26888

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

runsolver used 0.19697 second user time and 0.426935 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Thu Apr 26 01:26:56 UTC 2007

IDJOB= 370028
IDBENCH= 20440
IDSOLVER= 178
FILE ID= node20/370028-1177550816

PBS_JOBID= 4696586

Free space on /tmp= 66471 MiB

SOLVER NAME= TTS 4.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s85-100.cnf
COMMAND LINE= /tmp/evaluation/370028-1177550816/tts-4-0 /tmp/evaluation/370028-1177550816/instance-370028-1177550816.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-370028-1177550816 -o ROOT/results/node20/solver-370028-1177550816 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370028-1177550816/tts-4-0 /tmp/evaluation/370028-1177550816/instance-370028-1177550816.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0fa13b4cd7cac4108d58b524e7bb4ec3

RANDOM SEED= 233414361

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.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:       1744904 kB
Buffers:         41004 kB
Cached:         200336 kB
SwapCached:      18148 kB
Active:         142820 kB
Inactive:       124408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744904 kB
SwapTotal:     4192956 kB
SwapFree:      4154124 kB
Dirty:             620 kB
Writeback:           0 kB
Mapped:          31128 kB
Slab:            29380 kB
Committed_AS:  2084664 kB
PageTables:       1748 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= 66471 MiB

End job on node20 on Thu Apr 26 01:30:35 UTC 2007