Trace number 203155

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.14 1804.26

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-27_ext.xml
MD5SUMed6a1a368f1d19d26870e598c1e4b517
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/203155-1168156894/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-203155-1168156894 -o ROOT/results/node14/solver-203155-1168156894 -C 1800 -M 900 /tmp/evaluation/203155-1168156894/Complete/Ordinary/solver /tmp/evaluation/203155-1168156894/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.18 2.07 2.02 5/100 21709
/proc/meminfo: memFree=1004240/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=5352 CPUtime=0
/proc/21708/stat : 21708 (sh) R 21706 21708 21085 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 164087156 5480448 165 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 212234461737 0 0 4100 0 0 0 0 17 1 0 0
/proc/21708/statm: 1338 165 137 169 0 49 0

[startup+0.102883 s]
/proc/loadavg: 2.18 2.07 2.02 5/100 21709
/proc/meminfo: memFree=1004240/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=61640 CPUtime=0.09
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 1838 0 0 0 8 1 0 0 20 0 1 0 164087156 63119360 1554 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 15410 1554 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.51092 s]
/proc/loadavg: 2.18 2.07 2.02 5/100 21709
/proc/meminfo: memFree=1004240/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=61640 CPUtime=0.49
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 7411 0 0 0 44 5 0 0 23 0 1 0 164087156 63119360 7127 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589202 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 15410 7127 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.332 s]
/proc/loadavg: 2.17 2.06 2.02 3/100 21709
/proc/meminfo: memFree=933072/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=96172 CPUtime=1.3
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 19432 0 0 0 119 11 0 0 25 0 1 0 164087156 98480128 17903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 24043 17903 158 90 0 23581 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 96172

[startup+2.96917 s]
/proc/loadavg: 2.17 2.06 2.02 3/100 21713
/proc/meminfo: memFree=889808/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=165564 CPUtime=2.92
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 38486 0 0 0 270 22 0 0 25 0 1 0 164087156 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 165564

[startup+6.25146 s]
/proc/loadavg: 2.17 2.06 2.02 3/100 21715
/proc/meminfo: memFree=812688/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=310516 CPUtime=6.17
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 66797 0 0 0 583 34 0 0 25 0 1 0 164087156 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 310516

[startup+12.7211 s]
/proc/loadavg: 2.14 2.06 2.02 3/100 21723
/proc/meminfo: memFree=802512/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=246656 CPUtime=12.57
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 104968 0 0 0 1201 56 0 0 25 0 1 0 164087156 252575744 48550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 61664 48550 158 90 0 61202 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 246656

[startup+25.5709 s]
/proc/loadavg: 2.12 2.06 2.02 3/100 21731
/proc/meminfo: memFree=788240/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=252672 CPUtime=25.27
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 166224 0 0 0 2436 91 0 0 25 0 1 0 164087156 258736128 52339 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859360 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 63168 52339 158 90 0 62706 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 252672

[startup+51.2463 s]
/proc/loadavg: 2.13 2.07 2.02 3/94 21755
/proc/meminfo: memFree=781704/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=253124 CPUtime=50.66
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 280424 0 0 0 4906 160 0 0 25 0 1 0 164087156 259198976 54100 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 63281 54100 158 90 0 62819 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 253124

[startup+102.53 s]
/proc/loadavg: 2.05 2.05 2.01 3/94 21755
/proc/meminfo: memFree=637640/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=397604 CPUtime=101.47
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 508641 0 0 0 9851 296 0 0 25 0 1 0 164087156 407146496 58710 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612987 0 0 4096 2 0 0 0 17 1 0 0
/proc/21708/statm: 99401 58710 158 90 0 98939 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 397604

[startup+162.566 s]
/proc/loadavg: 2.02 2.04 2.01 3/95 21756
/proc/meminfo: memFree=509312/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=160.95
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686933 0 0 0 15698 397 0 0 25 0 2 0 164087156 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 158773 121970 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 635092

[startup+222.642 s]
/proc/loadavg: 2.05 2.05 2.01 4/95 21756
/proc/meminfo: memFree=509312/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=220.49
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 21651 398 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 635092

