Trace number 195881

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.08 1808.51

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-45_ext.xml
MD5SUM98b2c3eb7c5ef9b6c13b42e20f078dd6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195881-1168115519/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/node10/watcher-195881-1168115519 -o ROOT/results/node10/solver-195881-1168115519 -C 1800 -M 900 /tmp/evaluation/195881-1168115519/Complete/Ordinary/solver /tmp/evaluation/195881-1168115519/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.49 2.71 2.63 4/94 8002
/proc/meminfo: memFree=895504/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=53472 CPUtime=0
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 159948257 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 13368 203 123 90 0 12906 0

[startup+0.107431 s]
/proc/loadavg: 2.49 2.71 2.63 4/94 8002
/proc/meminfo: memFree=895504/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=61640 CPUtime=0.09
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 2024 0 0 0 9 0 0 0 18 0 1 0 159948257 63119360 1740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 15410 1741 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515491 s]
/proc/loadavg: 2.49 2.71 2.63 4/94 8002
/proc/meminfo: memFree=895504/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=61640 CPUtime=0.51
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 7778 0 0 0 47 4 0 0 21 0 1 0 159948257 63119360 7494 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 15410 7495 158 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.3366 s]
/proc/loadavg: 2.49 2.71 2.63 3/94 8002
/proc/meminfo: memFree=821008/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=136228 CPUtime=1.32
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 159948257 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.98482 s]
/proc/loadavg: 2.45 2.70 2.63 3/94 8002
/proc/meminfo: memFree=850896/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=101068 CPUtime=2.98
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 21455 0 0 0 288 10 0 0 25 0 1 0 159948257 103493632 12607 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 25267 12607 158 90 0 24805 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 101068

[startup+6.26427 s]
/proc/loadavg: 2.45 2.70 2.63 3/94 8002
/proc/meminfo: memFree=801104/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=130756 CPUtime=6.25
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 51871 0 0 0 595 30 0 0 25 0 1 0 159948257 133894144 24127 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 32689 24127 158 90 0 32227 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 130756

[startup+12.7321 s]
/proc/loadavg: 2.38 2.67 2.62 2/81 8016
/proc/meminfo: memFree=1412408/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=131380 CPUtime=12.67
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 83333 0 0 0 1218 49 0 0 25 0 1 0 159948257 134533120 26587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/8001/statm: 32845 26587 158 90 0 32383 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 131380

[startup+25.5509 s]
/proc/loadavg: 2.32 2.65 2.61 3/93 8061
/proc/meminfo: memFree=1321944/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=131508 CPUtime=25.41
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 146357 0 0 0 2459 82 0 0 25 0 1 0 159948257 134664192 27077 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858956 0 0 4096 2 0 0 0 17 0 0 0
/proc/8001/statm: 32877 27077 158 90 0 32415 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 131508

[startup+51.2074 s]
/proc/loadavg: 2.21 2.60 2.60 3/93 8061
/proc/meminfo: memFree=1205400/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=302820 CPUtime=50.97
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 292411 0 0 0 4945 152 0 0 25 0 1 0 159948257 310087680 56219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857070 0 0 4096 2 0 0 0 17 0 0 0
/proc/8001/statm: 75705 56219 158 90 0 75243 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 302820

[startup+102.416 s]
/proc/loadavg: 2.19 2.52 2.57 3/94 8062
/proc/meminfo: memFree=1181136/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=101.94
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321685 0 0 0 10028 166 0 0 25 0 2 0 159948257 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62221 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 314452

[startup+162.452 s]
/proc/loadavg: 2.14 2.45 2.54 3/94 8062
/proc/meminfo: memFree=1181072/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=161.69
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321685 0 0 0 16003 166 0 0 25 0 2 0 159948257 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62221 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 314452

[startup+222.496 s]
/proc/loadavg: 2.05 2.36 2.50 3/94 8062
/proc/meminfo: memFree=1181008/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=221.46
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321685 0 0 0 21980 166 0 0 25 0 2 0 159948257 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62221 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 314452

[startup+282.532 s]
/proc/loadavg: 2.08 2.31 2.47 3/94 8062
/proc/meminfo: memFree=1181008/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=281.23
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 27957 166 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 314452

[startup+342.569 s]
/proc/loadavg: 2.10 2.26 2.44 3/94 8062
/proc/meminfo: memFree=1180944/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=340.98
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 33931 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639037 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 314452

[startup+402.609 s]
/proc/loadavg: 2.04 2.21 2.41 3/94 8062
/proc/meminfo: memFree=1181008/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=400.76
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 39909 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.76
Current children cumulated vsize (KiB) 314452

[startup+462.645 s]
/proc/loadavg: 2.01 2.17 2.38 3/94 8062
/proc/meminfo: memFree=1180944/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=460.53
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 45886 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 460.53
Current children cumulated vsize (KiB) 314452

[startup+522.681 s]
/proc/loadavg: 2.00 2.14 2.36 3/94 8062
/proc/meminfo: memFree=1180944/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=520.27
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 51860 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.27
Current children cumulated vsize (KiB) 314452

[startup+582.72 s]
/proc/loadavg: 2.00 2.11 2.33 3/94 8062
/proc/meminfo: memFree=1180944/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=580.04
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 57837 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.04
Current children cumulated vsize (KiB) 314452

