Trace number 422004

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
minisat SAT 2007UNSAT 116.4 116.589

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.4
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  38290                                                |
0.00/0.00	c |  Number of clauses:    475249                                               |
0.19/0.24	c |  Parsing time:         0.22         s                                       |
2.99/3.01	c ============================[ Search Statistics ]==============================
2.99/3.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.99/3.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.99/3.02	c ===============================================================================
2.99/3.02	c |         0 |    4773    25980    87564 |     8660        0    nan |  0.000 % |
2.99/3.02	c |       100 |    4771    25980    87564 |     9526       99     11 | 74.560 % |
2.99/3.05	c |       251 |    4756    25980    87564 |    10478      248     15 | 74.636 % |
2.99/3.07	c |       477 |    4753    25980    87564 |    11526      472     13 | 74.644 % |
3.09/3.11	c |       814 |    4752    25980    87564 |    12679      808     23 | 74.646 % |
3.09/3.18	c |      1321 |    4706    25980    87564 |    13947     1313     26 | 76.764 % |
3.20/3.30	c |      2080 |    4699    25980    87564 |    15341     2069     27 | 76.835 % |
3.49/3.51	c |      3220 |    3888    20523    70495 |    16875     3163     30 | 76.866 % |
3.89/3.91	c |      4928 |    3887    20518    70477 |    18563     4870     31 | 76.869 % |
4.69/4.71	c |      7490 |    3881    20492    70423 |    20419     7427     35 | 76.900 % |
5.59/5.66	c |     11335 |    3866    20332    69927 |    22461    11268     35 | 76.923 % |
7.69/7.73	c |     17103 |    3834    20128    69334 |    24707    17028     35 | 77.007 % |
11.79/11.89	c |     25752 |    3832    20123    69316 |    27178    25675     37 | 77.012 % |
19.29/19.32	c |     38727 |    3826    20086    69182 |    29896    38645     37 | 77.028 % |
33.07/33.10	c |     58190 |    3809    19933    68671 |    32886    58104     35 | 77.072 % |
54.06/54.12	c |     87382 |    3807    19923    68635 |    36174    44753     26 | 77.078 % |
89.15/89.20	c |    131171 |    3752    19538    67455 |    39792    43604     29 | 77.221 % |
116.34/116.44	c ===============================================================================
116.34/116.44	c restarts              : 17
116.34/116.44	c conflicts             : 159794         (1374 /sec)
116.34/116.44	c decisions             : 191554         (1.09 % random) (1646 /sec)
116.34/116.44	c propagations          : 74102880       (636949 /sec)
116.34/116.44	c conflict literals     : 4915593        (64.75 % deleted)
116.34/116.44	c Memory used           : 21.59 MB
116.34/116.44	c CPU time              : 116.34 s
116.34/116.44	c 
116.34/116.44	s UNSATISFIABLE

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/node39/watcher-422004-1177542169 -o ROOT/results/node39/solver-422004-1177542169 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422004-1177542169/minisat_noassertions /tmp/evaluation/422004-1177542169/instance-422004-1177542169.cnf 

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): 15000 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.00 0.00 0.00 3/77 7624
/proc/meminfo: memFree=1744080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=2476 CPUtime=0
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 202129057 2535424 515 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 619 516 49 130 0 486 0

