Trace number 2077553

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 09SAT 836.187 913.755

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-03.xml
MD5SUMd2602ffdba29ded4bf4e1d3ecdfa8424
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.683895
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c bpsolver version 6.29.2009
0.00/0.03	c converting(HOME/instance-2077553-1247365209)
3.26/3.34	c Converted in 1130 ms
3.65/3.73	c solving(HOME/instance-2077553-1247365209,1800000)
3.65/3.73	c solving(HOME/instance-2077553-1247365209,1800000)
836.14/913.73	c (ff_inout)
836.14/913.73	s SATISFIABLE
836.14/913.74	v 0 17 12 18 0 17 2 7 0 8 5 0 18 2 17 20 1 17 4 0 17 8 3 14 11 0 11 19 14 18 7 14 0 17 24 0 13 19 8 3 0 3 0 15 4 4 17 18 0 13 13 8 4 1 0 7 18 0 6 4 18 4 12 1 4 3 3 4 3 18 11 4 15 19 4 13 18 20 4 4 17 8 4 14 22 4 12 0 4 18 19 8 17 18 5 0 19 4 12 0 24 18 19 0 17 4 3 18 2 8 18 18 14 17 18 0 11 8 10 4 2 8 19 0 3 4 11 18 13 0 8 11 18 15 5 8 25 4 17 0 12 8 3 11 0 14 4 24 4 3 0 17 8 18 4 13 11 8 2 4 12 20 3 3 18 13 4 0 10 4 17 18 0 3 0 6 0 17 3 4 13 0 17 17 8 21 4 11 0 3 2 7 17 8 18 19 4 13 18 4 12 8 1 8 3 4 1 4 7 0 21 4 0 6 4 4 0 1 14 0 1 4 11 1 0 13 0 13 0 2 8 17 2 11 4 14 20 17 18 4 11 5 0 2 2 17 0 15 8 11 14 19 8 13 6 18 4 2 17 4 19 1 14 14 3 14 13 18 0 3 3 4 3 6 14 19 4 13 3 12 20 11 4 17 4 4 18 4 8 12 0 6 4 8 2 4 1 4 17 6 18 0 19 11 0 18 17 4 3 25 14 13 0 11 2 0 17 8 1 17 20 19 18 17 8 13 6 0 13 6 18 19 0 12 0 25 4 4 17 0 18 7 0 17 4 13 4 18 19 18 19 0 12 4 3 3 4 18 14 13 4 18 
836.14/913.74	
836.14/913.74	c Time=832664 ms Backtracks=199506
836.14/913.74	

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077553-1247365209/watcher-2077553-1247365209 -o /tmp/evaluation-result-2077553-1247365209/solver-2077553-1247365209 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2077553-1247365209 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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21774
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=7000 CPUtime=0
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 355 0 0 0 0 0 0 0 20 0 1 0 23584377 7168000 73 996147200 134512640 135105188 4294956096 18446744073709551615 11200512 0 0 4096 0 0 0 0 17 1 0 0
/proc/21774/statm: 1750 73 57 144 0 1234 0

