Trace number 1071822

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-27SAT 1341.66 1351.95

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle08.xml
MD5SUMf1369e2d264736f03a1eaa99e48651c1
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.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1071822-1215169915)
0.58/0.61	c Converted in 185 ms
0.58/0.61	c solving(HOME/instance-1071822-1215169915,1800000)
1341.60/1351.94	c (forward)
1341.60/1351.94	s SATISFIABLE
1341.60/1351.94	v 0 1 1 0 0 3 1 0 24 0 1 4 4 13 0 1 20 3 4 5 17 14 18 19 5 0 19 8 14 7 20 6 4 21 0 0 11 0 23 4 3 
1341.60/1351.94	
1341.60/1351.94	c Time=1341019 ms
1341.60/1351.94	

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-1071822-1215169915/watcher-1071822-1215169915 -o /tmp/evaluation-result-1071822-1215169915/solver-1071822-1215169915 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1071822-1215169915 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: 1.88 1.97 1.99 4/82 31211
/proc/meminfo: memFree=1752104/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=4780 CPUtime=0
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 590 0 0 0 0 0 0 0 20 0 1 0 129002560 4894720 308 996147200 134512640 134990860 4294956096 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/31211/statm: 1195 308 72 116 0 706 0

[startup+0.14988 s]
/proc/loadavg: 1.88 1.97 1.99 4/82 31211
/proc/meminfo: memFree=1752104/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=56080 CPUtime=0.13
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 1105 0 0 0 5 8 0 0 20 0 1 0 129002560 57425920 818 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/31211/statm: 14020 818 176 116 0 13531 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 56080

[startup+0.201885 s]
/proc/loadavg: 1.88 1.97 1.99 4/82 31211
/proc/meminfo: memFree=1752104/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=56080 CPUtime=0.18
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 1105 0 0 0 7 11 0 0 20 0 1 0 129002560 57425920 818 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/31211/statm: 14020 818 176 116 0 13531 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56080

[startup+0.301894 s]
/proc/loadavg: 1.88 1.97 1.99 4/82 31211
/proc/meminfo: memFree=1752104/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=56080 CPUtime=0.29
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 1115 0 0 0 10 19 0 0 21 0 1 0 129002560 57425920 828 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/31211/statm: 14020 828 176 116 0 13531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56080

[startup+0.701951 s]
/proc/loadavg: 1.88 1.97 1.99 4/82 31211
/proc/meminfo: memFree=1752104/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=64196 CPUtime=0.68
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 1906 0 0 0 28 40 0 0 25 0 1 0 129002560 65736704 1616 996147200 134512640 134990860 4294956096 18446744073709551615 134716889 0 0 4096 2 0 0 0 17 1 0 0
/proc/31211/statm: 16049 1616 191 116 0 15560 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64196

[startup+1.50261 s]
/proc/loadavg: 1.88 1.97 1.99 4/83 31212
/proc/meminfo: memFree=1739936/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=1.48
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3468 0 0 0 107 41 0 0 25 0 2 0 129002560 76226560 3178 996147200 134512640 134990860 4294956096 18446744073709551615 134746277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3178 197 116 0 18121 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74440

[startup+3.10122 s]
/proc/loadavg: 1.88 1.97 1.99 3/84 31213
/proc/meminfo: memFree=1739672/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=3.06
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3476 0 0 0 265 41 0 0 25 0 2 0 129002560 76226560 3186 996147200 134512640 134990860 4294956096 18446744073709551615 134716952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3186 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3186 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 74440

[startup+6.3016 s]
/proc/loadavg: 1.89 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1739544/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=6.23
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3476 0 0 0 582 41 0 0 25 0 2 0 129002560 76226560 3186 996147200 134512640 134990860 4294956096 18446744073709551615 134604943 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3186 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3186 996147200 134512640 134990860 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) 74440

[startup+12.7029 s]
/proc/loadavg: 1.90 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1739352/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=12.57
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3476 0 0 0 1216 41 0 0 25 0 2 0 129002560 76226560 3186 996147200 134512640 134990860 4294956096 18446744073709551615 134746192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3186 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3186 996147200 134512640 134990860 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) 74440

[startup+25.5019 s]
/proc/loadavg: 1.92 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1739416/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=25.25
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 2484 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134746430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 74440

[startup+51.1019 s]
/proc/loadavg: 1.95 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1739416/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=50.61
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 5020 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134559560 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 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) 74440

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1739224/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=101.33
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 10092 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 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) 74440

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1738264/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=160.76
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 16035 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134716955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 74440

