Trace number 211314

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.06 1808.77

General information on the benchmark

NamepseudoSeries/ttp/
data-10-3.xml
MD5SUM0e55a6b21f60962d919e77257912f16e
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 benchmark44.6272
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211314-1168207187/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-211314-1168207187 -o ROOT/results/node44/solver-211314-1168207187 -C 1800 -M 900 /tmp/evaluation/211314-1168207187/Complete/Ordinary/solver /tmp/evaluation/211314-1168207187/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.54 1.70 1.86 5/81 17062
/proc/meminfo: memFree=1404128/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=53472 CPUtime=0
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 169122434 54755328 236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134546507 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 13368 236 127 90 0 12906 0

[startup+0.105877 s]
/proc/loadavg: 1.54 1.70 1.86 5/81 17062
/proc/meminfo: memFree=1404128/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=53824 CPUtime=0.1
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 2419 0 0 0 9 1 0 0 18 0 1 0 169122434 55115776 2135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 13456 2136 158 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.513917 s]
/proc/loadavg: 1.54 1.70 1.86 5/81 17062
/proc/meminfo: memFree=1404128/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=80876 CPUtime=0.5
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 9703 0 0 0 46 4 0 0 22 0 1 0 169122434 82817024 9419 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134855394 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 20219 9419 158 90 0 19757 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 80876

[startup+1.334 s]
/proc/loadavg: 1.54 1.70 1.86 3/81 17062
/proc/meminfo: memFree=1340640/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=81412 CPUtime=1.32
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 16668 0 0 0 125 7 0 0 25 0 1 0 169122434 83365888 15989 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857020 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 20353 15989 158 90 0 19891 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81412

[startup+2.97117 s]
/proc/loadavg: 1.58 1.70 1.86 3/81 17062
/proc/meminfo: memFree=1337696/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=143888 CPUtime=2.94
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 43896 0 0 0 276 18 0 0 25 0 1 0 169122434 147341312 27530 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857163 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 35972 27530 158 90 0 35510 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 143888

[startup+6.2505 s]
/proc/loadavg: 1.58 1.70 1.86 3/81 17062
/proc/meminfo: memFree=1260832/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=214200 CPUtime=6.21
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 71318 0 0 0 592 29 0 0 25 0 1 0 169122434 219340800 37616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577355 0 0 4096 2 0 0 0 17 1 0 0
/proc/17061/statm: 53550 37616 158 90 0 53088 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 214200

[startup+12.7102 s]
/proc/loadavg: 1.64 1.71 1.87 3/82 17063
/proc/meminfo: memFree=1243032/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=12.64
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85728 0 0 0 1227 37 0 0 25 0 2 0 169122434 280567808 40252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40252 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40252 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 273992

[startup+25.5275 s]
/proc/loadavg: 1.70 1.72 1.87 3/82 17063
/proc/meminfo: memFree=1243096/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=25.4
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85735 0 0 0 2503 37 0 0 25 0 2 0 169122434 280567808 40259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40259 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40259 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 273992

[startup+51.1711 s]
/proc/loadavg: 1.80 1.74 1.87 3/88 17165
/proc/meminfo: memFree=1241728/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=50.8
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85776 0 0 0 5043 37 0 0 25 0 2 0 169122434 280567808 40300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40300 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40300 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 273992

[startup+102.447 s]
/proc/loadavg: 1.91 1.78 1.87 3/88 17229
/proc/meminfo: memFree=1241752/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=101.78
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85777 0 0 0 10141 37 0 0 25 0 2 0 169122434 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40301 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 273992

[startup+162.533 s]
/proc/loadavg: 1.97 1.82 1.88 3/82 17261
/proc/meminfo: memFree=1242776/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=161.54
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85777 0 0 0 16117 37 0 0 25 0 2 0 169122434 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40301 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 273992

[startup+222.608 s]
/proc/loadavg: 1.99 1.85 1.89 3/82 17261
/proc/meminfo: memFree=1242776/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=221.33
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85778 0 0 0 22096 37 0 0 25 0 2 0 169122434 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800185 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40302 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 273992

[startup+282.682 s]
/proc/loadavg: 1.99 1.87 1.89 4/82 17261
/proc/meminfo: memFree=1242776/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=281.12
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85778 0 0 0 28075 37 0 0 25 0 2 0 169122434 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40302 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 273992

[startup+342.753 s]
/proc/loadavg: 2.08 1.92 1.91 3/82 17261
/proc/meminfo: memFree=1242776/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=340.91
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85781 0 0 0 34054 37 0 0 25 0 2 0 169122434 280567808 40305 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40305 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40305 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 273992

[startup+402.832 s]
/proc/loadavg: 2.03 1.94 1.91 3/82 17261
/proc/meminfo: memFree=1242776/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=400.72
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85808 0 0 0 40034 38 0 0 25 0 2 0 169122434 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40332 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 273992

[startup+462.908 s]
/proc/loadavg: 2.06 1.96 1.91 3/82 17261
/proc/meminfo: memFree=1242720/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=460.51
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85808 0 0 0 46013 38 0 0 25 0 2 0 169122434 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40332 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.51
Current children cumulated vsize (KiB) 273992

[startup+522.984 s]
/proc/loadavg: 2.02 1.97 1.91 3/82 17261
/proc/meminfo: memFree=1242720/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=520.31
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85808 0 0 0 51993 38 0 0 25 0 2 0 169122434 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40332 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.31
Current children cumulated vsize (KiB) 273992

