Trace number 1074750

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
Mistral-option 1.314SAT 80.2198 80.9189

DiagnosticValue
ASSIGNMENTS68939
CHECKS540412000

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-3.xml
MD5SUMb03ce6bb41b3c7eeec8edd1190e4268e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.19175
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.11	c mistral-option version 1.313
80.09/80.81	s SATISFIABLE
80.09/80.81	v 417 554 0 491 339 343 364 171 253 947 288 1025 1240 1091 469 812 877 645 74 732 728 359 633 140 1037 938 1177 1207 1094 537 1078 209 860 125 792 1063 0 445 985 298 247 1164 167 253 815 259 713 1096 360 639 947 0 85 455 326 887 758 151 551 1187 924 863 1086 676 968 68 418 233 167 77 775 615 988 1161 516 0 253 390 330 633 790 1278 139 41 165 1193 121 920 957 21 179 255 373 1102 856 636 719 870 277 540 470 869 540 413 962 636 159 508 776 85 277 1065 255 371 0 1025 242 830 713 385 870 224 1114 938 15 240 352 0 286 775 1196 154 547 41 309 1029 448 1033 645 326 530 360 863 1164 962 68 534 161 791 523 1027 1270 259 698 454 639 551 0 277 594 630 100 887 812 924 229 292 197 1240 489 0 454 372 1007 791 734 222 84 1086 640 547 893 667 197 860 782 972 1250 65 1170 611 288 694 0 457 1228 94 1027 364 41 355 790 0 675 877 1096 918 992 1228 637 469 1180 75 178 728 510 63 233 121 1029 235 1195 156 215 774 293 448 703 355 534 1145 0 1063 417 103 1161 635 73 982 910 1025 0 1136 287 347 537 371 776 1075 657 234 324 977 35 610 965 457 843 1239 135 946 775 491 240 332 348 1195 1240 637 703 0 1150 372 943 171 1032 873 541 1078 75 155 66 1155 610 554 423 240 809 0 651 486 479 345 594 140 526 918 1032 779 1114 330 645 470 293 1228 611 240 984 84 368 1091 732 541 671 418 903 809 155 1140 0 100 1120 359 734 224 1193 544 676 878 15 330 161 412 0 1029 184 276 348 338 952 63 1150 247 635 782 368 590 390 651 1240 330 479 0 873 137 1071 734 441 952 519 0 127 1228 610 1010 815 234 449 486 35 138 920 368 523 209 1094 719 685 74 1168 345 298 957 1025 441 413 1217 608 756 1071 620 103 903 0 645 179 529 463 678 66
80.09/80.81	d CHECKS 540411780
80.09/80.81	d ASSIGNMENTS 68939

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074750-1215179610/watcher-1074750-1215179610 -o /tmp/evaluation-result-1074750-1215179610/solver-1074750-1215179610 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1074750-1215179610.xml -heu dyn -sac 3 -ds 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
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: 2.00 2.00 2.00 4/81 32364
/proc/meminfo: memFree=1810504/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=820 CPUtime=0
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 1996935095 839680 25 996147200 134512640 135239763 4294956192 18446744073709551615 10027812 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 205 25 19 177 0 3 0

