Trace number 196323

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.11 1814.74

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-42_ext.xml
MD5SUM9b534ebbbf8ce10b1dee18db24a78748
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 benchmark539.028
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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/196323-1168121962/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/node15/watcher-196323-1168121962 -o ROOT/results/node15/solver-196323-1168121962 -C 1800 -M 900 /tmp/evaluation/196323-1168121962/Complete/Ordinary/solver /tmp/evaluation/196323-1168121962/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.98 2.00 2.00 5/87 30344
/proc/meminfo: memFree=1589712/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=18540 CPUtime=0
/proc/30343/stat : 30343 (runsolver) R 30341 30343 29245 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160592212 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30343/statm: 4635 279 244 17 0 2626 0

[startup+0.108094 s]
/proc/loadavg: 1.98 2.00 2.00 5/87 30344
/proc/meminfo: memFree=1589712/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=61640 CPUtime=0.09
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 1927 0 0 0 8 1 0 0 20 0 1 0 160592212 63119360 1643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 15410 1643 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516161 s]
/proc/loadavg: 1.98 2.00 2.00 5/87 30344
/proc/meminfo: memFree=1589712/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=61640 CPUtime=0.5
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 7567 0 0 0 47 3 0 0 23 0 1 0 160592212 63119360 7283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7912422 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 15410 7283 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.3383 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1548368/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=136228 CPUtime=1.31
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 19048 0 0 0 123 8 0 0 25 0 1 0 160592212 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.98258 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1547088/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=101068 CPUtime=2.95
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 20816 0 0 0 286 9 0 0 25 0 1 0 160592212 103493632 11969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555771 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 25267 11969 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.26214 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1495184/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=133876 CPUtime=6.2
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 49838 0 0 0 595 25 0 0 25 0 1 0 160592212 137089024 24244 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 33469 24244 158 90 0 33007 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 133876

