Trace number 207522

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.06 1806.4

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-8.xml
MD5SUMa88130445cb0a25bd66e79fb321e4404
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.3002
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207522-1168182129/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/node14/watcher-207522-1168182129 -o ROOT/results/node14/solver-207522-1168182129 -C 1800 -M 900 /tmp/evaluation/207522-1168182129/Complete/Ordinary/solver /tmp/evaluation/207522-1168182129/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.22 2.17 2.05 4/94 29997
/proc/meminfo: memFree=1630696/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=53472 CPUtime=0
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 166609062 54755328 210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 13368 210 123 90 0 12906 0

[startup+0.108007 s]
/proc/loadavg: 2.22 2.17 2.05 4/94 29997
/proc/meminfo: memFree=1630696/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=53824 CPUtime=0.1
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 2355 0 0 0 9 1 0 0 18 0 1 0 166609062 55115776 2071 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 13456 2071 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.516045 s]
/proc/loadavg: 2.22 2.17 2.05 4/94 29997
/proc/meminfo: memFree=1630696/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=53824 CPUtime=0.51
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 6151 0 0 0 48 3 0 0 21 0 1 0 166609062 55115776 5867 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134736427 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 13456 5867 157 90 0 12994 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 53824

[startup+1.33712 s]
/proc/loadavg: 2.22 2.17 2.05 3/94 29997
/proc/meminfo: memFree=1597624/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=74212 CPUtime=1.32
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 8732 0 0 0 129 3 0 0 25 0 1 0 166609062 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662725 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.97428 s]
/proc/loadavg: 2.20 2.17 2.05 3/94 29997
/proc/meminfo: memFree=1597624/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=74212 CPUtime=2.96
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 8733 0 0 0 293 3 0 0 25 0 1 0 166609062 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 74212

[startup+6.25759 s]
/proc/loadavg: 2.20 2.17 2.05 3/94 30005
/proc/meminfo: memFree=1574912/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=91020 CPUtime=6.24
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 15884 0 0 0 618 6 0 0 25 0 1 0 166609062 93204480 14087 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 0 0 0 17 1 0 0
/proc/29996/statm: 22755 14087 177 90 0 22293 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 91020

[startup+12.7152 s]
/proc/loadavg: 2.17 2.17 2.05 3/95 30010
/proc/meminfo: memFree=1558136/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=101376 CPUtime=12.69
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 20581 0 0 0 1261 8 0 0 25 0 2 0 166609062 103809024 18299 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 25344 18299 180 90 0 24882 0
[pid=29996/tid=30006] ppid=29994 vsize=101376 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 103809024 18299 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101376

[startup+25.5386 s]
/proc/loadavg: 2.14 2.16 2.05 3/96 30019
/proc/meminfo: memFree=1558136/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=101376 CPUtime=25.5
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 20583 0 0 0 2542 8 0 0 25 0 2 0 166609062 103809024 18301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 25344 18301 180 90 0 24882 0
[pid=29996/tid=30006] ppid=29994 vsize=101376 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 103809024 18301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 101376

[startup+51.1958 s]
/proc/loadavg: 2.09 2.15 2.05 3/90 30041
/proc/meminfo: memFree=1559216/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=101376 CPUtime=51.12
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 20583 0 0 0 5104 8 0 0 25 0 2 0 166609062 103809024 18301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 25344 18301 180 90 0 24882 0
[pid=29996/tid=30006] ppid=29994 vsize=101376 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 103809024 18301 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 101376

[startup+102.41 s]
/proc/loadavg: 2.07 2.13 2.05 3/90 30041
/proc/meminfo: memFree=1559280/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=101376 CPUtime=102.32
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 20585 0 0 0 10223 9 0 0 25 0 2 0 166609062 103809024 18303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751781 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 25344 18303 180 90 0 24882 0
[pid=29996/tid=30006] ppid=29994 vsize=101376 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 103809024 18303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 101376

