Trace number 1581920

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
ttsth-5-0 2009-03-19Signal 348.251 348.436

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5p1.cnf
MD5SUM93858500e23e9a4bf0619d7bf7dc00f3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark413.629
Satisfiable
(Un)Satisfiability was proved
Number of variables224986
Number of clauses1204430
Sum of the clauses size2908691
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851953
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

72.14/72.22	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581920-1238934235.cnf 
72.14/72.22	c Using SATTIMEOUT of 1200
72.14/72.22	c Using SATRAM of 1800
72.14/72.22	c Size of subset node = 16
72.14/72.22	c Variables = 224986
72.14/72.22	c Clauses = 1204430
72.14/72.22	c Literals = 2908691
72.14/72.22	c Reduced size:
72.14/72.22	c Variables = 224986
72.14/72.22	c Clauses = 938613
72.14/72.22	c Literals = 2320247
72.14/72.22	c a2
74.74/74.86	c a1
342.82/343.05	c Independent sub-problems = 1
342.82/343.05	c Sub-problem with 178142 variables and 938613 clauses
342.82/343.05	c using permutation method 4
342.82/343.05	c count = 1
342.82/343.05	c Ordering finished 342.330 seconds
342.82/343.05	c mapped 342.910 seconds
342.82/343.05	c permuted 342.920 seconds
342.82/343.05	c about to sort
343.12/343.35	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581920-1238934235/watcher-1581920-1238934235 -o /tmp/evaluation-result-1581920-1238934235/solver-1581920-1238934235 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581920-1238934235.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.92 1.76 1.38 3/64 12569
/proc/meminfo: memFree=1425672/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=1064 CPUtime=0
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 1166088669 1089536 134 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 266 134 77 176 0 88 0

[startup+0.0255249 s]
/proc/loadavg: 1.92 1.76 1.38 3/64 12569
/proc/meminfo: memFree=1425672/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=1872 CPUtime=0.02
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 369 0 0 0 2 0 0 0 18 0 1 0 1166088669 1916928 353 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 468 354 77 176 0 290 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1872

[startup+0.101535 s]
/proc/loadavg: 1.92 1.76 1.38 3/64 12569
/proc/meminfo: memFree=1425672/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=5280 CPUtime=0.09
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 1179 0 0 0 9 0 0 0 18 0 1 0 1166088669 5406720 1163 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 1320 1164 77 176 0 1142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5280

[startup+0.301565 s]
/proc/loadavg: 1.92 1.76 1.38 3/64 12569
/proc/meminfo: memFree=1425672/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=14448 CPUtime=0.29
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 3397 0 0 0 28 1 0 0 19 0 1 0 1166088669 14794752 3381 1992294400 134512640 135237372 4294956192 18446744073709551615 134732535 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 3612 3381 78 176 0 3434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14448

[startup+0.701626 s]
/proc/loadavg: 1.92 1.76 1.38 3/64 12569
/proc/meminfo: memFree=1425672/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=30752 CPUtime=0.69
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 7363 0 0 0 66 3 0 0 23 0 1 0 1166088669 31490048 7347 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 7688 7347 78 176 0 7510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30752

[startup+1.50275 s]
/proc/loadavg: 1.92 1.76 1.38 2/65 12570
/proc/meminfo: memFree=1384512/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=62348 CPUtime=1.49
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 15452 0 0 0 142 7 0 0 25 0 1 0 1166088669 63844352 15436 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 15587 15437 78 176 0 15409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62348

[startup+3.10203 s]
/proc/loadavg: 1.92 1.76 1.38 2/65 12570
/proc/meminfo: memFree=1346112/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=83228 CPUtime=3.09
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 19886 0 0 0 300 9 0 0 25 0 1 0 1166088669 85225472 19870 1992294400 134512640 135237372 4294956192 18446744073709551615 134534274 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 20807 19870 78 176 0 20629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83228

[startup+6.30148 s]
/proc/loadavg: 1.85 1.75 1.38 2/65 12570
/proc/meminfo: memFree=1345928/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=83228 CPUtime=6.29
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 19886 0 0 0 619 10 0 0 25 0 1 0 1166088669 85225472 19870 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 20807 19870 78 176 0 20629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83228

[startup+12.7015 s]
/proc/loadavg: 1.78 1.73 1.38 2/65 12570
/proc/meminfo: memFree=1346056/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=83228 CPUtime=12.69
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 19886 0 0 0 1259 10 0 0 25 0 1 0 1166088669 85225472 19870 1992294400 134512640 135237372 4294956192 18446744073709551615 134534262 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 20807 19870 78 176 0 20629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83228

[startup+25.5014 s]
/proc/loadavg: 1.61 1.70 1.37 2/65 12570
/proc/meminfo: memFree=1346248/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=83228 CPUtime=25.48
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 19886 0 0 0 2538 10 0 0 25 0 1 0 1166088669 85225472 19870 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 20807 19870 78 176 0 20629 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83228