[startup+282.738 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 21982
/proc/meminfo: memFree=1145232/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=280.17
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 27618 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 635092

[startup+342.828 s]
/proc/loadavg: 2.00 2.03 2.00 4/87 21982
/proc/meminfo: memFree=1145424/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=340.17
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 33618 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.17
Current children cumulated vsize (KiB) 635092

[startup+402.926 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 21982
/proc/meminfo: memFree=1145424/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=400.21
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 39622 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.21
Current children cumulated vsize (KiB) 635092

[startup+463.021 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21982
/proc/meminfo: memFree=1145488/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=460.26
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 45627 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.26
Current children cumulated vsize (KiB) 635092

[startup+523.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21982
/proc/meminfo: memFree=1145488/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=520.26
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 51627 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.26
Current children cumulated vsize (KiB) 635092

[startup+583.207 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21982
/proc/meminfo: memFree=1145488/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=580.31
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 57632 399 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.31
Current children cumulated vsize (KiB) 635092

[startup+643.299 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21982
/proc/meminfo: memFree=1145488/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=640.36
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686934 0 0 0 63636 400 0 0 25 0 2 0 164087156 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552108 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 158773 121971 170 90 0 158311 0
[pid=21708/tid=21756] ppid=21706 vsize=635092 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164101136 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.36
Current children cumulated vsize (KiB) 635092

[startup+703.393 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21982
/proc/meminfo: memFree=1145424/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=635092 CPUtime=700.37

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

/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686936 0 0 0 117632 401 0 0 25 0 3 0 164087156 660824064 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554281 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121973 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.33
Current children cumulated vsize (KiB) 645336

[startup+1243.84 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 21985
/proc/meminfo: memFree=1144968/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=645336 CPUtime=1240.28
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686937 0 0 0 123627 401 0 0 25 0 3 0 164087156 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121974 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.28
Current children cumulated vsize (KiB) 645336

[startup+1303.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21985
/proc/meminfo: memFree=1144968/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=645336 CPUtime=1300.23
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686937 0 0 0 129622 401 0 0 25 0 3 0 164087156 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552271 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121974 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.23
Current children cumulated vsize (KiB) 645336

[startup+1363.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21985
/proc/meminfo: memFree=1144968/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=645336 CPUtime=1360.22
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686937 0 0 0 135620 402 0 0 25 0 3 0 164087156 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121974 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.22
Current children cumulated vsize (KiB) 645336

[startup+1423.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21985
/proc/meminfo: memFree=1144968/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=645336 CPUtime=1420.16
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686937 0 0 0 141614 402 0 0 25 0 3 0 164087156 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121974 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.16
Current children cumulated vsize (KiB) 645336

[startup+1483.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 21985
/proc/meminfo: memFree=1144968/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=645336 CPUtime=1480.12
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686937 0 0 0 147610 402 0 0 25 0 3 0 164087156 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 161334 121974 170 90 0 160872 0
[pid=21708/tid=21756] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164101136 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=645336 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164191151 660824064 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.12
Current children cumulated vsize (KiB) 645336

[startup+1543.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21986
/proc/meminfo: memFree=1144896/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1540.1
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 153608 402 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556813 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164236162 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.1
Current children cumulated vsize (KiB) 655580

[startup+1604.01 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 21986
/proc/meminfo: memFree=1144832/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1600.08
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 159606 402 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164236162 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.08
Current children cumulated vsize (KiB) 655580

[startup+1664.06 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 21986
/proc/meminfo: memFree=1144832/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1660.07
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 165605 402 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164236162 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.07
Current children cumulated vsize (KiB) 655580

[startup+1724.11 s]
/proc/loadavg: 2.10 2.03 2.01 3/89 21986
/proc/meminfo: memFree=1144768/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1720.07
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 171604 403 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164236162 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.07
Current children cumulated vsize (KiB) 655580

[startup+1784.15 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 21986
/proc/meminfo: memFree=1144768/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1780.04
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 177601 403 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164236162 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.04
Current children cumulated vsize (KiB) 655580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.17 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 21986
/proc/meminfo: memFree=1144768/2055920 swapFree=4182236/4192956
[pid=21708] ppid=21706 vsize=655580 CPUtime=1800.05
/proc/21708/stat : 21708 (bprolog) R 21706 21708 21085 0 -1 4194304 686938 0 0 0 179602 403 0 0 25 0 4 0 164087156 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21708/statm: 163895 121975 170 90 0 163433 0
[pid=21708/tid=21756] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21756/stat : 21756 (bprolog) S 21706 21708 21085 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164101136 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21708/tid=21985] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21985/stat : 21985 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164191151 671313920 121975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21708/tid=21986] ppid=21706 vsize=655580 CPUtime=0
/proc/21708/task/21986/stat : 21986 (bprolog) S 21706 21708 21085 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164236162 671313920 121975 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) 655580

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.26
CPU time (s): 1800.14
CPU user time (s): 1796.04
CPU system time (s): 4.10837
CPU usage (%): 99.7716
Max. virtual memory (cumulated for all children) (KiB): 655580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.03
system time used= 4.10837
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 25428

runsolver used 1.77773 s user time and 4.89825 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 08:01:34 UTC 2007


IDJOB= 203155
IDBENCH= 3921
FILE ID= node14/203155-1168156894

PBS_JOBID= 3478258

Free space on /tmp= 66301 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ed6a1a368f1d19d26870e598c1e4b517

RANDOM SEED= 240853658

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:       1004656 kB
Buffers:         42228 kB
Cached:         266636 kB
SwapCached:       4208 kB
Active:         846028 kB
Inactive:       131256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004656 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:           45624 kB
Writeback:           0 kB
Mapped:         684320 kB
Slab:            57148 kB
Committed_AS:  5715836 kB
PageTables:       3688 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= 66324 MiB



End job on node14 on Sun Jan  7 08:32:07 UTC 2007