Trace number 209680

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.09 1809.04

General information on the benchmark

Namefapp/fapp26-30/fapp28/
fapp28-2800-6.xml
MD5SUM5d642f198e16aecc13dcb273d56311fe
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 benchmark32.5501
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209680-1168193623/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/node25/watcher-209680-1168193623 -o ROOT/results/node25/solver-209680-1168193623 -C 1800 -M 900 /tmp/evaluation/209680-1168193623/Complete/Ordinary/solver /tmp/evaluation/209680-1168193623/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.00 2.03 1.94 5/93 6550
/proc/meminfo: memFree=1343400/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=5352 CPUtime=0
/proc/6549/stat : 6549 (sh) R 6547 6549 5939 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 167756139 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4370116 0 0 4100 65536 0 0 0 17 1 0 0
/proc/6549/statm: 1338 233 196 169 0 49 0

[startup+0.10314 s]
/proc/loadavg: 2.00 2.03 1.94 5/93 6550
/proc/meminfo: memFree=1343400/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=53824 CPUtime=0.09
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 2137 0 0 0 8 1 0 0 20 0 1 0 167756139 55115776 1853 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 0 0 0 17 1 0 0
/proc/6549/statm: 13456 1853 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511209 s]
/proc/loadavg: 2.00 2.03 1.94 5/93 6550
/proc/meminfo: memFree=1343400/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=67352 CPUtime=0.49
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 8626 0 0 0 45 4 0 0 23 0 1 0 167756139 68968448 8340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/6549/statm: 16838 8340 157 90 0 16376 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 67352

[startup+1.33635 s]
/proc/loadavg: 2.00 2.03 1.94 3/93 6550
/proc/meminfo: memFree=1301480/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=67348 CPUtime=1.31
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 11606 0 0 0 126 5 0 0 25 0 1 0 167756139 68964352 11319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 0 0 0 17 1 0 0
/proc/6549/statm: 16837 11319 160 90 0 16375 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 67348

[startup+2.97662 s]
/proc/loadavg: 2.00 2.03 1.94 3/93 6550
/proc/meminfo: memFree=1296808/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=67348 CPUtime=2.93
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 12083 0 0 0 288 5 0 0 25 0 1 0 167756139 68964352 11796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 0 0 0 17 1 0 0
/proc/6549/statm: 16837 11796 176 90 0 16375 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 67348

[startup+6.25618 s]
/proc/loadavg: 2.00 2.03 1.94 3/93 6550
/proc/meminfo: memFree=1258856/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=105816 CPUtime=6.18
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 25977 0 0 0 607 11 0 0 25 0 1 0 167756139 108355584 13362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755942 0 0 4096 2 0 0 0 17 1 0 0
/proc/6549/statm: 26454 13362 176 90 0 25992 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 105816

[startup+12.7243 s]
/proc/loadavg: 2.00 2.03 1.94 3/94 6551
/proc/meminfo: memFree=1258144/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=12.59
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 81872 0 0 0 1223 36 0 0 25 0 2 0 167756139 120614912 21438 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 29447 21438 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21438 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 117788

[startup+25.5415 s]
/proc/loadavg: 2.00 2.03 1.94 3/94 6551
/proc/meminfo: memFree=1258208/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=25.29
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 83145 0 0 0 2492 37 0 0 25 0 2 0 167756139 120614912 21440 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 29447 21440 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21440 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 117788

[startup+51.2238 s]
/proc/loadavg: 2.00 2.02 1.94 3/94 6551
/proc/meminfo: memFree=1251168/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=50.74
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 5036 38 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 117788

[startup+102.514 s]
/proc/loadavg: 2.00 2.02 1.94 3/94 6551
/proc/meminfo: memFree=1251168/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=101.57
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 10119 38 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 117788

[startup+162.552 s]
/proc/loadavg: 1.84 1.98 1.93 3/87 6865
/proc/meminfo: memFree=1326944/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=160.59
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 16016 43 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 117788

