Trace number 199840

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 1809.93

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-37_ext.xml
MD5SUM77acb5387e5cce7e11a1449191e1b24c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1180.2
SatisfiableYES
(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/199840-1168136952/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/node43/watcher-199840-1168136952 -o ROOT/results/node43/solver-199840-1168136952 -C 1800 -M 900 /tmp/evaluation/199840-1168136952/Complete/Ordinary/solver /tmp/evaluation/199840-1168136952/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.50 1.82 1.90 5/81 30581
/proc/meminfo: memFree=1342480/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=53472 CPUtime=0
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 162095564 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5148431 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 13368 206 123 90 0 12906 0

[startup+0.104967 s]
/proc/loadavg: 1.50 1.82 1.90 5/81 30581
/proc/meminfo: memFree=1342480/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=61640 CPUtime=0.08
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 1921 0 0 0 8 0 0 0 20 0 1 0 162095564 63119360 1637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5131260 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 15410 1637 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.516035 s]
/proc/loadavg: 1.50 1.82 1.90 5/81 30581
/proc/meminfo: memFree=1342480/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=61640 CPUtime=0.5
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 7720 0 0 0 46 4 0 0 24 0 1 0 162095564 63119360 7436 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5131204 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 15410 7436 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33717 s]
/proc/loadavg: 1.50 1.82 1.90 4/81 30581
/proc/meminfo: memFree=1254672/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=136228 CPUtime=1.31
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 19048 0 0 0 123 8 0 0 25 0 1 0 162095564 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859939 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97444 s]
/proc/loadavg: 1.50 1.82 1.90 4/81 30581
/proc/meminfo: memFree=1267536/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=101068 CPUtime=2.94
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 21364 0 0 0 284 10 0 0 25 0 1 0 162095564 103493632 12516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564917 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 25267 12516 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.262 s]
/proc/loadavg: 1.54 1.82 1.90 3/81 30581
/proc/meminfo: memFree=1151184/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=130744 CPUtime=6.22
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 51885 0 0 0 597 25 0 0 25 0 1 0 162095564 133881856 24139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859320 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 32686 24139 158 90 0 32224 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 130744

[startup+12.7291 s]
/proc/loadavg: 1.66 1.84 1.91 3/81 30581
/proc/meminfo: memFree=1014672/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=131368 CPUtime=12.66
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 83327 0 0 0 1223 43 0 0 25 0 1 0 162095564 134520832 26582 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 32842 26582 158 90 0 32380 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 131368

[startup+25.5672 s]
/proc/loadavg: 1.87 1.88 1.92 4/81 30581
/proc/meminfo: memFree=847184/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=131496 CPUtime=25.43
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 139855 0 0 0 2464 79 0 0 25 0 1 0 162095564 134651904 27073 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858983 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 32874 27073 158 90 0 32412 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 131496

[startup+51.2415 s]
/proc/loadavg: 2.20 1.95 1.94 4/81 30581
/proc/meminfo: memFree=738576/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=302020 CPUtime=50.86
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 285370 0 0 0 4921 165 0 0 25 0 1 0 162095564 309268480 54171 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858532 0 0 4096 2 0 0 0 17 1 0 0
/proc/30580/statm: 75505 54171 158 90 0 75043 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 302020

[startup+102.527 s]
/proc/loadavg: 2.48 2.07 1.98 4/82 30582
/proc/meminfo: memFree=692616/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=101.89
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323838 0 0 0 10001 188 0 0 25 0 2 0 162095564 321941504 62218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580445 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62218 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62218 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 314396

[startup+162.617 s]
/proc/loadavg: 2.47 2.14 2.01 3/82 30582
/proc/meminfo: memFree=692616/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=161.69
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 15981 188 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 314396

[startup+222.645 s]
/proc/loadavg: 2.71 2.27 2.06 4/82 30582
/proc/meminfo: memFree=692232/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=221.44
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 21955 189 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 314396

[startup+282.731 s]
/proc/loadavg: 2.65 2.33 2.09 4/82 30582
/proc/meminfo: memFree=692232/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=281.24
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 27935 189 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 314396

[startup+342.817 s]
/proc/loadavg: 2.70 2.41 2.13 4/82 30582
/proc/meminfo: memFree=692168/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=341.04
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 33915 189 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.04
Current children cumulated vsize (KiB) 314396

[startup+402.865 s]
/proc/loadavg: 2.84 2.50 2.18 4/82 30582
/proc/meminfo: memFree=692168/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=400.81
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 39892 189 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.81
Current children cumulated vsize (KiB) 314396

[startup+462.909 s]
/proc/loadavg: 2.50 2.48 2.19 3/82 30582
/proc/meminfo: memFree=692104/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=460.56
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 45867 189 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565758 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.56
Current children cumulated vsize (KiB) 314396

[startup+522.95 s]
/proc/loadavg: 2.26 2.40 2.18 3/82 30582
/proc/meminfo: memFree=692104/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=520.32
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 51842 190 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 314396

[startup+583.002 s]
/proc/loadavg: 2.17 2.36 2.18 3/82 30582
/proc/meminfo: memFree=692040/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=580.09
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 57819 190 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.09
Current children cumulated vsize (KiB) 314396

[startup+643.043 s]
/proc/loadavg: 2.06 2.29 2.16 3/82 30582
/proc/meminfo: memFree=692040/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=314396 CPUtime=639.84
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323839 0 0 0 63794 190 0 0 25 0 2 0 162095564 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 78599 62219 170 90 0 78137 0
[pid=30580/tid=30582] ppid=30578 vsize=314396 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162102075 321941504 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.84
Current children cumulated vsize (KiB) 314396

