Trace number 2091947

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 31.9321 32.1921

DiagnosticValue
CHECKS0
NODES52492

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-3_ext.xml
MD5SUMd2ddf61ca5264612cbfc8fe286f71e64
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.61645
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints752
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension752
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

31.91/32.17	s UNSATISFIABLE
31.91/32.17	d AC 32
31.91/32.17	d RUNTIME 31.982
31.91/32.17	d NODES 52492
31.91/32.17	d NODES/s 1641
31.91/32.17	d BACKTRACKS 81726
31.91/32.17	d BACKTRACKS/s 2555
31.91/32.17	d CHECKS 0
31.91/32.17	d CHECKS/s 0
31.91/32.17	c UNSAT 31.982 TIME      52492 NDS    345 PARSTIME      323 BUILDPB       31314 RES       false 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-2091947-1247396909/watcher-2091947-1247396909 -o /tmp/evaluation-result-2091947-1247396909/solver-2091947-1247396909 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2091947-1247396909.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.14 2.12 2.05 4/75 28555
/proc/meminfo: memFree=1844968/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=152 CPUtime=0
/proc/28555/stat : 28555 (java) R 28553 28555 28333 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 26756301 155648 26 996147200 134512640 134550932 4294956000 18446744073709551615 2601259 0 0 4096 0 0 0 0 17 1 0 0
/proc/28555/statm: 38 26 19 9 0 4 0

[startup+0.097357 s]
/proc/loadavg: 2.14 2.12 2.05 4/75 28555
/proc/meminfo: memFree=1844968/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=864108 CPUtime=0.08
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 3805 0 1 0 6 2 0 0 18 0 9 0 26756301 884846592 3268 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216027 3268 1723 9 0 210495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864108

[startup+0.102353 s]
/proc/loadavg: 2.14 2.12 2.05 4/75 28555
/proc/meminfo: memFree=1844968/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=864108 CPUtime=0.09
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 3875 0 1 0 7 2 0 0 18 0 9 0 26756301 884846592 3325 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216027 3325 1745 9 0 210495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864108

[startup+0.30238 s]
/proc/loadavg: 2.14 2.12 2.05 4/75 28555
/proc/meminfo: memFree=1844968/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865000 CPUtime=0.29
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 4877 0 1 0 26 3 0 0 18 0 9 0 26756301 885760000 4299 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216250 4299 1863 9 0 210718 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 865000

[startup+0.702425 s]
/proc/loadavg: 2.14 2.12 2.05 4/75 28555
/proc/meminfo: memFree=1844968/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865116 CPUtime=0.68
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 7165 0 1 0 63 5 0 0 18 0 9 0 26756301 885878784 6550 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216279 6550 1956 9 0 210747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865116

[startup+1.50252 s]
/proc/loadavg: 2.21 2.13 2.05 3/84 28564
/proc/meminfo: memFree=1822304/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865116 CPUtime=1.48
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 10729 0 1 0 140 8 0 0 18 0 9 0 26756301 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216279 10107 1970 9 0 210747 0
[pid=28555/tid=28557] ppid=28553 vsize=865116 CPUtime=1.21
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 9385 0 1 0 115 6 0 0 25 0 9 0 26756303 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4127052037 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 26756304 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 26756304 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865116 CPUtime=0.24
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 612 0 0 0 24 0 0 0 16 0 9 0 26756306 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865116 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 885878784 10107 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 865116

[startup+3.1017 s]
/proc/loadavg: 2.21 2.13 2.05 3/84 28564
/proc/meminfo: memFree=1798752/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=3.07
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 17079 0 1 0 295 12 0 0 18 0 9 0 26756301 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 16453 1983 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=2.76
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14739 0 1 0 266 10 0 0 25 0 9 0 26756303 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4127019922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.02
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 983 0 0 0 2 0 0 0 16 0 9 0 26756304 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 624 0 0 0 25 1 0 0 17 0 9 0 26756306 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 16453 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 16453 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) 865248

[startup+6.30206 s]
/proc/loadavg: 2.21 2.13 2.05 3/84 28564
/proc/meminfo: memFree=1782560/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=6.26
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18054 0 1 0 611 15 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=5.93
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14743 0 1 0 580 13 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4127033911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) R 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 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) 865248

[startup+12.7018 s]
/proc/loadavg: 2.18 2.12 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=12.63
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18057 0 1 0 1245 18 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=12.29
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14746 0 1 0 1214 15 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4127001325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 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) 865248

