Trace number 206144

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.07 1808.81

General information on the benchmark

Namefapp/fapp36-40/fapp36/
fapp36-2000-6.xml
MD5SUM83eb19c7109a7c0773fe268e40325cfc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.14076
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/206144-1168169977/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/node24/watcher-206144-1168169977 -o ROOT/results/node24/solver-206144-1168169977 -C 1800 -M 900 /tmp/evaluation/206144-1168169977/Complete/Ordinary/solver /tmp/evaluation/206144-1168169977/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.16 1.88 1.47 5/94 17581
/proc/meminfo: memFree=756536/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=53472 CPUtime=0
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 165394196 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 13368 204 123 90 0 12906 0

[startup+0.106689 s]
/proc/loadavg: 2.16 1.88 1.47 5/94 17581
/proc/meminfo: memFree=756536/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=53824 CPUtime=0.1
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 2301 0 0 0 9 1 0 0 18 0 1 0 165394196 55115776 2017 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 13456 2018 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.514732 s]
/proc/loadavg: 2.16 1.88 1.47 5/94 17581
/proc/meminfo: memFree=756536/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=53824 CPUtime=0.5
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 6222 0 0 0 47 3 0 0 21 0 1 0 165394196 55115776 5938 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577532 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 13456 5938 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33682 s]
/proc/loadavg: 2.15 1.88 1.47 3/94 17581
/proc/meminfo: memFree=722680/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=74444 CPUtime=1.32
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 8902 0 0 0 128 4 0 0 25 0 1 0 165394196 76230656 8615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 18611 8615 176 90 0 18149 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74444

[startup+2.98 s]
/proc/loadavg: 2.15 1.88 1.47 3/94 17581
/proc/meminfo: memFree=722488/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=74444 CPUtime=2.97
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 8903 0 0 0 293 4 0 0 25 0 1 0 165394196 76230656 8616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664642 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 18611 8616 176 90 0 18149 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 74444

[startup+6.25835 s]
/proc/loadavg: 2.15 1.88 1.47 3/94 17581
/proc/meminfo: memFree=699448/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=91504 CPUtime=6.25
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 16083 0 0 0 618 7 0 0 25 0 1 0 165394196 93700096 14270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599041 0 0 4096 2 0 0 0 17 1 0 0
/proc/17580/statm: 22876 14270 176 90 0 22414 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 91504

[startup+12.721 s]
/proc/loadavg: 2.12 1.88 1.48 3/95 17582
/proc/meminfo: memFree=689264/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=12.7
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19139 0 0 0 1262 8 0 0 25 0 2 0 165394196 104321024 16822 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16822 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16822 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 101876

[startup+25.5344 s]
/proc/loadavg: 2.10 1.89 1.48 3/95 17582
/proc/meminfo: memFree=688944/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=25.51
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 2543 8 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 101876

[startup+51.1672 s]
/proc/loadavg: 2.07 1.89 1.49 3/95 17582
/proc/meminfo: memFree=689072/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=51.14
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 5105 9 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 101876

[startup+102.373 s]
/proc/loadavg: 2.02 1.91 1.52 3/95 17582
/proc/meminfo: memFree=689072/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=102.33
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 10224 9 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552442 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 101876

[startup+162.442 s]
/proc/loadavg: 2.04 1.94 1.55 3/95 17582
/proc/meminfo: memFree=689008/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=162.39
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 16229 10 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 101876

[startup+222.541 s]
/proc/loadavg: 2.01 1.95 1.58 3/95 17582
/proc/meminfo: memFree=689008/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=222.47
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 22237 10 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576060 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 101876

[startup+282.563 s]
/proc/loadavg: 2.00 1.95 1.60 4/95 17582
/proc/meminfo: memFree=688944/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=282.48
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 28237 11 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 101876

[startup+342.647 s]
/proc/loadavg: 2.00 1.96 1.62 3/95 17582
/proc/meminfo: memFree=688944/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=342.54
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 34243 11 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 101876

[startup+402.682 s]
/proc/loadavg: 2.00 1.96 1.64 3/95 17582
/proc/meminfo: memFree=688880/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=402.56
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 40245 11 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 101876

[startup+462.775 s]
/proc/loadavg: 2.04 1.98 1.67 3/95 17582
/proc/meminfo: memFree=688880/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=462.64
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 46252 12 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.64
Current children cumulated vsize (KiB) 101876

[startup+522.805 s]
/proc/loadavg: 2.01 1.98 1.69 3/95 17582
/proc/meminfo: memFree=688816/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=522.66
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 52254 12 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.66
Current children cumulated vsize (KiB) 101876

[startup+582.805 s]
/proc/loadavg: 2.08 2.00 1.71 3/95 17582
/proc/meminfo: memFree=688816/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=582.64
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 58251 13 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554618 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165394968 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.64
Current children cumulated vsize (KiB) 101876

[startup+642.819 s]
/proc/loadavg: 2.10 2.02 1.73 3/95 17582
/proc/meminfo: memFree=688816/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=101876 CPUtime=642.63
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19198 0 0 0 64250 13 0 0 25 0 2 0 165394196 104321024 16881 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17580/statm: 25469 16881 180 90 0 25007 0
[pid=17580/tid=17582] ppid=17578 vsize=101876 CPUtime=0

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

/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19496 0 0 0 117961 22 0 0 25 0 3 0 165394196 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 28030 17179 180 90 0 27568 0
[pid=17580/tid=17582] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165394968 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165484981 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.83
Current children cumulated vsize (KiB) 112120

[startup+1243.37 s]
/proc/loadavg: 2.00 2.09 1.91 3/96 17646
/proc/meminfo: memFree=748840/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=112120 CPUtime=1239.34
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19496 0 0 0 123912 22 0 0 25 0 3 0 165394196 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 28030 17179 180 90 0 27568 0
[pid=17580/tid=17582] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165394968 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165484981 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.34
Current children cumulated vsize (KiB) 112120