[startup+222.567 s]
/proc/loadavg: 2.02 2.01 1.94 3/95 6935
/proc/meminfo: memFree=978008/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=220.52
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 22006 46 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 117788

[startup+282.596 s]
/proc/loadavg: 2.01 2.00 1.94 3/95 6935
/proc/meminfo: memFree=800280/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=280.49
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 28003 46 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.49
Current children cumulated vsize (KiB) 117788

[startup+342.669 s]
/proc/loadavg: 2.00 2.00 1.94 3/95 6935
/proc/meminfo: memFree=788376/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=340.49
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 34003 46 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.49
Current children cumulated vsize (KiB) 117788

[startup+402.716 s]
/proc/loadavg: 2.05 2.01 1.95 3/95 6937
/proc/meminfo: memFree=755736/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=400.49
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 40002 47 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.49
Current children cumulated vsize (KiB) 117788

[startup+462.72 s]
/proc/loadavg: 2.12 2.04 1.96 3/95 6937
/proc/meminfo: memFree=742232/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=460.42
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 45995 47 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 117788

[startup+522.733 s]
/proc/loadavg: 2.04 2.03 1.96 3/95 6937
/proc/meminfo: memFree=737880/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=520.36
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 51989 47 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.36
Current children cumulated vsize (KiB) 117788

[startup+582.787 s]
/proc/loadavg: 2.01 2.02 1.96 3/95 6937
/proc/meminfo: memFree=737816/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=580.3
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 57983 47 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 18 0 2 0 167757147 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.3
Current children cumulated vsize (KiB) 117788

[startup+642.788 s]
/proc/loadavg: 2.00 2.02 1.96 3/95 6937
/proc/meminfo: memFree=737752/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=117788 CPUtime=639.97
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 84418 0 0 0 63950 47 0 0 25 0 2 0 167756139 120614912 21442 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 29447 21442 180 90 0 28985 0
[pid=6549/tid=6551] ppid=6547 vsize=117788 CPUtime=0

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

Current children cumulated CPU time (s) 1177.17
Current children cumulated vsize (KiB) 128044