[startup+703.084 s]
/proc/loadavg: 2.02 2.23 2.15 3/82 30582

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

[pid=30580/tid=30583] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162192088 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.83
Current children cumulated vsize (KiB) 324640

[startup+1243.7 s]
/proc/loadavg: 2.08 2.10 2.11 4/83 30583
/proc/meminfo: memFree=691648/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=324640 CPUtime=1237.63
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323840 0 0 0 123572 191 0 0 25 0 3 0 162095564 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590596 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 81160 62220 170 90 0 80698 0
[pid=30580/tid=30582] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162102075 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162192088 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.63
Current children cumulated vsize (KiB) 324640

[startup+1303.77 s]
/proc/loadavg: 2.03 2.08 2.10 3/83 30583
/proc/meminfo: memFree=691712/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=324640 CPUtime=1297.43
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323840 0 0 0 129551 192 0 0 25 0 3 0 162095564 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 81160 62220 170 90 0 80698 0
[pid=30580/tid=30582] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162102075 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162192088 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.43
Current children cumulated vsize (KiB) 324640

[startup+1363.84 s]
/proc/loadavg: 2.14 2.09 2.10 3/83 30583
/proc/meminfo: memFree=691648/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=324640 CPUtime=1357.2
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323840 0 0 0 135528 192 0 0 25 0 3 0 162095564 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 81160 62220 170 90 0 80698 0
[pid=30580/tid=30582] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162102075 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=324640 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162192088 332431360 62220 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.2
Current children cumulated vsize (KiB) 324640

[startup+1423.92 s]
/proc/loadavg: 2.18 2.12 2.10 3/84 30584
/proc/meminfo: memFree=691640/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1417
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 141508 192 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417
Current children cumulated vsize (KiB) 334884

[startup+1484.02 s]
/proc/loadavg: 2.19 2.13 2.11 3/84 30584
/proc/meminfo: memFree=691576/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1476.81
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 147489 192 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.81
Current children cumulated vsize (KiB) 334884

[startup+1544.11 s]
/proc/loadavg: 2.18 2.14 2.11 3/84 30584
/proc/meminfo: memFree=691576/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1536.6
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 153467 193 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.6
Current children cumulated vsize (KiB) 334884

[startup+1604.21 s]
/proc/loadavg: 2.06 2.11 2.09 3/84 30584
/proc/meminfo: memFree=691512/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1596.41
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 159448 193 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558093 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 334884

[startup+1664.31 s]
/proc/loadavg: 2.06 2.10 2.09 3/84 30584
/proc/meminfo: memFree=691576/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1656.07
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 165414 193 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.07
Current children cumulated vsize (KiB) 334884

[startup+1724.35 s]
/proc/loadavg: 2.02 2.08 2.08 3/84 30584
/proc/meminfo: memFree=691512/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1715.53
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 171360 193 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.53
Current children cumulated vsize (KiB) 334884

[startup+1784.38 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 30584
/proc/meminfo: memFree=691576/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1775.01
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 177308 193 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.01
Current children cumulated vsize (KiB) 334884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.88 s]
/proc/loadavg: 2.07 2.07 2.08 3/88 30639
/proc/meminfo: memFree=1179416/2055920 swapFree=4192812/4192956
[pid=30580] ppid=30578 vsize=334884 CPUtime=1800.07
/proc/30580/stat : 30580 (bprolog) R 30578 30580 30445 0 -1 4194304 323841 0 0 0 179811 196 0 0 25 0 4 0 162095564 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566576 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30580/statm: 83721 62221 170 90 0 83259 0
[pid=30580/tid=30582] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30582/stat : 30582 (bprolog) S 30578 30580 30445 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162102075 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30580/tid=30583] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30583/stat : 30583 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162192088 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30580/tid=30584] ppid=30578 vsize=334884 CPUtime=0
/proc/30580/task/30584/stat : 30584 (bprolog) S 30578 30580 30445 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162237095 342921216 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 334884

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.93
CPU time (s): 1800.12
CPU user time (s): 1798.12
CPU system time (s): 2.00569
CPU usage (%): 99.4581
Max. virtual memory (cumulated for all children) (KiB): 334884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 2.00569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323841
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= 14
involuntary context switches= 52811

runsolver used 1.71874 s user time and 4.97024 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 02:29:12 UTC 2007


IDJOB= 199840
IDBENCH= 3643
FILE ID= node43/199840-1168136952

PBS_JOBID= 3478047

Free space on /tmp= 66477 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-199840-1168136952 -o ROOT/results/node43/solver-199840-1168136952 -C 1800 -M 900  /tmp/evaluation/199840-1168136952/Complete/Ordinary/solver /tmp/evaluation/199840-1168136952/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  77acb5387e5cce7e11a1449191e1b24c

RANDOM SEED= 555324836

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.278
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.278
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:       1343216 kB
Buffers:         53700 kB
Cached:         382996 kB
SwapCached:          0 kB
Active:         405684 kB
Inactive:       250688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           27988 kB
Writeback:           0 kB
Mapped:         236360 kB
Slab:            41328 kB
Committed_AS:  3463888 kB
PageTables:       2216 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= 66472 MiB



End job on node43 on Sun Jan  7 02:59:34 UTC 2007