Trace number 199853

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.11 1801.06

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-43_ext.xml
MD5SUM18574578491926a9d3804bbf852f5de6
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 benchmark237
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/199853-1168137161/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/node62/watcher-199853-1168137161 -o ROOT/results/node62/solver-199853-1168137161 -C 1800 -M 900 /tmp/evaluation/199853-1168137161/Complete/Ordinary/solver /tmp/evaluation/199853-1168137161/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.00 1.00 1.00 4/65 19836
/proc/meminfo: memFree=1799088/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=53472 CPUtime=0
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 162115088 54755328 194 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 13368 194 123 90 0 12906 0

[startup+0.102772 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 19836
/proc/meminfo: memFree=1799088/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=61640 CPUtime=0.09
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 1983 0 0 0 9 0 0 0 18 0 1 0 162115088 63119360 1699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 15410 1700 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510851 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 19836
/proc/meminfo: memFree=1799088/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=61640 CPUtime=0.5
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 7890 0 0 0 46 4 0 0 21 0 1 0 162115088 63119360 7606 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 15410 7606 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1724528/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=136228 CPUtime=1.32
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 19048 0 0 0 125 7 0 0 25 0 1 0 162115088 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865118 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.96734 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1753648/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=101068 CPUtime=2.95
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 21624 0 0 0 287 8 0 0 25 0 1 0 162115088 103493632 12776 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603132 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 25267 12776 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.24598 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1705136/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=129612 CPUtime=6.23
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 52585 0 0 0 601 22 0 0 25 0 1 0 162115088 132722688 24291 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613082 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 32403 24291 158 90 0 31941 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 129612

[startup+12.6993 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1693872/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=130244 CPUtime=12.68
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 87328 0 0 0 1230 38 0 0 25 0 1 0 162115088 133369856 25721 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 32561 25727 158 90 0 32099 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130244

[startup+25.5048 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1692208/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=130332 CPUtime=25.48
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 150977 0 0 0 2479 69 0 0 25 0 1 0 162115088 133459968 26798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 32583 26798 158 90 0 32121 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130332

[startup+51.1108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19836
/proc/meminfo: memFree=1570160/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=298480 CPUtime=51.08
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 292998 0 0 0 4974 134 0 0 25 0 1 0 162115088 305643520 57245 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859348 0 0 4096 2 0 0 0 17 1 0 0
/proc/19835/statm: 74620 57245 158 90 0 74158 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 298480

[startup+102.335 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=102.27
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 346636 0 0 0 10068 159 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134605442 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 310048

[startup+162.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549096/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=162.3
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 350762 0 0 0 16069 161 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 310048

[startup+222.415 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=222.31
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 350762 0 0 0 22070 161 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 310048

[startup+282.453 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549096/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=282.32
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 354888 0 0 0 28069 163 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 310048

[startup+342.494 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=342.34
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 34069 165 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 310048

[startup+402.536 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=402.36
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 40071 165 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 310048

[startup+462.574 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=462.38
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 46073 165 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 310048

[startup+522.609 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1548968/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=522.39
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 52074 165 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 310048

[startup+582.646 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=582.41
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 58076 165 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 310048

[startup+642.686 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 19837
/proc/meminfo: memFree=1549032/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=310048 CPUtime=642.43
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359014 0 0 0 64077 166 0 0 25 0 2 0 162115088 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 77512 62519 170 90 0 77050 0
[pid=19835/tid=19837] ppid=19833 vsize=310048 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162121238 317489152 62519 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 310048

[startup+702.725 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 19837

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

[pid=19835/tid=19838] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162211252 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 320292

[startup+1243.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19838
/proc/meminfo: memFree=1548896/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=320292 CPUtime=1242.72
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359015 0 0 0 124106 166 0 0 25 0 3 0 162115088 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 80073 62520 170 90 0 79611 0
[pid=19835/tid=19837] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162121238 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162211252 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.72
Current children cumulated vsize (KiB) 320292

[startup+1303.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19838
/proc/meminfo: memFree=1548896/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=320292 CPUtime=1302.76
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359015 0 0 0 130110 166 0 0 25 0 3 0 162115088 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 80073 62520 170 90 0 79611 0
[pid=19835/tid=19837] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162121238 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162211252 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.76
Current children cumulated vsize (KiB) 320292

[startup+1363.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19838
/proc/meminfo: memFree=1548896/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=320292 CPUtime=1362.8
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359015 0 0 0 136114 166 0 0 25 0 3 0 162115088 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 80073 62520 170 90 0 79611 0
[pid=19835/tid=19837] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162121238 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=320292 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162211252 327979008 62520 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.8
Current children cumulated vsize (KiB) 320292

[startup+1423.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 19839
/proc/meminfo: memFree=1548824/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1422.84
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 142118 166 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 330536

[startup+1483.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 19839
/proc/meminfo: memFree=1548824/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1482.91
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 148125 166 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.91
Current children cumulated vsize (KiB) 330536

[startup+1543.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 19839
/proc/meminfo: memFree=1548824/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1542.97
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 154131 166 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609280 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.97
Current children cumulated vsize (KiB) 330536

[startup+1603.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 19839
/proc/meminfo: memFree=1548824/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1603.04
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 160138 166 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589020 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.04
Current children cumulated vsize (KiB) 330536

[startup+1663.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 19839
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1663.11
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 166145 166 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.11
Current children cumulated vsize (KiB) 330536

[startup+1723.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 19963
/proc/meminfo: memFree=1547496/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1723.05
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 172137 168 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134551357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.05
Current children cumulated vsize (KiB) 330536

[startup+1783.78 s]
/proc/loadavg: 1.10 1.03 1.01 2/68 20517
/proc/meminfo: memFree=1518264/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1782.83
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 178111 172 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162256260 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.83
Current children cumulated vsize (KiB) 330536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.01 s]
/proc/loadavg: 1.07 1.03 1.01 2/68 20517
/proc/meminfo: memFree=1518352/2055920 swapFree=4192812/4192956
[pid=19835] ppid=19833 vsize=330536 CPUtime=1800.06
/proc/19835/stat : 19835 (bprolog) R 19833 19835 18586 0 -1 4194304 359016 0 0 0 179833 173 0 0 25 0 4 0 162115088 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19835/statm: 82634 62521 170 90 0 82172 0
[pid=19835/tid=19837] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19837/stat : 19837 (bprolog) S 19833 19835 18586 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162121238 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19838] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19838/stat : 19838 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162211252 338468864 62521 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=19835/tid=19839] ppid=19833 vsize=330536 CPUtime=0
/proc/19835/task/19839/stat : 19839 (bprolog) S 19833 19835 18586 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162256260 338468864 62521 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) 330536

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.06
CPU time (s): 1800.11
CPU user time (s): 1798.34
CPU system time (s): 1.76973
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 330536

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

runsolver used 1.45178 s user time and 3.64945 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 02:32:41 UTC 2007


IDJOB= 199853
IDBENCH= 3646
FILE ID= node62/199853-1168137161

PBS_JOBID= 3477962

Free space on /tmp= 66548 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-199853-1168137161 -o ROOT/results/node62/solver-199853-1168137161 -C 1800 -M 900  /tmp/evaluation/199853-1168137161/Complete/Ordinary/solver /tmp/evaluation/199853-1168137161/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  18574578491926a9d3804bbf852f5de6

RANDOM SEED= 37692031

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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1799568 kB
Buffers:         24096 kB
Cached:         168344 kB
SwapCached:          0 kB
Active:          96068 kB
Inactive:       112252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7892 kB
Writeback:           0 kB
Mapped:          26048 kB
Slab:            34056 kB
Committed_AS:  3131592 kB
PageTables:       1464 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= 66549 MiB



End job on node62 on Sun Jan  7 03:02:54 UTC 2007