[startup+583.058 s]
/proc/loadavg: 2.00 1.97 1.91 3/82 17261
/proc/meminfo: memFree=1242656/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=580.1
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85808 0 0 0 57972 38 0 0 25 0 2 0 169122434 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40332 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169123432 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.1
Current children cumulated vsize (KiB) 273992

[startup+643.136 s]
/proc/loadavg: 2.07 1.99 1.92 3/82 17261
/proc/meminfo: memFree=1242720/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=273992 CPUtime=639.89
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85808 0 0 0 63951 38 0 0 25 0 2 0 169122434 280567808 40332 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552725 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 68498 40332 182 90 0 68036 0
[pid=17061/tid=17063] ppid=17059 vsize=273992 CPUtime=0

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

Current children cumulated CPU time (s) 1178.05
Current children cumulated vsize (KiB) 284236

[startup+1243.92 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 17264
/proc/meminfo: memFree=1242584/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=284236 CPUtime=1237.86
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85809 0 0 0 123746 40 0 0 25 0 3 0 169122434 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 71059 40333 182 90 0 70597 0
[pid=17061/tid=17063] ppid=17059 vsize=284236 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169123432 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=284236 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169213450 291057664 40333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.86
Current children cumulated vsize (KiB) 284236

[startup+1303.92 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 17264
/proc/meminfo: memFree=1242520/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=284236 CPUtime=1297.59
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85822 0 0 0 129718 41 0 0 25 0 3 0 169122434 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 71059 40346 182 90 0 70597 0
[pid=17061/tid=17063] ppid=17059 vsize=284236 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169123432 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=284236 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169213450 291057664 40346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.59
Current children cumulated vsize (KiB) 284236

[startup+1364.01 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 17265
/proc/meminfo: memFree=1242512/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1357.4
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 135699 41 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.4
Current children cumulated vsize (KiB) 294480

[startup+1424.03 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 17265
/proc/meminfo: memFree=1242512/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1417.14
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 141673 41 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.14
Current children cumulated vsize (KiB) 294480

[startup+1484.05 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 17265
/proc/meminfo: memFree=1242512/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1476.88
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 147647 41 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.88
Current children cumulated vsize (KiB) 294480

[startup+1544.07 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 17265
/proc/meminfo: memFree=1242512/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1536.62
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 153621 41 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.62
Current children cumulated vsize (KiB) 294480

[startup+1604.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 17265
/proc/meminfo: memFree=1242448/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1596.37
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 159595 42 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800264 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.37
Current children cumulated vsize (KiB) 294480

[startup+1664.12 s]
/proc/loadavg: 2.03 2.01 1.93 3/84 17265
/proc/meminfo: memFree=1242448/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1656.11
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 165569 42 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.11
Current children cumulated vsize (KiB) 294480

[startup+1724.14 s]
/proc/loadavg: 2.01 2.01 1.93 3/84 17265
/proc/meminfo: memFree=1242448/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1715.84
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 171542 42 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758175 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 294480

[startup+1784.19 s]
/proc/loadavg: 2.06 2.02 1.94 3/83 17323
/proc/meminfo: memFree=1183064/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1775.57
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 177514 43 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.57
Current children cumulated vsize (KiB) 294480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.74 s]
/proc/loadavg: 2.04 2.01 1.94 3/83 17323
/proc/meminfo: memFree=1183128/2055920 swapFree=4191892/4192956
[pid=17061] ppid=17059 vsize=294480 CPUtime=1800.02
/proc/17061/stat : 17061 (bprolog) R 17059 17061 16888 0 -1 4194304 85823 0 0 0 179959 43 0 0 25 0 4 0 169122434 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17061/statm: 73620 40347 182 90 0 73158 0
[pid=17061/tid=17063] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17063/stat : 17063 (bprolog) S 17059 17061 16888 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169123432 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17262] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17262/stat : 17262 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169213450 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17061/tid=17265] ppid=17059 vsize=294480 CPUtime=0
/proc/17061/task/17265/stat : 17265 (bprolog) S 17059 17061 16888 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169258461 301547520 40347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 294480

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.77
CPU time (s): 1800.06
CPU user time (s): 1799.6
CPU system time (s): 0.463929
CPU usage (%): 99.5185
Max. virtual memory (cumulated for all children) (KiB): 294480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85823
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= 55008

runsolver used 1.56776 s user time and 4.90625 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sun Jan  7 21:59:47 UTC 2007


IDJOB= 211314
IDBENCH= 4685
FILE ID= node44/211314-1168207187

PBS_JOBID= 3480796

Free space on /tmp= 66524 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/data-10-3.xml
COMMAND LINE= /tmp/evaluation/211314-1168207187/Complete/Ordinary/solver /tmp/evaluation/211314-1168207187/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-211314-1168207187 -o ROOT/results/node44/conversion-211314-1168207187 -C 600 -M 900 /tmp/evaluation/211314-1168207187/Complete/Ordinary/conversion /tmp/evaluation/211314-1168207187/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-211314-1168207187 -o ROOT/results/node44/solver-211314-1168207187 -C 1800 -M 900  /tmp/evaluation/211314-1168207187/Complete/Ordinary/solver /tmp/evaluation/211314-1168207187/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0e55a6b21f60962d919e77257912f16e

RANDOM SEED= 40659419

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.213
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.213
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:       1404544 kB
Buffers:         44672 kB
Cached:         473228 kB
SwapCached:        396 kB
Active:         283880 kB
Inactive:       301404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404544 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           16968 kB
Writeback:           0 kB
Mapped:          85072 kB
Slab:            51216 kB
Committed_AS:  4177696 kB
PageTables:       1952 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= 66527 MiB



End job on node44 on Sun Jan  7 22:30:43 UTC 2007