Trace number 201047

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.12 1806.15

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-6.xml
MD5SUM7d741b27b4b5681d00dbaf2b3dd555a0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.2259
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201047-1168144880/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/node19/watcher-201047-1168144880 -o ROOT/results/node19/solver-201047-1168144880 -C 1800 -M 900 /tmp/evaluation/201047-1168144880/Complete/Ordinary/solver /tmp/evaluation/201047-1168144880/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.96 2.03 1.99 5/93 14663
/proc/meminfo: memFree=1260976/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=5352 CPUtime=0
/proc/14662/stat : 14662 (sh) R 14660 14662 14024 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 162884773 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 255236412129 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14662/statm: 1338 234 196 169 0 49 0

[startup+0.103179 s]
/proc/loadavg: 1.96 2.03 1.99 5/93 14663
/proc/meminfo: memFree=1260976/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=61640 CPUtime=0.09
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 2031 0 0 0 8 1 0 0 21 0 1 0 162884773 63119360 1747 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560546 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 15410 1747 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511253 s]
/proc/loadavg: 1.96 2.03 1.99 5/93 14663
/proc/meminfo: memFree=1260976/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=61640 CPUtime=0.5
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 8660 0 0 0 46 4 0 0 24 0 1 0 162884773 63119360 8376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 15410 8376 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33241 s]
/proc/loadavg: 1.96 2.03 1.99 3/93 14663
/proc/meminfo: memFree=1223280/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=61640 CPUtime=1.31
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 9858 0 0 0 126 5 0 0 25 0 1 0 162884773 63119360 9574 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560574 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 15410 9574 157 90 0 14948 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 61640

[startup+2.97171 s]
/proc/loadavg: 1.96 2.03 1.99 3/93 14663
/proc/meminfo: memFree=1223024/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=69608 CPUtime=2.95
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 12947 0 0 0 289 6 0 0 25 0 1 0 162884773 71278592 11319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 17402 11319 176 90 0 16940 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 69608

[startup+6.25633 s]
/proc/loadavg: 1.96 2.03 1.99 3/93 14663
/proc/meminfo: memFree=1211632/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=105076 CPUtime=6.22
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 37700 0 0 0 607 15 0 0 25 0 1 0 162884773 107597824 13745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 26269 13745 176 90 0 25807 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 105076

[startup+12.7186 s]
/proc/loadavg: 1.96 2.03 1.99 3/93 14663
/proc/meminfo: memFree=1156208/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=127272 CPUtime=12.65
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 55782 0 0 0 1241 24 0 0 25 0 1 0 162884773 130326528 26611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/14662/statm: 31818 26611 176 90 0 31356 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 127272

[startup+25.548 s]
/proc/loadavg: 1.97 2.02 1.99 3/94 14664
/proc/meminfo: memFree=1139368/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=25.41
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89355 0 0 0 2502 39 0 0 25 0 2 0 162884773 220938240 30507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30507 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30507 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 215760

[startup+51.1918 s]
/proc/loadavg: 2.05 2.04 2.00 3/94 14664
/proc/meminfo: memFree=1139432/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=50.94
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89357 0 0 0 5055 39 0 0 25 0 2 0 162884773 220938240 30509 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30509 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30509 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 215760

[startup+102.477 s]
/proc/loadavg: 2.02 2.03 2.00 3/94 14664
/proc/meminfo: memFree=1139432/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=102
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89358 0 0 0 10160 40 0 0 25 0 2 0 162884773 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30510 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 215760

