Trace number 1050359

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.05 1820.31

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-hanoi5.xml
MD5SUM5125e2c8e16f9553ce00c9ebd3b2d74a
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 benchmark5.43017
Satisfiable
(Un)Satisfiability was proved
Number of variables3862
Number of constraints16034
Maximum constraint arity8
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16034
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-1050359-1215049393)
2.66/2.70	c Converted in 1254 ms
2.66/2.70	c solving(HOME/instance-1050359-1215049393,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-1050359-1215049393/watcher-1050359-1215049393 -o /tmp/evaluation-result-1050359-1215049393/solver-1050359-1215049393 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1050359-1215049393 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.02 2.02 2.00 4/72 25500
/proc/meminfo: memFree=1846336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=5256 CPUtime=0
/proc/25500/stat : 25500 (sh) R 25498 25500 23892 0 -1 4194304 57 0 0 0 0 0 0 0 22 0 1 0 1983911055 5382144 41 996147200 4194304 4889804 548682068864 18446744073709551615 236435077257 0 0 4096 0 0 0 0 17 1 0 0
/proc/25500/statm: 1314 41 31 169 0 9 0

[startup+0.088243 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 25500
/proc/meminfo: memFree=1846336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=56080 CPUtime=0.07
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 1219 0 0 0 3 4 0 0 22 0 1 0 1983911055 57425920 932 996147200 134512640 134990860 4294956112 18446744073709551615 134565798 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 14020 932 174 116 0 13531 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56080

[startup+0.102242 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 25500
/proc/meminfo: memFree=1846336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=56080 CPUtime=0.09
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 1250 0 0 0 4 5 0 0 22 0 1 0 1983911055 57425920 963 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 14020 963 174 116 0 13531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56080

[startup+0.302287 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 25500
/proc/meminfo: memFree=1846336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=56080 CPUtime=0.28
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 1559 0 0 0 10 18 0 0 23 0 1 0 1983911055 57425920 1272 996147200 134512640 134990860 4294956112 18446744073709551615 134567056 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 14020 1272 178 116 0 13531 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56080

[startup+0.702362 s]
/proc/loadavg: 2.02 2.02 2.00 4/72 25500
/proc/meminfo: memFree=1846336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=56080 CPUtime=0.68
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 1577 0 0 0 31 37 0 0 25 0 1 0 1983911055 57425920 1290 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 14020 1290 178 116 0 13531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56080

[startup+1.50152 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 25501
/proc/meminfo: memFree=1841336/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=56080 CPUtime=1.47
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 1612 0 0 0 71 76 0 0 25 0 1 0 1983911055 57425920 1325 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 14020 1325 178 116 0 13531 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56080

[startup+3.10184 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 25501
/proc/meminfo: memFree=1840632/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=64148 CPUtime=3.06
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 4630 0 0 0 164 142 0 0 25 0 1 0 1983911055 65687552 4340 996147200 134512640 134990860 4294956112 18446744073709551615 134572280 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 16037 4340 189 116 0 15548 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 64148

[startup+6.30147 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 25502
/proc/meminfo: memFree=1824944/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=6.23
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 481 142 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134912108 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 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) 75520

[startup+12.7017 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 25502
/proc/meminfo: memFree=1824880/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=12.57
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 1115 142 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 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) 75520

[startup+25.5022 s]
/proc/loadavg: 2.02 2.02 2.00 3/74 25502
/proc/meminfo: memFree=1825008/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=25.26
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 2383 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 75520

[startup+51.1022 s]
/proc/loadavg: 2.08 2.03 2.00 3/74 25502
/proc/meminfo: memFree=1825008/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=50.63
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 4920 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 75520

[startup+102.305 s]
/proc/loadavg: 2.11 2.04 2.01 3/74 25502
/proc/meminfo: memFree=1824880/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=101.37
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 9994 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 75520

[startup+162.303 s]
/proc/loadavg: 2.11 2.05 2.00 3/74 25502
/proc/meminfo: memFree=1824816/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=160.82
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 15939 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 75520

[startup+222.302 s]
/proc/loadavg: 2.11 2.05 2.00 3/74 25502
/proc/meminfo: memFree=1824752/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=220.27
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 21884 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 75520

[startup+282.301 s]
/proc/loadavg: 2.22 2.10 2.02 3/74 25502
/proc/meminfo: memFree=1824752/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=279.72
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 27829 143 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134913773 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 75520

[startup+342.301 s]
/proc/loadavg: 2.17 2.11 2.02 3/74 25502
/proc/meminfo: memFree=1824688/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=339.19
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 33775 144 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134912098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.19
Current children cumulated vsize (KiB) 75520

[startup+402.302 s]
/proc/loadavg: 2.11 2.10 2.02 3/74 25502
/proc/meminfo: memFree=1824624/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=398.65
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 39721 144 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.65
Current children cumulated vsize (KiB) 75520

[startup+462.302 s]
/proc/loadavg: 2.09 2.09 2.02 3/74 25502
/proc/meminfo: memFree=1824496/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=458.09
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 45665 144 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 18880 5194 196 116 0 18391 0
[pid=25500/tid=25502] ppid=25498 vsize=75520 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1983911368 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.09
Current children cumulated vsize (KiB) 75520

[startup+522.301 s]
/proc/loadavg: 2.07 2.09 2.02 3/74 25502
/proc/meminfo: memFree=1824432/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=75520 CPUtime=517.55
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5895 0 0 0 51611 144 0 0 25 0 2 0 1983911055 77332480 5194 996147200 134512640 134990860 4294956112 18446744073709551615 134629683 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1227.16
Current children cumulated vsize (KiB) 85764

[startup+1302.3 s]
/proc/loadavg: 2.34 2.32 2.16 3/75 25985
/proc/meminfo: memFree=1779936/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=85764 CPUtime=1286.66
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5898 0 0 0 128515 151 0 0 25 0 3 0 1983911055 87822336 5197 996147200 134512640 134990860 4294956112 18446744073709551615 134629754 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 21441 5197 196 116 0 20952 0
[pid=25500/tid=25502] ppid=25498 vsize=85764 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 1983911368 87822336 5197 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=85764 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 1984001382 87822336 5197 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1286.66
Current children cumulated vsize (KiB) 85764

[startup+1362.3 s]
/proc/loadavg: 2.26 2.30 2.16 3/76 25986
/proc/meminfo: memFree=1779864/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=96008 CPUtime=1346.15
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5899 0 0 0 134463 152 0 0 25 0 4 0 1983911055 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 134629683 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 24002 5198 196 116 0 23513 0
[pid=25500/tid=25502] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1983911368 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1984001382 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1984046395 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1346.15
Current children cumulated vsize (KiB) 96008

[startup+1422.31 s]
/proc/loadavg: 2.30 2.30 2.17 3/76 25986
/proc/meminfo: memFree=1779800/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=96008 CPUtime=1405.64
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5899 0 0 0 140412 152 0 0 25 0 4 0 1983911055 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 134912076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 24002 5198 196 116 0 23513 0
[pid=25500/tid=25502] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1983911368 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1984001382 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1984046395 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1405.64
Current children cumulated vsize (KiB) 96008

[startup+1482.3 s]
/proc/loadavg: 2.27 2.29 2.17 3/76 25986
/proc/meminfo: memFree=1779808/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=96008 CPUtime=1465.12
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5899 0 0 0 146360 152 0 0 25 0 4 0 1983911055 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 134559529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 24002 5198 196 116 0 23513 0
[pid=25500/tid=25502] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1983911368 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1984001382 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1984046395 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1465.12
Current children cumulated vsize (KiB) 96008

[startup+1542.3 s]
/proc/loadavg: 2.53 2.36 2.20 3/76 25986
/proc/meminfo: memFree=1779744/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=96008 CPUtime=1524.61
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5899 0 0 0 152309 152 0 0 25 0 4 0 1983911055 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 134559560 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 24002 5198 196 116 0 23513 0
[pid=25500/tid=25502] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 1983911368 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 1984001382 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=96008 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 1984046395 98312192 5198 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1524.61
Current children cumulated vsize (KiB) 96008

[startup+1602.3 s]
/proc/loadavg: 2.27 2.32 2.20 3/86 26027
/proc/meminfo: memFree=1787280/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1584.09
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5900 0 0 0 158257 152 0 0 25 0 5 0 1983911055 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 134629713 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 26563 5199 196 116 0 26074 0
[pid=25500/tid=25502] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1983911368 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984001382 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984046395 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25987] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25987/stat : 25987 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 1984068900 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1584.09
Current children cumulated vsize (KiB) 106252

[startup+1662.3 s]
/proc/loadavg: 2.13 2.27 2.18 3/86 26027
/proc/meminfo: memFree=1787088/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1643.51
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5900 0 0 0 164199 152 0 0 25 0 5 0 1983911055 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 134607376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 26563 5199 196 116 0 26074 0
[pid=25500/tid=25502] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1983911368 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984001382 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984046395 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25987] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25987/stat : 25987 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 1984068900 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.51
Current children cumulated vsize (KiB) 106252

[startup+1722.3 s]
/proc/loadavg: 2.16 2.25 2.18 3/86 26027
/proc/meminfo: memFree=1786960/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1702.95
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5900 0 0 0 170143 152 0 0 25 0 5 0 1983911055 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 134629683 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 26563 5199 196 116 0 26074 0
[pid=25500/tid=25502] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1983911368 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984001382 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984046395 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25987] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25987/stat : 25987 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984068900 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.95
Current children cumulated vsize (KiB) 106252

[startup+1782.3 s]
/proc/loadavg: 2.13 2.22 2.17 3/86 26027
/proc/meminfo: memFree=1786832/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1762.38
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5900 0 0 0 176086 152 0 0 25 0 5 0 1983911055 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 134629683 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25500/statm: 26563 5199 196 116 0 26074 0
[pid=25500/tid=25502] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25502/stat : 25502 (bprolog) S 25498 25500 23892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 1983911368 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25503] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25503/stat : 25503 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984001382 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25986] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25986/stat : 25986 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984046395 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25500/tid=25987] ppid=25498 vsize=106252 CPUtime=0
/proc/25500/task/25987/stat : 25987 (bprolog) S 25498 25500 23892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 1984068900 108802048 5199 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1762.38
Current children cumulated vsize (KiB) 106252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.3 s]
/proc/loadavg: 2.07 2.19 2.17 3/82 26027
/proc/meminfo: memFree=1786832/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1800.04
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5901 0 0 0 179851 153 0 0 25 0 1 0 1983911055 108802048 5200 996147200 134512640 134990860 4294956112 18446744073709551615 134629704 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 26563 5200 197 116 0 26074 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 106252

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

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

