Trace number 1774888

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
CircUs 2009-03-23UNSAT 296.307 296.388

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark160.007
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

4.29/4.31	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
4.29/4.31	c Eliminate time :       3.04 
296.21/296.38	c CNF read time  :       1.15 
296.21/296.38	c CNF solve time :     295.87 
296.21/296.38	c Memory usage :    132.742 MB
296.21/296.38	c Restart : 80
296.21/296.38	c Decisions : random(3967), heuristic(314019), history(0/0)
296.21/296.38	c Implications : 247146388
296.21/296.38	c Forced Restart : 0
296.21/296.38	c Polarity Change : 351
296.21/296.38	c Learned clasues  : 65077 out of 82334
296.21/296.38	c Learned literals : 12642071 out of 15294776
296.21/296.38	c Number of first UIP : 33004 out of 82334
296.21/296.38	c Number of simplify : 14
296.21/296.38	c Number of continuous distill : 1686
296.21/296.38	c Average depth of OTS : 304
296.21/296.38	c Average depth of additional conflict : 182
296.21/296.38	c Saved conflict clasues : 1325
296.21/296.38	c Saved conflict literals : 20022
296.21/296.38	c Additional conflict clauses : 7845
296.21/296.38	c Additional conflict literals : 931188
296.21/296.38	c Additional conflict analysis : 11750
296.21/296.38	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-1774888-1241324256/watcher-1774888-1241324256 -o /tmp/evaluation-result-1774888-1241324256/solver-1774888-1241324256 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774888-1241324256.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.05 1.01 3/64 25633
/proc/meminfo: memFree=1508304/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=5000 CPUtime=0
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 682 0 0 0 0 0 0 0 18 0 1 1000000 160458880 5120000 668 1992294400 134512640 135224549 4294956224 18446744073709551615 134593825 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 1250 673 66 173 0 1075 0

[startup+0.0839361 s]
/proc/loadavg: 1.17 1.05 1.01 3/64 25633
/proc/meminfo: memFree=1508304/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=22568 CPUtime=0.07
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 3642 0 0 0 6 1 0 0 18 0 1 1000000 160458880 23109632 3594 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 5642 3595 70 173 0 5467 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22568

[startup+0.101936 s]
/proc/loadavg: 1.17 1.05 1.01 3/64 25633
/proc/meminfo: memFree=1508304/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=23748 CPUtime=0.09
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 4002 0 0 0 8 1 0 0 18 0 1 1000000 160458880 24317952 3889 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 5937 3890 70 173 0 5762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23748

[startup+0.301952 s]
/proc/loadavg: 1.17 1.05 1.01 3/64 25633
/proc/meminfo: memFree=1508304/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=33368 CPUtime=0.29
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 6774 0 0 0 27 2 0 0 19 0 1 1000000 160458880 34168832 6532 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 8342 6532 70 173 0 8167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33368

[startup+0.701985 s]
/proc/loadavg: 1.17 1.05 1.01 3/64 25633
/proc/meminfo: memFree=1508304/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=47724 CPUtime=0.69
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 10786 0 0 0 65 4 0 0 23 0 1 1000000 160458880 48869376 10287 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 11931 10287 70 173 0 11756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47724

[startup+1.50105 s]
/proc/loadavg: 1.17 1.05 1.01 2/65 25634
/proc/meminfo: memFree=1455048/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=71020 CPUtime=1.49
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 17458 0 0 0 140 9 0 0 25 0 1 1000000 160458880 72724480 16445 1992294400 134512640 135224549 4294956224 18446744073709551615 134571722 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 17755 16445 76 173 0 17580 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71020

[startup+3.10119 s]
/proc/loadavg: 1.16 1.05 1.01 2/65 25634
/proc/meminfo: memFree=1435720/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=81628 CPUtime=3.09
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 20716 0 0 0 299 10 0 0 25 0 1 1000000 160458880 83587072 19703 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 20407 19703 77 173 0 20232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81628

[startup+6.30145 s]
/proc/loadavg: 1.16 1.05 1.01 2/65 25634
/proc/meminfo: memFree=1426312/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=84032 CPUtime=6.28
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 22002 0 0 0 617 11 0 0 25 0 1 1000000 160458880 86048768 20509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 21008 20509 92 173 0 20833 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84032

