Trace number 1089912

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 4.37833 4.44675

DiagnosticValue
ASSIGNMENTS442

General information on the benchmark

Namecsp/graphColoring/sgb/
queen/normalized-queen8-12-12.xml
MD5SUM6b9ffb5678fb588ec77f629905ca4b93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1368
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1368
Global constraints used (with number of constraints)

Solver Data (download as text)

4.34/4.41	s SATISFIABLE
4.34/4.41	v 7 11 3 8 1 10 2 5 4 0 6 9 4 2 5 0 6 3 9 8 10 11 1 7 8 3 11 4 7 2 0 1 9 6 5 10 9 5 8 10 0 6 4 2 7 1 11 3 10 7 9 6 3 8 5 0 11 2 4 1 2 8 4 11 9 1 3 10 5 7 0 6 0 1 2 3 4 5 6 7 8 9 10 11 11 10 6 7 8 0 1 9 2 4 3 5 
4.34/4.41	d ASSIGNMENTS 442
4.34/4.41	c SAT 4320 TIME      442 NDS    593 PARSTIME      844 BUILDPB       2883 RES       true 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-1089912-1215269815/watcher-1089912-1215269815 -o /tmp/evaluation-result-1089912-1215269815/solver-1089912-1215269815 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1089912-1215269815.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.01 2.02 2.00 3/73 17005
/proc/meminfo: memFree=1711400/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=10800 CPUtime=0
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 710 0 0 0 0 0 0 0 18 0 2 0 2005955275 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 2700 488 213 9 0 1230 0
[pid=17005/tid=17006] ppid=17003 vsize=10800 CPUtime=0
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2005955277 11059200 488 996147200 134512640 134550740 4294956016 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0459909 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 17005
/proc/meminfo: memFree=1711400/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=862900 CPUtime=0.03
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 2405 0 1 0 1 2 0 0 18 0 7 0 2005955275 883609600 1970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 215725 1970 906 9 0 210704 0
[pid=17005/tid=17006] ppid=17003 vsize=862900 CPUtime=0.02
/proc/17005/task/17006/stat : 17006 (java) S 17003 17005 15108 0 -1 64 1676 0 1 0 1 1 0 0 18 0 7 0 2005955277 883609600 1970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862900

[startup+0.10874 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 17005
/proc/meminfo: memFree=1711400/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=866544 CPUtime=0.08
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 3822 0 1 0 6 2 0 0 18 0 9 0 2005955275 887341056 3293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216636 3293 1764 9 0 211108 0
[pid=17005/tid=17006] ppid=17003 vsize=866544 CPUtime=0.06
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 2875 0 1 0 5 1 0 0 20 0 9 0 2005955277 887341056 3293 996147200 134512640 134550740 4294956016 18446744073709551615 102476818 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866544

[startup+0.302747 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 17005
/proc/meminfo: memFree=1711400/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=866996 CPUtime=0.28
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 4474 0 1 0 25 3 0 0 18 0 9 0 2005955275 887803904 3927 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216749 3927 1853 9 0 211221 0
[pid=17005/tid=17006] ppid=17003 vsize=866996 CPUtime=0.21
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 3376 0 1 0 19 2 0 0 18 0 9 0 2005955277 887803904 3927 996147200 134512640 134550740 4294956016 18446744073709551615 4125979176 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866996

[startup+0.702777 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 17005
/proc/meminfo: memFree=1711400/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867480 CPUtime=0.67
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 6422 0 1 0 63 4 0 0 18 0 9 0 2005955275 888299520 5854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216870 5854 1916 9 0 211342 0
[pid=17005/tid=17006] ppid=17003 vsize=867480 CPUtime=0.49
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 5148 0 1 0 46 3 0 0 21 0 9 0 2005955277 888299520 5854 996147200 134512640 134550740 4294956016 18446744073709551615 103799029 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867480

[startup+1.50283 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 17014
/proc/meminfo: memFree=1675232/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867616 CPUtime=1.46
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 17406 0 1 0 135 11 0 0 18 0 9 0 2005955275 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216904 16807 1985 9 0 211376 0
[pid=17005/tid=17006] ppid=17003 vsize=867616 CPUtime=1.19
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 15521 0 1 0 110 9 0 0 25 0 9 0 2005955277 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4564549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17008] ppid=17003 vsize=867616 CPUtime=0.01
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15108 0 -1 64 574 0 0 0 1 0 0 0 16 0 9 0 2005955278 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17009] ppid=17003 vsize=867616 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15108 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005955279 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17010] ppid=17003 vsize=867616 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005955279 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17011] ppid=17003 vsize=867616 CPUtime=0
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005955281 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17012] ppid=17003 vsize=867616 CPUtime=0.23
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15108 0 -1 64 583 0 0 0 23 0 0 0 16 0 9 0 2005955281 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17013] ppid=17003 vsize=867616 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005955281 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17014] ppid=17003 vsize=867616 CPUtime=0
/proc/17005/task/17014/stat : 17014 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005955281 888438784 16807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867616

