Trace number 1579413

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
VARSAT-crafted 2009-03-22UNSAT 117.483 117.532

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  123925                                               |
0.00/0.00	c |  Number of clauses:    539763                                               |
1.09/1.14	c |  Parsing time:         1.03         s                                       |
1.09/1.14	c |  Timeout:              43200 s
1.09/1.14	c |  Random Seed:          991992447.000000
1.09/1.14	c |  Heuristic:            EMBP-G, threshold 0.800                              |
1.09/1.14	c |  Branching Rule:       default (solution-guided)                            |
1.09/1.14	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.09/1.14	c |                                                                             |
2.89/2.96	c ============================[ Search Statistics ]==============================
2.89/2.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/2.96	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/2.96	c ===============================================================================
2.89/2.96	c |         0 |   65873   326952   864114 |   108984        0    nan |  0.000 % |
3.68/3.78	c |       101 |   65873   326952   864114 |   119882      101    135 | 23.987 % |
4.58/4.60	c |       251 |   65816   326952   864114 |   131870      250    121 | 24.415 % |
5.48/5.59	c |       477 |   65390   326952   864114 |   145057      473    106 | 27.129 % |
6.68/6.76	c |       814 |   65390   326952   864114 |   159563      810    141 | 27.129 % |
8.38/8.41	c |      1321 |   61964   305355   809022 |   175519     1311    148 | 27.141 % |
9.97/10.09	c |      2082 |   61089   300573   797487 |   193071     2054    132 | 27.847 % |
12.78/12.89	c |      3221 |   60422   296880   788045 |   212378     3191    126 | 28.386 % |
15.88/15.95	c |      4930 |   59965   294313   782030 |   233616     4893    129 | 28.754 % |
23.88/23.92	c |      7492 |   57677   281207   750697 |   256978     7424    150 | 31.254 % |
33.17/33.26	c |     11336 |   54508   264557   709349 |   282676    11146    160 | 33.159 % |
48.06/48.14	c |     17102 |   54326   263976   707981 |   310944    16208    189 | 34.468 % |
74.45/74.53	c |     25752 |   51412   247983   668637 |   342038    24455    203 | 35.670 % |
117.45/117.51	c ===============================================================================
117.45/117.51	c surveys--CPU time (sec)   : 6.9089         (5.89 % of total)
117.45/117.51	c surveys--attempted        : 13             (2 /sec)
117.45/117.51	c surveys--converged        : 13             (100.00 % successful)
117.45/117.51	c restarts              : 13
117.45/117.51	c conflicts             : 36509          (331 /sec)
117.45/117.51	c decisions             : 279755         (1.28 % random) (2535 /sec)
117.45/117.51	c propagations          : 121897528      (1104612 /sec)
117.45/117.51	c conflict literals     : 7351518        (29.52 % deleted)
117.45/117.51	c Memory used           : 118.91 MB
117.45/117.51	c Total CPU time (sec)      : 117.2622    
117.45/117.51	c 
117.45/117.51	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-1579413-1238907362/watcher-1579413-1238907362 -o /tmp/evaluation-result-1579413-1238907362/solver-1579413-1238907362 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=991992447 HOME/instance-1579413-1238907362.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): 1800 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.00 1.02 1.00 3/64 17271
/proc/meminfo: memFree=1485352/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=4092 CPUtime=0
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 764 0 0 0 0 0 0 0 18 0 1 0 1163401146 4190208 749 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 1023 755 78 221 0 799 0