[startup+0.065572 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 7624
/proc/meminfo: memFree=1744080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=7044 CPUtime=0.05
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 1563 0 0 0 5 0 0 0 18 0 1 0 202129057 7213056 1532 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 1761 1532 50 130 0 1628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7044

[startup+0.101577 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 7624
/proc/meminfo: memFree=1744080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=8040 CPUtime=0.09
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 1798 0 0 0 8 1 0 0 18 0 1 0 202129057 8232960 1767 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 2010 1767 50 130 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8040

[startup+0.301611 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 7624
/proc/meminfo: memFree=1744080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=12372 CPUtime=0.29
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 2892 0 0 0 27 2 0 0 19 0 1 0 202129057 12668928 2833 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529674 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 3093 2833 62 130 0 2960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12372

[startup+0.701678 s]
/proc/loadavg: 0.00 0.00 0.00 3/77 7624
/proc/meminfo: memFree=1744080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=12372 CPUtime=0.69
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 2892 0 0 0 67 2 0 0 23 0 1 0 202129057 12668928 2833 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529229 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 3093 2833 62 130 0 2960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12372

[startup+1.50181 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 7625
/proc/meminfo: memFree=1732808/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=16220 CPUtime=1.49
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 3856 0 0 0 147 2 0 0 25 0 1 0 202129057 16609280 3797 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4055 3797 62 130 0 3922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16220

[startup+3.10108 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 7625
/proc/meminfo: memFree=1726984/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=19260 CPUtime=3.09
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5045 0 0 0 306 3 0 0 25 0 1 0 202129057 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19260

[startup+6.30162 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 7625
/proc/meminfo: memFree=1725448/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=19260 CPUtime=6.29
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5045 0 0 0 625 4 0 0 25 0 1 0 202129057 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19260

[startup+12.7017 s]
/proc/loadavg: 0.15 0.03 0.01 2/78 7625
/proc/meminfo: memFree=1725512/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=19260 CPUtime=12.69
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5045 0 0 0 1265 4 0 0 25 0 1 0 202129057 19722240 4585 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4815 4585 66 130 0 4682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19260

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/78 7625
/proc/meminfo: memFree=1725576/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=19260 CPUtime=25.48
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5096 0 0 0 2544 4 0 0 25 0 1 0 202129057 19722240 4636 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 4815 4636 66 130 0 4682 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19260

[startup+51.1012 s]
/proc/loadavg: 0.56 0.15 0.05 2/78 7625
/proc/meminfo: memFree=1723592/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=21488 CPUtime=51.06
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5602 0 0 0 5101 5 0 0 25 0 1 0 202129057 22003712 5142 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5372 5142 66 130 0 5239 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21488

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.10 2/78 7625
/proc/meminfo: memFree=1723144/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=21792 CPUtime=102.25
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5702 0 0 0 10220 5 0 0 25 0 1 0 202129057 22315008 5242 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5448 5242 66 130 0 5315 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 21792

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

[startup+108.702 s]
/proc/loadavg: 0.82 0.29 0.10 2/78 7625
/proc/meminfo: memFree=1723080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=21964 CPUtime=108.64
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5727 0 0 0 10859 5 0 0 25 0 1 0 202129057 22491136 5267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5491 5267 66 130 0 5358 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 21964

[startup+111.901 s]
/proc/loadavg: 0.84 0.30 0.11 2/78 7625
/proc/meminfo: memFree=1723080/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=21964 CPUtime=111.84
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5727 0 0 0 11179 5 0 0 25 0 1 0 202129057 22491136 5267 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5491 5267 66 130 0 5358 0
Current children cumulated CPU time (s) 111.84
Current children cumulated vsize (KiB) 21964

[startup+115.103 s]
/proc/loadavg: 0.85 0.31 0.11 2/78 7625
/proc/meminfo: memFree=1723016/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=22108 CPUtime=115.04
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5740 0 0 0 11499 5 0 0 25 0 1 0 202129057 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 22108

[startup+115.901 s]
/proc/loadavg: 0.85 0.31 0.11 2/78 7625
/proc/meminfo: memFree=1723016/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=22108 CPUtime=115.84
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5740 0 0 0 11579 5 0 0 25 0 1 0 202129057 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 115.84
Current children cumulated vsize (KiB) 22108

[startup+116.301 s]
/proc/loadavg: 0.85 0.31 0.11 2/78 7625
/proc/meminfo: memFree=1723016/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=22108 CPUtime=116.24
/proc/7624/stat : 7624 (minisat_noasser) R 7622 7624 7568 0 -1 4194304 5740 0 0 0 11619 5 0 0 25 0 1 0 202129057 22638592 5280 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/7624/statm: 5527 5280 66 130 0 5394 0
Current children cumulated CPU time (s) 116.24
Current children cumulated vsize (KiB) 22108

[startup+116.501 s]
/proc/loadavg: 0.85 0.31 0.11 1/77 7625
/proc/meminfo: memFree=1743760/2055920 swapFree=4159384/4192956
[pid=7624] ppid=7622 vsize=0 CPUtime=116.39
/proc/7624/stat : 7624 (minisat_noasser) D 7622 7624 7568 0 -1 4194308 5746 0 0 0 11634 5 0 0 24 0 1 0 202129057 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 3 18446744072099781622 0 0 17 1 0 0
/proc/7624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 116.39
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 116.589
CPU time (s): 116.4
CPU user time (s): 116.34
CPU system time (s): 0.05999
CPU usage (%): 99.838
Max. virtual memory (cumulated for all children) (KiB): 22108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.34
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5746
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= 8
involuntary context switches= 2550

runsolver used 0.101984 second user time and 0.263959 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Wed Apr 25 23:02:50 UTC 2007

IDJOB= 422004
IDBENCH= 20397
IDSOLVER= 189
FILE ID= node39/422004-1177542169

PBS_JOBID= 4695900

Free space on /tmp= 66479 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/422004-1177542169/minisat_noassertions /tmp/evaluation/422004-1177542169/instance-422004-1177542169.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-422004-1177542169 -o ROOT/results/node39/solver-422004-1177542169 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422004-1177542169/minisat_noassertions /tmp/evaluation/422004-1177542169/instance-422004-1177542169.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 266925126

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1744552 kB
Buffers:         38764 kB
Cached:         183436 kB
SwapCached:      13964 kB
Active:         142532 kB
Inactive:       103544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744552 kB
SwapTotal:     4192956 kB
SwapFree:      4159384 kB
Dirty:           10532 kB
Writeback:           0 kB
Mapped:          30788 kB
Slab:            50600 kB
Committed_AS:  1994468 kB
PageTables:       2012 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= 66479 MiB

End job on node39 on Wed Apr 25 23:04:47 UTC 2007