Trace number 1723696

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-industrial 2009-03-22UNSAT 101.269 101.31

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  14628                                                |
0.00/0.00	c |  Number of clauses:    161477                                               |
0.19/0.23	c |  Parsing time:         0.20         s                                       |
0.19/0.23	c |  Timeout:              43200 s
0.19/0.23	c |  Random Seed:          827899338.000000
0.19/0.23	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.23	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.23	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.23	c |                                                                             |
1.29/1.36	c ============================[ Search Statistics ]==============================
1.29/1.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.36	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.36	c ===============================================================================
1.29/1.36	c |         0 |   11264   150831   454427 |    50277        0    nan |  0.000 % |
2.89/2.99	c |       102 |   11264   150831   454427 |    55304      102     15 |  0.048 % |
4.49/4.53	c |       254 |   11264   150831   454427 |    60835      254     24 |  0.048 % |
6.09/6.16	c |       480 |   11264   150831   454427 |    66918      480     26 |  0.048 % |
7.69/7.74	c |       817 |   11264   150831   454427 |    73610      817     28 |  0.048 % |
9.39/9.43	c |      1323 |   11264   150831   454427 |    80971     1323     47 |  0.048 % |
11.09/11.19	c |      2083 |   11264   150831   454427 |    89068     2083     62 |  0.048 % |
12.99/13.03	c |      3222 |   11264   150831   454427 |    97975     3222     63 |  0.048 % |
14.99/15.00	c |      4931 |   11264   150831   454427 |   107773     4931     61 |  0.048 % |
17.18/17.22	c |      7493 |   11264   150831   454427 |   118550     7493     69 |  0.048 % |
19.98/20.01	c |     11337 |   11226   149867   452320 |   130405    11335     83 |  0.499 % |
23.48/23.57	c |     17104 |   11198   148705   449825 |   143446    17101     74 |  0.499 % |
28.38/28.50	c |     25754 |   11198   148705   449825 |   157790    25751     81 |  0.499 % |
36.07/36.16	c |     38731 |   11198   148705   449825 |   173569    38728     87 |  0.499 % |
47.87/47.94	c |     58193 |   11198   148705   449825 |   190926    58190     86 |  0.499 % |
69.16/69.23	c |     87385 |   11064   148176   448561 |   210019    87375     93 | 25.212 % |
101.15/101.29	c ===============================================================================
101.15/101.29	c surveys--CPU time (sec)   : 24.2203        (23.96 % of total)
101.15/101.29	c surveys--attempted        : 101            (4 /sec)
101.15/101.29	c surveys--converged        : 101            (100.00 % successful)
101.15/101.29	c restarts              : 16
101.15/101.29	c conflicts             : 131092         (1705 /sec)
101.15/101.29	c decisions             : 352328         (0.61 % random) (4584 /sec)
101.15/101.29	c propagations          : 42338399       (550791 /sec)
101.15/101.29	c conflict literals     : 11215960       (47.87 % deleted)
101.15/101.29	c Memory used           : 72.69 MB
101.15/101.29	c Total CPU time (sec)      : 101.0886    
101.15/101.29	c 
101.15/101.29	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-1723696-1240688302/watcher-1723696-1240688302 -o /tmp/evaluation-result-1723696-1240688302/solver-1723696-1240688302 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=827899338 HOME/instance-1723696-1240688302.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: 0.99 0.98 0.99 3/64 20654
/proc/meminfo: memFree=1591168/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=3116 CPUtime=0
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 618 0 0 0 0 0 0 0 18 0 1 0 96863865 3190784 603 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 779 604 87 221 0 555 0

