Trace number 1100189

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 15.9066 16.0201

DiagnosticValue
ASSIGNMENTS7082

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-63_ext.xml
MD5SUM969695fd01b3f44c71fcb9910afe5f6b
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 benchmark3.2805
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

15.80/15.98	s SATISFIABLE
15.80/15.98	v 3 2 31 25 34 21 35 31 29 9 29 9 22 31 16 20 28 21 20 39 26 8 6 8 30 37 22 14 30 31 0 0 12 21 31 38 22 10 25 37 
15.80/15.98	d ASSIGNMENTS 7082
15.80/15.98	c SAT 15890 TIME      7082 NDS    418 PARSTIME      183 BUILDPB       15289 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-1100189-1215286681/watcher-1100189-1215286681 -o /tmp/evaluation-result-1100189-1215286681/solver-1100189-1215286681 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1100189-1215286681.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: 2.00 2.00 2.00 4/81 9081
/proc/meminfo: memFree=1670040/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=1804 CPUtime=0
/proc/9081/stat : 9081 (java) D 9079 9081 3984 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 651591269 1847296 163 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9081/statm: 451 163 124 9 0 93 0

[startup+0.107125 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9081
/proc/meminfo: memFree=1670040/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866556 CPUtime=0.09
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 3888 0 1 0 7 2 0 0 18 0 9 0 651591269 887353344 3347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216639 3347 1781 9 0 211111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866556

[startup+0.201125 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9081
/proc/meminfo: memFree=1670040/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866556 CPUtime=0.18
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 4267 0 1 0 16 2 0 0 18 0 9 0 651591269 887353344 3720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216639 3720 1848 9 0 211111 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866556

[startup+0.301133 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9081
/proc/meminfo: memFree=1670040/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866708 CPUtime=0.28
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 4420 0 1 0 25 3 0 0 18 0 9 0 651591269 887508992 3873 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216677 3873 1852 9 0 211149 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866708

[startup+0.701176 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9081
/proc/meminfo: memFree=1670040/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=0.68
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 7719 0 1 0 64 4 0 0 18 0 9 0 651591269 887721984 7130 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 7130 1940 9 0 211201 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866916

[startup+1.50225 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1648720/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=1.47
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 7881 0 1 0 143 4 0 0 18 0 9 0 651591269 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 7290 1943 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=1.33
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 6783 0 1 0 130 3 0 0 25 0 9 0 651591270 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4126631887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 651591272 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.12
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 651591274 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 7290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866916

[startup+3.10241 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1647120/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=3.07
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 8684 0 1 0 301 6 0 0 18 0 9 0 651591269 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 8091 1944 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=2.9
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 7570 0 1 0 286 4 0 0 25 0 9 0 651591270 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4126640864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 651591272 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 383 0 0 0 15 0 0 0 16 0 9 0 651591274 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 8091 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 8091 996147200 134512640 134550740 4294956016 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) 866916

[startup+6.30172 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1639376/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=6.25
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 10556 0 1 0 617 8 0 0 18 0 9 0 651591269 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 9961 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=6.08
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 9438 0 1 0 601 7 0 0 17 0 9 0 651591270 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4126666099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 9961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 866916

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1624208/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=12.62
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 14154 0 1 0 1249 13 0 0 18 0 9 0 651591269 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 13559 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=12.45
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 13036 0 1 0 1233 12 0 0 25 0 9 0 651591270 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4126643495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 13559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 866916

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

[startup+12.8024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1624208/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=12.72
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 14209 0 1 0 1259 13 0 0 18 0 9 0 651591269 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 13614 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=12.55
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 13091 0 1 0 1243 12 0 0 25 0 9 0 651591270 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4126649740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 13614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 866916

[startup+14.4065 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1619216/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=14.31
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 15131 0 1 0 1417 14 0 0 18 0 9 0 651591269 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 14536 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=14.14
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 14013 0 1 0 1401 13 0 0 25 0 9 0 651591270 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4126628437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 14536 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 866916

[startup+15.2016 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1619216/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=15.11
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 15602 0 1 0 1496 15 0 0 18 0 9 0 651591269 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 15007 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=14.94
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 14484 0 1 0 1480 14 0 0 25 0 9 0 651591270 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4126647421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 15007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 866916

[startup+15.6016 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1616656/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=866916 CPUtime=15.5
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 15838 0 1 0 1535 15 0 0 18 0 9 0 651591269 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216729 15243 1945 9 0 211201 0
[pid=9081/tid=9083] ppid=9079 vsize=866916 CPUtime=15.33
/proc/9081/task/9083/stat : 9083 (java) R 9079 9081 3984 0 -1 64 14720 0 1 0 1519 14 0 0 25 0 9 0 651591270 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4126651652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=866916 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 15 0 9 0 651591274 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=866916 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 887721984 15243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.5
Current children cumulated vsize (KiB) 866916

[startup+16.0017 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 9090
/proc/meminfo: memFree=1616656/2055920 swapFree=4158020/4192956
[pid=9081] ppid=9079 vsize=867240 CPUtime=15.88
/proc/9081/stat : 9081 (java) S 9079 9081 3984 0 -1 0 16079 0 1 0 1573 15 0 0 18 0 9 0 651591269 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9081/statm: 216810 15483 1946 9 0 211282 0
[pid=9081/tid=9083] ppid=9079 vsize=867240 CPUtime=15.71
/proc/9081/task/9083/stat : 9083 (java) S 9079 9081 3984 0 -1 64 14954 0 1 0 1557 14 0 0 25 0 9 0 651591270 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9084] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9084/stat : 9084 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 651591272 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9081/tid=9085] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9085/stat : 9085 (java) S 9079 9081 3984 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 651591272 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9086] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9086/stat : 9086 (java) S 9079 9081 3984 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 651591272 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9087] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9087/stat : 9087 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 651591274 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9088] ppid=9079 vsize=867240 CPUtime=0.15
/proc/9081/task/9088/stat : 9088 (java) S 9079 9081 3984 0 -1 64 387 0 0 0 15 0 0 0 16 0 9 0 651591274 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9089] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9089/stat : 9089 (java) S 9079 9081 3984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 651591274 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9081/tid=9090] ppid=9079 vsize=867240 CPUtime=0
/proc/9081/task/9090/stat : 9090 (java) S 9079 9081 3984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651591274 888053760 15483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 867240

Child status: 0
Real time (s): 16.0201
CPU time (s): 15.9066
CPU user time (s): 15.7386
CPU system time (s): 0.167974
CPU usage (%): 99.2915
Max. virtual memory (cumulated for all children) (KiB): 867240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7386
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16082
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= 1192
involuntary context switches= 1303

runsolver used 0.019996 second user time and 0.05999 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 21:38:01
IDJOB=1100189
IDBENCH=59874
IDSOLVER=349
FILE ID=node60/1100189-1215286681
PBS_JOBID= 7882222
Free space on /tmp= 66488 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-63_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-1100189-1215286681/watcher-1100189-1215286681 -o /tmp/evaluation-result-1100189-1215286681/solver-1100189-1215286681 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1100189-1215286681.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 969695fd01b3f44c71fcb9910afe5f6b
RANDOM SEED=248162699

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:       1670520 kB
Buffers:         86112 kB
Cached:         189800 kB
SwapCached:      29136 kB
Active:         207324 kB
Inactive:       117788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670520 kB
SwapTotal:     4192956 kB
SwapFree:      4158020 kB
Dirty:            6328 kB
Writeback:           0 kB
Mapped:          64872 kB
Slab:            45288 kB
Committed_AS:  1240176 kB
PageTables:       1996 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= 66480 MiB
End job on node60 at 2008-07-05 21:38:18