[startup+1303.46 s]
/proc/loadavg: 2.00 2.07 1.91 3/94 17826
/proc/meminfo: memFree=1195104/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=112120 CPUtime=1299
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19496 0 0 0 129870 30 0 0 25 0 3 0 165394196 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 28030 17179 180 90 0 27568 0
[pid=17580/tid=17582] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165394968 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=112120 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165484981 114810880 17179 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299
Current children cumulated vsize (KiB) 112120

[startup+1363.51 s]
/proc/loadavg: 2.00 2.06 1.91 4/95 17887
/proc/meminfo: memFree=1174240/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1358.43
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19497 0 0 0 135809 34 0 0 25 0 4 0 165394196 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17180 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165529989 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.43
Current children cumulated vsize (KiB) 122364

[startup+1423.57 s]
/proc/loadavg: 2.00 2.04 1.91 5/90 17908
/proc/meminfo: memFree=903448/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1417.99
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19497 0 0 0 141765 34 0 0 25 0 4 0 165394196 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17180 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165529989 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.99
Current children cumulated vsize (KiB) 122364

[startup+1483.61 s]
/proc/loadavg: 2.04 2.05 1.91 3/90 17908
/proc/meminfo: memFree=903448/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1477.55
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19497 0 0 0 147721 34 0 0 25 0 4 0 165394196 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17180 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165529989 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.55
Current children cumulated vsize (KiB) 122364

[startup+1543.66 s]
/proc/loadavg: 2.01 2.04 1.91 3/90 17908
/proc/meminfo: memFree=903448/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1537.09
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19497 0 0 0 153675 34 0 0 25 0 4 0 165394196 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17180 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165529989 125300736 17180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.09
Current children cumulated vsize (KiB) 122364

[startup+1603.72 s]
/proc/loadavg: 2.00 2.03 1.91 3/90 17908
/proc/meminfo: memFree=901912/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1596.66
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19918 0 0 0 159631 35 0 0 25 0 4 0 165394196 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17601 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165529989 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.66
Current children cumulated vsize (KiB) 122364

[startup+1663.76 s]
/proc/loadavg: 2.00 2.02 1.91 3/90 17908
/proc/meminfo: memFree=901848/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1656.22
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19918 0 0 0 165587 35 0 0 25 0 4 0 165394196 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17601 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165529989 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.22
Current children cumulated vsize (KiB) 122364

[startup+1723.8 s]
/proc/loadavg: 2.00 2.02 1.91 3/90 17908
/proc/meminfo: memFree=901848/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1715.76
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19918 0 0 0 171541 35 0 0 25 0 4 0 165394196 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751773 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17601 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165529989 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.76
Current children cumulated vsize (KiB) 122364

[startup+1783.84 s]
/proc/loadavg: 2.00 2.01 1.91 3/90 17908
/proc/meminfo: memFree=901784/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1775.32
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19949 0 0 0 177497 35 0 0 25 0 4 0 165394196 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 30591 17632 180 90 0 30129 0
[pid=17580/tid=17582] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17582/stat : 17582 (bprolog) S 17578 17580 17365 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165394968 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17583/stat : 17583 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165484981 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17580/tid=17883] ppid=17578 vsize=122364 CPUtime=0
/proc/17580/task/17883/stat : 17883 (bprolog) S 17578 17580 17365 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165529989 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.32
Current children cumulated vsize (KiB) 122364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 17908
/proc/meminfo: memFree=901784/2055920 swapFree=4192812/4192956
[pid=17580] ppid=17578 vsize=122364 CPUtime=1800.04
/proc/17580/stat : 17580 (bprolog) R 17578 17580 17365 0 -1 4194304 19950 0 0 0 179969 35 0 0 25 0 1 0 165394196 125300736 17633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 0 0 0 17 0 0 0
/proc/17580/statm: 30591 17633 181 90 0 30129 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 122364

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.81
CPU time (s): 1800.07
CPU user time (s): 1799.7
CPU system time (s): 0.365944
CPU usage (%): 99.5167
Max. virtual memory (cumulated for all children) (KiB): 122364

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

runsolver used 1.82272 s user time and 5.05623 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 11:39:37 UTC 2007


IDJOB= 206144
IDBENCH= 4188
FILE ID= node24/206144-1168169977

PBS_JOBID= 3479013

Free space on /tmp= 66470 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp36/fapp36-2000-6.xml
COMMAND LINE= /tmp/evaluation/206144-1168169977/Complete/Ordinary/solver /tmp/evaluation/206144-1168169977/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node24/convwatcher-206144-1168169977 -o ROOT/results/node24/conversion-206144-1168169977 -C 600 -M 900 /tmp/evaluation/206144-1168169977/Complete/Ordinary/conversion /tmp/evaluation/206144-1168169977/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-206144-1168169977 -o ROOT/results/node24/solver-206144-1168169977 -C 1800 -M 900  /tmp/evaluation/206144-1168169977/Complete/Ordinary/solver /tmp/evaluation/206144-1168169977/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  83eb19c7109a7c0773fe268e40325cfc

RANDOM SEED= 312769497

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.234
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.234
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:        757016 kB
Buffers:         55996 kB
Cached:         388724 kB
SwapCached:          0 kB
Active:         961964 kB
Inactive:       266860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        757016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5620 kB
Writeback:           0 kB
Mapped:         810964 kB
Slab:            53152 kB
Committed_AS:  4141944 kB
PageTables:       3848 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= 66457 MiB



End job on node24 on Sun Jan  7 12:09:58 UTC 2007