[startup+12.702 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 25634
/proc/meminfo: memFree=1426248/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=84032 CPUtime=12.68
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 22011 0 0 0 1257 11 0 0 25 0 1 1000000 160458880 86048768 20518 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 21008 20518 92 173 0 20833 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84032

[startup+25.501 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 25634
/proc/meminfo: memFree=1425608/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=84984 CPUtime=25.47
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 22227 0 0 0 2536 11 0 0 25 0 1 1000000 160458880 87023616 20734 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 21246 20734 92 173 0 21071 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84984

[startup+51.1011 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 25634
/proc/meminfo: memFree=1418952/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=91808 CPUtime=51.06
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 23946 0 0 0 5094 12 0 0 25 0 1 1000000 160458880 94011392 22453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 22952 22453 92 173 0 22777 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 91808

[startup+102.305 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 25634
/proc/meminfo: memFree=1405128/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=105560 CPUtime=102.26
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 27356 0 0 0 10210 16 0 0 25 0 1 1000000 160458880 108093440 25863 1992294400 134512640 135224549 4294956224 18446744073709551615 134619845 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 26390 25863 92 173 0 26215 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 105560

[startup+162.301 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 25634
/proc/meminfo: memFree=1390408/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=120348 CPUtime=162.24
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 31079 0 0 0 16205 19 0 0 25 0 1 1000000 160458880 123236352 29586 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 30087 29586 92 173 0 29912 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 120348

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 25634
/proc/meminfo: memFree=1381832/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=128796 CPUtime=222.23
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 33174 0 0 0 22201 22 0 0 25 0 1 1000000 160458880 131887104 31681 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 32199 31681 92 173 0 32024 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 128796

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1375624/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135396 CPUtime=282.22
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34776 0 0 0 28198 24 0 0 25 0 1 1000000 160458880 138645504 33283 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33849 33283 92 173 0 33674 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 135396

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

[startup+287.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374984/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135924 CPUtime=287.82
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34907 0 0 0 28758 24 0 0 25 0 1 1000000 160458880 139186176 33414 1992294400 134512640 135224549 4294956224 18446744073709551615 134603996 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33981 33414 92 173 0 33806 0
Current children cumulated CPU time (s) 287.82
Current children cumulated vsize (KiB) 135924

[startup+291.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374856/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135924 CPUtime=291.01
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34907 0 0 0 29077 24 0 0 25 0 1 1000000 160458880 139186176 33414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33981 33414 92 173 0 33806 0
Current children cumulated CPU time (s) 291.01
Current children cumulated vsize (KiB) 135924

[startup+294.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374856/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135924 CPUtime=294.21
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34907 0 0 0 29397 24 0 0 25 0 1 1000000 160458880 139186176 33414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33981 33414 92 173 0 33806 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 135924

[startup+295.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374856/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135924 CPUtime=295.01
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34907 0 0 0 29477 24 0 0 25 0 1 1000000 160458880 139186176 33414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33981 33414 92 173 0 33806 0
Current children cumulated CPU time (s) 295.01
Current children cumulated vsize (KiB) 135924

[startup+295.905 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374856/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=135924 CPUtime=295.82
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34907 0 0 0 29558 24 0 0 25 0 1 1000000 160458880 139186176 33414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 33981 33414 92 173 0 33806 0
Current children cumulated CPU time (s) 295.82
Current children cumulated vsize (KiB) 135924

[startup+296.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25634
/proc/meminfo: memFree=1374856/2055920 swapFree=4191900/4192956
[pid=25633] ppid=25631 vsize=124164 CPUtime=296.21
/proc/25633/stat : 25633 (CirCUs) R 25631 25633 25569 0 -1 4194304 34911 0 0 0 29597 24 0 0 25 0 1 1000000 160458880 127143936 30837 1992294400 134512640 135224549 4294956224 18446744073709551615 134717043 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25633/statm: 31041 30837 95 173 0 30866 0
Current children cumulated CPU time (s) 296.21
Current children cumulated vsize (KiB) 124164

Child status: 0
Real time (s): 296.388
CPU time (s): 296.307
CPU user time (s): 296.042
CPU system time (s): 0.264959
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 135924

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

runsolver used 0.238963 second user time and 0.626904 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-03 06:17:37
IDJOB=1774888
IDBENCH=71046
IDSOLVER=614
FILE ID=node31/1774888-1241324256
PBS_JOBID= 9225365
Free space on /tmp= 66456 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774888-1241324256/watcher-1774888-1241324256 -o /tmp/evaluation-result-1774888-1241324256/solver-1774888-1241324256 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774888-1241324256.cnf -t 10000

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1020591570

node31.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.213
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.213
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:       1508784 kB
Buffers:         71848 kB
Cached:         369348 kB
SwapCached:        260 kB
Active:          96036 kB
Inactive:       359368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508784 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           15956 kB
Writeback:           0 kB
Mapped:          22748 kB
Slab:            77432 kB
Committed_AS:   664976 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node31 at 2009-05-03 06:22:33