[startup+0.100631 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32364
/proc/meminfo: memFree=1810504/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=8824 CPUtime=0.08
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 1503 0 0 0 8 0 0 0 19 0 1 0 1996935095 9035776 1469 996147200 134512640 135239763 4294956192 18446744073709551615 134574138 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 2206 1469 375 177 0 1109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8824

[startup+0.201128 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32364
/proc/meminfo: memFree=1810504/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=11588 CPUtime=0.18
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 2213 0 0 0 17 1 0 0 20 0 1 0 1996935095 11866112 2179 996147200 134512640 135239763 4294956192 18446744073709551615 10493565 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 2897 2179 375 177 0 1800 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 11588

[startup+0.301136 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32364
/proc/meminfo: memFree=1810504/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=14484 CPUtime=0.27
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 2971 0 0 0 26 1 0 0 21 0 1 0 1996935095 14831616 2871 996147200 134512640 135239763 4294956192 18446744073709551615 10460909 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 3621 2871 375 177 0 2524 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 14484

[startup+0.701178 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32364
/proc/meminfo: memFree=1810504/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=36492 CPUtime=0.68
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8477 0 0 0 64 4 0 0 25 0 1 0 1996935095 37367808 8246 996147200 134512640 135239763 4294956192 18446744073709551615 135071385 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9123 8246 403 177 0 8026 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36492

[startup+1.50125 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1778560/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=36752 CPUtime=1.47
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8602 0 0 0 143 4 0 0 25 0 1 0 1996935095 37634048 8371 996147200 134512640 135239763 4294956192 18446744073709551615 134797461 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9188 8371 405 177 0 8091 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36752

[startup+3.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1778112/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37420 CPUtime=3.06
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8768 0 0 0 302 4 0 0 25 0 1 0 1996935095 38318080 8408 996147200 134512640 135239763 4294956192 18446744073709551615 135100977 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9355 8408 405 177 0 8258 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 37420

[startup+6.30268 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1778112/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37420 CPUtime=6.24
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8785 0 0 0 620 4 0 0 25 0 1 0 1996935095 38318080 8425 996147200 134512640 135239763 4294956192 18446744073709551615 135030786 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9355 8425 405 177 0 8258 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 37420

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777792/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37568 CPUtime=12.58
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8818 0 0 0 1254 4 0 0 25 0 1 0 1996935095 38469632 8458 996147200 134512640 135239763 4294956192 18446744073709551615 135030883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9392 8458 405 177 0 8295 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 37568

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777728/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37572 CPUtime=25.26
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8850 0 0 0 2522 4 0 0 25 0 1 0 1996935095 38473728 8490 996147200 134512640 135239763 4294956192 18446744073709551615 134821584 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9393 8490 405 177 0 8296 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 37572

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777728/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37572 CPUtime=50.65
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8854 0 0 0 5061 4 0 0 25 0 1 0 1996935095 38473728 8494 996147200 134512640 135239763 4294956192 18446744073709551615 135071335 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9393 8494 405 177 0 8296 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 37572

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

[startup+51.2017 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777728/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37572 CPUtime=50.75
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8854 0 0 0 5071 4 0 0 25 0 1 0 1996935095 38473728 8494 996147200 134512640 135239763 4294956192 18446744073709551615 134801959 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9393 8494 405 177 0 8296 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 37572

[startup+64.0019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777728/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37572 CPUtime=63.43
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8854 0 0 0 6339 4 0 0 25 0 1 0 1996935095 38473728 8494 996147200 134512640 135239763 4294956192 18446744073709551615 134801956 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9393 8494 405 177 0 8296 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 37572

[startup+70.4015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37572 CPUtime=69.78
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8854 0 0 0 6974 4 0 0 25 0 1 0 1996935095 38473728 8494 996147200 134512640 135239763 4294956192 18446744073709551615 134797405 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9393 8494 405 177 0 8296 0
Current children cumulated CPU time (s) 69.78
Current children cumulated vsize (KiB) 37572

[startup+76.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37704 CPUtime=76.13
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8864 0 0 0 7609 4 0 0 25 0 1 0 1996935095 38608896 8504 996147200 134512640 135239763 4294956192 18446744073709551615 135030850 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9426 8504 405 177 0 8329 0
Current children cumulated CPU time (s) 76.13
Current children cumulated vsize (KiB) 37704

[startup+78.4012 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37704 CPUtime=77.71
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8864 0 0 0 7767 4 0 0 25 0 1 0 1996935095 38608896 8504 996147200 134512640 135239763 4294956192 18446744073709551615 134821529 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9426 8504 405 177 0 8329 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 37704

[startup+80.0013 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37704 CPUtime=79.3
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8864 0 0 0 7926 4 0 0 25 0 1 0 1996935095 38608896 8504 996147200 134512640 135239763 4294956192 18446744073709551615 134797244 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9426 8504 405 177 0 8329 0
Current children cumulated CPU time (s) 79.3
Current children cumulated vsize (KiB) 37704

[startup+80.4064 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37704 CPUtime=79.69
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8864 0 0 0 7965 4 0 0 25 0 1 0 1996935095 38608896 8504 996147200 134512640 135239763 4294956192 18446744073709551615 134801981 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9426 8504 405 177 0 8329 0
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (KiB) 37704

[startup+80.8014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=37724 CPUtime=80.09
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8907 0 0 0 8005 4 0 0 25 0 1 0 1996935095 38629376 8547 996147200 134512640 135239763 4294956192 18446744073709551615 135100992 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 9431 8547 405 177 0 8334 0
Current children cumulated CPU time (s) 80.09
Current children cumulated vsize (KiB) 37724

[startup+80.9014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 32365
/proc/meminfo: memFree=1777664/2055920 swapFree=4180844/4192956
[pid=32364] ppid=32362 vsize=35064 CPUtime=80.19
/proc/32364/stat : 32364 (xsolve) R 32362 32364 29112 0 -1 4194304 8922 0 0 0 8015 4 0 0 25 0 1 0 1996935095 35905536 8004 996147200 134512640 135239763 4294956192 18446744073709551615 10457203 0 0 4096 0 0 0 0 17 1 0 0
/proc/32364/statm: 8766 8004 419 177 0 7669 0
Current children cumulated CPU time (s) 80.19
Current children cumulated vsize (KiB) 35064

Child status: 0
Real time (s): 80.9189
CPU time (s): 80.2198
CPU user time (s): 80.1638
CPU system time (s): 0.055991
CPU usage (%): 99.1361
Max. virtual memory (cumulated for all children) (KiB): 37724

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

runsolver used 0.078987 second user time and 0.233964 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 15:53:31
IDJOB=1074750
IDBENCH=56436
IDSOLVER=357
FILE ID=node25/1074750-1215179610
PBS_JOBID= 7881458
Free space on /tmp= 66552 MiB

SOLVER NAME= Mistral-option 1.314
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-3.xml
COMMAND LINE= HOME/xsolve BENCHNAME -heu dyn -sac 3 -ds 2 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074750-1215179610/watcher-1074750-1215179610 -o /tmp/evaluation-result-1074750-1215179610/solver-1074750-1215179610 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1074750-1215179610.xml -heu dyn -sac 3 -ds 2 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b03ce6bb41b3c7eeec8edd1190e4268e
RANDOM SEED=1633379502

node25.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.234
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.234
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:       1810984 kB
Buffers:         31068 kB
Cached:         113832 kB
SwapCached:       6196 kB
Active:         145492 kB
Inactive:        46020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810984 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          60156 kB
Slab:            38436 kB
Committed_AS:  4225152 kB
PageTables:       2104 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= 66552 MiB
End job on node25 at 2008-07-04 15:54:52