Trace number 206798

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.13 1809.9

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-8_ext.xml
MD5SUM6ca11a40fe629bd40af8bb1fd5267065
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
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/206798-1168178051/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/node29/watcher-206798-1168178051 -o ROOT/results/node29/solver-206798-1168178051 -C 1800 -M 900 /tmp/evaluation/206798-1168178051/Complete/Ordinary/solver /tmp/evaluation/206798-1168178051/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.12 2.06 2.01 5/94 15575
/proc/meminfo: memFree=805088/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=5352 CPUtime=0
/proc/15574/stat : 15574 (sh) R 15572 15574 15278 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 166202006 5480448 234 18446744073709551615 4194304 4889804 548682069360 18446744073709551615 221780700455 0 0 4096 0 0 0 0 17 1 0 0
/proc/15574/statm: 1338 234 196 169 0 49 0

[startup+0.104767 s]
/proc/loadavg: 2.12 2.06 2.01 5/94 15575
/proc/meminfo: memFree=805088/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=61640 CPUtime=0.09
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 1990 0 0 0 8 1 0 0 18 0 1 0 166202006 63119360 1706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 15410 1706 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516785 s]
/proc/loadavg: 2.12 2.06 2.01 5/94 15575
/proc/meminfo: memFree=805088/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=61640 CPUtime=0.5
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 8138 0 0 0 46 4 0 0 22 0 1 0 166202006 63119360 7854 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697737 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 15410 7854 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33684 s]
/proc/loadavg: 2.12 2.06 2.01 3/94 15575
/proc/meminfo: memFree=712544/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=130336 CPUtime=1.3
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 21785 0 0 0 120 10 0 0 25 0 1 0 166202006 133464064 11714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859360 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 32584 11714 158 90 0 32122 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 130336

[startup+2.97394 s]
/proc/loadavg: 2.12 2.06 2.01 4/94 15575
/proc/meminfo: memFree=655712/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=165564 CPUtime=2.93
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 38486 0 0 0 275 18 0 0 25 0 1 0 166202006 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857196 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 165564

[startup+6.25314 s]
/proc/loadavg: 2.11 2.06 2.01 3/94 15575
/proc/meminfo: memFree=518304/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=240200 CPUtime=6.18
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 67401 0 0 0 588 30 0 0 25 0 1 0 166202006 245964800 29272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607318 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 60050 29272 158 90 0 59588 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 240200

[startup+12.7156 s]
/proc/loadavg: 2.10 2.05 2.01 4/94 15575
/proc/meminfo: memFree=459040/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=246932 CPUtime=12.58
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 108913 0 0 0 1206 52 0 0 25 0 1 0 166202006 252858368 48777 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865600 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 61733 48777 158 90 0 61271 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 246932

[startup+25.5583 s]
/proc/loadavg: 2.15 2.07 2.01 3/94 15575
/proc/meminfo: memFree=416928/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=252792 CPUtime=25.28
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 175133 0 0 0 2438 90 0 0 25 0 1 0 166202006 258859008 52745 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857815 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 63198 52745 158 90 0 62736 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 252792

[startup+51.2279 s]
/proc/loadavg: 2.30 2.11 2.02 3/94 15575
/proc/meminfo: memFree=403616/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=253128 CPUtime=50.72
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 293514 0 0 0 4913 159 0 0 25 0 1 0 166202006 259203072 54121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 63282 54121 158 90 0 62820 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 253128

[startup+102.454 s]
/proc/loadavg: 2.20 2.11 2.02 3/94 15575
/proc/meminfo: memFree=302944/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=470076 CPUtime=101.47
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 542387 0 0 0 9842 305 0 0 25 0 1 0 166202006 481357824 92629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 0 0 0 17 0 0 0
/proc/15574/statm: 117519 92629 158 90 0 117057 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 470076

[startup+162.52 s]
/proc/loadavg: 2.07 2.08 2.02 3/95 15576
/proc/meminfo: memFree=131352/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=160.94
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669468 0 0 0 15721 373 0 0 25 0 2 0 166202006 650330112 121959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121959 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121959 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 635088

[startup+222.593 s]
/proc/loadavg: 2.02 2.07 2.01 3/95 15576
/proc/meminfo: memFree=131288/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=220.46
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669471 0 0 0 21672 374 0 0 25 0 2 0 166202006 650330112 121962 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121962 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121962 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 635088

[startup+282.666 s]
/proc/loadavg: 2.01 2.05 2.01 3/95 15576
/proc/meminfo: memFree=131224/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=279.99
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669472 0 0 0 27625 374 0 0 25 0 2 0 166202006 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121963 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 635088

[startup+342.698 s]
/proc/loadavg: 2.04 2.05 2.01 3/87 15802
/proc/meminfo: memFree=761568/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=339.67
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669472 0 0 0 33589 378 0 0 25 0 2 0 166202006 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664594 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121963 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 635088

[startup+402.738 s]
/proc/loadavg: 2.01 2.04 2.00 3/93 15886
/proc/meminfo: memFree=760392/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=399.4
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669473 0 0 0 39555 385 0 0 25 0 2 0 166202006 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121964 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.4
Current children cumulated vsize (KiB) 635088

[startup+462.789 s]
/proc/loadavg: 2.00 2.03 2.00 3/93 15972
/proc/meminfo: memFree=760432/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=459.11
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669473 0 0 0 45518 393 0 0 25 0 2 0 166202006 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670398 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121964 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (KiB) 635088