[startup+642.755 s]
/proc/loadavg: 2.00 2.09 2.31 3/94 8062
/proc/meminfo: memFree=1180880/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=314452 CPUtime=639.81
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321686 0 0 0 63814 167 0 0 25 0 2 0 159948257 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 78613 62222 170 90 0 78151 0
[pid=8001/tid=8062] ppid=7999 vsize=314452 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159954400 321998848 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.81
Current children cumulated vsize (KiB) 314452

[startup+702.792 s]
/proc/loadavg: 2.00 2.07 2.29 3/94 8062

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

[pid=8001/tid=8063] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160044417 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.77
Current children cumulated vsize (KiB) 324696

[startup+1243.26 s]
/proc/loadavg: 2.01 2.02 2.16 3/95 8063
/proc/meminfo: memFree=1180808/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=324696 CPUtime=1237.55
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321687 0 0 0 123586 169 0 0 25 0 3 0 159948257 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 81174 62223 170 90 0 80712 0
[pid=8001/tid=8062] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159954400 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160044417 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.55
Current children cumulated vsize (KiB) 324696

[startup+1303.32 s]
/proc/loadavg: 2.00 2.02 2.14 3/95 8063
/proc/meminfo: memFree=1180808/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=324696 CPUtime=1297.34
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321687 0 0 0 129564 170 0 0 25 0 3 0 159948257 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 81174 62223 170 90 0 80712 0
[pid=8001/tid=8062] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159954400 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160044417 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.34
Current children cumulated vsize (KiB) 324696

[startup+1363.38 s]
/proc/loadavg: 2.00 2.01 2.13 3/95 8063
/proc/meminfo: memFree=1180808/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=324696 CPUtime=1357.13
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321687 0 0 0 135543 170 0 0 25 0 3 0 159948257 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 81174 62223 170 90 0 80712 0
[pid=8001/tid=8062] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159954400 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=324696 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160044417 332488704 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.13
Current children cumulated vsize (KiB) 324696

[startup+1423.45 s]
/proc/loadavg: 2.00 2.01 2.12 3/96 8064
/proc/meminfo: memFree=1180800/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1416.91
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 141521 170 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711201 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.91
Current children cumulated vsize (KiB) 334940

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 2.11 3/96 8064
/proc/meminfo: memFree=1180736/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1476.73
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 147502 171 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.73
Current children cumulated vsize (KiB) 334940

[startup+1543.63 s]
/proc/loadavg: 2.00 2.00 2.10 3/96 8064
/proc/meminfo: memFree=1180800/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1536.55
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 153484 171 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.55
Current children cumulated vsize (KiB) 334940

[startup+1603.72 s]
/proc/loadavg: 2.00 2.00 2.09 3/96 8064
/proc/meminfo: memFree=1180736/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1596.35
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 159464 171 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.35
Current children cumulated vsize (KiB) 334940

[startup+1663.81 s]
/proc/loadavg: 2.00 2.00 2.08 3/96 8064
/proc/meminfo: memFree=1180800/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1656.17
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 165446 171 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.17
Current children cumulated vsize (KiB) 334940

[startup+1723.89 s]
/proc/loadavg: 2.00 2.00 2.08 3/96 8064
/proc/meminfo: memFree=1180736/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1715.98
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 171426 172 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.98
Current children cumulated vsize (KiB) 334940

[startup+1783.9 s]
/proc/loadavg: 2.03 2.01 2.08 3/102 8210
/proc/meminfo: memFree=1179472/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1775.6
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 177379 181 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668495 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 334940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.46 s]
/proc/loadavg: 2.02 2.01 2.07 3/102 8234
/proc/meminfo: memFree=1179472/2055920 swapFree=4178332/4192956
[pid=8001] ppid=7999 vsize=334940 CPUtime=1800.02
/proc/8001/stat : 8001 (bprolog) R 7999 8001 7725 0 -1 4194304 321688 0 0 0 179818 184 0 0 25 0 4 0 159948257 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565558 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/8001/statm: 83735 62224 170 90 0 83273 0
[pid=8001/tid=8062] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8062/stat : 8062 (bprolog) S 7999 8001 7725 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159954400 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8063] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8063/stat : 8063 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160044417 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=8001/tid=8064] ppid=7999 vsize=334940 CPUtime=0
/proc/8001/task/8064/stat : 8064 (bprolog) S 7999 8001 7725 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160089427 342978560 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 334940

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.51
CPU time (s): 1800.08
CPU user time (s): 1798.19
CPU system time (s): 1.88171
CPU usage (%): 99.5335
Max. virtual memory (cumulated for all children) (KiB): 334940

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

runsolver used 1.48477 s user time and 5.01124 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 20:31:59 UTC 2007


IDJOB= 195881
IDBENCH= 3309
FILE ID= node10/195881-1168115519

PBS_JOBID= 3477130

Free space on /tmp= 66335 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-195881-1168115519 -o ROOT/results/node10/solver-195881-1168115519 -C 1800 -M 900  /tmp/evaluation/195881-1168115519/Complete/Ordinary/solver /tmp/evaluation/195881-1168115519/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  98b2c3eb7c5ef9b6c13b42e20f078dd6

RANDOM SEED= 470396929

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.232
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.232
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:        895984 kB
Buffers:         53184 kB
Cached:         379896 kB
SwapCached:       2120 kB
Active:         767008 kB
Inactive:       302240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        895984 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            7796 kB
Writeback:           0 kB
Mapped:         652588 kB
Slab:            74220 kB
Committed_AS:  4348860 kB
PageTables:       3456 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= 66347 MiB



End job on node10 on Sat Jan  6 21:02:20 UTC 2007