Trace number 199827

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 1801.95

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-35_ext.xml
MD5SUM6c246e478e2e2eba7091099f69119992
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.6178
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/199827-1168136788/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/node16/watcher-199827-1168136788 -o ROOT/results/node16/solver-199827-1168136788 -C 1800 -M 900 /tmp/evaluation/199827-1168136788/Complete/Ordinary/solver /tmp/evaluation/199827-1168136788/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: 2.07 2.04 1.98 5/87 7820
/proc/meminfo: memFree=1469856/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=1176 CPUtime=0
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 297 0 0 0 0 0 0 0 20 0 1 0 162074948 1204224 31 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/7819/statm: 294 31 26 90 0 166 0

[startup+0.10305 s]
/proc/loadavg: 2.07 2.04 1.98 5/87 7820
/proc/meminfo: memFree=1469856/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=61640 CPUtime=0.09
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 1866 0 0 0 8 1 0 0 20 0 1 0 162074948 63119360 1582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7605195 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 15410 1582 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.51097 s]
/proc/loadavg: 2.07 2.04 1.98 5/87 7820
/proc/meminfo: memFree=1469856/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=61640 CPUtime=0.49
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 7533 0 0 0 46 3 0 0 24 0 1 0 162074948 63119360 7249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134598977 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 15410 7249 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33182 s]
/proc/loadavg: 2.07 2.04 1.98 3/87 7820
/proc/meminfo: memFree=1395104/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=136228 CPUtime=1.31
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 19048 0 0 0 124 7 0 0 25 0 1 0 162074948 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858986 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.96852 s]
/proc/loadavg: 2.07 2.04 1.98 3/87 7820
/proc/meminfo: memFree=1425440/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=101068 CPUtime=2.95
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 21283 0 0 0 286 9 0 0 25 0 1 0 162074948 103493632 12435 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 25267 12435 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.25293 s]
/proc/loadavg: 2.07 2.04 1.98 3/87 7820
/proc/meminfo: memFree=1376544/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=130644 CPUtime=6.21
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 49900 0 0 0 596 25 0 0 25 0 1 0 162074948 133779456 24103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 32661 24103 158 90 0 32199 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 130644

[startup+12.7198 s]
/proc/loadavg: 2.06 2.04 1.98 3/87 7820
/proc/meminfo: memFree=1362848/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=131372 CPUtime=12.64
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 83337 0 0 0 1221 43 0 0 25 0 1 0 162074948 134524928 26587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 32843 26587 158 90 0 32381 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 131372

[startup+25.5614 s]
/proc/loadavg: 2.05 2.03 1.98 3/87 7820
/proc/meminfo: memFree=1359200/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=131500 CPUtime=25.43
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 142027 0 0 0 2466 77 0 0 25 0 1 0 162074948 134656000 27073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859300 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 32875 27073 158 90 0 32413 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 131500

[startup+51.2228 s]
/proc/loadavg: 2.03 2.03 1.98 3/87 7820
/proc/meminfo: memFree=1239712/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=302792 CPUtime=50.98
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 279425 0 0 0 4938 160 0 0 25 0 1 0 162074948 310059008 56220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857175 0 0 4096 2 0 0 0 17 1 0 0
/proc/7819/statm: 75698 56220 158 90 0 75236 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 302792

[startup+102.444 s]
/proc/loadavg: 2.01 2.02 1.98 3/88 7821
/proc/meminfo: memFree=1207192/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=101.97
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308699 0 0 0 10020 177 0 0 25 0 2 0 162074948 321970176 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62223 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 314424

[startup+162.502 s]
/proc/loadavg: 2.00 2.02 1.98 3/88 7821
/proc/meminfo: memFree=1195352/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=161.77
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308699 0 0 0 15999 178 0 0 25 0 2 0 162074948 321970176 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62223 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 314424

[startup+222.565 s]
/proc/loadavg: 2.00 2.01 1.98 3/88 7821
/proc/meminfo: memFree=1187928/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=221.56
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 21978 178 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555702 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 314424

[startup+282.621 s]
/proc/loadavg: 2.07 2.02 1.99 3/88 7821
/proc/meminfo: memFree=1183768/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=281.35
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 27956 179 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558945 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 314424

[startup+342.7 s]
/proc/loadavg: 2.02 2.02 1.99 3/88 7821
/proc/meminfo: memFree=1179992/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=341.43
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 33964 179 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.43
Current children cumulated vsize (KiB) 314424

[startup+402.728 s]
/proc/loadavg: 2.01 2.01 1.99 3/88 7821
/proc/meminfo: memFree=1177240/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=401.46
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 39967 179 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.46
Current children cumulated vsize (KiB) 314424

[startup+462.755 s]
/proc/loadavg: 2.04 2.02 2.00 3/88 7821
/proc/meminfo: memFree=1173208/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=461.48
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 45969 179 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.48
Current children cumulated vsize (KiB) 314424