[startup+522.825 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 16000
/proc/meminfo: memFree=761440/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=518.84
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669473 0 0 0 51489 395 0 0 25 0 2 0 166202006 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121964 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.84
Current children cumulated vsize (KiB) 635088

[startup+582.863 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 16000
/proc/meminfo: memFree=761440/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=578.61
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669473 0 0 0 57466 395 0 0 25 0 2 0 166202006 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639098 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121964 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.61
Current children cumulated vsize (KiB) 635088

[startup+642.895 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 16000
/proc/meminfo: memFree=761440/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=638.38
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669473 0 0 0 63443 395 0 0 25 0 2 0 166202006 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 158772 121964 170 90 0 158310 0
[pid=15574/tid=15576] ppid=15572 vsize=635088 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166215328 650330112 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.38
Current children cumulated vsize (KiB) 635088

[startup+702.928 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 16000
/proc/meminfo: memFree=761440/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=635088 CPUtime=698.13

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

/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669474 0 0 0 117232 396 0 0 25 0 3 0 166202006 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 161333 121965 170 90 0 160871 0
[pid=15574/tid=15576] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166215328 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166305339 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.28
Current children cumulated vsize (KiB) 645332

[startup+1243.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16001
/proc/meminfo: memFree=761432/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=645332 CPUtime=1236.06
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669474 0 0 0 123210 396 0 0 25 0 3 0 166202006 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 161333 121965 170 90 0 160871 0
[pid=15574/tid=15576] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166215328 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166305339 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.06
Current children cumulated vsize (KiB) 645332

[startup+1303.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16001
/proc/meminfo: memFree=761432/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=645332 CPUtime=1295.87
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669474 0 0 0 129190 397 0 0 25 0 3 0 166202006 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589439 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 161333 121965 170 90 0 160871 0
[pid=15574/tid=15576] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166215328 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166305339 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.87
Current children cumulated vsize (KiB) 645332

[startup+1363.41 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 16001
/proc/meminfo: memFree=761432/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=645332 CPUtime=1355.65
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669474 0 0 0 135168 397 0 0 25 0 3 0 166202006 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 161333 121965 170 90 0 160871 0
[pid=15574/tid=15576] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166215328 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166305339 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.65
Current children cumulated vsize (KiB) 645332

[startup+1423.46 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 16003
/proc/meminfo: memFree=761304/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=645332 CPUtime=1415.42
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669474 0 0 0 141145 397 0 0 25 0 3 0 166202006 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 161333 121965 170 90 0 160871 0
[pid=15574/tid=15576] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166215328 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=645332 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166305339 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.42
Current children cumulated vsize (KiB) 645332

[startup+1483.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 16003
/proc/meminfo: memFree=761304/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1475.21
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669475 0 0 0 147124 397 0 0 25 0 4 0 166202006 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121966 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.21
Current children cumulated vsize (KiB) 655576

[startup+1543.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761360/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1535.02
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 153105 397 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.02
Current children cumulated vsize (KiB) 655576

[startup+1603.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761360/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1594.82
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 159084 398 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555771 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.82
Current children cumulated vsize (KiB) 655576

[startup+1663.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761424/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1654.65
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 165067 398 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610250 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.65
Current children cumulated vsize (KiB) 655576

[startup+1723.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761360/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1714.46
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 171048 398 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711877 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.46
Current children cumulated vsize (KiB) 655576

[startup+1783.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761424/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1774.26
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 177028 398 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 655576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16004
/proc/meminfo: memFree=761360/2055920 swapFree=4191880/4192956
[pid=15574] ppid=15572 vsize=655576 CPUtime=1800.05
/proc/15574/stat : 15574 (bprolog) R 15572 15574 15278 0 -1 4194304 669476 0 0 0 179606 399 0 0 25 0 4 0 166202006 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15574/statm: 163894 121967 170 90 0 163432 0
[pid=15574/tid=15576] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/15576/stat : 15576 (bprolog) S 15572 15574 15278 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166215328 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16001] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16001/stat : 16001 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166305339 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15574/tid=16004] ppid=15572 vsize=655576 CPUtime=0
/proc/15574/task/16004/stat : 16004 (bprolog) S 15572 15574 15278 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166350347 671309824 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 655576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.9
CPU time (s): 1800.13
CPU user time (s): 1796.07
CPU system time (s): 4.06038
CPU usage (%): 99.4602
Max. virtual memory (cumulated for all children) (KiB): 655576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.07
system time used= 4.06038
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669476
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= 12
involuntary context switches= 38941

runsolver used 2.01769 s user time and 4.6073 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 13:54:12 UTC 2007


IDJOB= 206798
IDBENCH= 4236
FILE ID= node29/206798-1168178051

PBS_JOBID= 3479038

Free space on /tmp= 66533 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-8_ext.xml
COMMAND LINE= /tmp/evaluation/206798-1168178051/Complete/Ordinary/solver /tmp/evaluation/206798-1168178051/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-206798-1168178051 -o ROOT/results/node29/conversion-206798-1168178051 -C 600 -M 900 /tmp/evaluation/206798-1168178051/Complete/Ordinary/conversion /tmp/evaluation/206798-1168178051/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-206798-1168178051 -o ROOT/results/node29/solver-206798-1168178051 -C 1800 -M 900  /tmp/evaluation/206798-1168178051/Complete/Ordinary/solver /tmp/evaluation/206798-1168178051/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6ca11a40fe629bd40af8bb1fd5267065

RANDOM SEED= 212599334

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.241
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.241
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:        805632 kB
Buffers:         80328 kB
Cached:         599360 kB
SwapCached:        448 kB
Active:         775512 kB
Inactive:       398628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        805632 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           54028 kB
Writeback:           0 kB
Mapped:         518584 kB
Slab:            59764 kB
Committed_AS:  4026488 kB
PageTables:       3316 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= 66527 MiB



End job on node29 on Sun Jan  7 14:24:50 UTC 2007