[startup+162.422 s]
/proc/loadavg: 2.03 2.11 2.04 4/90 30041
/proc/meminfo: memFree=1559088/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=162.32
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22577 0 0 0 16222 10 0 0 25 0 2 0 166609062 111808512 18341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18341 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18341 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) 109188

[startup+222.515 s]
/proc/loadavg: 2.01 2.08 2.04 3/90 30041
/proc/meminfo: memFree=1559152/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=222.39
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22578 0 0 0 22229 10 0 0 25 0 2 0 166609062 111808512 18342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18342 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 109188

[startup+282.525 s]
/proc/loadavg: 2.00 2.07 2.03 3/90 30041
/proc/meminfo: memFree=1553776/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=282.39
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22578 0 0 0 28228 11 0 0 25 0 2 0 166609062 111808512 18342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18342 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18342 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 109188

[startup+342.612 s]
/proc/loadavg: 2.00 2.05 2.02 3/90 30041
/proc/meminfo: memFree=1553528/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=342.46
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22579 0 0 0 34235 11 0 0 25 0 2 0 166609062 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18343 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 109188

[startup+402.702 s]
/proc/loadavg: 2.06 2.06 2.02 3/90 30041
/proc/meminfo: memFree=1553464/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=402.53
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22579 0 0 0 40241 12 0 0 25 0 2 0 166609062 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18343 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 109188

[startup+462.798 s]
/proc/loadavg: 2.02 2.04 2.02 3/90 30041
/proc/meminfo: memFree=1553464/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=462.61
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22579 0 0 0 46249 12 0 0 25 0 2 0 166609062 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18343 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.61
Current children cumulated vsize (KiB) 109188

[startup+522.862 s]
/proc/loadavg: 2.04 2.05 2.02 3/98 30130
/proc/meminfo: memFree=1370872/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=522.41
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22579 0 0 0 52228 13 0 0 25 0 2 0 166609062 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18343 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 109188

[startup+582.943 s]
/proc/loadavg: 2.01 2.04 2.01 3/98 30130
/proc/meminfo: memFree=1230072/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=582.22
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22580 0 0 0 58208 14 0 0 25 0 2 0 166609062 111808512 18344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18344 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 166609832 111808512 18344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 109188

[startup+642.98 s]
/proc/loadavg: 2.07 2.04 2.01 3/98 30130
/proc/meminfo: memFree=1092152/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=109188 CPUtime=641.97
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22580 0 0 0 64183 14 0 0 25 0 2 0 166609062 111808512 18344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29996/statm: 27297 18344 180 90 0 26835 0
[pid=29996/tid=30006] ppid=29994 vsize=109188 CPUtime=0

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

Current children cumulated CPU time (s) 1179.89
Current children cumulated vsize (KiB) 119432