[startup+25.5022 s]
/proc/loadavg: 2.15 2.12 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=25.36
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18064 0 1 0 2509 27 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=25.02
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14753 0 1 0 2478 24 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4127003995 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 865248

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

[startup+28.7016 s]
/proc/loadavg: 2.14 2.12 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=28.54
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18066 0 1 0 2826 28 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=28.2
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14755 0 1 0 2794 26 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4126997119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.54
Current children cumulated vsize (KiB) 865248

[startup+30.3018 s]
/proc/loadavg: 2.14 2.12 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=30.14
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18067 0 1 0 2985 29 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=29.79
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14756 0 1 0 2953 26 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4126994743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.14
Current children cumulated vsize (KiB) 865248

[startup+31.1019 s]
/proc/loadavg: 2.14 2.12 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=30.93
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18067 0 1 0 3064 29 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=30.59
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14756 0 1 0 3032 27 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4126979544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.93
Current children cumulated vsize (KiB) 865248

[startup+31.907 s]
/proc/loadavg: 2.20 2.13 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=31.73
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18068 0 1 0 3143 30 0 0 18 0 9 0 26756301 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17424 1984 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=31.39
/proc/28555/task/28557/stat : 28557 (java) R 28553 28555 28333 0 -1 64 14757 0 1 0 3112 27 0 0 25 0 9 0 26756303 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4127026285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 17 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 865248

[startup+32.103 s]
/proc/loadavg: 2.20 2.13 2.05 3/84 28564
/proc/meminfo: memFree=1782432/2055920 swapFree=4192812/4192956
[pid=28555] ppid=28553 vsize=865248 CPUtime=31.91
/proc/28555/stat : 28555 (java) S 28553 28555 28333 0 -1 0 18072 0 1 0 3161 30 0 0 18 0 9 0 26756301 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28555/statm: 216312 17428 1986 9 0 210780 0
[pid=28555/tid=28557] ppid=28553 vsize=865248 CPUtime=31.57
/proc/28555/task/28557/stat : 28557 (java) D 28553 28555 28333 0 -1 64 14761 0 1 0 3130 27 0 0 25 0 9 0 26756303 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=28555/tid=28558] ppid=28553 vsize=865248 CPUtime=0.04
/proc/28555/task/28558/stat : 28558 (java) S 28553 28555 28333 0 -1 64 1952 0 0 0 4 0 0 0 17 0 9 0 26756304 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28559] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28559/stat : 28559 (java) S 28553 28555 28333 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28560] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28560/stat : 28560 (java) S 28553 28555 28333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26756304 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28561] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28561/stat : 28561 (java) S 28553 28555 28333 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 26756306 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28562] ppid=28553 vsize=865248 CPUtime=0.26
/proc/28555/task/28562/stat : 28562 (java) S 28553 28555 28333 0 -1 64 626 0 0 0 25 1 0 0 15 0 9 0 26756306 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28563] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28563/stat : 28563 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26756306 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28555/tid=28564] ppid=28553 vsize=865248 CPUtime=0
/proc/28555/task/28564/stat : 28564 (java) S 28553 28555 28333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26756306 886013952 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (KiB) 865248

Child status: 0
Real time (s): 32.1921
CPU time (s): 31.9321
CPU user time (s): 31.6152
CPU system time (s): 0.316951
CPU usage (%): 99.1925
Max. virtual memory (cumulated for all children) (KiB): 865248

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

runsolver used 0.047992 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 13:08:30
IDJOB=2091947
IDBENCH=60196
IDSOLVER=737
FILE ID=node85/2091947-1247396909
PBS_JOBID= 9507456
Free space on /tmp= 126552 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-3_ext.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-2091947-1247396909/watcher-2091947-1247396909 -o /tmp/evaluation-result-2091947-1247396909/solver-2091947-1247396909 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2091947-1247396909.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= d2ddf61ca5264612cbfc8fe286f71e64
RANDOM SEED=815193514

node85.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.220
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.220
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:       1845448 kB
Buffers:         27372 kB
Cached:         102168 kB
SwapCached:          0 kB
Active:         115704 kB
Inactive:        44252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          41456 kB
Slab:            35788 kB
Committed_AS:   202944 kB
PageTables:       1820 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= 126548 MiB
End job on node85 at 2009-07-12 13:09:02