[startup+3.10193 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 17014
/proc/meminfo: memFree=1648608/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867592 CPUtime=3.05
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 18258 0 1 0 293 12 0 0 18 0 9 0 2005955275 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216898 17656 1988 9 0 211370 0
[pid=17005/tid=17006] ppid=17003 vsize=867592 CPUtime=2.64
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 15561 0 1 0 255 9 0 0 25 0 9 0 2005955277 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4127051434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17008] ppid=17003 vsize=867592 CPUtime=0.05
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15108 0 -1 64 1328 0 0 0 5 0 0 0 16 0 9 0 2005955278 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17009] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15108 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17010] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17011] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005955281 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17012] ppid=17003 vsize=867592 CPUtime=0.33
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15108 0 -1 64 641 0 0 0 32 1 0 0 15 0 9 0 2005955281 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17013] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005955281 888414208 17656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17014] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17014/stat : 17014 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005955281 888414208 17656 996147200 134512640 134550740 4294956016 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) 867592

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

[startup+3.90198 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 17014
/proc/meminfo: memFree=1648032/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867592 CPUtime=3.84
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 18292 0 1 0 372 12 0 0 18 0 9 0 2005955275 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216898 17688 1988 9 0 211370 0
[pid=17005/tid=17006] ppid=17003 vsize=867592 CPUtime=3.4
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 15565 0 1 0 331 9 0 0 25 0 9 0 2005955277 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4127054704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17008] ppid=17003 vsize=867592 CPUtime=0.07
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15108 0 -1 64 1355 0 0 0 7 0 0 0 16 0 9 0 2005955278 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17009] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15108 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17010] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17011] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005955281 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17012] ppid=17003 vsize=867592 CPUtime=0.33
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15108 0 -1 64 644 0 0 0 32 1 0 0 15 0 9 0 2005955281 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17013] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005955281 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17014] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17014/stat : 17014 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005955281 888414208 17688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 867592

[startup+4.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 17014
/proc/meminfo: memFree=1647840/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867592 CPUtime=4.24
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 18304 0 1 0 412 12 0 0 18 0 9 0 2005955275 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216898 17699 1990 9 0 211370 0
[pid=17005/tid=17006] ppid=17003 vsize=867592 CPUtime=3.8
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 15567 0 1 0 370 10 0 0 25 0 9 0 2005955277 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4127033879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17008] ppid=17003 vsize=867592 CPUtime=0.07
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15108 0 -1 64 1355 0 0 0 7 0 0 0 16 0 9 0 2005955278 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17009] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15108 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17010] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17011] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005955281 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17012] ppid=17003 vsize=867592 CPUtime=0.34
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15108 0 -1 64 654 0 0 0 33 1 0 0 16 0 9 0 2005955281 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17013] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005955281 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17014] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17014/stat : 17014 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005955281 888414208 17699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 867592

[startup+4.40701 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 17014
/proc/meminfo: memFree=1647840/2055920 swapFree=4180452/4192956
[pid=17005] ppid=17003 vsize=867592 CPUtime=4.34
/proc/17005/stat : 17005 (java) S 17003 17005 15108 0 -1 0 18307 0 1 0 422 12 0 0 18 0 9 0 2005955275 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 216898 17702 1990 9 0 211370 0
[pid=17005/tid=17006] ppid=17003 vsize=867592 CPUtime=3.89
/proc/17005/task/17006/stat : 17006 (java) R 17003 17005 15108 0 -1 64 15567 0 1 0 379 10 0 0 25 0 9 0 2005955277 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4127036071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17008] ppid=17003 vsize=867592 CPUtime=0.07
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15108 0 -1 64 1355 0 0 0 7 0 0 0 16 0 9 0 2005955278 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17009] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15108 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17010] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15108 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005955279 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17011] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005955281 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17012] ppid=17003 vsize=867592 CPUtime=0.35
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15108 0 -1 64 657 0 0 0 34 1 0 0 15 0 9 0 2005955281 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17013] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005955281 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17005/tid=17014] ppid=17003 vsize=867592 CPUtime=0
/proc/17005/task/17014/stat : 17014 (java) S 17003 17005 15108 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005955281 888414208 17702 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 867592

Child status: 0
Real time (s): 4.44675
CPU time (s): 4.37833
CPU user time (s): 4.23735
CPU system time (s): 0.140978
CPU usage (%): 98.4614
Max. virtual memory (cumulated for all children) (KiB): 867616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23735
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18322
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= 1642
involuntary context switches= 1693

runsolver used 0.015997 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 16:56:55
IDJOB=1089912
IDBENCH=58347
IDSOLVER=349
FILE ID=node29/1089912-1215269815
PBS_JOBID= 7882159
Free space on /tmp= 66488 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen8-12-12.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-1089912-1215269815/watcher-1089912-1215269815 -o /tmp/evaluation-result-1089912-1215269815/solver-1089912-1215269815 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1089912-1215269815.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b9ffb5678fb588ec77f629905ca4b93
RANDOM SEED=1149611872

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711880 kB
Buffers:         34684 kB
Cached:         185984 kB
SwapCached:       6928 kB
Active:         222740 kB
Inactive:        67208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711880 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            6444 kB
Writeback:           0 kB
Mapped:          75208 kB
Slab:            39200 kB
Committed_AS:  3534192 kB
PageTables:       2092 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= 66484 MiB
End job on node29 at 2008-07-05 16:56:59