Trace number 236238

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.1 1800.57

General information on the benchmark

Namefisher/
FISCHER11-14-fair.xml
MD5SUM6c70e15ef6bebe513067f78e51096985
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 variables40248
Number of constraints38137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension38137
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/236238-1168342226/unknown)

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-236238-1168342226 -o ROOT/results/node44/solver-236238-1168342226 -C 1800 -M 900 /tmp/evaluation/236238-1168342226/Complete/Ordinary/solver /tmp/evaluation/236238-1168342226/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.91 4/65 11581
/proc/meminfo: memFree=1804040/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=53472 CPUtime=0
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 182624787 54755328 195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/11580/statm: 13368 196 123 90 0 12906 0

[startup+0.106661 s]
/proc/loadavg: 1.97 1.99 1.91 4/65 11581
/proc/meminfo: memFree=1804040/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=61640 CPUtime=0.09
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 2322 0 0 0 9 0 0 0 18 0 1 0 182624787 63119360 2038 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/11580/statm: 15410 2038 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.514709 s]
/proc/loadavg: 1.97 1.99 1.91 4/65 11581
/proc/meminfo: memFree=1804040/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=61640 CPUtime=0.5
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 6852 0 0 0 48 2 0 0 21 0 1 0 182624787 63119360 6568 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 0 0 0
/proc/11580/statm: 15410 6568 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33479 s]
/proc/loadavg: 1.89 1.98 1.90 2/65 11581
/proc/meminfo: memFree=1730760/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=98424 CPUtime=1.32
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 19228 0 0 0 124 8 0 0 25 0 1 0 182624787 100786176 10294 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 1 0 0
/proc/11580/statm: 24606 10294 158 90 0 24144 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98424

[startup+2.97095 s]
/proc/loadavg: 1.89 1.98 1.90 2/65 11581
/proc/meminfo: memFree=1730248/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=109720 CPUtime=2.95
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 30860 0 0 0 282 13 0 0 25 0 1 0 182624787 112353280 21500 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134592424 0 0 4096 2 0 0 0 17 1 0 0
/proc/11580/statm: 27430 21500 173 90 0 26968 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 109720

[startup+6.25429 s]
/proc/loadavg: 1.89 1.98 1.90 2/66 11582
/proc/meminfo: memFree=1709776/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=6.24
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 609 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 123416

[startup+12.705 s]
/proc/loadavg: 1.75 1.94 1.89 2/66 11582
/proc/meminfo: memFree=1709840/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=12.69
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 1254 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123416

[startup+25.5143 s]
/proc/loadavg: 1.64 1.91 1.88 2/66 11582
/proc/meminfo: memFree=1710032/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=25.49
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 2534 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123416

[startup+51.1299 s]
/proc/loadavg: 1.42 1.84 1.86 2/66 11582
/proc/meminfo: memFree=1710096/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=51.09
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 5094 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123416

[startup+102.358 s]
/proc/loadavg: 1.16 1.69 1.81 2/66 11582
/proc/meminfo: memFree=1710096/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=102.31
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 10216 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609351 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 123416

[startup+162.399 s]
/proc/loadavg: 1.06 1.56 1.75 2/66 11582
/proc/meminfo: memFree=1710160/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=162.34
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 16219 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 123416

[startup+222.435 s]
/proc/loadavg: 1.02 1.46 1.70 2/66 11582
/proc/meminfo: memFree=1710096/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=222.36
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 22221 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 123416

[startup+282.472 s]
/proc/loadavg: 1.01 1.37 1.66 2/66 11582
/proc/meminfo: memFree=1710096/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=282.38
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 28223 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 123416

[startup+342.508 s]
/proc/loadavg: 1.00 1.30 1.61 2/66 11582
/proc/meminfo: memFree=1710104/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=342.4
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 34225 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618374 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 123416

[startup+402.553 s]
/proc/loadavg: 1.00 1.24 1.57 2/66 11582
/proc/meminfo: memFree=1710104/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=402.43
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 40228 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 123416

[startup+462.588 s]
/proc/loadavg: 1.00 1.20 1.53 2/66 11582
/proc/meminfo: memFree=1710104/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=462.45
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 46230 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 123416

[startup+522.627 s]
/proc/loadavg: 1.00 1.16 1.50 2/66 11582
/proc/meminfo: memFree=1710040/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=522.47
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 52232 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 123416

[startup+582.663 s]
/proc/loadavg: 1.00 1.13 1.46 2/66 11582
/proc/meminfo: memFree=1710104/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=582.49
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 58234 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817805 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 123416

