Trace number 2083367

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-10UNSAT 37.7273 37.77

DiagnosticValue
CHECKS0
NODES96

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-5.xml
MD5SUM212543c541c043485cfcbad626b7fd00
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6518
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

37.57/37.69	s UNSATISFIABLE
37.57/37.69	d AC 32
37.57/37.69	d RUNTIME 37.59
37.57/37.69	d NODES 96
37.57/37.69	d NODES/s 3
37.57/37.69	d BACKTRACKS 230
37.57/37.69	d BACKTRACKS/s 6
37.57/37.69	d CHECKS 0
37.57/37.69	d CHECKS/s 0
37.57/37.69	c UNSAT 37.59 TIME      96 NDS    1439 PARSTIME      3669 BUILDPB       32482 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083367-1247377264/watcher-2083367-1247377264 -o /tmp/evaluation-result-2083367-1247377264/solver-2083367-1247377264 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2083367-1247377264.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: 2.22 2.23 2.16 4/83 23754
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=152 CPUtime=0
/proc/23754/stat : 23754 (java) R 23752 23754 21685 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 24789417 155648 26 996147200 134512640 134550932 4294955840 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 0 0 0
/proc/23754/statm: 38 26 19 9 0 4 0

[startup+0.0953849 s]
/proc/loadavg: 2.22 2.23 2.16 4/83 23754
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=864096 CPUtime=0.08
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 3803 0 1 0 6 2 0 0 18 0 9 0 24789417 884834304 3266 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216024 3266 1723 9 0 210492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864096

[startup+0.102379 s]
/proc/loadavg: 2.22 2.23 2.16 4/83 23754
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=864096 CPUtime=0.09
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 3889 0 1 0 7 2 0 0 18 0 9 0 24789417 884834304 3336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216024 3336 1747 9 0 210492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864096

[startup+0.302401 s]
/proc/loadavg: 2.22 2.23 2.16 4/83 23754
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=864996 CPUtime=0.29
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 4984 0 1 0 26 3 0 0 18 0 9 0 24789417 885755904 4409 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216249 4409 1856 9 0 210717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864996

[startup+0.701443 s]
/proc/loadavg: 2.22 2.23 2.16 4/83 23754
/proc/meminfo: memFree=1767536/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=864996 CPUtime=0.68
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 10098 0 1 0 62 6 0 0 18 0 9 0 24789417 885755904 9512 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216249 9512 1894 9 0 210717 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864996

[startup+1.50152 s]
/proc/loadavg: 2.22 2.23 2.16 3/92 23763
/proc/meminfo: memFree=1716712/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=864996 CPUtime=1.49
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 20665 0 1 0 138 11 0 0 18 0 9 0 24789417 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216249 20075 1909 9 0 210717 0
[pid=23754/tid=23756] ppid=23752 vsize=864996 CPUtime=1.16
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14277 0 1 0 108 8 0 0 25 0 9 0 24789418 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=864996 CPUtime=0.12
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 5087 0 0 0 11 1 0 0 17 0 9 0 24789419 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=864996 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=864996 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=864996 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=864996 CPUtime=0.18
/proc/23754/task/23761/stat : 23761 (java) R 23752 23754 21685 0 -1 64 569 0 0 0 18 0 0 0 15 0 9 0 24789422 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 102222719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=864996 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=864996 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 885755904 20075 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 864996

[startup+3.10168 s]
/proc/loadavg: 2.20 2.22 2.16 3/92 23763
/proc/meminfo: memFree=1674344/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865148 CPUtime=3.08
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 37089 0 1 0 292 16 0 0 18 0 9 0 24789417 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216287 36478 1960 9 0 210755 0
[pid=23754/tid=23756] ppid=23752 vsize=865148 CPUtime=2.21
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14530 0 1 0 213 8 0 0 25 0 9 0 24789418 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4127056517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865148 CPUtime=0.59
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 21197 0 0 0 52 7 0 0 17 0 9 0 24789419 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865148 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865148 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865148 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865148 CPUtime=0.26
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 630 0 0 0 26 0 0 0 15 0 9 0 24789422 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865148 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865148 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 885911552 36478 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 865148