[startup+0.17842 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21774
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=0.17
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1147 0 0 0 6 11 0 0 20 0 1 0 23584377 63700992 860 996147200 134512640 135105188 4294956096 18446744073709551615 10658537 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 860 176 144 0 15036 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 62208

[startup+0.201426 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21774
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=0.18
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1147 0 0 0 6 12 0 0 20 0 1 0 23584377 63700992 860 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 860 176 144 0 15036 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62208

[startup+0.301431 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21774
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=0.29
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1152 0 0 0 10 19 0 0 21 0 1 0 23584377 63700992 865 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 865 176 144 0 15036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62208

[startup+0.70147 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 21774
/proc/meminfo: memFree=1200680/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=0.69
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1175 0 0 0 23 46 0 0 25 0 1 0 23584377 63700992 888 996147200 134512640 135105188 4294956096 18446744073709551615 10653069 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 888 176 144 0 15036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62208

[startup+1.50155 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 21775
/proc/meminfo: memFree=1197280/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=1.48
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1198 0 0 0 48 100 0 0 25 0 1 0 23584377 63700992 911 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 911 176 144 0 15036 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62208

[startup+3.1027 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 21775
/proc/meminfo: memFree=1196768/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=62208 CPUtime=3.06
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 1202 0 0 0 104 202 0 0 25 0 1 0 23584377 63700992 915 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/21774/statm: 15552 915 177 144 0 15036 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 62208

[startup+6.30201 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21776
/proc/meminfo: memFree=1174168/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=6.23
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 7385 0 0 0 404 219 0 0 25 0 2 0 23584377 83980288 6660 996147200 134512640 135105188 4294956096 18446744073709551615 134748555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 6660 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 6660 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 82012

[startup+12.7016 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21776
/proc/meminfo: memFree=1173080/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=12.57
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 7453 0 0 0 1038 219 0 0 25 0 2 0 23584377 83980288 6728 996147200 134512640 135105188 4294956096 18446744073709551615 134748551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 6728 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 6728 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 82012

[startup+25.5018 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21776
/proc/meminfo: memFree=1171608/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=25.24
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 7465 0 0 0 2305 219 0 0 25 0 2 0 23584377 83980288 6740 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 6740 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 6740 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 82012

[startup+51.1012 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21776
/proc/meminfo: memFree=1162008/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=50.61
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 7922 0 0 0 4841 220 0 0 25 0 2 0 23584377 83980288 7197 996147200 134512640 135105188 4294956096 18446744073709551615 134718113 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7197 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7197 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 82012

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21776
/proc/meminfo: memFree=1161816/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=101.33
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 7970 0 0 0 9913 220 0 0 25 0 2 0 23584377 83980288 7245 996147200 134512640 135105188 4294956096 18446744073709551615 134718105 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7245 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7245 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 82012

[startup+162.302 s]
/proc/loadavg: 2.71 2.20 2.07 4/91 26182
/proc/meminfo: memFree=1152496/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=151.62
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8019 0 0 0 14941 221 0 0 25 0 2 0 23584377 83980288 7294 996147200 134512640 135105188 4294956096 18446744073709551615 134748794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7294 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7294 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.62
Current children cumulated vsize (KiB) 82012

[startup+222.307 s]
/proc/loadavg: 3.05 2.39 2.14 5/91 31913
/proc/meminfo: memFree=1145392/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=199.45
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8021 0 0 0 19722 223 0 0 25 0 2 0 23584377 83980288 7296 996147200 134512640 135105188 4294956096 18446744073709551615 134718131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7296 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7296 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.45
Current children cumulated vsize (KiB) 82012

[startup+282.301 s]
/proc/loadavg: 3.31 2.57 2.21 4/91 4606
/proc/meminfo: memFree=1140144/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=248
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8022 0 0 0 24575 225 0 0 25 0 2 0 23584377 83980288 7297 996147200 134512640 135105188 4294956096 18446744073709551615 134749670 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7297 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7297 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248
Current children cumulated vsize (KiB) 82012

[startup+342.302 s]
/proc/loadavg: 3.11 2.65 2.26 5/90 9792
/proc/meminfo: memFree=1123768/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=296.77
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8023 0 0 0 29451 226 0 0 25 0 2 0 23584377 83980288 7298 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7298 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 296.77
Current children cumulated vsize (KiB) 82012

[startup+402.302 s]
/proc/loadavg: 3.19 2.75 2.32 4/90 14931
/proc/meminfo: memFree=1117312/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=345.61
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8023 0 0 0 34333 228 0 0 25 0 2 0 23584377 83980288 7298 996147200 134512640 135105188 4294956096 18446744073709551615 134718131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7298 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7298 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 345.61
Current children cumulated vsize (KiB) 82012

[startup+462.301 s]
/proc/loadavg: 3.28 2.87 2.39 4/91 20598
/proc/meminfo: memFree=1100856/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=393.73
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8024 0 0 0 39144 229 0 0 25 0 2 0 23584377 83980288 7299 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7299 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7299 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 393.73
Current children cumulated vsize (KiB) 82012

[startup+522.302 s]
/proc/loadavg: 2.85 2.84 2.40 3/84 24383
/proc/meminfo: memFree=1092176/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=445.53
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 44323 230 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134748510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0

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

Current children cumulated CPU time (s) 445.53
Current children cumulated vsize (KiB) 82012

[startup+582.302 s]
/proc/loadavg: 2.31 2.68 2.37 3/84 24383
/proc/meminfo: memFree=1092184/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=504.97
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 50267 230 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134718105 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 504.97
Current children cumulated vsize (KiB) 82012

[startup+642.301 s]
/proc/loadavg: 2.11 2.56 2.35 3/84 24485
/proc/meminfo: memFree=1701024/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=564.84
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 56248 236 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 564.84
Current children cumulated vsize (KiB) 82012

[startup+702.302 s]
/proc/loadavg: 2.09 2.47 2.33 3/84 24485
/proc/meminfo: memFree=1693216/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=624.82
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 62245 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134748487 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 624.82
Current children cumulated vsize (KiB) 82012

[startup+762.302 s]
/proc/loadavg: 2.03 2.38 2.31 3/84 24486
/proc/meminfo: memFree=1676504/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=684.8
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 68243 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134717760 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 684.8
Current children cumulated vsize (KiB) 82012

[startup+822.301 s]
/proc/loadavg: 2.01 2.31 2.28 3/84 24486
/proc/meminfo: memFree=1676376/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=744.77
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 74240 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134748503 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 744.77
Current children cumulated vsize (KiB) 82012

[startup+882.306 s]
/proc/loadavg: 2.00 2.25 2.26 3/84 24486
/proc/meminfo: memFree=1676312/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=804.75
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 80238 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 804.75
Current children cumulated vsize (KiB) 82012

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

[startup+896.001 s]
/proc/loadavg: 2.00 2.24 2.26 3/84 24486
/proc/meminfo: memFree=1676312/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=818.44
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 81607 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134718080 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 818.44
Current children cumulated vsize (KiB) 82012

[startup+902.402 s]
/proc/loadavg: 2.00 2.23 2.26 3/84 24486
/proc/meminfo: memFree=1676312/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=82012 CPUtime=824.84
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8025 0 0 0 82247 237 0 0 25 0 2 0 23584377 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 134630535 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 20503 7300 201 144 0 19987 0
[pid=21774/tid=21776] ppid=21772 vsize=82012 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23584772 83980288 7300 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 824.84
Current children cumulated vsize (KiB) 82012

[startup+908.803 s]
/proc/loadavg: 2.00 2.23 2.26 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=831.24
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 82887 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134748338 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 831.24
Current children cumulated vsize (KiB) 92256

[startup+912.007 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=834.44
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 83207 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134748498 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 834.44
Current children cumulated vsize (KiB) 92256

[startup+912.802 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=835.24
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 83287 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134748482 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 835.24
Current children cumulated vsize (KiB) 92256

[startup+913.202 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=835.64
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 83327 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134748602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 835.64
Current children cumulated vsize (KiB) 92256

[startup+913.602 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=836.04
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 83367 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134749141 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 836.04
Current children cumulated vsize (KiB) 92256

[startup+913.702 s]
/proc/loadavg: 2.00 2.22 2.25 3/85 24487
/proc/meminfo: memFree=1676304/2055920 swapFree=4192812/4192956
[pid=21774] ppid=21772 vsize=92256 CPUtime=836.14
/proc/21774/stat : 21774 (bprolog) R 21772 21774 20789 0 -1 4194304 8026 0 0 0 83377 237 0 0 25 0 3 0 23584377 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 134748484 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21774/statm: 23064 7301 201 144 0 22548 0
[pid=21774/tid=21776] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/21776/stat : 21776 (bprolog) S 21772 21774 20789 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23584772 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21774/tid=24487] ppid=21772 vsize=92256 CPUtime=0
/proc/21774/task/24487/stat : 24487 (bprolog) S 21772 21774 20789 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23674784 94470144 7301 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 836.14
Current children cumulated vsize (KiB) 92256

Child status: 0
Real time (s): 913.755
CPU time (s): 836.187
CPU user time (s): 833.809
CPU system time (s): 2.37764
CPU usage (%): 91.5111
Max. virtual memory (cumulated for all children) (KiB): 92256

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

runsolver used 1.15882 second user time and 2.93355 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 04:20:09
IDJOB=2077553
IDBENCH=56612
IDSOLVER=770
FILE ID=node61/2077553-1247365209
PBS_JOBID= 9507020
Free space on /tmp= 66380 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-03.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077553-1247365209/watcher-2077553-1247365209 -o /tmp/evaluation-result-2077553-1247365209/solver-2077553-1247365209 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2077553-1247365209 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d2602ffdba29ded4bf4e1d3ecdfa8424
RANDOM SEED=2014578735

node61.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.229
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.229
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:       1201160 kB
Buffers:         57704 kB
Cached:         165880 kB
SwapCached:          0 kB
Active:         712284 kB
Inactive:        90556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2824 kB
Writeback:           0 kB
Mapped:         600548 kB
Slab:            35944 kB
Committed_AS:   952144 kB
PageTables:       3044 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 04:35:23