Trace number 1070921

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 7.58285 7.24975

DiagnosticValue
ASSIGNMENTS100

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle16.xml
MD5SUM67f615d3f1a75bb28d34b19fc2db7306
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.283955
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints802
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension68
Number of constraints which are defined in intension734
Global constraints used (with number of constraints)

Solver Data (download as text)

7.46/7.19	s SATISFIABLE
7.46/7.19	v 0 1 0 3 0 3 0 0 12 0 7 1 0 1 0 1 0 18 17 0 2 0 1 0 0 13 0 3 0 4 10 4 3 0 11 2 0 8 2 17 0 3 1 14 0 20 3 3 4 17 18 10 0 10 8 18 0 11 0 12 0 0 18 2 0 1 0 1 4 2 4 2 0 0 19 4 4 1 1 15 0 18 7 12 17 0 18 2 0 11 2 0 1 0 13 0 0 13 0 1 0 18 0 13 2 4 19 0 17 0 0 7 0 1 0 0 18 4 6 0 3 1 0 6 2 4 3 4 3 0 19 0 0 1 14 
7.46/7.19	d ASSIGNMENTS 100
7.46/7.19	c SAT 7110 TIME      100 NDS    517 PARSTIME      812 BUILDPB       5781 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-1070921-1215167546/watcher-1070921-1215167546 -o /tmp/evaluation-result-1070921-1215167546/solver-1070921-1215167546 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1070921-1215167546.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.00 1.00 1.03 2/64 28249
/proc/meminfo: memFree=1432160/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=1804 CPUtime=0
/proc/28249/stat : 28249 (java) D 28247 28249 26645 0 -1 0 171 0 0 0 0 0 0 0 19 0 1 0 128424718 1847296 144 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/28249/statm: 451 144 106 9 0 93 0

[startup+0.080175 s]
/proc/loadavg: 1.00 1.00 1.03 2/64 28249
/proc/meminfo: memFree=1432160/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=866524 CPUtime=0.07
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 3657 0 1 0 5 2 0 0 19 0 9 0 128424718 887320576 3130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 216631 3130 1706 9 0 211103 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866524

[startup+0.103076 s]
/proc/loadavg: 1.00 1.00 1.03 2/64 28249
/proc/meminfo: memFree=1432160/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=866524 CPUtime=0.1
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 3932 0 1 0 8 2 0 0 19 0 9 0 128424718 887320576 3391 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 216631 3391 1794 9 0 211103 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866524

[startup+0.301197 s]
/proc/loadavg: 1.00 1.00 1.03 2/64 28249
/proc/meminfo: memFree=1432160/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=867412 CPUtime=0.38
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 6522 0 1 0 35 3 0 0 19 0 9 0 128424718 888229888 5969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 216853 5970 1865 9 0 211325 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 867412

[startup+0.701235 s]
/proc/loadavg: 1.00 1.00 1.03 2/64 28249
/proc/meminfo: memFree=1432160/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868436 CPUtime=0.85
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 11675 0 1 0 78 7 0 0 19 0 9 0 128424718 889278464 11090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217109 11090 1956 9 0 211581 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 868436

[startup+1.50232 s]
/proc/loadavg: 1.00 1.00 1.03 3/73 28258
/proc/meminfo: memFree=1362648/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868568 CPUtime=1.81
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 20058 0 1 0 169 12 0 0 19 0 9 0 128424718 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217142 19458 1988 9 0 211614 0
[pid=28249/tid=28251] ppid=28247 vsize=868568 CPUtime=1.42
/proc/28249/task/28251/stat : 28251 (java) R 28247 28249 26645 0 -1 64 15564 0 1 0 133 9 0 0 17 0 9 0 128424719 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4127250354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868568 CPUtime=0.04
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 3090 0 0 0 3 1 0 0 17 0 9 0 128424720 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868568 CPUtime=0.32
/proc/28249/task/28256/stat : 28256 (java) S 28247 28249 26645 0 -1 64 675 0 0 0 32 0 0 0 16 0 9 0 128424722 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889413632 19458 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 868568

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.03 2/73 28258
/proc/meminfo: memFree=1361496/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868568 CPUtime=3.43
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 20074 0 1 0 331 12 0 0 19 0 9 0 128424718 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217142 19472 1988 9 0 211614 0
[pid=28249/tid=28251] ppid=28247 vsize=868568 CPUtime=3.02
/proc/28249/task/28251/stat : 28251 (java) R 28247 28249 26645 0 -1 64 15567 0 1 0 293 9 0 0 17 0 9 0 128424719 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4127003827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868568 CPUtime=0.04
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 3090 0 0 0 3 1 0 0 16 0 9 0 128424720 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868568 CPUtime=0.33
/proc/28249/task/28256/stat : 28256 (java) S 28247 28249 26645 0 -1 64 688 0 0 0 33 0 0 0 16 0 9 0 128424722 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889413632 19472 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 868568

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.03 2/73 28258
/proc/meminfo: memFree=1361304/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868568 CPUtime=6.63
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 22757 0 1 0 650 13 0 0 19 0 9 0 128424718 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217142 22152 1988 9 0 211614 0
[pid=28249/tid=28251] ppid=28247 vsize=868568 CPUtime=6.15
/proc/28249/task/28251/stat : 28251 (java) R 28247 28249 26645 0 -1 64 15570 0 1 0 606 9 0 0 23 0 9 0 128424719 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4127223194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868568 CPUtime=0.11
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 5764 0 0 0 9 2 0 0 17 0 9 0 128424720 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868568 CPUtime=0.35
/proc/28249/task/28256/stat : 28256 (java) S 28247 28249 26645 0 -1 64 694 0 0 0 34 1 0 0 16 0 9 0 128424722 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889413632 22152 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 868568

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

