Trace number 206746

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1805.06

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-3_ext.xml
MD5SUM8614834b234aa04ba8003bda8ea11c3b
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/206746-1168177534/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/node6/watcher-206746-1168177534 -o ROOT/results/node6/solver-206746-1168177534 -C 1800 -M 900 /tmp/evaluation/206746-1168177534/Complete/Ordinary/solver /tmp/evaluation/206746-1168177534/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.00 2.00 2.00 4/87 12448
/proc/meminfo: memFree=1114920/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=5352 CPUtime=0
/proc/12447/stat : 12447 (sh) R 12445 12447 11387 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 166151638 5480448 231 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 268582714418 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12447/statm: 1338 231 194 169 0 49 0

[startup+0.110494 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 12448
/proc/meminfo: memFree=1114920/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=61640 CPUtime=0.09
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 1918 0 0 0 9 0 0 0 20 0 1 0 166151638 63119360 1634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134693607 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 15410 1634 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.518549 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 12448
/proc/meminfo: memFree=1114920/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=61640 CPUtime=0.5
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 7540 0 0 0 46 4 0 0 24 0 1 0 166151638 63119360 7256 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 15410 7256 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34065 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=1049576/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=96172 CPUtime=1.31
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 19945 0 0 0 121 10 0 0 25 0 1 0 166151638 98480128 18416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 24043 18416 158 90 0 23581 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 96172

[startup+2.97984 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=1006440/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=165564 CPUtime=2.94
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 38486 0 0 0 273 21 0 0 25 0 1 0 166151638 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857838 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 165564

[startup+6.27022 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=930728/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=310516 CPUtime=6.2
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 66797 0 0 0 585 35 0 0 25 0 1 0 166151638 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 310516

[startup+12.743 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=920424/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=246656 CPUtime=12.61
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 105030 0 0 0 1205 56 0 0 25 0 1 0 166151638 252575744 48611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 61664 48611 158 90 0 61202 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 246656

[startup+25.5675 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=905896/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=252672 CPUtime=25.32
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 166223 0 0 0 2438 94 0 0 25 0 1 0 166151638 258736128 52339 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 63168 52339 158 90 0 62706 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 252672

[startup+51.2385 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=897576/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=253124 CPUtime=50.76
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 280426 0 0 0 4914 162 0 0 25 0 1 0 166151638 259198976 54100 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857829 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 63281 54100 158 90 0 62819 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 253124

[startup+102.475 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12448
/proc/meminfo: memFree=751528/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=538232 CPUtime=101.54
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 504811 0 0 0 9863 291 0 0 25 0 1 0 166151638 551149568 90035 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866683 0 0 4096 2 0 0 0 17 1 0 0
/proc/12447/statm: 134558 90035 158 90 0 134096 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 538232

[startup+162.544 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12449
/proc/meminfo: memFree=620960/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=161.07
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 15712 395 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612994 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 635088

[startup+222.632 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 12449
/proc/meminfo: memFree=618848/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=220.6
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 21664 396 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 635088

[startup+282.635 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 12449
/proc/meminfo: memFree=613344/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=280.06
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 27610 396 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 635088

[startup+342.682 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12449
/proc/meminfo: memFree=609952/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=339.56
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 33559 397 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 635088

[startup+402.767 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12522
/proc/meminfo: memFree=478248/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=399.44
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 39541 403 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711919 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.44
Current children cumulated vsize (KiB) 635088

[startup+462.78 s]
/proc/loadavg: 2.08 2.03 2.01 3/88 12523
/proc/meminfo: memFree=686112/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=459.35
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 45532 403 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.35
Current children cumulated vsize (KiB) 635088

[startup+522.855 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 12523
/proc/meminfo: memFree=683680/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=519.36
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 51533 403 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613082 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.36
Current children cumulated vsize (KiB) 635088

[startup+582.93 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 12523
/proc/meminfo: memFree=679392/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=579.39
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 57535 404 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.39
Current children cumulated vsize (KiB) 635088

[startup+643.011 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 12523
/proc/meminfo: memFree=671840/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=639.38
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686929 0 0 0 63534 404 0 0 25 0 2 0 166151638 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 158772 121966 170 90 0 158310 0
[pid=12447/tid=12449] ppid=12445 vsize=635088 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166165621 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.38
Current children cumulated vsize (KiB) 635088

[startup+703.084 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12523
/proc/meminfo: memFree=667104/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=635088 CPUtime=699.4

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

/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 117527 421 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.48
Current children cumulated vsize (KiB) 645332

[startup+1243.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12722
/proc/meminfo: memFree=634648/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=645332 CPUtime=1239.51
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 123530 421 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711687 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.51
Current children cumulated vsize (KiB) 645332

[startup+1303.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12722
/proc/meminfo: memFree=631576/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=645332 CPUtime=1299.56
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 129534 422 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.56
Current children cumulated vsize (KiB) 645332

[startup+1364.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12722
/proc/meminfo: memFree=627736/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=645332 CPUtime=1359.58
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 135536 422 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.58
Current children cumulated vsize (KiB) 645332

[startup+1424.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12722
/proc/meminfo: memFree=623448/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=645332 CPUtime=1419.62
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 141540 422 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.62
Current children cumulated vsize (KiB) 645332

[startup+1484.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 12722
/proc/meminfo: memFree=618328/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=645332 CPUtime=1479.65
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686930 0 0 0 147543 422 0 0 25 0 3 0 166151638 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 161333 121967 170 90 0 160871 0
[pid=12447/tid=12449] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166165621 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=645332 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166255635 660819968 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.65
Current children cumulated vsize (KiB) 645332

[startup+1544.26 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 12723
/proc/meminfo: memFree=613904/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1539.59
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 153537 422 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613082 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.59
Current children cumulated vsize (KiB) 655576

[startup+1604.28 s]
/proc/loadavg: 2.07 2.03 2.00 3/90 12723
/proc/meminfo: memFree=609744/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1599.55
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 159532 423 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.55
Current children cumulated vsize (KiB) 655576

[startup+1664.29 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 12723
/proc/meminfo: memFree=605712/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1659.51
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 165528 423 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604140 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.51
Current children cumulated vsize (KiB) 655576

[startup+1724.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 12723
/proc/meminfo: memFree=601808/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1719.45
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 171522 423 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.45
Current children cumulated vsize (KiB) 655576

[startup+1784.33 s]
/proc/loadavg: 2.04 2.02 2.00 3/90 12723
/proc/meminfo: memFree=598992/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1779.41
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 177518 423 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.41
Current children cumulated vsize (KiB) 655576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.97 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 12723
/proc/meminfo: memFree=597392/2055924 swapFree=4165672/4192956
[pid=12447] ppid=12445 vsize=655576 CPUtime=1800.02
/proc/12447/stat : 12447 (bprolog) R 12445 12447 11387 0 -1 4194304 686931 0 0 0 179579 423 0 0 25 0 4 0 166151638 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12447/statm: 163894 121968 170 90 0 163432 0
[pid=12447/tid=12449] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12449/stat : 12449 (bprolog) S 12445 12447 11387 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166165621 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12447/tid=12722] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12722/stat : 12722 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166255635 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12447/tid=12723] ppid=12445 vsize=655576 CPUtime=0
/proc/12447/task/12723/stat : 12723 (bprolog) S 12445 12447 11387 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166300647 671309824 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 1805.06
CPU time (s): 1800.11
CPU user time (s): 1795.8
CPU system time (s): 4.31534
CPU usage (%): 99.7258
Max. virtual memory (cumulated for all children) (KiB): 655576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.8
system time used= 4.31534
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686931
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= 14
involuntary context switches= 46038

runsolver used 2.02469 s user time and 5.96309 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 13:45:34 UTC 2007


IDJOB= 206746
IDBENCH= 4232
FILE ID= node6/206746-1168177534

PBS_JOBID= 3478840

Free space on /tmp= 66505 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-206746-1168177534 -o ROOT/results/node6/solver-206746-1168177534 -C 1800 -M 900  /tmp/evaluation/206746-1168177534/Complete/Ordinary/solver /tmp/evaluation/206746-1168177534/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8614834b234aa04ba8003bda8ea11c3b

RANDOM SEED= 815244929

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1115464 kB
Buffers:         68436 kB
Cached:         571604 kB
SwapCached:       2424 kB
Active:         367896 kB
Inactive:       487872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1115464 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           14332 kB
Writeback:           0 kB
Mapped:         226560 kB
Slab:            69012 kB
Committed_AS:  4880472 kB
PageTables:       2792 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= 66498 MiB



End job on node6 on Sun Jan  7 14:16:07 UTC 2007