Trace number 207538

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.09 1807.86

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-3.xml
MD5SUM254a8d3f7d7300023199baca642e7b35
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.87811
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207538-1168182192/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/node7/watcher-207538-1168182192 -o ROOT/results/node7/solver-207538-1168182192 -C 1800 -M 900 /tmp/evaluation/207538-1168182192/Complete/Ordinary/solver /tmp/evaluation/207538-1168182192/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.95 2.05 2.01 5/94 23099
/proc/meminfo: memFree=1020056/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=53472 CPUtime=0
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 166615783 54755328 236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134546507 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 13368 237 127 90 0 12906 0

[startup+0.104664 s]
/proc/loadavg: 1.95 2.05 2.01 5/94 23099
/proc/meminfo: memFree=1020056/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=53824 CPUtime=0.1
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 2243 0 0 0 9 1 0 0 18 0 1 0 166615783 55115776 1959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607476 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 13456 1959 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.512709 s]
/proc/loadavg: 1.95 2.05 2.01 5/94 23099
/proc/meminfo: memFree=1020056/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=53824 CPUtime=0.5
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 6098 0 0 0 48 2 0 0 22 0 1 0 166615783 55115776 5814 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134736427 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 13456 5814 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33379 s]
/proc/loadavg: 1.95 2.05 2.01 3/94 23099
/proc/meminfo: memFree=985496/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=74212 CPUtime=1.32
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 8732 0 0 0 128 4 0 0 25 0 1 0 166615783 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.97096 s]
/proc/loadavg: 1.95 2.05 2.01 3/94 23099
/proc/meminfo: memFree=985240/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=74212 CPUtime=2.96
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 8733 0 0 0 292 4 0 0 25 0 1 0 166615783 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755942 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 74212

[startup+6.25531 s]
/proc/loadavg: 1.95 2.05 2.01 3/94 23099
/proc/meminfo: memFree=962584/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=91020 CPUtime=6.25
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 15893 0 0 0 616 9 0 0 25 0 1 0 166615783 93204480 14096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 0 0 0 17 1 0 0
/proc/23098/statm: 22755 14096 177 90 0 22293 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 91020

[startup+12.719 s]
/proc/loadavg: 1.96 2.04 2.01 3/95 23100
/proc/meminfo: memFree=948368/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=12.7
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 1259 11 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 101376

[startup+25.5763 s]
/proc/loadavg: 1.97 2.04 2.01 3/95 23100
/proc/meminfo: memFree=947728/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=25.56
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 2545 11 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 101376

[startup+51.232 s]
/proc/loadavg: 1.98 2.04 2.00 3/95 23100
/proc/meminfo: memFree=942032/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=51.2
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 5109 11 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 101376

[startup+102.485 s]
/proc/loadavg: 1.99 2.03 2.00 3/95 23100
/proc/meminfo: memFree=926928/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=102.45
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 10233 12 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 101376

[startup+162.5 s]
/proc/loadavg: 1.95 2.01 1.99 3/88 23165
/proc/meminfo: memFree=1470536/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=162.28
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 16214 14 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 101376

[startup+222.597 s]
/proc/loadavg: 1.98 2.00 1.99 3/88 23165
/proc/meminfo: memFree=1470664/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=222.08
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 22194 14 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 101376

[startup+282.688 s]
/proc/loadavg: 1.99 2.00 1.99 3/88 23165
/proc/meminfo: memFree=1470664/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=281.91
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 28176 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 101376

[startup+342.783 s]
/proc/loadavg: 1.99 2.00 1.99 3/88 23165
/proc/meminfo: memFree=1470728/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=341.74
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 34159 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 101376

