Trace number 210864

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 1800.96

General information on the benchmark

NamepseudoSeries/uclid/
ooo-burch-dill-8-accl.xml
MD5SUMf854735c0a4aa78b40e473f8a33844dd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210864-1168203228/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/node13/watcher-210864-1168203228 -o ROOT/results/node13/solver-210864-1168203228 -C 1800 -M 900 /tmp/evaluation/210864-1168203228/Complete/Ordinary/solver /tmp/evaluation/210864-1168203228/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.97 1.99 1.98 5/86 17758
/proc/meminfo: memFree=1401672/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=18540 CPUtime=0
/proc/17757/stat : 17757 (runsolver) R 17755 17757 16604 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 168722226 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17757/statm: 4635 279 244 17 0 2626 0

[startup+0.108375 s]
/proc/loadavg: 1.97 1.99 1.98 5/86 17758
/proc/meminfo: memFree=1401672/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=61640 CPUtime=0.09
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 2171 0 0 0 8 1 0 0 20 0 1 0 168722226 63119360 1887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608799 0 0 4096 2 0 0 0 17 1 0 0
/proc/17757/statm: 15410 1887 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517425 s]
/proc/loadavg: 1.97 1.99 1.98 5/86 17758
/proc/meminfo: memFree=1401672/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=61640 CPUtime=0.5
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 6647 0 0 0 46 4 0 0 23 0 1 0 168722226 63119360 6363 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 0 0 0 17 1 0 0
/proc/17757/statm: 15410 6363 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34353 s]
/proc/loadavg: 1.97 1.99 1.98 3/86 17758
/proc/meminfo: memFree=1341384/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=82396 CPUtime=1.32
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 16479 0 0 0 124 8 0 0 25 0 1 0 168722226 84373504 16009 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550495 0 0 4096 2 0 0 0 17 1 0 0
/proc/17757/statm: 20599 16009 158 90 0 20137 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 82396

[startup+2.98875 s]
/proc/loadavg: 1.97 1.99 1.98 3/86 17758
/proc/meminfo: memFree=1304648/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=122016 CPUtime=2.94
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 30310 0 0 0 280 14 0 0 25 0 1 0 168722226 124944384 19723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/17757/statm: 30504 19723 158 90 0 30042 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 122016

[startup+6.26819 s]
/proc/loadavg: 1.97 1.99 1.98 3/86 17758
/proc/meminfo: memFree=1297224/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=138208 CPUtime=6.2
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 40822 0 0 0 602 18 0 0 25 0 2 0 168722226 141524992 27456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611999 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17757/statm: 34552 27456 173 90 0 34090 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 138208

[startup+12.7391 s]
/proc/loadavg: 1.97 1.99 1.98 3/87 17759
/proc/meminfo: memFree=1279488/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=12.61
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 1235 26 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 208520

[startup+25.5598 s]
/proc/loadavg: 1.98 1.99 1.98 3/87 17759
/proc/meminfo: memFree=1279616/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=25.31
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 2505 26 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809161 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 208520

[startup+51.1992 s]
/proc/loadavg: 1.70 1.92 1.96 2/79 17774
/proc/meminfo: memFree=1318872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=50.86
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 5059 27 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552618 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 208520

[startup+102.449 s]
/proc/loadavg: 1.34 1.80 1.91 2/79 17774
/proc/meminfo: memFree=1318936/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=102.09
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 10182 27 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 208520

[startup+162.521 s]
/proc/loadavg: 1.12 1.65 1.85 2/79 17774
/proc/meminfo: memFree=1319000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=162.16
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 16188 28 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552421 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 208520

[startup+222.588 s]
/proc/loadavg: 1.04 1.53 1.79 2/79 17774
/proc/meminfo: memFree=1319000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=222.21
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 22193 28 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 208520

[startup+282.654 s]
/proc/loadavg: 1.01 1.43 1.74 2/79 17774
/proc/meminfo: memFree=1319000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=282.25
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 28197 28 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 208520

[startup+342.723 s]
/proc/loadavg: 1.00 1.35 1.69 2/79 17774
/proc/meminfo: memFree=1319000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=342.3
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 34202 28 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 208520

[startup+402.806 s]
/proc/loadavg: 1.00 1.28 1.65 2/85 17848
/proc/meminfo: memFree=1317864/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=402.37
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 40204 33 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 208520

[startup+462.904 s]
/proc/loadavg: 1.00 1.23 1.60 2/85 17940
/proc/meminfo: memFree=1317800/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=462.44
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 46202 42 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 208520

[startup+522.981 s]
/proc/loadavg: 1.00 1.18 1.56 2/79 17972
/proc/meminfo: memFree=1318872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=522.5
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 52205 45 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.5
Current children cumulated vsize (KiB) 208520

[startup+583.051 s]
/proc/loadavg: 1.00 1.15 1.52 2/79 17972
/proc/meminfo: memFree=1318872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=582.55
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 58210 45 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817677 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168722850 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.55
Current children cumulated vsize (KiB) 208520

[startup+643.122 s]
/proc/loadavg: 1.03 1.13 1.49 2/79 17972
/proc/meminfo: memFree=1318872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=208520 CPUtime=642.6
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 61529 0 0 0 64215 45 0 0 25 0 2 0 168722226 213524480 30584 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 52130 30584 179 90 0 51668 0
[pid=17757/tid=17759] ppid=17755 vsize=208520 CPUtime=0

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