[startup+162.49 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 14664
/proc/meminfo: memFree=1139368/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=161.75
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89358 0 0 0 16135 40 0 0 25 0 2 0 162884773 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663812 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30510 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 215760

[startup+222.506 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 14664
/proc/meminfo: memFree=1139304/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=221.5
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89358 0 0 0 22109 41 0 0 25 0 2 0 162884773 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30510 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 215760

[startup+282.512 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 14664
/proc/meminfo: memFree=1139304/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=281.23
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89358 0 0 0 28082 41 0 0 25 0 2 0 162884773 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30510 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 215760

[startup+342.523 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14664
/proc/meminfo: memFree=1139304/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=340.98
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89358 0 0 0 34056 42 0 0 25 0 2 0 162884773 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30510 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 215760

[startup+402.533 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14664
/proc/meminfo: memFree=1116584/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=400.72
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89359 0 0 0 40030 42 0 0 25 0 2 0 162884773 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30511 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 215760

[startup+462.548 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14664
/proc/meminfo: memFree=1116584/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=460.47
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89359 0 0 0 46005 42 0 0 25 0 2 0 162884773 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30511 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (KiB) 215760

[startup+522.566 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14664
/proc/meminfo: memFree=1116520/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=520.21
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89359 0 0 0 51978 43 0 0 25 0 2 0 162884773 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751733 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30511 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 215760

[startup+582.577 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14664
/proc/meminfo: memFree=1116456/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=579.96
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89359 0 0 0 57952 44 0 0 25 0 2 0 162884773 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30511 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 215760

[startup+642.581 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 14664
/proc/meminfo: memFree=1116456/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=215760 CPUtime=639.7
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89359 0 0 0 63926 44 0 0 25 0 2 0 162884773 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 53940 30511 180 90 0 53478 0
[pid=14662/tid=14664] ppid=14660 vsize=215760 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162886573 220938240 30511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.7

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

[pid=14662/tid=14737] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162976591 231428096 30538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.61
Current children cumulated vsize (KiB) 226004

[startup+1243 s]
/proc/loadavg: 2.15 2.11 2.03 3/102 14909
/proc/meminfo: memFree=842072/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=226004 CPUtime=1238.53
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89386 0 0 0 123792 61 0 0 25 0 3 0 162884773 231428096 30538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 56501 30538 180 90 0 56039 0
[pid=14662/tid=14664] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162886573 231428096 30538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162976591 231428096 30538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.53
Current children cumulated vsize (KiB) 226004

[startup+1303.04 s]
/proc/loadavg: 2.06 2.09 2.02 3/96 14935
/proc/meminfo: memFree=843144/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=226004 CPUtime=1298.49
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89387 0 0 0 129787 62 0 0 25 0 3 0 162884773 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 56501 30539 180 90 0 56039 0
[pid=14662/tid=14664] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162886573 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162976591 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.49
Current children cumulated vsize (KiB) 226004

[startup+1363.11 s]
/proc/loadavg: 2.02 2.07 2.02 3/96 14935
/proc/meminfo: memFree=843080/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=226004 CPUtime=1358.5
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89387 0 0 0 135788 62 0 0 25 0 3 0 162884773 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 56501 30539 180 90 0 56039 0
[pid=14662/tid=14664] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162886573 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=226004 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162976591 231428096 30539 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.5
Current children cumulated vsize (KiB) 226004

[startup+1423.18 s]
/proc/loadavg: 2.00 2.05 2.01 3/97 14936
/proc/meminfo: memFree=842880/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1418.5
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89388 0 0 0 141788 62 0 0 25 0 4 0 162884773 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30540 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163021603 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.5
Current children cumulated vsize (KiB) 236248

[startup+1483.25 s]
/proc/loadavg: 2.00 2.04 2.01 3/97 14936
/proc/meminfo: memFree=842752/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1478.5
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89388 0 0 0 147788 62 0 0 25 0 4 0 162884773 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30540 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163021603 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.5
Current children cumulated vsize (KiB) 236248

[startup+1543.26 s]
/proc/loadavg: 2.00 2.03 2.00 4/97 14936
/proc/meminfo: memFree=842560/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1538.45
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89388 0 0 0 153782 63 0 0 25 0 4 0 162884773 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30540 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163021603 241917952 30540 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.45
Current children cumulated vsize (KiB) 236248

[startup+1603.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14936
/proc/meminfo: memFree=842048/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1598.23
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89493 0 0 0 159760 63 0 0 25 0 4 0 162884773 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30645 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163021603 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.23
Current children cumulated vsize (KiB) 236248

[startup+1663.35 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 14936
/proc/meminfo: memFree=841920/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1657.98
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89493 0 0 0 165735 63 0 0 25 0 4 0 162884773 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30645 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163021603 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.98
Current children cumulated vsize (KiB) 236248

[startup+1723.39 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 14936
/proc/meminfo: memFree=841792/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1717.75
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89493 0 0 0 171712 63 0 0 25 0 4 0 162884773 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661457 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30645 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163021603 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.75
Current children cumulated vsize (KiB) 236248

[startup+1783.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 14936
/proc/meminfo: memFree=841664/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1777.51
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89493 0 0 0 177688 63 0 0 25 0 4 0 162884773 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30645 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163021603 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.51
Current children cumulated vsize (KiB) 236248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 14936
/proc/meminfo: memFree=841600/2055920 swapFree=4171244/4192956
[pid=14662] ppid=14660 vsize=236248 CPUtime=1800.09
/proc/14662/stat : 14662 (bprolog) R 14660 14662 14024 0 -1 4194304 89493 0 0 0 179945 64 0 0 25 0 4 0 162884773 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14662/statm: 59062 30645 180 90 0 58600 0
[pid=14662/tid=14664] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14664/stat : 14664 (bprolog) S 14660 14662 14024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162886573 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14662/tid=14737] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14737/stat : 14737 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162976591 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14662/tid=14936] ppid=14660 vsize=236248 CPUtime=0
/proc/14662/task/14936/stat : 14936 (bprolog) S 14660 14662 14024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163021603 241917952 30645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 236248

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.15
CPU time (s): 1800.12
CPU user time (s): 1799.46
CPU system time (s): 0.658899
CPU usage (%): 99.6661
Max. virtual memory (cumulated for all children) (KiB): 278264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 36517

runsolver used 2.07568 s user time and 5.34419 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 04:41:21 UTC 2007


IDJOB= 201047
IDBENCH= 3741
FILE ID= node19/201047-1168144880

PBS_JOBID= 3477843

Free space on /tmp= 66307 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-6.xml
COMMAND LINE= /tmp/evaluation/201047-1168144880/Complete/Ordinary/solver /tmp/evaluation/201047-1168144880/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-201047-1168144880 -o ROOT/results/node19/conversion-201047-1168144880 -C 600 -M 900 /tmp/evaluation/201047-1168144880/Complete/Ordinary/conversion /tmp/evaluation/201047-1168144880/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-201047-1168144880 -o ROOT/results/node19/solver-201047-1168144880 -C 1800 -M 900  /tmp/evaluation/201047-1168144880/Complete/Ordinary/solver /tmp/evaluation/201047-1168144880/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7d741b27b4b5681d00dbaf2b3dd555a0

RANDOM SEED= 510306824

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.260
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.260
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:       1261456 kB
Buffers:         67072 kB
Cached:         384788 kB
SwapCached:      10472 kB
Active:         415148 kB
Inactive:       312296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261456 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            8976 kB
Writeback:           0 kB
Mapped:         294436 kB
Slab:            51044 kB
Committed_AS:  4765448 kB
PageTables:       2888 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= 66307 MiB



End job on node19 on Sun Jan  7 05:11:48 UTC 2007