Trace number 2057198

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 25.2732 25.2767

DiagnosticValue
CHECKS0
NODES87

General information on the benchmark

Namecsp/lard/
normalized-lard-86-86.xml
MD5SUMcf6bd096c3296e2a346fad55b9e7b112
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.3123
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints3655
Maximum constraint arity2
Maximum domain size87
Number of constraints which are defined in extension3655
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

25.10/25.12	s SATISFIABLE
25.10/25.12	v 28 15 28 31 20 36 23 26 27 2 32 21 33 27 18 9 5 29 6 6 36 27 42 10 27 9 31 28 18 4 7 15 26 4 37 27 17 10 1 6 39 11 27 28 1 15 26 42 42 38 29 28 39 15 32 9 25 33 17 39 2 10 37 23 33 38 29 15 25 42 4 18 8 24 16 34 8 19 41 3 15 2 39 28 41 28 
25.10/25.12	d AC 32
25.10/25.12	d RUNTIME 24.997
25.10/25.12	d NODES 87
25.10/25.12	d NODES/s 3
25.10/25.12	d BACKTRACKS 0
25.10/25.12	d BACKTRACKS/s 0
25.10/25.12	d CHECKS 0
25.10/25.12	d CHECKS/s 0
25.10/25.12	c SAT 24.997 TIME      87 NDS    17363 PARSTIME      5366 BUILDPB       2268 RES       false 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-2057198-1247317870/watcher-2057198-1247317870 -o /tmp/evaluation-result-2057198-1247317870/solver-2057198-1247317870 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057198-1247317870.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: 0.22 0.05 0.02 3/68 14764
/proc/meminfo: memFree=949968/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=18576 CPUtime=0
/proc/14764/stat : 14764 (runsolver) R 14762 14764 14605 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 18852733 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 255372881191 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14764/statm: 4644 284 249 26 0 2626 0

[startup+0.0718561 s]
/proc/loadavg: 0.22 0.05 0.02 3/68 14764
/proc/meminfo: memFree=949968/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=861056 CPUtime=0.03
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 2417 0 1 0 2 1 0 0 18 0 8 0 18852733 881721344 1972 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 215264 1972 913 9 0 210179 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861056

[startup+0.103128 s]
/proc/loadavg: 0.22 0.05 0.02 3/68 14764
/proc/meminfo: memFree=949968/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=863312 CPUtime=0.07
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 3297 0 1 0 5 2 0 0 18 0 9 0 18852733 884031488 2765 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 215828 2765 1304 9 0 210697 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 863312

[startup+0.302074 s]
/proc/loadavg: 0.22 0.05 0.02 3/68 14764
/proc/meminfo: memFree=949968/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=0.32
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 7380 0 2 0 28 4 0 0 18 0 9 0 18852733 886026240 6806 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 6806 1854 9 0 210783 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 865260

[startup+0.702114 s]
/proc/loadavg: 0.22 0.05 0.02 3/68 14764
/proc/meminfo: memFree=949968/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=0.74
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 26138 0 2 0 61 13 0 0 18 0 9 0 18852733 886026240 25561 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 25561 1867 9 0 210783 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 865260

[startup+1.5012 s]
/proc/loadavg: 0.22 0.05 0.02 2/77 14773
/proc/meminfo: memFree=804488/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=1.54
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 49483 0 2 0 127 27 0 0 18 0 9 0 18852733 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 48904 1868 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=1.21
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14160 0 2 0 108 13 0 0 17 0 9 0 18852735 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4126405254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=0.21
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 34100 0 0 0 9 12 0 0 16 0 9 0 18852738 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852738 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.09
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 491 0 0 0 9 0 0 0 16 0 9 0 18852740 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 48904 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 865260

[startup+3.10136 s]
/proc/loadavg: 0.22 0.05 0.02 2/77 14773
/proc/meminfo: memFree=727304/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=3.17
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 67320 0 2 0 283 34 0 0 18 0 9 0 18852733 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 66729 1892 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=2.54
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14237 0 2 0 241 13 0 0 18 0 9 0 18852735 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 102094016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=0.47
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 51817 0 0 0 28 19 0 0 16 0 9 0 18852738 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852738 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.13
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 534 0 0 0 13 0 0 0 15 0 9 0 18852740 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 66729 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 865260

[startup+6.30269 s]
/proc/loadavg: 0.28 0.06 0.02 2/77 14773
/proc/meminfo: memFree=593800/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=6.37
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 100595 0 2 0 590 47 0 0 18 0 9 0 18852733 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 99996 1892 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=5.15
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14245 0 2 0 502 13 0 0 17 0 9 0 18852735 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4126726552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=1.05
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 85081 0 0 0 74 31 0 0 17 0 9 0 18852738 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852738 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.13
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 536 0 0 0 13 0 0 0 15 0 9 0 18852740 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 99996 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 865260