Current children cumulated CPU time (s) 1183.15
Current children cumulated vsize (KiB) 218764

[startup+1243.98 s]
/proc/loadavg: 1.00 1.01 1.24 2/80 17973
/proc/meminfo: memFree=1309072/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=218764 CPUtime=1243.25
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64059 0 0 0 124278 47 0 0 25 0 3 0 168722226 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 54691 33114 179 90 0 54229 0
[pid=17757/tid=17759] ppid=17755 vsize=218764 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168722850 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=218764 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168812869 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.25
Current children cumulated vsize (KiB) 218764

[startup+1304.08 s]
/proc/loadavg: 1.00 1.00 1.22 2/80 17973
/proc/meminfo: memFree=1309072/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=218764 CPUtime=1303.32
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64059 0 0 0 130285 47 0 0 25 0 3 0 168722226 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614698 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 54691 33114 179 90 0 54229 0
[pid=17757/tid=17759] ppid=17755 vsize=218764 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168722850 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=218764 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168812869 224014336 33114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.32
Current children cumulated vsize (KiB) 218764

[startup+1364.18 s]
/proc/loadavg: 1.00 1.00 1.20 2/81 17974
/proc/meminfo: memFree=1309000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1363.4
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 136293 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817565 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.4
Current children cumulated vsize (KiB) 229008

[startup+1424.19 s]
/proc/loadavg: 1.00 1.00 1.19 2/81 17974
/proc/meminfo: memFree=1309000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1423.4
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 142293 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809124 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.4
Current children cumulated vsize (KiB) 229008

[startup+1484.22 s]
/proc/loadavg: 1.00 1.00 1.17 2/81 17974
/proc/meminfo: memFree=1309000/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1483.4
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 148293 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815848 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.4
Current children cumulated vsize (KiB) 229008

[startup+1544.24 s]
/proc/loadavg: 1.00 1.00 1.16 2/81 17976
/proc/meminfo: memFree=1308872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1543.41
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 154294 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.41
Current children cumulated vsize (KiB) 229008

[startup+1604.26 s]
/proc/loadavg: 1.00 1.00 1.15 2/81 17976
/proc/meminfo: memFree=1308936/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1603.41
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 160294 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.41
Current children cumulated vsize (KiB) 229008

[startup+1664.28 s]
/proc/loadavg: 1.00 1.00 1.14 2/81 17976
/proc/meminfo: memFree=1308936/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1663.41
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 166294 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.41
Current children cumulated vsize (KiB) 229008

[startup+1724.29 s]
/proc/loadavg: 1.00 1.00 1.13 2/81 17976
/proc/meminfo: memFree=1308872/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1723.4
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 172293 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.4
Current children cumulated vsize (KiB) 229008

[startup+1784.31 s]
/proc/loadavg: 1.07 1.02 1.12 2/81 17976
/proc/meminfo: memFree=1308936/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1783.4
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 178293 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168857878 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.4
Current children cumulated vsize (KiB) 229008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.93 s]
/proc/loadavg: 1.05 1.01 1.12 2/81 17976
/proc/meminfo: memFree=1308936/2055920 swapFree=4192812/4192956
[pid=17757] ppid=17755 vsize=229008 CPUtime=1800.02
/proc/17757/stat : 17757 (bprolog) R 17755 17757 16604 0 -1 4194304 64060 0 0 0 179955 47 0 0 25 0 4 0 168722226 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17757/statm: 57252 33115 179 90 0 56790 0
[pid=17757/tid=17759] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17759/stat : 17759 (bprolog) S 17755 17757 16604 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168722850 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17973] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17973/stat : 17973 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168812869 234504192 33115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17757/tid=17974] ppid=17755 vsize=229008 CPUtime=0
/proc/17757/task/17974/stat : 17974 (bprolog) S 17755 17757 16604 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168857878 234504192 33115 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) 229008

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.96
CPU time (s): 1800.06
CPU user time (s): 1799.56
CPU system time (s): 0.499924
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 278836

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

runsolver used 1.86572 s user time and 4.5813 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 20:53:49 UTC 2007


IDJOB= 210864
IDBENCH= 4652
FILE ID= node13/210864-1168203228

PBS_JOBID= 3480512

Free space on /tmp= 66311 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-burch-dill-8-accl.xml
COMMAND LINE= /tmp/evaluation/210864-1168203228/Complete/Ordinary/solver /tmp/evaluation/210864-1168203228/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-210864-1168203228 -o ROOT/results/node13/conversion-210864-1168203228 -C 600 -M 900 /tmp/evaluation/210864-1168203228/Complete/Ordinary/conversion /tmp/evaluation/210864-1168203228/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-210864-1168203228 -o ROOT/results/node13/solver-210864-1168203228 -C 1800 -M 900  /tmp/evaluation/210864-1168203228/Complete/Ordinary/solver /tmp/evaluation/210864-1168203228/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f854735c0a4aa78b40e473f8a33844dd

RANDOM SEED= 95967502

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.247
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.247
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:       1402088 kB
Buffers:         63468 kB
Cached:         429668 kB
SwapCached:          0 kB
Active:         235184 kB
Inactive:       338524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10796 kB
Writeback:           0 kB
Mapped:         102980 kB
Slab:            64704 kB
Committed_AS:  4298308 kB
PageTables:       2404 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= 66309 MiB



End job on node13 on Sun Jan  7 21:24:33 UTC 2007