Trace number 2068847

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-10? (problem) 101.387 102.4

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

101.22/102.24	java.lang.OutOfMemoryError: Java heap space
101.22/102.24		at choco.cp.solver.variables.integer.BooleanVarImpl.<init>(BooleanVarImpl.java:22)
101.22/102.24		at choco.cp.solver.CPSolver.createBooleanVar(CPSolver.java:2584)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode.extractResult(AbstractBoolNode.java:41)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.arithm.IfThenElseNode.extractResult(IfThenElseNode.java:66)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.arithm.PlusNode.extractResult(PlusNode.java:50)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.bool.LeqNode.extractConstraint(LeqNode.java:53)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.bool.AbstractBoolNode.extractResult(AbstractBoolNode.java:42)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractResult(OrNode.java:61)
101.22/102.24		at choco.cp.solver.constraints.reified.leaves.bool.OrNode.extractConstraint(OrNode.java:75)
101.22/102.24		at choco.cp.solver.constraints.reified.ExpressionSConstraint.getDecomposition(ExpressionSConstraint.java:287)
101.22/102.24		at choco.cp.solver.CPSolver.decisionOnExpression(CPSolver.java:1963)
101.22/102.24		at choco.cp.solver.CPSolver.post(CPSolver.java:1939)
101.22/102.24		at choco.cp.solver.CPModelToCPSolver.readConstraints(CPModelToCPSolver.java:319)
101.22/102.24		at choco.cp.solver.preprocessor.PreProcessCPSolver.read(PreProcessCPSolver.java:199)
101.22/102.24		at parser.chocogen.XmlModel.solve(XmlModel.java:300)
101.22/102.24		at parser.chocogen.XmlModel.solveFile(XmlModel.java:206)
101.22/102.24		at parser.chocogen.XmlModel.generate(XmlModel.java:183)
101.22/102.24		at parser.chocogen.XmlModel.main(XmlModel.java:524)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 20151
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=18576 CPUtime=0
/proc/20151/stat : 20151 (runsolver) R 20149 20114 20114 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 21919382 19021824 283 996147200 4194304 4302564 548682068192 18446744073709551615 245482715296 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20151/statm: 4644 283 248 26 0 2626 0