[startup+0.034017 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 17271
/proc/meminfo: memFree=1485352/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=16520 CPUtime=0.02
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 3680 0 0 0 1 1 0 0 18 0 1 0 1163401146 16916480 3641 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 4130 3647 87 221 0 3906 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16520

[startup+0.101023 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 17271
/proc/meminfo: memFree=1485352/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=26860 CPUtime=0.09
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 6382 0 0 0 7 2 0 0 18 0 1 0 1163401146 27504640 6343 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 6715 6344 87 221 0 6491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26860

[startup+0.301044 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 17271
/proc/meminfo: memFree=1485352/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=41680 CPUtime=0.29
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 9941 0 0 0 25 4 0 0 19 0 1 0 1163401146 42680320 9902 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 10420 9902 87 221 0 10196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41680

[startup+0.701088 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 17271
/proc/meminfo: memFree=1485352/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=57420 CPUtime=0.69
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 13994 0 0 0 63 6 0 0 22 0 1 0 1163401146 58798080 13955 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 14355 13955 87 221 0 14131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57420

[startup+1.50118 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1412256/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=94640 CPUtime=1.49
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 22330 0 0 0 138 11 0 0 25 0 1 0 1163401146 96911360 22291 1992294400 4194304 5102648 548682068768 18446744073709551615 4272397 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 23660 22291 99 221 0 23436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94640

[startup+3.10136 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1382816/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=102272 CPUtime=3.09
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 28035 0 0 0 295 14 0 0 25 0 1 0 1163401146 104726528 24860 1992294400 4194304 5102648 548682068768 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 25568 24860 102 221 0 25344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102272

[startup+6.30172 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1385568/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=102472 CPUtime=6.28
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 28105 0 0 0 614 14 0 0 25 0 1 0 1163401146 104931328 24930 1992294400 4194304 5102648 548682068768 18446744073709551615 4249322 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 25618 24930 115 221 0 25394 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 102472

[startup+12.7014 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1385568/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=102472 CPUtime=12.67
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 28106 0 0 0 1253 14 0 0 25 0 1 0 1163401146 104931328 24931 1992294400 4194304 5102648 548682068768 18446744073709551615 4249788 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 25618 24931 115 221 0 25394 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 102472

[startup+25.5019 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1385568/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=102472 CPUtime=25.48
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 28106 0 0 0 2533 15 0 0 25 0 1 0 1163401146 104931328 24931 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 25618 24931 115 221 0 25394 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102472

[startup+51.1017 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 17272
/proc/meminfo: memFree=1382880/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=105376 CPUtime=51.06
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 28835 0 0 0 5090 16 0 0 25 0 1 0 1163401146 107905024 25660 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 26344 25660 115 221 0 26120 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 105376

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1368864/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=119372 CPUtime=102.25
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32315 0 0 0 10206 19 0 0 25 0 1 0 1163401146 122236928 29140 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 29843 29140 115 221 0 29619 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 119372

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

[startup+108.701 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1367968/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=120432 CPUtime=108.64
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32563 0 0 0 10845 19 0 0 25 0 1 0 1163401146 123322368 29388 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30108 29388 115 221 0 29884 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 120432

[startup+111.902 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1367328/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=121092 CPUtime=111.84
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32741 0 0 0 11165 19 0 0 25 0 1 0 1163401146 123998208 29566 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30273 29566 115 221 0 30049 0
Current children cumulated CPU time (s) 111.84
Current children cumulated vsize (KiB) 121092

[startup+115.102 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1366752/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=121620 CPUtime=115.04
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32856 0 0 0 11485 19 0 0 25 0 1 0 1163401146 124538880 29681 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30405 29681 115 221 0 30181 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 121620

[startup+116.701 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1366560/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=121620 CPUtime=116.65
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32883 0 0 0 11645 20 0 0 25 0 1 0 1163401146 124538880 29708 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30405 29708 115 221 0 30181 0
Current children cumulated CPU time (s) 116.65
Current children cumulated vsize (KiB) 121620

[startup+117.101 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1366560/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=121756 CPUtime=117.05
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32894 0 0 0 11685 20 0 0 25 0 1 0 1163401146 124678144 29719 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30439 29719 115 221 0 30215 0
Current children cumulated CPU time (s) 117.05
Current children cumulated vsize (KiB) 121756

[startup+117.501 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 17272
/proc/meminfo: memFree=1366560/2055920 swapFree=4176924/4192956
[pid=17271] ppid=17269 vsize=121756 CPUtime=117.45
/proc/17271/stat : 17271 (varsat-crafted_) R 17269 17271 14041 0 -1 4194304 32912 0 0 0 11725 20 0 0 25 0 1 0 1163401146 124678144 29737 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17271/statm: 30439 29737 115 221 0 30215 0
Current children cumulated CPU time (s) 117.45
Current children cumulated vsize (KiB) 121756

Child status: 20
Real time (s): 117.532
CPU time (s): 117.483
CPU user time (s): 117.262
CPU system time (s): 0.220966
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 121756

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

runsolver used 0.140978 second user time and 0.279957 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 06:56:02
IDJOB=1579413
IDBENCH=70997
IDSOLVER=537
FILE ID=node35/1579413-1238907362
PBS_JOBID= 9086092
Free space on /tmp= 66492 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579413-1238907362/watcher-1579413-1238907362 -o /tmp/evaluation-result-1579413-1238907362/solver-1579413-1238907362 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=991992447 HOME/instance-1579413-1238907362.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=991992447

node35.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.229
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.229
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:       1485768 kB
Buffers:         66052 kB
Cached:         420344 kB
SwapCached:      10140 kB
Active:         203068 kB
Inactive:       295136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485768 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           10208 kB
Writeback:           0 kB
Mapped:          17584 kB
Slab:            57876 kB
Committed_AS:  3198640 kB
PageTables:       1420 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= 66488 MiB
End job on node35 at 2009-04-05 06:58:00