Trace number 247774

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
CSPtoSAT+minisat 0.3SAT 769.633 773.44

General information on the benchmark

Nameprimes/primes-10/
primes-10-20-3-3.xml
MD5SUM43b48c8909843773c694ca17bbb7bf4c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02	c This is CSPtoSAT+minisat version 0.3
0.02	c (c) 2006 roussel@cril.univ-artois.fr
0.02	
0.02	c This solver internally uses a modified version of MiniSat2 version 061112
0.02	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.02	
0.02	c parsing...
0.06	c ...done
0.06	c #SATvar=8202 #SATclauses=16100 #CSPpredicates=20
773.33	Verified 15577 original clauses.
773.33	c SAT problem is solved
773.33	restarts              : 28
773.33	conflicts             : 15380898       (20019 /sec)
773.33	decisions             : 29636752       (1.67 % random) (38574 /sec)
773.33	propagations          : 2326876720     (3028533 /sec)
773.33	conflict literals     : 81846244       (15.95 % deleted)
773.33	Memory used           : 549.71 MB
773.33	CPU time              : 768.318 s
773.33	c all predicates checked
773.33	
773.33	s SATISFIABLE
773.33	v 19 28 17 10 7 3 2 3 24 17 22 13 15 29 2 22 6 20 3 17 9 18 2 15 16 9 7 15 24 11 28 5 11 23 26 24 17 7 12 23 29 21 12 6 16 16 2 14 11 28 3 20 4 18 8 22 19 21 12 11 5 17 14 22 29 27 29 28 7 27 27 3 5 14 11 24 10 2 3 13 29 25 2 22 7 20 26 23 16 9 18 23 10 8 8 6 28 8 19 24 
773.33	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-247774-1168093736 -o ROOT/results/node12/solver-247774-1168093736 -C 1800 -M 900 /tmp/evaluation/247774-1168093736/CSPtoSAT+minisat /tmp/evaluation/247774-1168093736/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.12 1.41 1.73 5/86 24755
/proc/meminfo: memFree=1554352/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=496 CPUtime=0
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 51 0 0 0 0 0 0 0 19 0 1 0 157769239 507904 36 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 9696036 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 124 36 29 52 0 19 0

[startup+0.104018 s]
/proc/loadavg: 1.12 1.41 1.73 5/86 24755
/proc/meminfo: memFree=1554352/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=8136 CPUtime=0.08
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 1154 0 1 0 8 0 0 0 18 0 1 0 157769239 8331264 1110 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678671 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 2034 1110 725 52 0 402 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8136

[startup+0.512094 s]
/proc/loadavg: 1.12 1.41 1.73 5/86 24755
/proc/meminfo: memFree=1554352/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=8268 CPUtime=0.48
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 1189 0 1 0 48 0 0 0 21 0 1 0 157769239 8466432 1145 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667398 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 2067 1145 725 52 0 435 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 8268

[startup+1.33324 s]
/proc/loadavg: 1.19 1.42 1.73 3/86 24755
/proc/meminfo: memFree=1551984/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=8820 CPUtime=1.29
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 1344 0 1 0 129 0 0 0 25 0 1 0 157769239 9031680 1300 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134667421 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 2205 1300 725 52 0 573 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 8820

[startup+2.97654 s]
/proc/loadavg: 1.19 1.42 1.73 3/86 24755
/proc/meminfo: memFree=1550576/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=11128 CPUtime=2.92
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 1905 0 1 0 292 0 0 0 25 0 1 0 157769239 11395072 1861 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671199 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 2782 1861 725 52 0 1150 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 11128

[startup+6.25613 s]
/proc/loadavg: 1.25 1.42 1.73 3/86 24755
/proc/meminfo: memFree=1547504/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=13244 CPUtime=6.17
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 2460 0 1 0 617 0 0 0 25 0 1 0 157769239 13561856 2416 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134678212 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 3311 2416 725 52 0 1679 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 13244

[startup+12.7233 s]
/proc/loadavg: 1.31 1.43 1.73 3/86 24755
/proc/meminfo: memFree=1541808/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=19096 CPUtime=12.58
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 3909 0 1 0 1257 1 0 0 25 0 1 0 157769239 19554304 3865 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671528 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 4774 3865 725 52 0 3142 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 19096

[startup+25.5446 s]
/proc/loadavg: 1.42 1.45 1.74 3/86 24755
/proc/meminfo: memFree=1528752/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=32628 CPUtime=25.29
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 7291 0 1 0 2525 4 0 0 25 0 1 0 157769239 33411072 7247 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665654 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 8157 7247 725 52 0 6525 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 32628

[startup+51.194 s]
/proc/loadavg: 1.65 1.50 1.74 3/86 24755
/proc/meminfo: memFree=1508080/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=52860 CPUtime=50.81
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 12291 0 1 0 5073 8 0 0 25 0 1 0 157769239 54128640 12247 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562857 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 13215 12247 725 52 0 11583 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 52860

[startup+102.483 s]
/proc/loadavg: 1.84 1.58 1.75 3/86 24755
/proc/meminfo: memFree=1467896/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=94136 CPUtime=101.86
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 22580 0 1 0 10170 16 0 0 25 0 1 0 157769239 96395264 22536 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 10131067 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 23534 22536 725 52 0 21902 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 94136

[startup+162.495 s]
/proc/loadavg: 1.94 1.65 1.76 3/86 24755
/proc/meminfo: memFree=1424056/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=136840 CPUtime=161.58
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 33220 0 1 0 16134 24 0 0 25 0 1 0 157769239 140124160 33176 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671197 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 34210 33176 725 52 0 32578 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 136840