[startup+6.70285 s]
/proc/loadavg: 1.00 1.00 1.03 2/73 28258
/proc/meminfo: memFree=1350616/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868568 CPUtime=7.05
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 22766 0 1 0 691 14 0 0 19 0 9 0 128424718 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217142 22160 1989 9 0 211614 0
[pid=28249/tid=28251] ppid=28247 vsize=868568 CPUtime=6.55
/proc/28249/task/28251/stat : 28251 (java) R 28247 28249 26645 0 -1 64 15571 0 1 0 646 9 0 0 18 0 9 0 128424719 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868568 CPUtime=0.11
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 5764 0 0 0 9 2 0 0 16 0 9 0 128424720 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868568 CPUtime=0.36
/proc/28249/task/28256/stat : 28256 (java) R 28247 28249 26645 0 -1 64 702 0 0 0 35 1 0 0 16 0 9 0 128424722 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 102500272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889413632 22160 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 868568

[startup+7.10288 s]
/proc/loadavg: 1.00 1.00 1.03 2/73 28258
/proc/meminfo: memFree=1350616/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868568 CPUtime=7.46
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 22778 0 1 0 731 15 0 0 19 0 9 0 128424718 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217142 22172 1989 9 0 211614 0
[pid=28249/tid=28251] ppid=28247 vsize=868568 CPUtime=6.95
/proc/28249/task/28251/stat : 28251 (java) R 28247 28249 26645 0 -1 64 15575 0 1 0 685 10 0 0 21 0 9 0 128424719 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4125978916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868568 CPUtime=0.11
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 5764 0 0 0 9 2 0 0 16 0 9 0 128424720 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868568 CPUtime=0.38
/proc/28249/task/28256/stat : 28256 (java) S 28247 28249 26645 0 -1 64 710 0 0 0 37 1 0 0 16 0 9 0 128424722 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868568 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889413632 22172 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 868568

[startup+7.20289 s]
/proc/loadavg: 1.00 1.00 1.03 2/73 28258
/proc/meminfo: memFree=1350616/2055920 swapFree=4192812/4192956
[pid=28249] ppid=28247 vsize=868892 CPUtime=7.56
/proc/28249/stat : 28249 (java) S 28247 28249 26645 0 -1 0 22788 0 1 0 741 15 0 0 19 0 9 0 128424718 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28249/statm: 217223 22181 1990 9 0 211695 0
[pid=28249/tid=28251] ppid=28247 vsize=868892 CPUtime=7.05
/proc/28249/task/28251/stat : 28251 (java) S 28247 28249 26645 0 -1 64 15580 0 1 0 694 11 0 0 23 0 9 0 128424719 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28252] ppid=28247 vsize=868892 CPUtime=0.11
/proc/28249/task/28252/stat : 28252 (java) S 28247 28249 26645 0 -1 64 5764 0 0 0 9 2 0 0 16 0 9 0 128424720 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28253] ppid=28247 vsize=868892 CPUtime=0
/proc/28249/task/28253/stat : 28253 (java) S 28247 28249 26645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 128424720 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28254] ppid=28247 vsize=868892 CPUtime=0
/proc/28249/task/28254/stat : 28254 (java) S 28247 28249 26645 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 128424720 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28255] ppid=28247 vsize=868892 CPUtime=0
/proc/28249/task/28255/stat : 28255 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 128424722 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28256] ppid=28247 vsize=868892 CPUtime=0.38
/proc/28249/task/28256/stat : 28256 (java) S 28247 28249 26645 0 -1 64 710 0 0 0 37 1 0 0 15 0 9 0 128424722 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28249/tid=28257] ppid=28247 vsize=868892 CPUtime=0
/proc/28249/task/28257/stat : 28257 (java) S 28247 28249 26645 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 128424723 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28249/tid=28258] ppid=28247 vsize=868892 CPUtime=0
/proc/28249/task/28258/stat : 28258 (java) S 28247 28249 26645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128424723 889745408 22181 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 868892

Child status: 0
Real time (s): 7.24975
CPU time (s): 7.58285
CPU user time (s): 7.41487
CPU system time (s): 0.167974
CPU usage (%): 104.595
Max. virtual memory (cumulated for all children) (KiB): 868892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.41487
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= 22791
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= 518
involuntary context switches= 67

runsolver used 0.011998 second user time and 0.023996 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 12:32:26
IDJOB=1070921
IDBENCH=56004
IDSOLVER=349
FILE ID=node27/1070921-1215167546
PBS_JOBID= 7877439
Free space on /tmp= 66480 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle16.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-1070921-1215167546/watcher-1070921-1215167546 -o /tmp/evaluation-result-1070921-1215167546/solver-1070921-1215167546 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1070921-1215167546.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67f615d3f1a75bb28d34b19fc2db7306
RANDOM SEED=407349827

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1432640 kB
Buffers:         70580 kB
Cached:         465940 kB
SwapCached:          0 kB
Active:         215728 kB
Inactive:       337148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6976 kB
Writeback:           0 kB
Mapped:          27524 kB
Slab:            56608 kB
Committed_AS:   256168 kB
PageTables:       1192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node27 at 2008-07-04 12:32:33