[startup+402.875 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 23165
/proc/meminfo: memFree=1470664/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=401.54
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 40139 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.54
Current children cumulated vsize (KiB) 101376

[startup+462.973 s]
/proc/loadavg: 2.04 2.02 2.00 3/88 23165
/proc/meminfo: memFree=1470600/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=461.36
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 46121 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.36
Current children cumulated vsize (KiB) 101376

[startup+523.066 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 23165
/proc/meminfo: memFree=1470600/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=521.18
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 52103 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.18
Current children cumulated vsize (KiB) 101376

[startup+583.157 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 23165
/proc/meminfo: memFree=1470536/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=580.99
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 58084 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166616577 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.99
Current children cumulated vsize (KiB) 101376

[startup+643.253 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23165
/proc/meminfo: memFree=1470536/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=101376 CPUtime=640.81
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19438 0 0 0 64066 15 0 0 25 0 2 0 166615783 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 25344 17156 180 90 0 24882 0
[pid=23098/tid=23100] ppid=23096 vsize=101376 CPUtime=0

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

Current children cumulated CPU time (s) 1178.8
Current children cumulated vsize (KiB) 111620

[startup+1243.74 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 23169
/proc/meminfo: memFree=1470200/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=111620 CPUtime=1238.55
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19439 0 0 0 123838 17 0 0 25 0 3 0 166615783 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 27905 17157 180 90 0 27443 0
[pid=23098/tid=23100] ppid=23096 vsize=111620 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166616577 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=111620 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166706593 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.55
Current children cumulated vsize (KiB) 111620

[startup+1303.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 23169
/proc/meminfo: memFree=1470200/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=111620 CPUtime=1298.28
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19439 0 0 0 129811 17 0 0 25 0 3 0 166615783 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 27905 17157 180 90 0 27443 0
[pid=23098/tid=23100] ppid=23096 vsize=111620 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166616577 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=111620 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166706593 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.28
Current children cumulated vsize (KiB) 111620

[startup+1363.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23170
/proc/meminfo: memFree=1470128/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1358.03
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 19440 0 0 0 135786 17 0 0 25 0 4 0 166615783 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17158 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166751603 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.03
Current children cumulated vsize (KiB) 121864

[startup+1423.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23170
/proc/meminfo: memFree=1467120/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1417.81
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20235 0 0 0 141763 18 0 0 25 0 4 0 166615783 124788736 17953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17953 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166751603 124788736 17953 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.81
Current children cumulated vsize (KiB) 121864

[startup+1483.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 23170
/proc/meminfo: memFree=1467056/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1477.55
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 147737 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589439 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.55
Current children cumulated vsize (KiB) 121864

[startup+1543.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1537.33
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 153715 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.33
Current children cumulated vsize (KiB) 121864

[startup+1603.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462952/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1597.1
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 159692 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.1
Current children cumulated vsize (KiB) 121864

[startup+1663.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462888/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1656.84
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 165666 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751732 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.84
Current children cumulated vsize (KiB) 121864

[startup+1723.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462888/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1716.61
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 171643 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 121864

[startup+1784.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1776.38
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 177620 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.38
Current children cumulated vsize (KiB) 121864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23171
/proc/meminfo: memFree=1462824/2055920 swapFree=4192812/4192956
[pid=23098] ppid=23096 vsize=121864 CPUtime=1800.06
/proc/23098/stat : 23098 (bprolog) R 23096 23098 22692 0 -1 4194304 20236 0 0 0 179988 18 0 0 25 0 4 0 166615783 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/23098/statm: 30466 17954 180 90 0 30004 0
[pid=23098/tid=23100] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23100/stat : 23100 (bprolog) S 23096 23098 22692 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166616577 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=23098/tid=23168] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23168/stat : 23168 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166706593 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=23098/tid=23170] ppid=23096 vsize=121864 CPUtime=0
/proc/23098/task/23170/stat : 23170 (bprolog) S 23096 23098 22692 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166751603 124788736 17954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 121864

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.86
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.19397
CPU usage (%): 99.57
Max. virtual memory (cumulated for all children) (KiB): 121864

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

runsolver used 1.69874 s user time and 4.75628 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 15:03:12 UTC 2007


IDJOB= 207538
IDBENCH= 4297
FILE ID= node7/207538-1168182192

PBS_JOBID= 3478902

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-3.xml
COMMAND LINE= /tmp/evaluation/207538-1168182192/Complete/Ordinary/solver /tmp/evaluation/207538-1168182192/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node7/convwatcher-207538-1168182192 -o ROOT/results/node7/conversion-207538-1168182192 -C 600 -M 900 /tmp/evaluation/207538-1168182192/Complete/Ordinary/conversion /tmp/evaluation/207538-1168182192/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-207538-1168182192 -o ROOT/results/node7/solver-207538-1168182192 -C 1800 -M 900  /tmp/evaluation/207538-1168182192/Complete/Ordinary/solver /tmp/evaluation/207538-1168182192/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  254a8d3f7d7300023199baca642e7b35

RANDOM SEED= 591895149

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.220
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.220
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:       1020600 kB
Buffers:         67484 kB
Cached:         259936 kB
SwapCached:          0 kB
Active:         760324 kB
Inactive:       217352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5484 kB
Writeback:           0 kB
Mapped:         678196 kB
Slab:            40968 kB
Committed_AS:  5465684 kB
PageTables:       3620 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= 66544 MiB



End job on node7 on Sun Jan  7 15:33:31 UTC 2007