Trace number 1075501

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
bpsolver 2008-06-27? (TO) 1800.1 1808.35

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-05.xml
MD5SUM8759076f97680d194c60f4f66c16a6ba
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.745885
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c bpsolver version 6.27.2008
0.00/0.04	c converting(HOME/instance-1075501-1215181053)
11.42/11.52	c Converted in 3629 ms
11.42/11.52	c solving(HOME/instance-1075501-1215181053,1800000)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1075501-1215181053/watcher-1075501-1215181053 -o /tmp/evaluation-result-1075501-1215181053/solver-1075501-1215181053 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1075501-1215181053 1800 

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.02 2.00 4/81 10535
/proc/meminfo: memFree=1077576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=5356 CPUtime=0
/proc/10535/stat : 10535 (sh) D 10533 10535 5878 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 1997076769 5484544 237 996147200 4194304 4889804 548682068864 18446744073709551615 217051622695 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/10535/statm: 1339 237 196 169 0 50 0

[startup+0.106175 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 10535
/proc/meminfo: memFree=1077576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=0.07
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1115 0 0 0 3 4 0 0 19 0 1 0 1997076769 57425920 828 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 828 174 116 0 13531 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56080

[startup+0.201185 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 10535
/proc/meminfo: memFree=1077576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=0.17
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1127 0 0 0 6 11 0 0 19 0 1 0 1997076769 57425920 840 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 840 174 116 0 13531 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 56080

[startup+0.301205 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 10535
/proc/meminfo: memFree=1077576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=0.26
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1139 0 0 0 8 18 0 0 20 0 1 0 1997076769 57425920 852 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 852 174 116 0 13531 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 56080

[startup+0.70128 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 10535
/proc/meminfo: memFree=1077576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=0.67
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1157 0 0 0 21 46 0 0 24 0 1 0 1997076769 57425920 870 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 870 176 116 0 13531 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 56080

[startup+1.50143 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10536
/proc/meminfo: memFree=1074240/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=1.46
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1233 0 0 0 47 99 0 0 25 0 1 0 1997076769 57425920 946 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 946 176 116 0 13531 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 56080

[startup+3.10174 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10536
/proc/meminfo: memFree=1073152/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=3.06
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1433 0 0 0 98 208 0 0 25 0 1 0 1997076769 57425920 1146 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 1146 176 116 0 13531 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56080

[startup+6.30135 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10536
/proc/meminfo: memFree=1070464/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=56080 CPUtime=6.24
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 1833 0 0 0 196 428 0 0 25 0 1 0 1997076769 57425920 1546 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 14020 1546 176 116 0 13531 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 56080

[startup+12.7016 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 10536
/proc/meminfo: memFree=1032384/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=165460 CPUtime=12.61
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 23377 0 0 0 469 792 0 0 25 0 1 0 1997076769 169431040 22784 996147200 134512640 134990860 4294956096 18446744073709551615 134965459 0 0 4096 2 0 0 0 17 1 0 0
/proc/10535/statm: 41365 22784 179 116 0 40876 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 165460

[startup+25.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10537
/proc/meminfo: memFree=851896/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=25.35
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106177 0 0 0 1698 837 0 0 25 0 2 0 1997076769 326549504 55494 996147200 134512640 134990860 4294956096 18446744073709551615 134746195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55494 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55494 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 318896

[startup+51.1019 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 10537
/proc/meminfo: memFree=851832/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=50.83
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106177 0 0 0 4246 837 0 0 25 0 2 0 1997076769 326549504 55494 996147200 134512640 134990860 4294956096 18446744073709551615 134746353 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55494 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55494 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 318896

[startup+102.302 s]
/proc/loadavg: 2.52 2.15 2.04 3/83 10537
/proc/meminfo: memFree=851640/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=101.79
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106179 0 0 0 9342 837 0 0 25 0 2 0 1997076769 326549504 55496 996147200 134512640 134990860 4294956096 18446744073709551615 134746526 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55496 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55496 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 318896

[startup+162.301 s]
/proc/loadavg: 2.26 2.13 2.04 3/83 10537
/proc/meminfo: memFree=851576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=161.5
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106183 0 0 0 15313 837 0 0 25 0 2 0 1997076769 326549504 55500 996147200 134512640 134990860 4294956096 18446744073709551615 134746419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55500 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55500 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 318896

[startup+222.308 s]
/proc/loadavg: 2.16 2.12 2.04 3/83 10537
/proc/meminfo: memFree=851576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=221.22
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106183 0 0 0 21285 837 0 0 25 0 2 0 1997076769 326549504 55500 996147200 134512640 134990860 4294956096 18446744073709551615 134716938 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55500 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55500 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 318896

[startup+282.301 s]
/proc/loadavg: 2.06 2.10 2.04 3/83 10537
/proc/meminfo: memFree=851576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=280.94
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106191 0 0 0 27257 837 0 0 25 0 2 0 1997076769 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 134716889 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55508 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.94
Current children cumulated vsize (KiB) 318896

[startup+342.302 s]
/proc/loadavg: 2.02 2.08 2.03 3/83 10537
/proc/meminfo: memFree=851576/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=340.66
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106191 0 0 0 33228 838 0 0 25 0 2 0 1997076769 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55508 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 318896

[startup+402.302 s]
/proc/loadavg: 2.00 2.06 2.02 3/83 10537
/proc/meminfo: memFree=851512/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=400.39
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106191 0 0 0 39201 838 0 0 25 0 2 0 1997076769 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 134746366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55508 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55508 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.39
Current children cumulated vsize (KiB) 318896

[startup+462.301 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 10537
/proc/meminfo: memFree=851512/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=460.11
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106203 0 0 0 45173 838 0 0 25 0 2 0 1997076769 326549504 55520 996147200 134512640 134990860 4294956096 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55520 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55520 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.11
Current children cumulated vsize (KiB) 318896

[startup+522.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 10537
/proc/meminfo: memFree=851384/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=318896 CPUtime=519.83
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106225 0 0 0 51145 838 0 0 25 0 2 0 1997076769 326549504 55542 996147200 134512640 134990860 4294956096 18446744073709551615 134716945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 79724 55542 197 116 0 79235 0
[pid=10535/tid=10537] ppid=10533 vsize=318896 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1997079205 326549504 55542 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.83

################
# More data... #
################

/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1997079205 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=329140 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1997169227 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.45
Current children cumulated vsize (KiB) 329140

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10538
/proc/meminfo: memFree=850032/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=329140 CPUtime=1296.17
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106297 0 0 0 128777 840 0 0 25 0 3 0 1997076769 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 134746451 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10535/statm: 82285 55614 197 116 0 81796 0
[pid=10535/tid=10537] ppid=10533 vsize=329140 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1997079205 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=329140 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1997169227 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.17
Current children cumulated vsize (KiB) 329140

[startup+1362.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 10568
/proc/meminfo: memFree=1597256/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=329140 CPUtime=1355.89
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106297 0 0 0 134748 841 0 0 25 0 3 0 1997076769 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 134746277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 82285 55614 197 116 0 81796 0
[pid=10535/tid=10537] ppid=10533 vsize=329140 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1997079205 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=329140 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1997169227 337039360 55614 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1355.89
Current children cumulated vsize (KiB) 329140

[startup+1422.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 10569
/proc/meminfo: memFree=1596160/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=339384 CPUtime=1415.65
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106298 0 0 0 140723 842 0 0 25 0 4 0 1997076769 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 134716928 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 84846 55615 197 116 0 84357 0
[pid=10535/tid=10537] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1997079205 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1997169227 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1997214237 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.65
Current children cumulated vsize (KiB) 339384

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 10571
/proc/meminfo: memFree=1595776/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=339384 CPUtime=1475.39
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106298 0 0 0 146697 842 0 0 25 0 4 0 1997076769 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 134716945 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 84846 55615 197 116 0 84357 0
[pid=10535/tid=10537] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1997079205 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1997169227 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1997214237 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.39
Current children cumulated vsize (KiB) 339384

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 10571
/proc/meminfo: memFree=1595776/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=339384 CPUtime=1535.15
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106298 0 0 0 152673 842 0 0 25 0 4 0 1997076769 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 134746342 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 84846 55615 197 116 0 84357 0
[pid=10535/tid=10537] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1997079205 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1997169227 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=339384 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1997214237 347529216 55615 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.15
Current children cumulated vsize (KiB) 339384

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 10572
/proc/meminfo: memFree=1595768/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=349628 CPUtime=1594.9
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106299 0 0 0 158648 842 0 0 25 0 5 0 1997076769 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 134746531 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 87407 55616 197 116 0 86918 0
[pid=10535/tid=10537] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1997079205 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997169227 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997214237 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10535/tid=10572] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10572/stat : 10572 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 1997236757 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.9
Current children cumulated vsize (KiB) 349628

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 10572
/proc/meminfo: memFree=1595768/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=349628 CPUtime=1654.65
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106299 0 0 0 164623 842 0 0 25 0 5 0 1997076769 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 134598278 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 87407 55616 197 116 0 86918 0
[pid=10535/tid=10537] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1997079205 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997169227 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997214237 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10535/tid=10572] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10572/stat : 10572 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 1997236757 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.65
Current children cumulated vsize (KiB) 349628

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 10572
/proc/meminfo: memFree=1595768/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=349628 CPUtime=1714.4
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106299 0 0 0 170598 842 0 0 25 0 5 0 1997076769 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 134716938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 87407 55616 197 116 0 86918 0
[pid=10535/tid=10537] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1997079205 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997169227 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997214237 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10535/tid=10572] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10572/stat : 10572 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997236757 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.4
Current children cumulated vsize (KiB) 349628

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 10572
/proc/meminfo: memFree=1595512/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=349628 CPUtime=1774.16
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106299 0 0 0 176574 842 0 0 25 0 5 0 1997076769 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 134716880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 87407 55616 197 116 0 86918 0
[pid=10535/tid=10537] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1997079205 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997169227 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997214237 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10535/tid=10572] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10572/stat : 10572 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997236757 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 349628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 10572
/proc/meminfo: memFree=1595512/2055920 swapFree=4180500/4192956
[pid=10535] ppid=10533 vsize=349628 CPUtime=1800.05
/proc/10535/stat : 10535 (bprolog) R 10533 10535 5878 0 -1 4194304 106299 0 0 0 179163 842 0 0 25 0 5 0 1997076769 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 134746544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10535/statm: 87407 55616 197 116 0 86918 0
[pid=10535/tid=10537] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10537/stat : 10537 (bprolog) S 10533 10535 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1997079205 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10538] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10538/stat : 10538 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997169227 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10535/tid=10569] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10569/stat : 10569 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997214237 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10535/tid=10572] ppid=10533 vsize=349628 CPUtime=0
/proc/10535/task/10572/stat : 10572 (bprolog) S 10533 10535 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1997236757 358019072 55616 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 349628

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.35
CPU time (s): 1800.1
CPU user time (s): 1791.64
CPU system time (s): 8.46271
CPU usage (%): 99.544
Max. virtual memory (cumulated for all children) (KiB): 349628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.64
system time used= 8.46271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 46488

runsolver used 2.38564 second user time and 5.55915 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 16:17:34
IDJOB=1075501
IDBENCH=56521
IDSOLVER=347
FILE ID=node59/1075501-1215181053
PBS_JOBID= 7881413
Free space on /tmp= 66536 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-05.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075501-1215181053/watcher-1075501-1215181053 -o /tmp/evaluation-result-1075501-1215181053/solver-1075501-1215181053 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1075501-1215181053 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8759076f97680d194c60f4f66c16a6ba
RANDOM SEED=1198330189

node59.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.261
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.261
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:       1078248 kB
Buffers:         29176 kB
Cached:         121456 kB
SwapCached:       6176 kB
Active:         800808 kB
Inactive:       115084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078248 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:         781684 kB
Slab:            45348 kB
Committed_AS:  4796128 kB
PageTables:       3468 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= 66536 MiB
End job on node59 at 2008-07-04 16:47:44