[startup+1243.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30486
/proc/meminfo: memFree=1560824/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=119432 CPUtime=1239.63
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22584 0 0 0 123946 17 0 0 25 0 3 0 166609062 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 29858 18348 180 90 0 29396 0
[pid=29996/tid=30006] ppid=29994 vsize=119432 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166609832 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=119432 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 166699858 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.63
Current children cumulated vsize (KiB) 119432

[startup+1303.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30486
/proc/meminfo: memFree=1560824/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=119432 CPUtime=1299.38
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22584 0 0 0 129921 17 0 0 25 0 3 0 166609062 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134660642 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 29858 18348 180 90 0 29396 0
[pid=29996/tid=30006] ppid=29994 vsize=119432 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166609832 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=119432 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 166699858 122298368 18348 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.38
Current children cumulated vsize (KiB) 119432

[startup+1363.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30487
/proc/meminfo: memFree=1560816/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1359.12
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22585 0 0 0 135895 17 0 0 25 0 4 0 166609062 132788224 18349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18349 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166744878 132788224 18349 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.12
Current children cumulated vsize (KiB) 129676

[startup+1423.48 s]
/proc/loadavg: 2.04 2.01 2.00 3/90 30487
/proc/meminfo: memFree=1560176/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1418.88
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 141871 17 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.88
Current children cumulated vsize (KiB) 129676

[startup+1483.52 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 30487
/proc/meminfo: memFree=1560176/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1478.65
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 147848 17 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.65
Current children cumulated vsize (KiB) 129676

[startup+1543.56 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 30487
/proc/meminfo: memFree=1560112/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1538.42
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 153824 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.42
Current children cumulated vsize (KiB) 129676

[startup+1603.6 s]
/proc/loadavg: 2.04 2.03 2.00 3/91 30488
/proc/meminfo: memFree=1559912/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1598.19
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 159801 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.19
Current children cumulated vsize (KiB) 129676

[startup+1663.63 s]
/proc/loadavg: 2.01 2.03 2.00 3/91 30488
/proc/meminfo: memFree=1559912/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1657.95
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 165777 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.95
Current children cumulated vsize (KiB) 129676

[startup+1723.67 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 30488
/proc/meminfo: memFree=1559848/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1717.7
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 171752 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.7
Current children cumulated vsize (KiB) 129676

[startup+1783.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 30488
/proc/meminfo: memFree=1559848/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1777.47
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 177729 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.47
Current children cumulated vsize (KiB) 129676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.38 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 30488
/proc/meminfo: memFree=1559848/2055920 swapFree=4182236/4192956
[pid=29996] ppid=29994 vsize=129676 CPUtime=1800.03
/proc/29996/stat : 29996 (bprolog) R 29994 29996 29708 0 -1 4194304 22774 0 0 0 179985 18 0 0 25 0 4 0 166609062 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29996/statm: 32419 18538 180 90 0 31957 0
[pid=29996/tid=30006] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30006/stat : 30006 (bprolog) S 29994 29996 29708 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166609832 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29996/tid=30484] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30484/stat : 30484 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166699858 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29996/tid=30487] ppid=29994 vsize=129676 CPUtime=0
/proc/29996/task/30487/stat : 30487 (bprolog) S 29994 29996 29708 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166744878 132788224 18538 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 129676

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.4
CPU time (s): 1800.06
CPU user time (s): 1799.86
CPU system time (s): 0.197969
CPU usage (%): 99.6488
Max. virtual memory (cumulated for all children) (KiB): 129676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22774
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= 15
involuntary context switches= 23539

runsolver used 1.63375 s user time and 4.82527 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 15:02:09 UTC 2007


IDJOB= 207522
IDBENCH= 4296
FILE ID= node14/207522-1168182129

PBS_JOBID= 3478916

Free space on /tmp= 66341 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-8.xml
COMMAND LINE= /tmp/evaluation/207522-1168182129/Complete/Ordinary/solver /tmp/evaluation/207522-1168182129/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node14/convwatcher-207522-1168182129 -o ROOT/results/node14/conversion-207522-1168182129 -C 600 -M 900 /tmp/evaluation/207522-1168182129/Complete/Ordinary/conversion /tmp/evaluation/207522-1168182129/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-207522-1168182129 -o ROOT/results/node14/solver-207522-1168182129 -C 1800 -M 900  /tmp/evaluation/207522-1168182129/Complete/Ordinary/solver /tmp/evaluation/207522-1168182129/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a88130445cb0a25bd66e79fb321e4404

RANDOM SEED= 91480304

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.227
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.227
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:       1631192 kB
Buffers:         40688 kB
Cached:         249936 kB
SwapCached:       4156 kB
Active:         144680 kB
Inactive:       211432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631192 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            5468 kB
Writeback:           0 kB
Mapped:          76072 kB
Slab:            53080 kB
Committed_AS:  5281972 kB
PageTables:       2420 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= 66340 MiB



End job on node14 on Sun Jan  7 15:32:28 UTC 2007