[startup+0.041172 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20654
/proc/meminfo: memFree=1591168/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=7252 CPUtime=0.03
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 1614 0 0 0 3 0 0 0 18 0 1 0 96863865 7426048 1599 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 1813 1600 87 221 0 1589 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7252

[startup+0.101183 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20654
/proc/meminfo: memFree=1591168/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=13464 CPUtime=0.09
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 3093 0 0 0 8 1 0 0 18 0 1 0 96863865 13787136 3078 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 3366 3079 87 221 0 3142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13464

[startup+0.301227 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20654
/proc/meminfo: memFree=1591168/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=26984 CPUtime=0.29
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 6303 0 0 0 26 3 0 0 19 0 1 0 96863865 27631616 6288 1992294400 4194304 5102648 548682068768 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 6746 6288 99 221 0 6522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26984

[startup+0.70131 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 20654
/proc/meminfo: memFree=1591168/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=33372 CPUtime=0.69
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 7782 0 0 0 65 4 0 0 22 0 1 0 96863865 34172928 7767 1992294400 4194304 5102648 548682068768 18446744073709551615 4274062 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 8343 7767 100 221 0 8119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33372

[startup+1.50148 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1558968/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=29800 CPUtime=1.49
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 8352 0 0 0 144 5 0 0 25 0 1 0 96863865 30515200 7174 1992294400 4194304 5102648 548682068768 18446744073709551615 4214182 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 7450 7174 102 221 0 7226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29800

[startup+3.10183 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1562424/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=29800 CPUtime=3.09
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 8367 0 0 0 304 5 0 0 25 0 1 0 96863865 30515200 7189 1992294400 4194304 5102648 548682068768 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 7450 7189 115 221 0 7226 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29800

[startup+6.30151 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1562296/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=29800 CPUtime=6.29
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 8367 0 0 0 624 5 0 0 25 0 1 0 96863865 30515200 7189 1992294400 4194304 5102648 548682068768 18446744073709551615 4214176 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 7450 7189 115 221 0 7226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29800

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1562176/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=29800 CPUtime=12.69
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 8367 0 0 0 1264 5 0 0 25 0 1 0 96863865 30515200 7189 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 7450 7189 115 221 0 7226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29800

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1562176/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=29940 CPUtime=25.48
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 8414 0 0 0 2543 5 0 0 25 0 1 0 96863865 30658560 7236 1992294400 4194304 5102648 548682068768 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 7485 7236 115 221 0 7261 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29940

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1543552/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=49220 CPUtime=51.07
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 13188 0 0 0 5096 11 0 0 25 0 1 0 96863865 50401280 12010 1992294400 4194304 5102648 548682068768 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 12305 12010 115 221 0 12081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49220

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

[startup+76.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1527936/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=65356 CPUtime=76.66
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 17111 0 0 0 7652 14 0 0 25 0 1 0 96863865 66924544 15933 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 16339 15933 115 221 0 16115 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 65356

[startup+89.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1519744/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=73432 CPUtime=89.45
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 19118 0 0 0 8929 16 0 0 25 0 1 0 96863865 75194368 17940 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 18358 17940 115 221 0 18134 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 73432

[startup+95.9017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1518592/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=74216 CPUtime=95.85
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 19306 0 0 0 9569 16 0 0 25 0 1 0 96863865 75997184 18128 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 18554 18128 115 221 0 18330 0
Current children cumulated CPU time (s) 95.85
Current children cumulated vsize (KiB) 74216

[startup+99.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1518592/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=74216 CPUtime=99.05
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 19311 0 0 0 9889 16 0 0 25 0 1 0 96863865 75997184 18133 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 18554 18133 115 221 0 18330 0
Current children cumulated CPU time (s) 99.05
Current children cumulated vsize (KiB) 74216

[startup+100.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1518528/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=74216 CPUtime=100.65
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 19320 0 0 0 10049 16 0 0 25 0 1 0 96863865 75997184 18142 1992294400 4194304 5102648 548682068768 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 18554 18142 115 221 0 18330 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 74216

[startup+101.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1518528/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=74216 CPUtime=101.05
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194304 19324 0 0 0 10089 16 0 0 25 0 1 0 96863865 75997184 18146 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 18554 18146 115 221 0 18330 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 74216

[startup+101.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20655
/proc/meminfo: memFree=1518528/2055920 swapFree=4192812/4192956
[pid=20654] ppid=20652 vsize=0 CPUtime=101.25
/proc/20654/stat : 20654 (varsat-industri) R 20652 20654 20143 0 -1 4194308 19365 0 0 0 10108 17 0 0 25 0 1 0 96863865 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/20654/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 101.31
CPU time (s): 101.269
CPU user time (s): 101.089
CPU system time (s): 0.179972
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 74216

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

runsolver used 0.089986 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node10 at 2009-04-25 21:38:22
IDJOB=1723696
IDBENCH=71731
IDSOLVER=538
FILE ID=node10/1723696-1240688302
PBS_JOBID= 9186689
Free space on /tmp= 66336 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723696-1240688302/watcher-1723696-1240688302 -o /tmp/evaluation-result-1723696-1240688302/solver-1723696-1240688302 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=827899338 HOME/instance-1723696-1240688302.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=827899338

node10.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.263
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	: 5931.00
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.263
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:       1591584 kB
Buffers:         36408 kB
Cached:         351600 kB
SwapCached:          0 kB
Active:         149520 kB
Inactive:       252420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            48400 kB
Committed_AS:   348304 kB
PageTables:       1380 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= 66336 MiB
End job on node10 at 2009-04-25 21:40:04