Trace number 199905

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.14 1810.32

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-19_ext.xml
MD5SUM96d10c852907193ff355871085e03668
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/199905-1168138162/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/node4/watcher-199905-1168138162 -o ROOT/results/node4/solver-199905-1168138162 -C 1800 -M 900 /tmp/evaluation/199905-1168138162/Complete/Ordinary/solver /tmp/evaluation/199905-1168138162/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.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1602224/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=53472 CPUtime=0
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 162213168 54755328 204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550304 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 13368 205 123 90 0 12906 0

[startup+0.101772 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1602224/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=61640 CPUtime=0.09
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 1915 0 0 0 9 0 0 0 18 0 1 0 162213168 63119360 1631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 15410 1631 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.509806 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1602224/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=61640 CPUtime=0.5
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 7582 0 0 0 46 4 0 0 22 0 1 0 162213168 63119360 7298 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 15410 7299 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33089 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1527664/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=136228 CPUtime=1.32
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 19048 0 0 0 123 9 0 0 25 0 1 0 162213168 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.96804 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1557104/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=101068 CPUtime=2.95
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 21485 0 0 0 285 10 0 0 25 0 1 0 162213168 103493632 12637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603132 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 25267 12637 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.25536 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1508144/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=129612 CPUtime=6.25
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 52271 0 0 0 598 27 0 0 25 0 1 0 162213168 132722688 23976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 32403 23976 158 90 0 31941 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 129612

[startup+12.715 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1496752/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=130232 CPUtime=12.7
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 85870 0 0 0 1224 46 0 0 25 0 1 0 162213168 133357568 26399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859027 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 32558 26399 158 90 0 32096 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 130232

[startup+25.5452 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1494448/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=130332 CPUtime=25.52
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 144485 0 0 0 2472 80 0 0 25 0 1 0 162213168 133459968 26796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 32583 26796 158 90 0 32121 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 130332

[startup+51.1977 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 32601
/proc/meminfo: memFree=1381360/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=297820 CPUtime=51.17
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 284341 0 0 0 4957 160 0 0 25 0 1 0 162213168 304967680 55939 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552127 0 0 4096 2 0 0 0 17 1 0 0
/proc/32600/statm: 74455 55939 158 90 0 73993 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 297820

[startup+102.41 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 32602
/proc/meminfo: memFree=1345640/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=102.36
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 334253 0 0 0 10048 188 0 0 25 0 2 0 162213168 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134586043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32600/statm: 77511 62513 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 310044

[startup+162.447 s]
/proc/loadavg: 1.92 1.97 1.99 3/95 32709
/proc/meminfo: memFree=1439856/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=162.32
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 342503 0 0 0 16035 197 0 0 25 0 2 0 162213168 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62513 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 310044

[startup+222.497 s]
/proc/loadavg: 1.97 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1509800/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=222.1
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 342503 0 0 0 22011 199 0 0 25 0 2 0 162213168 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62513 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 310044

[startup+282.552 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1502312/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=281.83
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 342503 0 0 0 27984 199 0 0 25 0 2 0 162213168 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62513 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.83
Current children cumulated vsize (KiB) 310044

[startup+342.605 s]
/proc/loadavg: 1.99 1.97 1.99 3/88 32710
/proc/meminfo: memFree=1489256/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=341.6
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 33958 202 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134596291 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.6
Current children cumulated vsize (KiB) 310044

[startup+402.656 s]
/proc/loadavg: 2.06 1.99 1.99 3/88 32710
/proc/meminfo: memFree=1476648/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=401.37
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 39935 202 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.37
Current children cumulated vsize (KiB) 310044

[startup+462.709 s]
/proc/loadavg: 2.02 1.99 1.99 3/88 32710
/proc/meminfo: memFree=1461800/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=461.12
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 45909 203 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.12
Current children cumulated vsize (KiB) 310044

[startup+522.761 s]
/proc/loadavg: 2.01 1.99 1.99 3/88 32710
/proc/meminfo: memFree=1456744/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=520.88
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 51885 203 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.88
Current children cumulated vsize (KiB) 310044

[startup+582.818 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 32710
/proc/meminfo: memFree=1449768/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=580.65
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 57862 203 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.65
Current children cumulated vsize (KiB) 310044

[startup+642.868 s]
/proc/loadavg: 2.00 1.99 1.99 3/88 32710
/proc/meminfo: memFree=1444648/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=310044 CPUtime=640.39
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 346629 0 0 0 63835 204 0 0 25 0 2 0 162213168 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567806 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 77511 62514 170 90 0 77049 0
[pid=32600/tid=32602] ppid=32598 vsize=310044 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162219613 317485056 62514 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.39
Current children cumulated vsize (KiB) 310044

[startup+702.927 s]
/proc/loadavg: 2.04 2.00 2.00 3/94 324

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

[pid=32600/tid=921] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162309628 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.7
Current children cumulated vsize (KiB) 320288

[startup+1243.58 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 921
/proc/meminfo: memFree=1344928/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=320288 CPUtime=1236.45
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350755 0 0 0 123418 227 0 0 25 0 3 0 162213168 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 80072 62515 170 90 0 79610 0
[pid=32600/tid=32602] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162219613 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162309628 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.45
Current children cumulated vsize (KiB) 320288

[startup+1303.66 s]
/proc/loadavg: 2.00 2.03 2.00 3/89 921
/proc/meminfo: memFree=1337120/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=320288 CPUtime=1296.22
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350755 0 0 0 129394 228 0 0 25 0 3 0 162213168 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 80072 62515 170 90 0 79610 0
[pid=32600/tid=32602] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162219613 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162309628 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.22
Current children cumulated vsize (KiB) 320288

[startup+1363.73 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 921
/proc/meminfo: memFree=1331616/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=320288 CPUtime=1355.96
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350755 0 0 0 135368 228 0 0 25 0 3 0 162213168 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 80072 62515 170 90 0 79610 0
[pid=32600/tid=32602] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162219613 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=320288 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162309628 327974912 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.96
Current children cumulated vsize (KiB) 320288

[startup+1423.82 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 922
/proc/meminfo: memFree=1327064/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1415.72
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350756 0 0 0 141344 228 0 0 25 0 4 0 162213168 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565173 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62516 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162354636 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.72
Current children cumulated vsize (KiB) 330532

[startup+1483.83 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 922
/proc/meminfo: memFree=1322392/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1475.41
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350756 0 0 0 147313 228 0 0 25 0 4 0 162213168 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62516 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162354636 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.41
Current children cumulated vsize (KiB) 330532

[startup+1543.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1317848/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1535.08
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350756 0 0 0 153280 228 0 0 25 0 4 0 162213168 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62516 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162354636 338464768 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.08
Current children cumulated vsize (KiB) 330532

[startup+1603.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1311768/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1594.78
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350757 0 0 0 159249 229 0 0 25 0 4 0 162213168 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62517 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162354636 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.78
Current children cumulated vsize (KiB) 330532

[startup+1663.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 922
/proc/meminfo: memFree=1306648/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1654.45
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350757 0 0 0 165216 229 0 0 25 0 4 0 162213168 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62517 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162354636 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 330532

[startup+1723.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 924
/proc/meminfo: memFree=1302680/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1714.12
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350757 0 0 0 171183 229 0 0 25 0 4 0 162213168 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565621 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62517 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162354636 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.12
Current children cumulated vsize (KiB) 330532

[startup+1783.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 924
/proc/meminfo: memFree=1300312/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1773.81
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350757 0 0 0 177152 229 0 0 25 0 4 0 162213168 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62517 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162354636 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 330532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 924
/proc/meminfo: memFree=1299480/2055920 swapFree=4182144/4192956
[pid=32600] ppid=32598 vsize=330532 CPUtime=1800.08
/proc/32600/stat : 32600 (bprolog) R 32598 32600 31892 0 -1 4194304 350757 0 0 0 179779 229 0 0 25 0 4 0 162213168 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32600/statm: 82633 62517 170 90 0 82171 0
[pid=32600/tid=32602] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/32602/stat : 32602 (bprolog) S 32598 32600 31892 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162219613 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32600/tid=921] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/921/stat : 921 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162309628 338464768 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=32600/tid=922] ppid=32598 vsize=330532 CPUtime=0
/proc/32600/task/922/stat : 922 (bprolog) S 32598 32600 31892 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162354636 338464768 62517 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) 330532

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.32
CPU time (s): 1800.14
CPU user time (s): 1797.8
CPU system time (s): 2.33265
CPU usage (%): 99.4373
Max. virtual memory (cumulated for all children) (KiB): 330532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.8
system time used= 2.33264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350757
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= 16
involuntary context switches= 29820

runsolver used 2.00969 s user time and 5.48217 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 02:49:22 UTC 2007


IDJOB= 199905
IDBENCH= 3655
FILE ID= node4/199905-1168138162

PBS_JOBID= 3477793

Free space on /tmp= 66284 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-199905-1168138162 -o ROOT/results/node4/solver-199905-1168138162 -C 1800 -M 900  /tmp/evaluation/199905-1168138162/Complete/Ordinary/solver /tmp/evaluation/199905-1168138162/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  96d10c852907193ff355871085e03668

RANDOM SEED= 551373345

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.223
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.223
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:       1603152 kB
Buffers:         26552 kB
Cached:         111280 kB
SwapCached:       2520 kB
Active:         346012 kB
Inactive:        52088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603152 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            7924 kB
Writeback:           0 kB
Mapped:         270780 kB
Slab:            38976 kB
Committed_AS:  4325668 kB
PageTables:       2852 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= 66281 MiB



End job on node4 on Sun Jan  7 03:19:46 UTC 2007