[startup+1242.97 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 6938
/proc/meminfo: memFree=736976/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=128044 CPUtime=1236.84
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131562 0 0 0 123615 69 0 0 25 0 3 0 167756139 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 32011 21501 180 90 0 31549 0
[pid=6549/tid=6551] ppid=6547 vsize=128044 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167757147 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=128044 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167847171 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.84
Current children cumulated vsize (KiB) 128044

[startup+1303 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 6938
/proc/meminfo: memFree=736976/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=128044 CPUtime=1296.56
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131562 0 0 0 129587 69 0 0 25 0 3 0 167756139 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 32011 21501 180 90 0 31549 0
[pid=6549/tid=6551] ppid=6547 vsize=128044 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167757147 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=128044 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167847171 131117056 21501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.56
Current children cumulated vsize (KiB) 128044

[startup+1363.03 s]
/proc/loadavg: 2.00 2.00 1.96 3/97 6939
/proc/meminfo: memFree=736584/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1356.26
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131709 0 0 0 135557 69 0 0 25 0 4 0 167756139 141606912 21648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 21648 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 21648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 21648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 21648 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.26
Current children cumulated vsize (KiB) 138288

[startup+1423.08 s]
/proc/loadavg: 2.00 2.00 1.96 3/97 6939
/proc/meminfo: memFree=736456/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1415.96
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131714 0 0 0 141527 69 0 0 25 0 4 0 167756139 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859794 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 21653 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.96
Current children cumulated vsize (KiB) 138288

[startup+1483.18 s]
/proc/loadavg: 2.00 2.00 1.96 3/97 6939
/proc/meminfo: memFree=686536/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1475.72
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131714 0 0 0 147502 70 0 0 25 0 4 0 167756139 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 21653 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.72
Current children cumulated vsize (KiB) 138288

[startup+1543.18 s]
/proc/loadavg: 2.00 2.00 1.96 3/97 6939
/proc/meminfo: memFree=661192/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1535.41
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 131714 0 0 0 153471 70 0 0 25 0 4 0 167756139 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859780 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 21653 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 21653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.41
Current children cumulated vsize (KiB) 138288

[startup+1603.2 s]
/proc/loadavg: 2.08 2.03 1.97 3/97 6939
/proc/meminfo: memFree=635912/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1595.07
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 132246 0 0 0 159437 70 0 0 25 0 4 0 167756139 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 22185 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 138288

[startup+1663.21 s]
/proc/loadavg: 2.11 2.04 1.97 3/101 6992
/proc/meminfo: memFree=1258728/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1654.61
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 132246 0 0 0 165389 72 0 0 25 0 4 0 167756139 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6549/statm: 34572 22185 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.61
Current children cumulated vsize (KiB) 138288

[startup+1723.26 s]
/proc/loadavg: 2.04 2.03 1.97 3/101 6992
/proc/meminfo: memFree=1239720/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1714.48
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 132246 0 0 0 171376 72 0 0 25 0 4 0 167756139 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 22185 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.48
Current children cumulated vsize (KiB) 138288

[startup+1783.32 s]
/proc/loadavg: 2.01 2.02 1.97 3/101 6992
/proc/meminfo: memFree=1187304/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1774.36
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 132246 0 0 0 177364 72 0 0 25 0 4 0 167756139 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 22185 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 138288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.01 s]
/proc/loadavg: 2.01 2.02 1.97 3/101 6992
/proc/meminfo: memFree=1187304/2055920 swapFree=4170848/4192956
[pid=6549] ppid=6547 vsize=138288 CPUtime=1800.06
/proc/6549/stat : 6549 (bprolog) R 6547 6549 5939 0 -1 4194304 132246 0 0 0 179934 72 0 0 25 0 4 0 167756139 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6549/statm: 34572 22185 180 90 0 34110 0
[pid=6549/tid=6551] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6551/stat : 6551 (bprolog) S 6547 6549 5939 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167757147 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6549/tid=6938] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6938/stat : 6938 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167847171 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6549/tid=6939] ppid=6547 vsize=138288 CPUtime=0
/proc/6549/task/6939/stat : 6939 (bprolog) S 6547 6549 5939 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167892187 141606912 22185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 138288

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.04
CPU time (s): 1800.09
CPU user time (s): 1799.35
CPU system time (s): 0.740887
CPU usage (%): 99.5053
Max. virtual memory (cumulated for all children) (KiB): 140976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132246
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= 21
involuntary context switches= 49844

runsolver used 2.13567 s user time and 5.81412 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 18:13:43 UTC 2007


IDJOB= 209680
IDBENCH= 4554
FILE ID= node25/209680-1168193623

PBS_JOBID= 3479345

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp28/fapp28-2800-6.xml
COMMAND LINE= /tmp/evaluation/209680-1168193623/Complete/Ordinary/solver /tmp/evaluation/209680-1168193623/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node25/convwatcher-209680-1168193623 -o ROOT/results/node25/conversion-209680-1168193623 -C 600 -M 900 /tmp/evaluation/209680-1168193623/Complete/Ordinary/conversion /tmp/evaluation/209680-1168193623/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-209680-1168193623 -o ROOT/results/node25/solver-209680-1168193623 -C 1800 -M 900  /tmp/evaluation/209680-1168193623/Complete/Ordinary/solver /tmp/evaluation/209680-1168193623/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5d642f198e16aecc13dcb273d56311fe

RANDOM SEED= 309118735

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.279
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.279
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:       1343816 kB
Buffers:         50100 kB
Cached:         420164 kB
SwapCached:       2608 kB
Active:         223476 kB
Inactive:       411016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343816 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            6648 kB
Writeback:           0 kB
Mapped:         182128 kB
Slab:            61916 kB
Committed_AS:  4216416 kB
PageTables:       2612 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= 66550 MiB



End job on node25 on Sun Jan  7 18:44:07 UTC 2007