[startup+12.7403 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1480400/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=134668 CPUtime=12.61
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 79293 0 0 0 1218 43 0 0 25 0 1 0 160592212 137900032 27159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 33667 27159 158 90 0 33205 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 134668

[startup+25.5655 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1476368/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=134828 CPUtime=25.31
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 131536 0 0 0 2459 72 0 0 25 0 1 0 160592212 138063872 27815 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 33707 27815 158 90 0 33245 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 134828

[startup+51.2279 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 30344
/proc/meminfo: memFree=1402320/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=314948 CPUtime=50.74
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 242796 0 0 0 4940 134 0 0 25 0 1 0 160592212 322506752 51187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857738 0 0 4096 2 0 0 0 17 1 0 0
/proc/30343/statm: 78737 51187 158 90 0 78275 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 314948

[startup+102.469 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1338952/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=101.51
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 10000 151 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560763 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 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) 327004

[startup+162.541 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1333512/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=161.03
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 15951 152 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 327004

[startup+222.618 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1328008/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=220.55
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 21903 152 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 327004

[startup+282.69 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1321608/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=280.08
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 27855 153 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.08
Current children cumulated vsize (KiB) 327004

[startup+342.766 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1315464/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=339.6
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 33807 153 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.6
Current children cumulated vsize (KiB) 327004

[startup+402.825 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1310088/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=399.11
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 39758 153 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604039 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.11
Current children cumulated vsize (KiB) 327004

[startup+462.899 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1304840/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=458.63
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 45709 154 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 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) 327004

[startup+522.966 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1300232/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=518.15
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 51661 154 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608698 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 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) 327004

[startup+583.042 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 30345
/proc/meminfo: memFree=1295496/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=577.68
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 57613 155 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552136 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 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) 327004

[startup+643.115 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 30345
/proc/meminfo: memFree=1292424/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=327004 CPUtime=637.19
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269939 0 0 0 63564 155 0 0 25 0 2 0 160592212 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552265 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 81751 60253 170 90 0 81289 0
[pid=30343/tid=30345] ppid=30341 vsize=327004 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160598240 334852096 60253 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.19
Current children cumulated vsize (KiB) 327004

[startup+703.188 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 30345

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

[pid=30343/tid=30346] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160688251 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.98
Current children cumulated vsize (KiB) 337248

[startup+1243.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1257856/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=337248 CPUtime=1232.43
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269940 0 0 0 123084 159 0 0 25 0 3 0 160592212 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613107 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 84312 60254 170 90 0 83850 0
[pid=30343/tid=30345] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160598240 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160688251 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.43
Current children cumulated vsize (KiB) 337248

[startup+1303.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1255488/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=337248 CPUtime=1291.88
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269940 0 0 0 129029 159 0 0 25 0 3 0 160592212 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567821 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 84312 60254 170 90 0 83850 0
[pid=30343/tid=30345] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160598240 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160688251 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.88
Current children cumulated vsize (KiB) 337248

[startup+1363.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1252480/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=337248 CPUtime=1351.43
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269940 0 0 0 134983 160 0 0 25 0 3 0 160592212 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 84312 60254 170 90 0 83850 0
[pid=30343/tid=30345] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160598240 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=337248 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160688251 345341952 60254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.43
Current children cumulated vsize (KiB) 337248

[startup+1423.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1249912/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1410.88
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 140928 160 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.88
Current children cumulated vsize (KiB) 347492

[startup+1483.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1247032/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1470.35
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 146875 160 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.35
Current children cumulated vsize (KiB) 347492

[startup+1544.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1243320/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1529.83
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 152822 161 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.83
Current children cumulated vsize (KiB) 347492

[startup+1604.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30637
/proc/meminfo: memFree=1445360/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1589.72
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 158808 164 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.72
Current children cumulated vsize (KiB) 347492

[startup+1664.17 s]
/proc/loadavg: 2.22 2.06 2.02 3/97 30644
/proc/meminfo: memFree=1301880/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1649.72
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 164808 164 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.72
Current children cumulated vsize (KiB) 347492

[startup+1724.22 s]
/proc/loadavg: 2.12 2.06 2.02 3/97 30644
/proc/meminfo: memFree=1251384/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1709.69
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 170805 164 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590472 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.69
Current children cumulated vsize (KiB) 347492

[startup+1784.29 s]
/proc/loadavg: 2.08 2.06 2.02 3/89 30682
/proc/meminfo: memFree=859968/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1769.7
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 176805 165 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600891 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.7
Current children cumulated vsize (KiB) 347492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.69 s]
/proc/loadavg: 2.05 2.05 2.01 3/89 30682
/proc/meminfo: memFree=524608/2055920 swapFree=4174172/4192956
[pid=30343] ppid=30341 vsize=347492 CPUtime=1800.06
/proc/30343/stat : 30343 (bprolog) R 30341 30343 29245 0 -1 4194304 269941 0 0 0 179841 165 0 0 25 0 4 0 160592212 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30343/statm: 86873 60255 170 90 0 86411 0
[pid=30343/tid=30345] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30345/stat : 30345 (bprolog) S 30341 30343 29245 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160598240 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30346] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30346/stat : 30346 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160688251 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=30343/tid=30347] ppid=30341 vsize=347492 CPUtime=0
/proc/30343/task/30347/stat : 30347 (bprolog) S 30341 30343 29245 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160733258 355831808 60255 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 347492

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.74
CPU time (s): 1800.11
CPU user time (s): 1798.42
CPU system time (s): 1.69574
CPU usage (%): 99.1939
Max. virtual memory (cumulated for all children) (KiB): 347492

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

runsolver used 2.13368 s user time and 5.9151 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 22:19:22 UTC 2007


IDJOB= 196323
IDBENCH= 3343
FILE ID= node15/196323-1168121962

PBS_JOBID= 3477140

Free space on /tmp= 66261 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-196323-1168121962 -o ROOT/results/node15/solver-196323-1168121962 -C 1800 -M 900  /tmp/evaluation/196323-1168121962/Complete/Ordinary/solver /tmp/evaluation/196323-1168121962/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9b534ebbbf8ce10b1dee18db24a78748

RANDOM SEED= 912829274

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.276
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.276
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:       1590192 kB
Buffers:         34812 kB
Cached:         261796 kB
SwapCached:       6400 kB
Active:         232532 kB
Inactive:       181468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590192 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            7256 kB
Writeback:           0 kB
Mapped:         127768 kB
Slab:            36200 kB
Committed_AS:  4463236 kB
PageTables:       2572 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= 66279 MiB



End job on node15 on Sat Jan  6 22:49:49 UTC 2007