[startup+222.308 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1738264/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=220.2
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 21979 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134629543 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 74440

[startup+282.308 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 31213
/proc/meminfo: memFree=1737176/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=279.64
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 27923 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134607551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 74440

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 31213
/proc/meminfo: memFree=1736024/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=339.06
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 33865 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134607535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 74440

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 31213
/proc/meminfo: memFree=1735832/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=398.5
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 39809 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134716894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.5
Current children cumulated vsize (KiB) 74440

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 31213
/proc/meminfo: memFree=1734552/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=74440 CPUtime=457.94
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3479 0 0 0 45753 41 0 0 25 0 2 0 129002560 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 134746436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31211/statm: 18610 3189 197 116 0 18121 0
[pid=31211/tid=31213] ppid=31209 vsize=74440 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 129002679 76226560 3189 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.94
Current children cumulated vsize (KiB) 74440

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 4/84 31213
/proc/meminfo: memFree=1734552/2055920 swapFree=4181452/4192956

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

/proc/meminfo: memFree=1769312/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1112.47
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3480 0 0 0 111205 42 0 0 25 0 3 0 129002560 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 134746763 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3190 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1112.47
Current children cumulated vsize (KiB) 84684

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31244
/proc/meminfo: memFree=1769312/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1172.23
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3480 0 0 0 117181 42 0 0 25 0 3 0 129002560 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 134716913 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3190 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3190 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.23
Current children cumulated vsize (KiB) 84684

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784544/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1232.04
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 123161 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.04
Current children cumulated vsize (KiB) 84684

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1292.02
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 129159 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.02
Current children cumulated vsize (KiB) 84684

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

[startup+1305.6 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1295.32
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 129489 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1295.32
Current children cumulated vsize (KiB) 84684

[startup+1331.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784544/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1320.9
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 132047 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134746363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1320.9
Current children cumulated vsize (KiB) 84684

[startup+1344 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784544/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1333.7
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 133327 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1333.7
Current children cumulated vsize (KiB) 84684

[startup+1347.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784544/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1336.9
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 133647 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716798 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1336.9
Current children cumulated vsize (KiB) 84684

[startup+1350.4 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1340.1
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 133967 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134607394 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1340.1
Current children cumulated vsize (KiB) 84684

[startup+1351.2 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=84684 CPUtime=1340.9
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3482 0 0 0 134047 43 0 0 25 0 3 0 129002560 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 134716880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 21171 3192 197 116 0 20682 0
[pid=31211/tid=31213] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 129002679 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=84684 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 129092695 86716416 3192 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1340.9
Current children cumulated vsize (KiB) 84684

[startup+1351.6 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=94928 CPUtime=1341.3
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3483 0 0 0 134087 43 0 0 25 0 4 0 129002560 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 134746445 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 23732 3193 197 116 0 23243 0
[pid=31211/tid=31213] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 129002679 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 129092695 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1341.3
Current children cumulated vsize (KiB) 94928

[startup+1351.8 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 31271
/proc/meminfo: memFree=1784608/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=94928 CPUtime=1341.5
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3483 0 0 0 134107 43 0 0 25 0 4 0 129002560 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 134746342 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 23732 3193 197 116 0 23243 0
[pid=31211/tid=31213] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 129002679 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 129092695 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1341.5
Current children cumulated vsize (KiB) 94928

[startup+1351.9 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 31272
/proc/meminfo: memFree=1784600/2055920 swapFree=4181452/4192956
[pid=31211] ppid=31209 vsize=94928 CPUtime=1341.6
/proc/31211/stat : 31211 (bprolog) R 31209 31211 29589 0 -1 4194304 3483 0 0 0 134117 43 0 0 25 0 4 0 129002560 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 134716896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31211/statm: 23732 3193 197 116 0 23243 0
[pid=31211/tid=31213] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31213/stat : 31213 (bprolog) S 31209 31211 29589 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 129002679 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31214] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31214/stat : 31214 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 129092695 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31211/tid=31272] ppid=31209 vsize=94928 CPUtime=0
/proc/31211/task/31272/stat : 31272 (bprolog) S 31209 31211 29589 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 129137706 97206272 3193 996147200 134512640 134990860 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1341.6
Current children cumulated vsize (KiB) 94928

Child status: 0
Real time (s): 1351.95
CPU time (s): 1341.66
CPU user time (s): 1341.22
CPU system time (s): 0.439933
CPU usage (%): 99.2387
Max. virtual memory (cumulated for all children) (KiB): 94928

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

runsolver used 1.9577 second user time and 4.20236 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 13:11:55
IDJOB=1071822
IDBENCH=56142
IDSOLVER=347
FILE ID=node73/1071822-1215169915
PBS_JOBID= 7881411
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f1369e2d264736f03a1eaa99e48651c1
RANDOM SEED=708421947

node73.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.230
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.230
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:       1752584 kB
Buffers:         41496 kB
Cached:         141292 kB
SwapCached:       5300 kB
Active:         176220 kB
Inactive:        72032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752584 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          81620 kB
Slab:            40224 kB
Committed_AS:   440308 kB
PageTables:       1944 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= 66548 MiB
End job on node73 at 2008-07-04 13:34:27