[startup+51.1013 s]
/proc/loadavg: 1.40 1.64 1.36 2/65 12570
/proc/meminfo: memFree=1346312/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=83228 CPUtime=51.05
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 19886 0 0 0 5095 10 0 0 25 0 1 0 1166088669 85225472 19870 1992294400 134512640 135237372 4294956192 18446744073709551615 134534306 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 20807 19870 78 176 0 20629 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 83228

[startup+102.306 s]
/proc/loadavg: 1.17 1.54 1.34 2/65 12570
/proc/meminfo: memFree=1246088/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=183228 CPUtime=102.22
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 59713 0 0 0 10196 26 0 0 25 0 1 0 1166088669 187625472 44912 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 45807 44912 80 176 0 45629 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 183228

[startup+162.301 s]
/proc/loadavg: 1.06 1.44 1.32 2/65 12570
/proc/meminfo: memFree=1240200/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=189128 CPUtime=162.19
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 61166 0 0 0 16192 27 0 0 25 0 1 0 1166088669 193667072 46365 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 47282 46365 80 176 0 47104 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 189128

[startup+222.302 s]
/proc/loadavg: 1.02 1.36 1.29 2/65 12570
/proc/meminfo: memFree=1237960/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=190844 CPUtime=222.17
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 61726 0 0 0 22189 28 0 0 25 0 1 0 1166088669 195424256 46925 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 47711 46925 80 176 0 47533 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 190844

[startup+282.302 s]
/proc/loadavg: 1.01 1.29 1.27 2/65 12570
/proc/meminfo: memFree=1237384/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=191372 CPUtime=282.14
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 61861 0 0 0 28186 28 0 0 25 0 1 0 1166088669 195964928 47060 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 47843 47060 80 176 0 47665 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 191372

[startup+342.302 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=1237000/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=191636 CPUtime=342.11
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 62118 0 0 0 34183 28 0 0 25 0 1 0 1166088669 196235264 47317 1992294400 134512640 135237372 4294956192 18446744073709551615 134727468 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 47909 47317 80 176 0 47731 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 191636

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=990344/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=447644 CPUtime=345.32
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4194304 129076 0 0 0 34476 56 0 0 25 0 1 0 1166088669 458387456 111297 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 111911 111298 94 176 0 111733 0
Current children cumulated CPU time (s) 345.32
Current children cumulated vsize (KiB) 447644

[startup+347.102 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=925576/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=505768 CPUtime=346.92
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4195840 143751 0 0 0 34564 128 0 0 25 0 1 0 1166088669 517906432 125702 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 126442 125702 94 176 0 126264 0
Current children cumulated CPU time (s) 346.92
Current children cumulated vsize (KiB) 505768

[startup+347.902 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=627656/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=505768 CPUtime=347.71
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4195840 143751 0 0 0 34564 207 0 0 25 0 1 0 1166088669 517906432 125702 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 126442 125702 94 176 0 126264 0
Current children cumulated CPU time (s) 347.71
Current children cumulated vsize (KiB) 505768

[startup+348.302 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=627656/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=505768 CPUtime=348.11
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4195840 144349 0 0 0 34564 247 0 0 25 0 1 0 1166088669 517906432 125702 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 126442 125702 94 176 0 126264 0
Current children cumulated CPU time (s) 348.11
Current children cumulated vsize (KiB) 505768

[startup+348.402 s]
/proc/loadavg: 1.00 1.23 1.25 2/65 12570
/proc/meminfo: memFree=627656/2055920 swapFree=4176696/4192956
[pid=12569] ppid=12567 vsize=0 CPUtime=348.21
/proc/12569/stat : 12569 (ttsth-5-0) R 12567 12569 12249 0 -1 4195844 144395 0 0 0 34564 257 0 0 25 0 1 0 1166088669 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12569/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 348.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 348.436
CPU time (s): 348.251
CPU user time (s): 345.64
CPU system time (s): 2.6106
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 505768

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

runsolver used 0.316951 second user time and 0.954854 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 14:23:57
IDJOB=1581920
IDBENCH=71045
IDSOLVER=549
FILE ID=node34/1581920-1238934235
PBS_JOBID= 9101452
Free space on /tmp= 66540 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-5p1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581920-1238934235/watcher-1581920-1238934235 -o /tmp/evaluation-result-1581920-1238934235/solver-1581920-1238934235 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581920-1238934235.cnf

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

MD5SUM BENCH= 93858500e23e9a4bf0619d7bf7dc00f3
RANDOM SEED=128466424

node34.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.259
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.259
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:       1426152 kB
Buffers:         60980 kB
Cached:         478700 kB
SwapCached:      10100 kB
Active:         246024 kB
Inactive:       305908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426152 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           23664 kB
Writeback:           0 kB
Mapped:          17244 kB
Slab:            63968 kB
Committed_AS:  3189668 kB
PageTables:       1400 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= 66048 MiB
End job on node34 at 2009-04-05 14:29:45