[startup+6.30299 s]
/proc/loadavg: 2.20 2.22 2.16 3/92 23763
/proc/meminfo: memFree=1576680/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=6.28
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 47765 0 1 0 607 21 0 0 18 0 9 0 24789417 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 47135 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=4.99
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14819 0 1 0 491 8 0 0 25 0 9 0 24789418 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4126626616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=0.84
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 31476 0 0 0 74 10 0 0 17 0 9 0 24789419 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.42
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 738 0 0 0 41 1 0 0 15 0 9 0 24789422 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 47135 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 865280

[startup+12.7016 s]
/proc/loadavg: 2.17 2.21 2.16 3/92 23763
/proc/meminfo: memFree=1544872/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=12.68
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 52660 0 1 0 1245 23 0 0 18 0 9 0 24789417 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 52027 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=11.19
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14822 0 1 0 1111 8 0 0 25 0 9 0 24789418 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4127358228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.04
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 36367 0 0 0 92 12 0 0 16 0 9 0 24789419 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.42
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 739 0 0 0 41 1 0 0 16 0 9 0 24789422 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 52027 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 865280

[startup+25.5029 s]
/proc/loadavg: 2.15 2.21 2.15 3/92 23763
/proc/meminfo: memFree=1433704/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=25.48
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 74628 0 1 0 2515 33 0 0 18 0 9 0 24789417 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 73991 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=23.82
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14826 0 1 0 2373 9 0 0 25 0 9 0 24789418 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4127528980 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.21
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 58329 0 0 0 99 22 0 0 16 0 9 0 24789419 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.42
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 741 0 0 0 41 1 0 0 15 0 9 0 24789422 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 73991 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 865280

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

[startup+31.9075 s]
/proc/loadavg: 2.12 2.20 2.15 3/92 23763
/proc/meminfo: memFree=1420968/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=31.87
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 85608 0 1 0 3150 37 0 0 18 0 9 0 24789417 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 84970 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=30.15
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14827 0 1 0 3006 9 0 0 25 0 9 0 24789418 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4127307063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.28
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 69307 0 0 0 102 26 0 0 16 0 9 0 24789419 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.42
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 742 0 0 0 41 1 0 0 16 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 865280

[startup+35.1018 s]
/proc/loadavg: 2.12 2.20 2.15 3/92 23763
/proc/meminfo: memFree=1371880/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=35.07
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 85608 0 1 0 3470 37 0 0 18 0 9 0 24789417 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 84970 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=33.34
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14827 0 1 0 3325 9 0 0 25 0 9 0 24789418 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4127358112 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.28
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 69307 0 0 0 102 26 0 0 16 0 9 0 24789419 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.42
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 742 0 0 0 41 1 0 0 16 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 84970 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 865280

[startup+36.702 s]
/proc/loadavg: 2.12 2.20 2.15 3/92 23763
/proc/meminfo: memFree=1370472/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=36.67
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 85636 0 1 0 3629 38 0 0 18 0 9 0 24789417 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 84998 1985 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=34.91
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14842 0 1 0 3482 9 0 0 25 0 9 0 24789418 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4127363589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.28
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 69307 0 0 0 102 26 0 0 16 0 9 0 24789419 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.45
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 755 0 0 0 44 1 0 0 15 0 9 0 24789422 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 84998 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 865280

