Trace number 196063

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.13 1817.22

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-11_ext.xml
MD5SUM319c407682b16d5592d041c90ba4e937
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1232.27
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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/196063-1168118472/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/node47/watcher-196063-1168118472 -o ROOT/results/node47/solver-196063-1168118472 -C 1800 -M 900 /tmp/evaluation/196063-1168118472/Complete/Ordinary/solver /tmp/evaluation/196063-1168118472/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
/proc/loadavg: 1.98 2.00 2.00 4/81 14915
/proc/meminfo: memFree=1778960/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=18540 CPUtime=0
/proc/14914/stat : 14914 (runsolver) R 14912 13406 13406 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 160247636 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 208714889063 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14914/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108308 s]
/proc/loadavg: 1.98 2.00 2.00 4/81 14915
/proc/meminfo: memFree=1778960/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=61640 CPUtime=0.09
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 1979 0 0 0 9 0 0 0 21 0 1 0 160247636 63119360 1695 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10918998 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 15410 1695 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517353 s]
/proc/loadavg: 1.98 2.00 2.00 4/81 14915
/proc/meminfo: memFree=1778960/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=61640 CPUtime=0.5
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 7865 0 0 0 48 2 0 0 24 0 1 0 160247636 63119360 7581 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550148 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 15410 7581 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34544 s]
/proc/loadavg: 1.98 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1704336/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=136228 CPUtime=1.32
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 19049 0 0 0 126 6 0 0 25 0 1 0 160247636 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.98661 s]
/proc/loadavg: 1.98 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1734928/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=101068 CPUtime=2.95
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 21243 0 0 0 287 8 0 0 25 0 1 0 160247636 103493632 12395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555083 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 25267 12395 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.26597 s]
/proc/loadavg: 1.98 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1684048/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=131860 CPUtime=6.2
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 52469 0 0 0 598 22 0 0 25 0 1 0 160247636 135024640 24271 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 32965 24271 158 90 0 32503 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 131860

