Trace number 2080331

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
Choco2.1.1 2009-06-10SAT 24.6083 24.7512

DiagnosticValue
CHECKS0
NODES1402

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-4.xml
MD5SUM0f2f3ada50c67a34ccbabc19d4e4fa5d
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 benchmark24.6083
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1236
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

24.56/24.72	s SATISFIABLE
24.56/24.72	v 0 40 136 195 290 366 441 504 630 729 745 816 868 1005 1104 0 210 298 397 449 517 530 568 603 660 701 794 871 939 1047 245 405 451 465 552 588 667 774 865 919 920 1029 1045 1047 1098 0 19 34 76 84 156 171 275 415 541 715 939 1009 1090 1106 0 68 139 142 210 308 345 441 462 551 660 1002 1081 1102 1132 0 14 68 97 172 178 294 397 451 563 565 651 684 717 887 19 40 332 431 501 581 652 769 865 921 1005 1058 1068 1160 1203 0 40 146 235 245 275 313 447 547 563 684 814 921 1045 1160 0 37 97 146 169 170 248 300 351 364 405 440 523 531 603 40 322 431 495 541 551 588 648 732 758 777 851 930 1104 1153 14 36 85 118 120 144 235 624 758 779 840 946 1091 1134 1173 146 248 301 345 368 454 582 663 715 737 787 798 871 948 1161 41 62 142 172 393 601 648 745 837 851 864 932 992 1068 1118 139 298 393 445 568 601 628 701 832 907 919 1002 1005 1098 1208 34 128 169 223 265 335 364 478 528 919 989 1033 1155 1194 1221 
24.56/24.72	d AC 32
24.56/24.72	d RUNTIME 24.613
24.56/24.72	d NODES 1402
24.56/24.72	d NODES/s 57
24.56/24.72	d BACKTRACKS 1368
24.56/24.72	d BACKTRACKS/s 56
24.56/24.72	d CHECKS 0
24.56/24.72	d CHECKS/s 0
24.56/24.72	c SAT 24.613 TIME      1402 NDS    557 PARSTIME      930 BUILDPB       23126 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080331-1247369687/watcher-2080331-1247369687 -o /tmp/evaluation-result-2080331-1247369687/solver-2080331-1247369687 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2080331-1247369687.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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


[startup+0 s]
/proc/loadavg: 1.92 2.05 2.06 4/74 23145
/proc/meminfo: memFree=1723112/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=18576 CPUtime=0
/proc/23145/stat : 23145 (runsolver) R 23143 23145 18774 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24035937 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23145/statm: 4644 284 249 26 0 2626 0

[startup+0.088747 s]
/proc/loadavg: 1.92 2.05 2.06 4/74 23145
/proc/meminfo: memFree=1723112/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=862300 CPUtime=0.07
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 3319 0 1 0 5 2 0 0 21 0 9 0 24035937 882995200 2784 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 215575 2784 1309 9 0 210444 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 862300

[startup+0.101748 s]
/proc/loadavg: 1.92 2.05 2.06 4/74 23145
/proc/meminfo: memFree=1723112/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=864108 CPUtime=0.08
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 3836 0 1 0 6 2 0 0 21 0 9 0 24035937 884846592 3290 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216027 3290 1729 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864108

[startup+0.301769 s]
/proc/loadavg: 1.92 2.05 2.06 4/74 23145
/proc/meminfo: memFree=1723112/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=864896 CPUtime=0.29
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 4952 0 1 0 26 3 0 0 21 0 9 0 24035937 885653504 4377 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216224 4377 1855 9 0 210692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864896

[startup+0.701809 s]
/proc/loadavg: 1.92 2.05 2.06 4/74 23145
/proc/meminfo: memFree=1723112/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865152 CPUtime=0.68
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 8049 0 1 0 63 5 0 0 21 0 9 0 24035937 885915648 7453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216288 7453 1927 9 0 210756 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865152

[startup+1.50188 s]
/proc/loadavg: 1.92 2.05 2.06 3/83 23154
/proc/meminfo: memFree=1688288/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=1.47
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 15370 0 2 0 138 9 0 0 21 0 9 0 24035937 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 14748 1987 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=1.12
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 13968 0 2 0 105 7 0 0 25 0 9 0 24035939 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4127125895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 24035940 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 24035940 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.34
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 670 0 0 0 33 1 0 0 15 0 9 0 24035942 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 14748 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865280

[startup+3.10204 s]
/proc/loadavg: 1.92 2.05 2.06 4/83 23154
/proc/meminfo: memFree=1650784/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=3.07
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 20529 0 2 0 295 12 0 0 21 0 9 0 24035937 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 19903 1998 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=2.48
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14900 0 2 0 240 8 0 0 25 0 9 0 24035939 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4127406584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.1
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 4140 0 0 0 9 1 0 0 17 0 9 0 24035940 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.46
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 757 0 0 0 45 1 0 0 15 0 9 0 24035942 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 19903 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 865280