[startup+37.501 s]
/proc/loadavg: 2.27 2.23 2.16 3/92 23763
/proc/meminfo: memFree=1367912/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865280 CPUtime=37.47
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 85645 0 1 0 3709 38 0 0 18 0 9 0 24789417 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216320 85006 1987 9 0 210788 0
[pid=23754/tid=23756] ppid=23752 vsize=865280 CPUtime=35.69
/proc/23754/task/23756/stat : 23756 (java) R 23752 23754 21685 0 -1 64 14845 0 1 0 3560 9 0 0 25 0 9 0 24789418 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4127570514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865280 CPUtime=1.28
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 69307 0 0 0 102 26 0 0 17 0 9 0 24789419 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865280 CPUtime=0.46
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 761 0 0 0 45 1 0 0 15 0 9 0 24789422 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865280 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886046720 85006 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.47
Current children cumulated vsize (KiB) 865280

[startup+37.7011 s]
/proc/loadavg: 2.27 2.23 2.16 3/92 23763
/proc/meminfo: memFree=1367912/2055920 swapFree=4192812/4192956
[pid=23754] ppid=23752 vsize=865604 CPUtime=37.67
/proc/23754/stat : 23754 (java) S 23752 23754 21685 0 -1 0 85666 0 1 0 3728 39 0 0 18 0 9 0 24789417 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23754/statm: 216401 85024 1992 9 0 210869 0
[pid=23754/tid=23756] ppid=23752 vsize=865604 CPUtime=35.88
/proc/23754/task/23756/stat : 23756 (java) S 23752 23754 21685 0 -1 64 14857 0 1 0 3579 9 0 0 25 0 9 0 24789418 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23757] ppid=23752 vsize=865604 CPUtime=1.28
/proc/23754/task/23757/stat : 23757 (java) S 23752 23754 21685 0 -1 64 69308 0 0 0 102 26 0 0 16 0 9 0 24789419 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23758] ppid=23752 vsize=865604 CPUtime=0
/proc/23754/task/23758/stat : 23758 (java) S 23752 23754 21685 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24789420 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23759] ppid=23752 vsize=865604 CPUtime=0
/proc/23754/task/23759/stat : 23759 (java) S 23752 23754 21685 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24789420 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23760] ppid=23752 vsize=865604 CPUtime=0
/proc/23754/task/23760/stat : 23760 (java) S 23752 23754 21685 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24789422 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23761] ppid=23752 vsize=865604 CPUtime=0.46
/proc/23754/task/23761/stat : 23761 (java) S 23752 23754 21685 0 -1 64 764 0 0 0 45 1 0 0 15 0 9 0 24789422 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23762] ppid=23752 vsize=865604 CPUtime=0
/proc/23754/task/23762/stat : 23762 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24789422 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23754/tid=23763] ppid=23752 vsize=865604 CPUtime=0
/proc/23754/task/23763/stat : 23763 (java) S 23752 23754 21685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24789422 886378496 85024 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 865604

Child status: 0
Real time (s): 37.77
CPU time (s): 37.7273
CPU user time (s): 37.2853
CPU system time (s): 0.441932
CPU usage (%): 99.8867
Max. virtual memory (cumulated for all children) (KiB): 865604

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

runsolver used 0.040993 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 07:41:04
IDJOB=2083367
IDBENCH=57795
IDSOLVER=737
FILE ID=node60/2083367-1247377264
PBS_JOBID= 9507118
Free space on /tmp= 66464 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-5.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-2083367-1247377264/watcher-2083367-1247377264 -o /tmp/evaluation-result-2083367-1247377264/solver-2083367-1247377264 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2083367-1247377264.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= 212543c541c043485cfcbad626b7fd00
RANDOM SEED=116474087

node60.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:      2055920 kB
MemFree:       1768016 kB
Buffers:          4164 kB
Cached:          54656 kB
SwapCached:          0 kB
Active:         213472 kB
Inactive:        26896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4688 kB
Writeback:           0 kB
Mapped:         197232 kB
Slab:            32500 kB
Committed_AS:   900648 kB
PageTables:       2176 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= 66460 MiB
End job on node60 at 2009-07-12 07:41:42