Trace number 1101707

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_dwdeg 2008-06-26SAT 8.5807 8.61264

DiagnosticValue
ASSIGNMENTS8840

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-42_ext.xml
MD5SUMc607ef9058428ef74761e764dc56efe7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39764
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints337
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension337
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

8.49/8.57	s SATISFIABLE
8.49/8.57	v 3 0 1 13 3 1 13 15 2 16 4 4 7 18 15 0 7 4 2 1 8 5 11 6 7 15 5 7 3 3 5 13 0 6 7 7 2 6 11 4 
8.49/8.57	d ASSIGNMENTS 8840
8.49/8.57	c SAT 8471 TIME      8840 NDS    254 PARSTIME      208 BUILDPB       8009 RES       false RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101707-1215294153/watcher-1101707-1215294153 -o /tmp/evaluation-result-1101707-1215294153/solver-1101707-1215294153 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1101707-1215294153.xml 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.99 3/72 23197
/proc/meminfo: memFree=1713120/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=18572 CPUtime=0
/proc/23197/stat : 23197 (runsolver) R 23195 23197 19683 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2008388837 19017728 292 996147200 4194304 4296836 548682068400 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23197/statm: 4643 292 257 25 0 2626 0

[startup+0.0540709 s]
/proc/loadavg: 1.92 1.97 1.99 3/72 23197
/proc/meminfo: memFree=1713120/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=862060 CPUtime=0.03
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 2386 0 1 0 2 1 0 0 18 0 5 0 2008388837 882749440 1955 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 215515 1956 902 9 0 210494 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862060

[startup+0.102018 s]
/proc/loadavg: 1.92 1.97 1.99 3/72 23197
/proc/meminfo: memFree=1713120/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=866556 CPUtime=0.08
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 3760 0 1 0 6 2 0 0 18 0 9 0 2008388837 887353344 3233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216639 3233 1745 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.301041 s]
/proc/loadavg: 1.92 1.97 1.99 3/72 23197
/proc/meminfo: memFree=1713120/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867320 CPUtime=0.37
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 5200 0 1 0 33 4 0 0 18 0 9 0 2008388837 888135680 4648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216830 4648 1864 9 0 211302 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 867320

[startup+0.701084 s]
/proc/loadavg: 1.92 1.97 1.99 3/72 23197
/proc/meminfo: memFree=1713120/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=0.75
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 6939 0 1 0 70 5 0 0 18 0 9 0 2008388837 888254464 6349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 6349 1942 9 0 211331 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 867436

[startup+1.50118 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1694624/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=1.55
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 7512 0 1 0 149 6 0 0 18 0 9 0 2008388837 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 6921 1945 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=1.33
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 6222 0 1 0 128 5 0 0 25 0 9 0 2008388839 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4126826432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2008388840 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.2
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 558 0 0 0 20 0 0 0 16 0 9 0 2008388842 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 6921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 867436

[startup+3.10237 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1691296/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=3.14
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 8660 0 1 0 305 9 0 0 18 0 9 0 2008388837 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 8067 1946 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=2.91
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 7364 0 1 0 284 7 0 0 25 0 9 0 2008388839 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4126793566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2008388840 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 15 0 9 0 2008388842 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 8067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 867436

[startup+6.30176 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1681376/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=6.31
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 11049 0 1 0 619 12 0 0 18 0 9 0 2008388837 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 10455 1946 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=6.08
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 9753 0 1 0 598 10 0 0 25 0 9 0 2008388839 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4126825410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2008388840 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 15 0 9 0 2008388842 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 10455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 867436

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

[startup+7.90195 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1674784/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=7.9
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 12240 0 1 0 777 13 0 0 18 0 9 0 2008388837 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 11646 1946 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=7.67
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 10944 0 1 0 756 11 0 0 25 0 9 0 2008388839 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4126797562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2008388840 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 15 0 9 0 2008388842 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 11646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 867436

[startup+8.302 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1674784/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=8.29
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 12542 0 1 0 816 13 0 0 18 0 9 0 2008388837 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 11948 1946 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=8.07
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 11246 0 1 0 795 12 0 0 25 0 9 0 2008388839 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4126862832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2008388840 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 15 0 9 0 2008388842 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 11948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 867436

[startup+8.50202 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1674784/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867436 CPUtime=8.49
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 12695 0 1 0 836 13 0 0 18 0 9 0 2008388837 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216859 12101 1946 9 0 211331 0
[pid=23197/tid=23199] ppid=23195 vsize=867436 CPUtime=8.27
/proc/23197/task/23199/stat : 23199 (java) R 23195 23197 19683 0 -1 64 11399 0 1 0 815 12 0 0 25 0 9 0 2008388839 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 101444641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2008388840 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867436 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 15 0 9 0 2008388842 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867436 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888254464 12101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 867436

[startup+8.60103 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 23206
/proc/meminfo: memFree=1674784/2055920 swapFree=4180424/4192956
[pid=23197] ppid=23195 vsize=867760 CPUtime=8.56
/proc/23197/stat : 23197 (java) S 23195 23197 19683 0 -1 0 12765 0 1 0 843 13 0 0 18 0 9 0 2008388837 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23197/statm: 216940 12170 1947 9 0 211412 0
[pid=23197/tid=23199] ppid=23195 vsize=867760 CPUtime=8.34
/proc/23197/task/23199/stat : 23199 (java) S 23195 23197 19683 0 -1 64 11463 0 1 0 822 12 0 0 25 0 9 0 2008388839 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23200] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23200/stat : 23200 (java) S 23195 23197 19683 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2008388840 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23201] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23201/stat : 23201 (java) S 23195 23197 19683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008388840 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23202] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23202/stat : 23202 (java) S 23195 23197 19683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008388840 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23203] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23203/stat : 23203 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008388842 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23204] ppid=23195 vsize=867760 CPUtime=0.21
/proc/23197/task/23204/stat : 23204 (java) S 23195 23197 19683 0 -1 64 564 0 0 0 21 0 0 0 16 0 9 0 2008388842 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23205] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23205/stat : 23205 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008388842 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23197/tid=23206] ppid=23195 vsize=867760 CPUtime=0
/proc/23197/task/23206/stat : 23206 (java) S 23195 23197 19683 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008388843 888586240 12170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 867760

Child status: 0
Real time (s): 8.61264
CPU time (s): 8.5807
CPU user time (s): 8.43672
CPU system time (s): 0.143978
CPU usage (%): 99.6291
Max. virtual memory (cumulated for all children) (KiB): 867760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.43672
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12768
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= 1054
involuntary context switches= 1143

runsolver used 0.017997 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 23:42:33
IDJOB=1101707
IDBENCH=60061
IDSOLVER=349
FILE ID=node33/1101707-1215294153
PBS_JOBID= 7882188
Free space on /tmp= 66472 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-42_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101707-1215294153/watcher-1101707-1215294153 -o /tmp/evaluation-result-1101707-1215294153/solver-1101707-1215294153 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1101707-1215294153.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c607ef9058428ef74761e764dc56efe7
RANDOM SEED=106320283

node33.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.231
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.231
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:       1713600 kB
Buffers:         58884 kB
Cached:         210484 kB
SwapCached:       6236 kB
Active:         195400 kB
Inactive:        91176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713600 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            6144 kB
Writeback:           0 kB
Mapped:          25196 kB
Slab:            41012 kB
Committed_AS:  3739452 kB
PageTables:       1796 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= 66464 MiB
End job on node33 at 2008-07-05 23:42:42