[startup+12.7367 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1672336/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=132508 CPUtime=12.61
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 83967 0 0 0 1224 37 0 0 25 0 1 0 160247636 135688192 26822 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 33127 26822 158 90 0 32665 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 132508

[startup+25.5606 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1670032/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=132644 CPUtime=25.31
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 140495 0 0 0 2465 66 0 0 25 0 1 0 160247636 135827456 27329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857196 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 33161 27329 158 90 0 32699 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 132644

[startup+51.2238 s]
/proc/loadavg: 1.99 2.00 2.00 3/81 14915
/proc/meminfo: memFree=1558224/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=307068 CPUtime=50.74
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 285830 0 0 0 4938 136 0 0 25 0 1 0 160247636 314437632 56524 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566544 0 0 4096 2 0 0 0 17 1 0 0
/proc/14914/statm: 76767 56524 158 90 0 76305 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 307068

[startup+102.458 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14916
/proc/meminfo: memFree=1533768/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=101.51
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 10004 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 318704

[startup+162.51 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 14916
/proc/meminfo: memFree=1533704/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=161.02
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 15955 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 318704

[startup+222.521 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 14916
/proc/meminfo: memFree=1533704/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=220.48
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 21901 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 318704

[startup+282.621 s]
/proc/loadavg: 2.05 2.01 2.00 3/82 14916
/proc/meminfo: memFree=1533704/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=280.04
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 27857 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.04
Current children cumulated vsize (KiB) 318704

[startup+342.71 s]
/proc/loadavg: 2.02 2.01 2.00 3/82 14916
/proc/meminfo: memFree=1533704/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=339.58
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 33811 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 318704

[startup+402.796 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 14916
/proc/meminfo: memFree=1533640/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=399.12
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 39765 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 318704

[startup+462.859 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 14916
/proc/meminfo: memFree=1533576/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=458.63
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 45716 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.63
Current children cumulated vsize (KiB) 318704

[startup+522.93 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 14916
/proc/meminfo: memFree=1533640/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=518.15
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 51668 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.15
Current children cumulated vsize (KiB) 318704

[startup+583.009 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 14916
/proc/meminfo: memFree=1533576/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=577.68
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 57621 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.68
Current children cumulated vsize (KiB) 318704

[startup+643.112 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 14916
/proc/meminfo: memFree=1533576/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=318704 CPUtime=637.24
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309594 0 0 0 63577 147 0 0 25 0 2 0 160247636 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670665 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 79676 61355 170 90 0 79214 0
[pid=14914/tid=14916] ppid=14912 vsize=318704 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160253594 326352896 61355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.24
Current children cumulated vsize (KiB) 318704

[startup+703.167 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14916

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

[pid=14914/tid=14972] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160343609 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.67
Current children cumulated vsize (KiB) 328948

[startup+1243.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 14972
/proc/meminfo: memFree=1272616/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=328948 CPUtime=1232.11
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309596 0 0 0 123059 152 0 0 25 0 3 0 160247636 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134596182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 82237 61357 170 90 0 81775 0
[pid=14914/tid=14916] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160253594 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160343609 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.11
Current children cumulated vsize (KiB) 328948

[startup+1303.82 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 14972
/proc/meminfo: memFree=1272616/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=328948 CPUtime=1291.62
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309596 0 0 0 129010 152 0 0 25 0 3 0 160247636 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 82237 61357 170 90 0 81775 0
[pid=14914/tid=14916] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160253594 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160343609 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1291.62
Current children cumulated vsize (KiB) 328948

[startup+1363.87 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 14972
/proc/meminfo: memFree=1244520/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=328948 CPUtime=1351.1
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309596 0 0 0 134958 152 0 0 25 0 3 0 160247636 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 82237 61357 170 90 0 81775 0
[pid=14914/tid=14916] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160253594 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=328948 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160343609 336842752 61357 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.1
Current children cumulated vsize (KiB) 328948

[startup+1423.96 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 14973
/proc/meminfo: memFree=1244512/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1410.64
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309597 0 0 0 140911 153 0 0 25 0 4 0 160247636 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61358 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160388620 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.64
Current children cumulated vsize (KiB) 339192

[startup+1484 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 14973
/proc/meminfo: memFree=1216416/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1470.01
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309597 0 0 0 146848 153 0 0 25 0 4 0 160247636 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711771 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61358 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160388620 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.01
Current children cumulated vsize (KiB) 339192

[startup+1544 s]
/proc/loadavg: 2.00 2.00 2.00 5/88 14973
/proc/meminfo: memFree=1211488/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1529.48
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309597 0 0 0 152795 153 0 0 25 0 4 0 160247636 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61358 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160388620 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.48
Current children cumulated vsize (KiB) 339192

[startup+1604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 14973
/proc/meminfo: memFree=1188384/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1589.05
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309597 0 0 0 158752 153 0 0 25 0 4 0 160247636 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61358 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160388620 347332608 61358 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.05
Current children cumulated vsize (KiB) 339192

[startup+1664.12 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 14973
/proc/meminfo: memFree=1188320/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1648.51
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309598 0 0 0 164698 153 0 0 25 0 4 0 160247636 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61359 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160388620 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.51
Current children cumulated vsize (KiB) 339192

[startup+1724.15 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 14973
/proc/meminfo: memFree=1160608/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1707.99
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309598 0 0 0 170646 153 0 0 25 0 4 0 160247636 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61359 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160388620 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.99
Current children cumulated vsize (KiB) 339192

[startup+1784.15 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 14973
/proc/meminfo: memFree=1160544/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1767.44
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309598 0 0 0 176590 154 0 0 25 0 4 0 160247636 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61359 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160388620 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.44
Current children cumulated vsize (KiB) 339192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 14973
/proc/meminfo: memFree=1132640/2055920 swapFree=4183900/4192956
[pid=14914] ppid=14912 vsize=339192 CPUtime=1800.08
/proc/14914/stat : 14914 (bprolog) R 14912 14914 13406 0 -1 4194304 309598 0 0 0 179854 154 0 0 25 0 4 0 160247636 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603997 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14914/statm: 84798 61359 170 90 0 84336 0
[pid=14914/tid=14916] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14916/stat : 14916 (bprolog) S 14912 14914 13406 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160253594 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14914/tid=14972] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14972/stat : 14972 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160343609 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14914/tid=14973] ppid=14912 vsize=339192 CPUtime=0
/proc/14914/task/14973/stat : 14973 (bprolog) S 14912 14914 13406 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160388620 347332608 61359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 339192

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1817.22
CPU time (s): 1800.13
CPU user time (s): 1798.55
CPU system time (s): 1.57876
CPU usage (%): 99.0597
Max. virtual memory (cumulated for all children) (KiB): 339192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.57876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309598
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= 11
involuntary context switches= 33972

runsolver used 2.08268 s user time and 5.44817 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 21:21:12 UTC 2007


IDJOB= 196063
IDBENCH= 3323
FILE ID= node47/196063-1168118472

PBS_JOBID= 3477414

Free space on /tmp= 66529 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-196063-1168118472 -o ROOT/results/node47/solver-196063-1168118472 -C 1800 -M 900  /tmp/evaluation/196063-1168118472/Complete/Ordinary/solver /tmp/evaluation/196063-1168118472/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  319c407682b16d5592d041c90ba4e937

RANDOM SEED= 955438750

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.240
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.240
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:       1779440 kB
Buffers:         16528 kB
Cached:         158356 kB
SwapCached:       3480 kB
Active:         125528 kB
Inactive:       101200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779440 kB
SwapTotal:     4192956 kB
SwapFree:      4183900 kB
Dirty:            7616 kB
Writeback:           0 kB
Mapped:          64624 kB
Slab:            34808 kB
Committed_AS:  3042708 kB
PageTables:       1992 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= 66523 MiB



End job on node47 on Sat Jan  6 21:51:41 UTC 2007