[startup+1820.3 s]
/proc/loadavg: 2.07 2.19 2.17 3/82 26027
/proc/meminfo: memFree=1786832/2055920 swapFree=4179412/4192956
[pid=25500] ppid=25498 vsize=106252 CPUtime=1800.04
/proc/25500/stat : 25500 (bprolog) R 25498 25500 23892 0 -1 4194304 5901 0 0 0 179851 153 0 0 25 0 1 0 1983911055 108802048 5200 996147200 134512640 134990860 4294956112 18446744073709551615 134629704 0 0 4096 2 0 0 0 17 1 0 0
/proc/25500/statm: 26563 5200 197 116 0 26074 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 106252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1820.31
CPU time (s): 1800.05
CPU user time (s): 1798.52
CPU system time (s): 1.53477
CPU usage (%): 98.8871
Max. virtual memory (cumulated for all children) (KiB): 106252

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

runsolver used 2.33564 second user time and 5.77512 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 03:43:13
IDJOB=1050359
IDBENCH=54874
IDSOLVER=347
FILE ID=node62/1050359-1215049393
PBS_JOBID= 7875051
Free space on /tmp= 65284 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-hanoi5.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050359-1215049393/watcher-1050359-1215049393 -o /tmp/evaluation-result-1050359-1215049393/solver-1050359-1215049393 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1050359-1215049393 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5125e2c8e16f9553ce00c9ebd3b2d74a
RANDOM SEED=203433184

node62.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.259
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.259
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:       1846816 kB
Buffers:         12792 kB
Cached:         113516 kB
SwapCached:       6496 kB
Active:         111928 kB
Inactive:        37680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846816 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            3428 kB
Writeback:           0 kB
Mapped:          31356 kB
Slab:            44572 kB
Committed_AS:  4011644 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65288 MiB
End job on node62 at 2008-07-03 04:13:35