[startup+6.30233 s]
/proc/loadavg: 1.93 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644832/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=6.26
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21939 0 2 0 613 13 0 0 21 0 9 0 24035937 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21309 1998 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=5.63
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14904 0 2 0 554 9 0 0 25 0 9 0 24035939 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4127401484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.14
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5545 0 0 0 12 2 0 0 17 0 9 0 24035940 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.46
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 758 0 0 0 45 1 0 0 15 0 9 0 24035942 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 865280

[startup+12.7029 s]
/proc/loadavg: 1.93 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=12.63
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21967 0 2 0 1249 14 0 0 21 0 9 0 24035937 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21334 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=11.98
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14916 0 2 0 1189 9 0 0 25 0 9 0 24035939 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4126046733 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5554 0 0 0 13 2 0 0 16 0 9 0 24035940 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.47
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 765 0 0 0 46 1 0 0 16 0 9 0 24035942 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21334 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 865280

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

[startup+19.1015 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=18.99
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21975 0 2 0 1885 14 0 0 21 0 9 0 24035937 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21336 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=18.34
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14922 0 2 0 1824 10 0 0 25 0 9 0 24035939 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4127407373 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5554 0 0 0 13 2 0 0 17 0 9 0 24035940 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.48
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 767 0 0 0 47 1 0 0 15 0 9 0 24035942 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 865280

[startup+22.3028 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=22.17
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21979 0 2 0 2203 14 0 0 21 0 9 0 24035937 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21337 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=21.52
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14925 0 2 0 2142 10 0 0 25 0 9 0 24035939 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4127487036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5554 0 0 0 13 2 0 0 17 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.48
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 768 0 0 0 47 1 0 0 16 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (KiB) 865280

[startup+23.903 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=23.77
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21979 0 2 0 2363 14 0 0 21 0 9 0 24035937 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21337 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=23.11
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14925 0 2 0 2301 10 0 0 25 0 9 0 24035939 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4127599473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5554 0 0 0 13 2 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.48
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 768 0 0 0 47 1 0 0 16 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.77
Current children cumulated vsize (KiB) 865280

[startup+24.302 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=24.16
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21979 0 2 0 2402 14 0 0 21 0 9 0 24035937 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21337 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=23.51
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14925 0 2 0 2341 10 0 0 25 0 9 0 24035939 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4127619156 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5554 0 0 0 13 2 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.48
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 768 0 0 0 47 1 0 0 16 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21337 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 865280

[startup+24.7011 s]
/proc/loadavg: 1.94 2.04 2.06 3/83 23154
/proc/meminfo: memFree=1644704/2055920 swapFree=4192812/4192956
[pid=23145] ppid=23143 vsize=865280 CPUtime=24.56
/proc/23145/stat : 23145 (java) S 23143 23145 18774 0 -1 0 21982 0 2 0 2442 14 0 0 21 0 9 0 24035937 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23145/statm: 216320 21339 2000 9 0 210788 0
[pid=23145/tid=23147] ppid=23143 vsize=865280 CPUtime=23.9
/proc/23145/task/23147/stat : 23147 (java) R 23143 23145 18774 0 -1 64 14926 0 2 0 2380 10 0 0 25 0 9 0 24035939 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4127504675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23148] ppid=23143 vsize=865280 CPUtime=0.15
/proc/23145/task/23148/stat : 23148 (java) S 23143 23145 18774 0 -1 64 5555 0 0 0 13 2 0 0 16 0 9 0 24035940 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23149] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23149/stat : 23149 (java) S 23143 23145 18774 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23150] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23150/stat : 23150 (java) S 23143 23145 18774 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24035940 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23151] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23151/stat : 23151 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23152] ppid=23143 vsize=865280 CPUtime=0.48
/proc/23145/task/23152/stat : 23152 (java) S 23143 23145 18774 0 -1 64 769 0 0 0 47 1 0 0 16 0 9 0 24035942 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23153] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23153/stat : 23153 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24035942 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23145/tid=23154] ppid=23143 vsize=865280 CPUtime=0
/proc/23145/task/23154/stat : 23154 (java) S 23143 23145 18774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24035942 886046720 21339 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 865280

Child status: 0
Real time (s): 24.7512
CPU time (s): 24.6083
CPU user time (s): 24.4463
CPU system time (s): 0.161975
CPU usage (%): 99.4224
Max. virtual memory (cumulated for all children) (KiB): 865280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4463
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22004
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3421
involuntary context switches= 3713

runsolver used 0.027995 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 05:34:47
IDJOB=2080331
IDBENCH=57058
IDSOLVER=737
FILE ID=node8/2080331-1247369687
PBS_JOBID= 9507079
Free space on /tmp= 66288 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-4.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080331-1247369687/watcher-2080331-1247369687 -o /tmp/evaluation-result-2080331-1247369687/solver-2080331-1247369687 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2080331-1247369687.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

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

MD5SUM BENCH= 0f2f3ada50c67a34ccbabc19d4e4fa5d
RANDOM SEED=568692173

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723592 kB
Buffers:         43852 kB
Cached:         189456 kB
SwapCached:          0 kB
Active:         159584 kB
Inactive:        97684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          34652 kB
Slab:            60324 kB
Committed_AS:   233872 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node8 at 2009-07-12 05:35:12