[startup+0.020925 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 20151
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=10964 CPUtime=0
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 840 0 0 0 0 0 0 0 18 0 2 0 21919382 11227136 576 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 2741 576 279 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.102378 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 20151
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=864064 CPUtime=0.08
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 3504 0 1 0 6 2 0 0 18 0 9 0 21919382 884801536 2969 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216016 2969 1479 9 0 210484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864064

[startup+0.301384 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 20151
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=864196 CPUtime=0.28
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 4449 0 1 0 25 3 0 0 18 0 9 0 21919382 884936704 3874 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216049 3874 1852 9 0 210517 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864196

[startup+0.701428 s]
/proc/loadavg: 1.84 1.94 1.98 4/72 20151
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=864908 CPUtime=0.67
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 8506 0 1 0 62 5 0 0 18 0 9 0 21919382 885665792 7928 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216227 7928 1864 9 0 210695 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 864908

[startup+1.50151 s]
/proc/loadavg: 1.84 1.94 1.98 4/81 20160
/proc/meminfo: memFree=1781576/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=865032 CPUtime=1.45
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 22095 0 1 0 132 13 0 0 18 0 9 0 21919382 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216258 21505 1909 9 0 210726 0
[pid=20151/tid=20153] ppid=20149 vsize=865032 CPUtime=1.09
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 14290 0 1 0 100 9 0 0 25 0 9 0 21919384 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4126756444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=865032 CPUtime=0.14
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 6503 0 0 0 12 2 0 0 17 0 9 0 21919385 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=865032 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=865032 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=865032 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=865032 CPUtime=0.2
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 570 0 0 0 19 1 0 0 15 0 9 0 21919388 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=865032 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=865032 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 885792768 21505 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 865032

[startup+3.10167 s]
/proc/loadavg: 1.84 1.94 1.98 3/81 20160
/proc/meminfo: memFree=1729480/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=865160 CPUtime=3.05
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 26146 0 1 0 288 17 0 0 18 0 9 0 21919382 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216290 25536 1959 9 0 210758 0
[pid=20151/tid=20153] ppid=20149 vsize=865160 CPUtime=2.42
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 14533 0 1 0 232 10 0 0 25 0 9 0 21919384 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4126991395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=865160 CPUtime=0.32
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 10257 0 0 0 28 4 0 0 16 0 9 0 21919385 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=865160 CPUtime=0.28
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 624 0 0 0 27 1 0 0 16 0 9 0 21919388 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 885923840 25536 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865160

[startup+6.303 s]
/proc/loadavg: 1.85 1.94 1.98 3/81 20160
/proc/meminfo: memFree=1631112/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=865160 CPUtime=6.21
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 55150 0 1 0 591 30 0 0 18 0 9 0 21919382 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216290 54534 1959 9 0 210758 0
[pid=20151/tid=20153] ppid=20149 vsize=865160 CPUtime=4.6
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 14539 0 1 0 450 10 0 0 25 0 9 0 21919384 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 102337897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=865160 CPUtime=1.3
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 39252 0 0 0 112 18 0 0 17 0 9 0 21919385 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=865160 CPUtime=0.29
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 627 0 0 0 28 1 0 0 15 0 9 0 21919388 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 885923840 54534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 865160

[startup+12.7027 s]
/proc/loadavg: 1.95 1.96 1.98 3/81 20160
/proc/meminfo: memFree=1482696/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=865160 CPUtime=12.55
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 86301 0 1 0 1209 46 0 0 18 0 9 0 21919382 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216290 85645 1980 9 0 210758 0
[pid=20151/tid=20153] ppid=20149 vsize=865160 CPUtime=9.4
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 14803 0 1 0 930 10 0 0 25 0 9 0 21919384 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 102096305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=865160 CPUtime=2.78
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 70107 0 0 0 245 33 0 0 16 0 9 0 21919385 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=865160 CPUtime=0.34
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 659 0 0 0 33 1 0 0 16 0 9 0 21919388 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 885923840 85645 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 865160

[startup+25.503 s]
/proc/loadavg: 2.04 1.97 1.99 3/81 20160
/proc/meminfo: memFree=1480520/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=865160 CPUtime=25.24
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 86912 0 1 0 2476 48 0 0 18 0 9 0 21919382 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 216290 86182 1980 9 0 210758 0
[pid=20151/tid=20153] ppid=20149 vsize=865160 CPUtime=19.64
/proc/20151/task/20153/stat : 20153 (java) R 20149 20151 20114 0 -1 64 14877 0 1 0 1953 11 0 0 25 0 9 0 21919384 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4127185351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=865160 CPUtime=5.22
/proc/20151/task/20154/stat : 20154 (java) S 20149 20151 20114 0 -1 64 70643 0 0 0 488 34 0 0 16 0 9 0 21919385 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=865160 CPUtime=0.34
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 660 0 0 0 33 1 0 0 16 0 9 0 21919388 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=865160 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 885923840 86182 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 865160

[startup+51.1026 s]
/proc/loadavg: 2.08 1.99 1.99 3/81 20160
/proc/meminfo: memFree=1078792/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=878292 CPUtime=50.59
/proc/20151/stat : 20151 (java) S 20149 20151 20114 0 -1 0 198793 0 1 0 4959 100 0 0 18 0 9 0 21919382 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 219573 188261 2624 9 0 214041 0
[pid=20151/tid=20153] ppid=20149 vsize=878292 CPUtime=34.62
/proc/20151/task/20153/stat : 20153 (java) S 20149 20151 20114 0 -1 64 15017 0 1 0 3451 11 0 0 18 0 9 0 21919384 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20154] ppid=20149 vsize=878292 CPUtime=15.48
/proc/20151/task/20154/stat : 20154 (java) R 20149 20151 20114 0 -1 64 182315 0 0 0 1463 85 0 0 25 0 9 0 21919385 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20155] ppid=20149 vsize=878292 CPUtime=0
/proc/20151/task/20155/stat : 20155 (java) S 20149 20151 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21919385 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20156] ppid=20149 vsize=878292 CPUtime=0
/proc/20151/task/20156/stat : 20156 (java) S 20149 20151 20114 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 21919385 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20157] ppid=20149 vsize=878292 CPUtime=0
/proc/20151/task/20157/stat : 20157 (java) S 20149 20151 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21919388 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20158] ppid=20149 vsize=878292 CPUtime=0.46
/proc/20151/task/20158/stat : 20158 (java) S 20149 20151 20114 0 -1 64 729 0 0 0 44 2 0 0 16 0 9 0 21919388 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20159] ppid=20149 vsize=878292 CPUtime=0
/proc/20151/task/20159/stat : 20159 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21919388 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20151/tid=20160] ppid=20149 vsize=878292 CPUtime=0
/proc/20151/task/20160/stat : 20160 (java) S 20149 20151 20114 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21919388 899371008 188261 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 878292

[startup+102.308 s]
/proc/loadavg: 2.04 1.99 1.99 3/81 20160
/proc/meminfo: memFree=1086152/2055920 swapFree=4192812/4192956
[pid=20151] ppid=20149 vsize=0 CPUtime=101.28
/proc/20151/stat : 20151 (java) Z 20149 20151 20114 0 -1 12 275716 0 1 0 9991 137 0 0 16 0 2 0 21919382 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20151/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 0

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

Child status: 0
Real time (s): 102.4
CPU time (s): 101.387
CPU user time (s): 99.9178
CPU system time (s): 1.46878
CPU usage (%): 99.01
Max. virtual memory (cumulated for all children) (KiB): 878292

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

runsolver used 0.117982 second user time and 0.357945 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 23:42:01
IDJOB=2068847
IDBENCH=54942
IDSOLVER=737
FILE ID=node17/2068847-1247348521
PBS_JOBID= 9506859
Free space on /tmp= 66448 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-240.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-2068847-1247348521/watcher-2068847-1247348521 -o /tmp/evaluation-result-2068847-1247348521/solver-2068847-1247348521 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2068847-1247348521.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= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=2009103957

node17.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819184 kB
Buffers:         36372 kB
Cached:          98948 kB
SwapCached:          0 kB
Active:         130900 kB
Inactive:        49572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5920 kB
Writeback:           0 kB
Mapped:          56716 kB
Slab:            41588 kB
Committed_AS:   174268 kB
PageTables:       1880 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= 66444 MiB
End job on node17 at 2009-07-11 23:43:44