[startup+522.779 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 7821
/proc/meminfo: memFree=1170200/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=521.52
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 51972 180 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590583 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.52
Current children cumulated vsize (KiB) 314424

[startup+582.819 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 7821
/proc/meminfo: memFree=1167512/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=581.55
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 57975 180 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.55
Current children cumulated vsize (KiB) 314424

[startup+642.844 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7821
/proc/meminfo: memFree=1164888/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=314424 CPUtime=641.57
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308700 0 0 0 63977 180 0 0 25 0 2 0 162074948 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134586739 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 78606 62224 170 90 0 78144 0
[pid=7819/tid=7821] ppid=7817 vsize=314424 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162081108 321970176 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.57
Current children cumulated vsize (KiB) 314424

[startup+702.874 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7821

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

[pid=7819/tid=7822] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162171098 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 324668

[startup+1243.25 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 7822
/proc/meminfo: memFree=1114768/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=324668 CPUtime=1241.98
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308701 0 0 0 124014 184 0 0 25 0 3 0 162074948 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 81167 62225 170 90 0 80705 0
[pid=7819/tid=7821] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162081108 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162171098 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 324668

[startup+1303.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 7822
/proc/meminfo: memFree=1109136/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=324668 CPUtime=1302.03
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308701 0 0 0 130019 184 0 0 25 0 3 0 162074948 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 81167 62225 170 90 0 80705 0
[pid=7819/tid=7821] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162081108 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162171098 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 324668

[startup+1363.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7822
/proc/meminfo: memFree=1105616/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=324668 CPUtime=1362.09
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308701 0 0 0 136024 185 0 0 25 0 3 0 162074948 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134586736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 81167 62225 170 90 0 80705 0
[pid=7819/tid=7821] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162081108 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=324668 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162171098 332460032 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 324668

[startup+1423.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1099528/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1422.15
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 142030 185 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.15
Current children cumulated vsize (KiB) 334912

[startup+1483.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1096392/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1482.24
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 148038 186 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.24
Current children cumulated vsize (KiB) 334912

[startup+1543.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1093768/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1542.32
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 154046 186 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 334912

[startup+1603.67 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7823
/proc/meminfo: memFree=1091272/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1602.4
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 160054 186 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.4
Current children cumulated vsize (KiB) 334912

[startup+1663.75 s]
/proc/loadavg: 2.03 2.01 2.00 3/90 7823
/proc/meminfo: memFree=1088456/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1662.48
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 166062 186 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.48
Current children cumulated vsize (KiB) 334912

[startup+1723.83 s]
/proc/loadavg: 2.06 2.02 2.00 3/97 7896
/proc/meminfo: memFree=1077328/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1722.34
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 172043 191 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 334912

[startup+1783.92 s]
/proc/loadavg: 2.09 2.03 2.00 3/90 7897
/proc/meminfo: memFree=1220744/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1782.12
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 178021 191 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565278 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 334912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.89 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 7897
/proc/meminfo: memFree=1214088/2055920 swapFree=4191880/4192956
[pid=7819] ppid=7817 vsize=334912 CPUtime=1800.01
/proc/7819/stat : 7819 (bprolog) R 7817 7819 7078 0 -1 4194304 308702 0 0 0 179810 191 0 0 25 0 4 0 162074948 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556023 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7819/statm: 83728 62226 170 90 0 83266 0
[pid=7819/tid=7821] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7821/stat : 7821 (bprolog) S 7817 7819 7078 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162081108 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7822] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7822/stat : 7822 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162171098 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7819/tid=7823] ppid=7817 vsize=334912 CPUtime=0
/proc/7819/task/7823/stat : 7823 (bprolog) S 7817 7819 7078 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162216095 342949888 62226 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 334912

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.95
CPU time (s): 1800.06
CPU user time (s): 1798.11
CPU system time (s): 1.9557
CPU usage (%): 99.8954
Max. virtual memory (cumulated for all children) (KiB): 334912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 1.9557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308702
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= 14
involuntary context switches= 9796

runsolver used 2.03869 s user time and 5.07423 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 02:26:29 UTC 2007


IDJOB= 199827
IDBENCH= 3642
FILE ID= node16/199827-1168136788

PBS_JOBID= 3477790

Free space on /tmp= 66479 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-35_ext.xml
COMMAND LINE= /tmp/evaluation/199827-1168136788/Complete/Ordinary/solver /tmp/evaluation/199827-1168136788/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-199827-1168136788 -o ROOT/results/node16/conversion-199827-1168136788 -C 600 -M 900 /tmp/evaluation/199827-1168136788/Complete/Ordinary/conversion /tmp/evaluation/199827-1168136788/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-199827-1168136788 -o ROOT/results/node16/solver-199827-1168136788 -C 1800 -M 900  /tmp/evaluation/199827-1168136788/Complete/Ordinary/solver /tmp/evaluation/199827-1168136788/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6c246e478e2e2eba7091099f69119992

RANDOM SEED= 451298835

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:       1470272 kB
Buffers:         59792 kB
Cached:         351568 kB
SwapCached:        448 kB
Active:         227420 kB
Inactive:       300584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470272 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7672 kB
Writeback:           0 kB
Mapped:         135872 kB
Slab:            42300 kB
Committed_AS:  4232404 kB
PageTables:       2516 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= 66475 MiB



End job on node16 on Sun Jan  7 02:56:43 UTC 2007