[startup+12.7014 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 14773
/proc/meminfo: memFree=345992/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=12.75
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 162435 0 2 0 1205 70 0 0 18 0 9 0 18852733 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 161823 1892 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=10.43
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14258 0 2 0 1030 13 0 0 17 0 9 0 18852735 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 102673120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=2.14
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 146904 0 0 0 159 55 0 0 16 0 9 0 18852738 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18852738 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.14
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 540 0 0 0 14 0 0 0 16 0 9 0 18852740 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 161823 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 865260

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

[startup+19.101 s]
/proc/loadavg: 0.39 0.09 0.03 3/91 14796
/proc/meminfo: memFree=145104/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=19.13
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 185383 0 3 0 1834 79 0 0 18 0 9 0 18852733 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 184544 2618 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=12.71
/proc/14764/task/14766/stat : 14766 (java) S 14762 14764 14605 0 -1 64 14433 0 3 0 1257 14 0 0 18 0 9 0 18852735 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=6.21
/proc/14764/task/14767/stat : 14767 (java) R 14762 14764 14605 0 -1 64 169648 0 0 0 558 63 0 0 25 0 9 0 18852738 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.18
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 569 0 0 0 18 0 0 0 16 0 9 0 18852740 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 184544 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.13
Current children cumulated vsize (KiB) 865260

[startup+22.3023 s]
/proc/loadavg: 0.52 0.13 0.04 4/91 14796
/proc/meminfo: memFree=122384/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=22.32
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 185395 0 3 0 2153 79 0 0 18 0 9 0 18852733 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 184549 2619 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=13.8
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14439 0 3 0 1366 14 0 0 20 0 9 0 18852735 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4126887591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=8.29
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 169648 0 0 0 766 63 0 0 16 0 9 0 18852738 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 18852738 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.19
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 574 0 0 0 19 0 0 0 16 0 9 0 18852740 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 184549 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 865260

[startup+23.9025 s]
/proc/loadavg: 0.52 0.13 0.04 3/91 14796
/proc/meminfo: memFree=137808/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=23.91
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 185696 0 3 0 2310 81 0 0 18 0 9 0 18852733 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 184831 2623 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=15.2
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14657 0 3 0 1504 16 0 0 25 0 9 0 18852735 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=8.38
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 169649 0 0 0 775 63 0 0 16 0 9 0 18852738 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 18852738 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.31
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 656 0 0 0 30 1 0 0 15 0 9 0 18852740 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 184831 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.91
Current children cumulated vsize (KiB) 865260

[startup+24.7026 s]
/proc/loadavg: 0.52 0.13 0.04 3/91 14796
/proc/meminfo: memFree=144464/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=24.7
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 185704 0 3 0 2389 81 0 0 18 0 9 0 18852733 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 184839 2623 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=15.98
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14657 0 3 0 1582 16 0 0 25 0 9 0 18852735 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=8.38
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 169649 0 0 0 775 63 0 0 16 0 9 0 18852738 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 18852738 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.33
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 664 0 0 0 32 1 0 0 15 0 9 0 18852740 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 184839 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 865260

[startup+25.1026 s]
/proc/loadavg: 0.52 0.13 0.04 3/91 14796
/proc/meminfo: memFree=144464/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=865260 CPUtime=25.1
/proc/14764/stat : 14764 (java) S 14762 14764 14605 0 -1 0 185714 0 3 0 2429 81 0 0 18 0 9 0 18852733 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 216315 184848 2623 9 0 210783 0
[pid=14764/tid=14766] ppid=14762 vsize=865260 CPUtime=16.37
/proc/14764/task/14766/stat : 14766 (java) R 14762 14764 14605 0 -1 64 14665 0 3 0 1621 16 0 0 25 0 9 0 18852735 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14767] ppid=14762 vsize=865260 CPUtime=8.38
/proc/14764/task/14767/stat : 14767 (java) S 14762 14764 14605 0 -1 64 169649 0 0 0 775 63 0 0 17 0 9 0 18852738 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14768] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14768/stat : 14768 (java) S 14762 14764 14605 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18852738 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14769] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14769/stat : 14769 (java) S 14762 14764 14605 0 -1 64 6 0 0 0 0 0 0 0 17 0 9 0 18852738 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14770] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14770/stat : 14770 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 18852740 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14771] ppid=14762 vsize=865260 CPUtime=0.33
/proc/14764/task/14771/stat : 14771 (java) S 14762 14764 14605 0 -1 64 666 0 0 0 32 1 0 0 15 0 9 0 18852740 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14772] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14772/stat : 14772 (java) S 14762 14764 14605 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 18852741 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14764/tid=14773] ppid=14762 vsize=865260 CPUtime=0
/proc/14764/task/14773/stat : 14773 (java) S 14762 14764 14605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18852741 886026240 184848 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 865260

[startup+25.2026 s]
/proc/loadavg: 0.64 0.16 0.05 3/83 14797
/proc/meminfo: memFree=362008/2055912 swapFree=4192956/4192956
[pid=14764] ppid=14762 vsize=0 CPUtime=25.19
/proc/14764/stat : 14764 (java) Z 14762 14764 14605 0 -1 12 185736 0 3 0 2434 85 0 0 16 0 2 0 18852733 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14764/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.2767
CPU time (s): 25.2732
CPU user time (s): 24.3453
CPU system time (s): 0.927858
CPU usage (%): 99.9861
Max. virtual memory (cumulated for all children) (KiB): 865260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3453
system time used= 0.927858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185736
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2105
involuntary context switches= 1862

runsolver used 0.036994 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-11 15:11:22
IDJOB=2057198
IDBENCH=53343
IDSOLVER=737
FILE ID=node78/2057198-1247317870
PBS_JOBID= 9506478
Free space on /tmp= 126724 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/lard/normalized-lard-86-86.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-2057198-1247317870/watcher-2057198-1247317870 -o /tmp/evaluation-result-2057198-1247317870/solver-2057198-1247317870 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2057198-1247317870.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= cf6bd096c3296e2a346fad55b9e7b112
RANDOM SEED=575871066

node78.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.232
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.232
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:      2055912 kB
MemFree:        950448 kB
Buffers:         56980 kB
Cached:         955880 kB
SwapCached:          0 kB
Active:         157260 kB
Inactive:       871804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        950448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           77936 kB
Writeback:           0 kB
Mapped:          25984 kB
Slab:            61916 kB
Committed_AS:   116964 kB
PageTables:       1652 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= 126704 MiB
End job on node78 at 2009-07-11 15:11:47