[startup+642.703 s]
/proc/loadavg: 1.00 1.10 1.43 2/66 11582
/proc/meminfo: memFree=1710104/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=642.51
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 64236 15 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 1.00 1.02 1.28 2/66 11582
/proc/meminfo: memFree=1709976/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1002.66
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 100250 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.66
Current children cumulated vsize (KiB) 123416

[startup+1062.97 s]
/proc/loadavg: 1.00 1.02 1.26 2/66 11582
/proc/meminfo: memFree=1709976/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1062.69
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 106253 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.69
Current children cumulated vsize (KiB) 123416

[startup+1123.01 s]
/proc/loadavg: 1.00 1.01 1.24 2/66 11582
/proc/meminfo: memFree=1709976/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1122.71
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 112255 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 123416

[startup+1183.05 s]
/proc/loadavg: 1.00 1.00 1.22 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1182.73
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 118257 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.73
Current children cumulated vsize (KiB) 123416

[startup+1243.09 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1242.76
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 124260 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.76
Current children cumulated vsize (KiB) 123416

[startup+1303.13 s]
/proc/loadavg: 1.03 1.01 1.19 2/66 11582
/proc/meminfo: memFree=1709976/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1302.78
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 130262 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.78
Current children cumulated vsize (KiB) 123416

[startup+1363.17 s]
/proc/loadavg: 1.01 1.01 1.18 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1362.8
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 136264 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 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) 123416

[startup+1423.2 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1422.82
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 142266 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.82
Current children cumulated vsize (KiB) 123416

[startup+1483.24 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 11582
/proc/meminfo: memFree=1709848/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1482.85
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 148269 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.85
Current children cumulated vsize (KiB) 123416

[startup+1543.28 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1542.87
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 154271 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.87
Current children cumulated vsize (KiB) 123416

[startup+1603.32 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11582
/proc/meminfo: memFree=1709912/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1602.89
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 160273 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.89
Current children cumulated vsize (KiB) 123416

[startup+1663.36 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 11582
/proc/meminfo: memFree=1709848/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1662.92
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 166276 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.92
Current children cumulated vsize (KiB) 123416

[startup+1723.4 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 11582
/proc/meminfo: memFree=1709848/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1722.94
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 172278 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.94
Current children cumulated vsize (KiB) 123416

[startup+1783.44 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 11582
/proc/meminfo: memFree=1709848/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1782.96
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 178280 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552497 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.96
Current children cumulated vsize (KiB) 123416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.55 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11582
/proc/meminfo: memFree=1709848/2055920 swapFree=4191892/4192956
[pid=11580] ppid=11578 vsize=123416 CPUtime=1800.07
/proc/11580/stat : 11580 (bprolog) R 11578 11580 10096 0 -1 4194304 34813 0 0 0 179991 16 0 0 25 0 2 0 182624787 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11580/statm: 30854 23690 184 90 0 30392 0
[pid=11580/tid=11582] ppid=11578 vsize=123416 CPUtime=0
/proc/11580/task/11582/stat : 11582 (bprolog) S 11578 11580 10096 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 182625139 126377984 23690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123416

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.57
CPU time (s): 1800.1
CPU user time (s): 1799.93
CPU system time (s): 0.178972
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 133584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34813
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= 8
involuntary context switches= 3019

runsolver used 1.43978 s user time and 3.36749 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Jan  9 11:30:26 UTC 2007


IDJOB= 236238
IDBENCH= 6832
FILE ID= node44/236238-1168342226

PBS_JOBID= 3503476

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER11-14-fair.xml
COMMAND LINE= /tmp/evaluation/236238-1168342226/Complete/Ordinary/solver /tmp/evaluation/236238-1168342226/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-236238-1168342226 -o ROOT/results/node44/conversion-236238-1168342226 -C 600 -M 900 /tmp/evaluation/236238-1168342226/Complete/Ordinary/conversion /tmp/evaluation/236238-1168342226/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6c70e15ef6bebe513067f78e51096985

RANDOM SEED= 46226430

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804456 kB
Buffers:         22368 kB
Cached:         156544 kB
SwapCached:        268 kB
Active:          70620 kB
Inactive:       123352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804456 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           12356 kB
Writeback:           0 kB
Mapped:          23992 kB
Slab:            43472 kB
Committed_AS:  4007548 kB
PageTables:       1396 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= 66535 MiB



End job on node44 on Tue Jan  9 12:00:58 UTC 2007