Trace number 1724274

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
Rsat 2009-03-22UNSAT 102.712 102.771

General information on the benchmark

Namemanol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark92.107
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.29/0.38	c ==============================================================================
0.29/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.38	c ==============================================================================
0.29/0.38	c |         0 |  387840   904960 |  116352       0        0     nan |  0.000 % |
2.29/2.38	c |         0 |  169202   659445 |      --       0       --      -- |     --   | -218636/-245510
2.29/2.38	c ==============================================================================
2.29/2.38	c Result  :   #vars: 22468   #clauses: 169202   #literals: 659445
2.29/2.38	c CPU time:   2.23466 s
2.29/2.38	c ==============================================================================
2.59/2.65	c Rsat version 3.02
2.64/2.79	c Base unit clause learned: 0
102.52/102.68	c CNF stats: (22468 vars, 169202 clauses)
102.52/102.68	c Decisions: 1963258
102.52/102.68	c Conflicts: 303348
102.52/102.68	c Restarts: 62
102.52/102.68	c Avg lpc: 19.22
102.52/102.68	c Max decision level: 1497
102.52/102.68	c KB reduction: 10 (223191 clauses removed)
102.52/102.68	c Final decision lit size:22468 (100.00 %)
102.52/102.68	c Final stack/save sizes: 224(1.00 %)/448(1.99 %)
102.52/102.68	c Final cdc size: 448 (1.99 %)
102.52/102.68	c ***********************************************
102.52/102.68	c Conflicts with bac: 19486/303348 (6.42 %)
102.52/102.68	c Avg bac size: 11.03
102.52/102.68	c Avg bac bt depth: 21.62 vs 5.35 (normal)
102.62/102.75	c Running time: 99.95780 seconds
102.62/102.75	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-1724274-1240694269/watcher-1724274-1240694269 -o /tmp/evaluation-result-1724274-1240694269/solver-1724274-1240694269 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1724274-1240694269.cnf HOME 

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.93 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1663864/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) R 29530 29532 29495 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29532/statm: 1339 238 198 169 0 50 0
[pid=29533] ppid=29532 vsize=1516 CPUtime=0
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 97455438 1552384 223 1992294400 4194304 4959918 548682068688 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 414 232 65 186 0 224 0

[startup+0.06579 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1663864/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1339 239 199 169 0 50 0
[pid=29533] ppid=29532 vsize=17640 CPUtime=0.05
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 4082 0 0 0 4 1 0 0 19 0 1 0 97455438 18063360 4065 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 4410 4067 64 186 0 4220 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22996

[startup+0.101797 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1663864/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1339 239 199 169 0 50 0
[pid=29533] ppid=29532 vsize=28080 CPUtime=0.08
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 6298 0 0 0 6 2 0 0 19 0 1 0 97455438 28753920 6281 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 7020 6287 64 186 0 6830 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33436

[startup+0.301834 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1663864/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1339 239 199 169 0 50 0
[pid=29533] ppid=29532 vsize=75012 CPUtime=0.29
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 18227 0 0 0 21 8 0 0 21 0 1 0 97455438 76812288 18210 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 18753 18211 64 186 0 18563 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80368

[startup+0.701911 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29532
/proc/meminfo: memFree=1663864/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1339 239 199 169 0 50 0
[pid=29533] ppid=29532 vsize=94876 CPUtime=0.68
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 23716 0 0 0 58 10 0 0 25 0 1 0 97455438 97153024 22877 1992294400 4194304 4959918 548682068688 18446744073709551615 4269307 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 23719 22877 92 186 0 23529 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100232

[startup+1.50106 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29534
/proc/meminfo: memFree=1566056/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=0
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97455438 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29532/statm: 1339 239 199 169 0 50 0
[pid=29533] ppid=29532 vsize=97700 CPUtime=1.49
/proc/29533/stat : 29533 (SatElite) R 29532 29532 29495 0 -1 4194304 24398 0 0 0 136 13 0 0 25 0 1 0 97455438 100044800 23559 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/29533/statm: 24425 23560 92 186 0 24235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103056

[startup+3.10138 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29534
/proc/meminfo: memFree=1556712/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 5356

[startup+6.30198 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29535
/proc/meminfo: memFree=1628976/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=22240 CPUtime=3.63
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 5220 0 0 0 360 3 0 0 25 0 1 0 97455703 22773760 4954 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 5560 4954 118 309 0 5247 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27596

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29535
/proc/meminfo: memFree=1624240/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=27364 CPUtime=10.03
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 6629 0 0 0 999 4 0 0 25 0 1 0 97455703 28020736 6228 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 6841 6228 118 309 0 6528 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32720

[startup+25.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29535
/proc/meminfo: memFree=1622384/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=28596 CPUtime=22.83
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 7988 0 0 0 2278 5 0 0 25 0 1 0 97455703 29282304 6590 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 7149 6590 118 309 0 6836 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33952

[startup+51.1015 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 29535
/proc/meminfo: memFree=1622192/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=29620 CPUtime=48.41
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 10264 0 0 0 4835 6 0 0 25 0 1 0 97455703 30330880 6620 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 7405 6620 118 309 0 7092 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 34976

[startup+102.305 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 29535
/proc/meminfo: memFree=1620144/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=31436 CPUtime=99.59
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 15735 0 0 0 9951 8 0 0 25 0 1 0 97455703 32190464 7128 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 7859 7128 118 309 0 7546 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 36792

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

[startup+102.701 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 29535
/proc/meminfo: memFree=1620144/2055920 swapFree=4192812/4192956
[pid=29532] ppid=29530 vsize=5356 CPUtime=2.64
/proc/29532/stat : 29532 (rsat.sh) S 29530 29532 29495 0 -1 4194304 312 26241 0 0 0 0 247 17 16 0 1 0 97455438 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29532/statm: 1339 241 199 169 0 50 0
[pid=29535] ppid=29532 vsize=30112 CPUtime=99.98
/proc/29535/stat : 29535 (rsat) R 29532 29532 29495 0 -1 4194304 15736 0 0 0 9990 8 0 0 25 0 1 0 97455703 30834688 6797 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 0 0 0
/proc/29535/statm: 7528 6797 118 309 0 7215 0
Current children cumulated CPU time (s) 102.62
Current children cumulated vsize (KiB) 35468

Child status: 20
Real time (s): 102.771
CPU time (s): 102.712
CPU user time (s): 102.432
CPU system time (s): 0.279957
CPU usage (%): 99.9429
Max. virtual memory (cumulated for all children) (KiB): 105868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.432
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42447
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= 37
involuntary context switches= 306

runsolver used 0.096985 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-25 23:17:50
IDJOB=1724274
IDBENCH=71766
IDSOLVER=545
FILE ID=node38/1724274-1240694269
PBS_JOBID= 9186774
Free space on /tmp= 66352 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c7bidw_i.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724274-1240694269/watcher-1724274-1240694269 -o /tmp/evaluation-result-1724274-1240694269/solver-1724274-1240694269 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1724274-1240694269.cnf HOME

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

MD5SUM BENCH= 3eac71f4fca7132b74d6d27cfa83813f
RANDOM SEED=1590629636

node38.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.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:       1664408 kB
Buffers:         36968 kB
Cached:         277056 kB
SwapCached:          0 kB
Active:          99696 kB
Inactive:       228108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12536 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            49688 kB
Committed_AS:   472656 kB
PageTables:       1456 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= 66348 MiB
End job on node38 at 2009-04-25 23:19:33