[startup+222.507 s]
/proc/loadavg: 1.98 1.71 1.77 3/86 24755
/proc/meminfo: memFree=1381624/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=179592 CPUtime=221.3
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 43897 0 1 0 22097 33 0 0 25 0 1 0 157769239 183902208 43853 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 10131067 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 44898 43853 725 52 0 43266 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 179592

[startup+282.512 s]
/proc/loadavg: 1.99 1.76 1.79 3/86 24755
/proc/meminfo: memFree=1341688/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=219264 CPUtime=281.02
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 53758 0 1 0 28060 42 0 0 25 0 1 0 157769239 224526336 53714 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134679724 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 54816 53714 725 52 0 53184 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 219264

[startup+342.519 s]
/proc/loadavg: 1.99 1.80 1.80 3/86 24755
/proc/meminfo: memFree=1296056/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=264608 CPUtime=340.74
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 65039 0 1 0 34023 51 0 0 25 0 1 0 157769239 270958592 64995 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/24754/statm: 66152 64995 725 52 0 64520 0
Current children cumulated CPU time (s) 340.74
Current children cumulated vsize (KiB) 264608

[startup+402.621 s]
/proc/loadavg: 1.98 1.83 1.81 3/86 24793
/proc/meminfo: memFree=1442160/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=312604 CPUtime=400.54
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 76958 0 1 0 39993 61 0 0 25 0 1 0 157769239 320106496 76914 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134665620 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 78151 76914 725 52 0 76519 0
Current children cumulated CPU time (s) 400.54
Current children cumulated vsize (KiB) 312604

[startup+462.623 s]
/proc/loadavg: 1.99 1.86 1.82 3/86 24793
/proc/meminfo: memFree=1395632/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=351916 CPUtime=460.27
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 86735 0 1 0 45958 69 0 0 25 0 1 0 157769239 360361984 86691 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 87979 86691 725 52 0 86347 0
Current children cumulated CPU time (s) 460.27
Current children cumulated vsize (KiB) 351916

[startup+522.63 s]
/proc/loadavg: 1.99 1.88 1.83 3/86 24793
/proc/meminfo: memFree=1346800/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=396732 CPUtime=519.97
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 97868 0 1 0 51918 79 0 0 25 0 1 0 157769239 406253568 97824 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 99183 97824 725 52 0 97551 0
Current children cumulated CPU time (s) 519.97
Current children cumulated vsize (KiB) 396732

[startup+582.633 s]
/proc/loadavg: 1.99 1.90 1.83 3/86 24793
/proc/meminfo: memFree=1301680/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=437872 CPUtime=579.71
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 108117 0 1 0 57883 88 0 0 25 0 1 0 157769239 448380928 108073 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134533128 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 109468 108073 725 52 0 107836 0
Current children cumulated CPU time (s) 579.71
Current children cumulated vsize (KiB) 437872

[startup+642.734 s]
/proc/loadavg: 2.05 1.93 1.84 3/86 24793
/proc/meminfo: memFree=1264752/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=471132 CPUtime=639.53
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 116416 0 1 0 63856 97 0 0 25 0 1 0 157769239 482439168 116372 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 117783 116372 725 52 0 116151 0
Current children cumulated CPU time (s) 639.53
Current children cumulated vsize (KiB) 471132

[startup+702.737 s]
/proc/loadavg: 2.02 1.94 1.85 3/86 24793
/proc/meminfo: memFree=1222448/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=510168 CPUtime=699.24
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 126154 0 1 0 69817 107 0 0 25 0 1 0 157769239 522412032 126110 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134562852 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 127542 126110 725 52 0 125910 0
Current children cumulated CPU time (s) 699.24
Current children cumulated vsize (KiB) 510168

[startup+762.744 s]
/proc/loadavg: 2.00 1.95 1.85 3/86 24793
/proc/meminfo: memFree=1172464/2055920 swapFree=4160348/4192956
[pid=24754] ppid=24752 vsize=555616 CPUtime=758.98
/proc/24754/stat : 24754 (CSPtoSAT+minisa) R 24752 24754 24625 0 -1 4194304 137432 0 1 0 75779 119 0 0 25 0 1 0 157769239 568950784 137388 18446744073709551615 134512640 134728504 4294956704 18446744073709551615 134671308 0 0 4096 0 0 0 0 17 0 0 0
/proc/24754/statm: 138904 137388 725 52 0 137272 0
Current children cumulated CPU time (s) 758.98
Current children cumulated vsize (KiB) 555616

Child status: 0
Real time (s): 773.44
CPU time (s): 769.633
CPU user time (s): 768.331
CPU system time (s): 1.3018
CPU usage (%): 99.5078
Max. virtual memory (cumulated for all children) (KiB): 562892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 768.331
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 18669

runsolver used 0.691894 s user time and 2.07968 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 14:28:58 UTC 2007


IDJOB= 247774
IDBENCH= 11655
FILE ID= node12/247774-1168093736

PBS_JOBID= 3476431

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-10/primes-10-20-3-3.xml
COMMAND LINE= /tmp/evaluation/247774-1168093736/CSPtoSAT+minisat /tmp/evaluation/247774-1168093736/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-247774-1168093736 -o ROOT/results/node12/solver-247774-1168093736 -C 1800 -M 900  /tmp/evaluation/247774-1168093736/CSPtoSAT+minisat /tmp/evaluation/247774-1168093736/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  43b48c8909843773c694ca17bbb7bf4c

RANDOM SEED= 105765773

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1554768 kB
Buffers:         34740 kB
Cached:         159296 kB
SwapCached:       4660 kB
Active:         265312 kB
Inactive:       162676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554768 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         247108 kB
Slab:            57776 kB
Committed_AS:  4217572 kB
PageTables:       2436 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= 66316 MiB



End job on node12 on Sat Jan  6 14:41:56 UTC 2007