Trace number 206772

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 1809.14

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-7_ext.xml
MD5SUMc50a68ea1c412f5e316347785e506ff7
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/206772-1168177735/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/node72/watcher-206772-1168177735 -o ROOT/results/node72/solver-206772-1168177735 -C 1800 -M 900 /tmp/evaluation/206772-1168177735/Complete/Ordinary/solver /tmp/evaluation/206772-1168177735/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.06 2.02 1.87 3/98 29537
/proc/meminfo: memFree=1091640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=5352 CPUtime=0
/proc/29536/stat : 29536 (sh) R 29534 29536 29301 0 -1 4194304 234 0 0 0 0 0 0 0 20 0 1 0 166185057 5480448 201 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4291808 0 0 4100 65536 0 0 0 17 1 0 0
/proc/29536/statm: 1338 201 167 169 0 49 0

[startup+0.103153 s]
/proc/loadavg: 2.06 2.02 1.87 3/98 29537
/proc/meminfo: memFree=1091640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=61640 CPUtime=0.09
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 1856 0 0 0 9 0 0 0 20 0 1 0 166185057 63119360 1572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134693542 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 15410 1572 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512193 s]
/proc/loadavg: 2.06 2.02 1.87 3/98 29537
/proc/meminfo: memFree=1091640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=61640 CPUtime=0.5
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 7550 0 0 0 45 5 0 0 24 0 1 0 166185057 63119360 7266 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 15410 7266 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34127 s]
/proc/loadavg: 2.05 2.02 1.87 3/98 29537
/proc/meminfo: memFree=1025144/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=130336 CPUtime=1.32
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 20426 0 0 0 120 12 0 0 25 0 1 0 166185057 133464064 10355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 32584 10355 158 90 0 32122 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 130336

[startup+2.98342 s]
/proc/loadavg: 2.05 2.02 1.87 3/98 29537
/proc/meminfo: memFree=983160/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=165564 CPUtime=2.96
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 38486 0 0 0 275 21 0 0 25 0 1 0 166185057 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858977 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 165564

[startup+6.26272 s]
/proc/loadavg: 2.05 2.02 1.87 3/98 29537
/proc/meminfo: memFree=907576/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=310516 CPUtime=6.22
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 66797 0 0 0 589 33 0 0 25 0 1 0 166185057 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866683 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 310516

[startup+12.7333 s]
/proc/loadavg: 2.04 2.02 1.87 3/98 29537
/proc/meminfo: memFree=897400/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=246656 CPUtime=12.66
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 105047 0 0 0 1211 55 0 0 25 0 1 0 166185057 252575744 48627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566525 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 61664 48627 158 90 0 61202 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 246656

[startup+25.5545 s]
/proc/loadavg: 2.04 2.02 1.87 3/98 29537
/proc/meminfo: memFree=882296/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=252672 CPUtime=25.41
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 166432 0 0 0 2452 89 0 0 25 0 1 0 166185057 258736128 52545 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613362 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 63168 52545 158 90 0 62706 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 252672

[startup+51.2218 s]
/proc/loadavg: 2.02 2.02 1.87 3/98 29537
/proc/meminfo: memFree=850872/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=253128 CPUtime=50.92
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 284791 0 0 0 4937 155 0 0 25 0 1 0 166185057 259203072 54108 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859008 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 63282 54108 158 90 0 62820 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 253128

[startup+102.446 s]
/proc/loadavg: 2.01 2.01 1.88 4/98 29537
/proc/meminfo: memFree=781048/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=470084 CPUtime=101.9
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 538569 0 0 0 9899 291 0 0 25 0 1 0 166185057 481366016 75719 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29536/statm: 117521 75719 158 90 0 117059 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 470084

[startup+162.498 s]
/proc/loadavg: 2.05 2.02 1.89 3/99 29538
/proc/meminfo: memFree=523696/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=161.66
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682570 0 0 0 15803 363 0 0 25 0 2 0 166185057 650334208 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121966 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 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.66
Current children cumulated vsize (KiB) 635092

[startup+222.561 s]
/proc/loadavg: 2.08 2.03 1.90 3/99 29538
/proc/meminfo: memFree=495792/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=221.45
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682571 0 0 0 21781 364 0 0 25 0 2 0 166185057 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121967 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 635092

[startup+282.624 s]
/proc/loadavg: 2.03 2.03 1.91 4/99 29538
/proc/meminfo: memFree=495728/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=281.22
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682571 0 0 0 27758 364 0 0 25 0 2 0 166185057 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670565 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121967 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.22
Current children cumulated vsize (KiB) 635092

[startup+342.685 s]
/proc/loadavg: 2.01 2.02 1.91 3/99 29538
/proc/meminfo: memFree=467312/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=341.01
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682571 0 0 0 33736 365 0 0 25 0 2 0 166185057 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121967 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 635092

[startup+402.744 s]
/proc/loadavg: 2.03 2.03 1.91 3/99 29538
/proc/meminfo: memFree=438640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=400.78
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682572 0 0 0 39713 365 0 0 25 0 2 0 166185057 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121968 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.78
Current children cumulated vsize (KiB) 635092

[startup+462.804 s]
/proc/loadavg: 2.01 2.02 1.91 3/99 29538
/proc/meminfo: memFree=438640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=460.57
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682572 0 0 0 45691 366 0 0 25 0 2 0 166185057 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581647 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121968 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.57
Current children cumulated vsize (KiB) 635092

[startup+522.86 s]
/proc/loadavg: 2.00 2.02 1.91 3/99 29538
/proc/meminfo: memFree=410096/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=520.32
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682572 0 0 0 51666 366 0 0 25 0 2 0 166185057 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 158773 121968 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 635092

[startup+582.925 s]
/proc/loadavg: 2.00 2.01 1.91 3/99 29538
/proc/meminfo: memFree=381360/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=579.97
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682572 0 0 0 57631 366 0 0 25 0 2 0 166185057 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29536/statm: 158773 121968 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.97
Current children cumulated vsize (KiB) 635092

[startup+642.981 s]
/proc/loadavg: 2.00 2.00 1.91 3/99 29538
/proc/meminfo: memFree=381360/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=639.71
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682572 0 0 0 63605 366 0 0 25 0 2 0 166185057 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29536/statm: 158773 121968 170 90 0 158311 0
[pid=29536/tid=29538] ppid=29534 vsize=635092 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166198724 650334208 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.71
Current children cumulated vsize (KiB) 635092

[startup+703.043 s]
/proc/loadavg: 2.04 2.01 1.92 3/105 29602
/proc/meminfo: memFree=350952/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=635092 CPUtime=699.42

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

/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 117389 370 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.59
Current children cumulated vsize (KiB) 645336

[startup+1243.74 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 29741
/proc/meminfo: memFree=236264/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=645336 CPUtime=1237.39
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 123369 370 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.39
Current children cumulated vsize (KiB) 645336

[startup+1303.83 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 29741
/proc/meminfo: memFree=207400/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=645336 CPUtime=1297.2
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 129349 371 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664644 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.2
Current children cumulated vsize (KiB) 645336

[startup+1363.92 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 29741
/proc/meminfo: memFree=207400/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=645336 CPUtime=1357.01
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 135330 371 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670189 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.01
Current children cumulated vsize (KiB) 645336

[startup+1424 s]
/proc/loadavg: 2.04 2.01 1.94 3/100 29741
/proc/meminfo: memFree=178600/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=645336 CPUtime=1416.74
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 141303 371 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.74
Current children cumulated vsize (KiB) 645336

[startup+1484.1 s]
/proc/loadavg: 2.01 2.01 1.94 3/100 29741
/proc/meminfo: memFree=178600/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=645336 CPUtime=1476.56
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682573 0 0 0 147284 372 0 0 25 0 3 0 166185057 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 161334 121969 170 90 0 160872 0
[pid=29536/tid=29538] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166198724 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=645336 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166288736 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.56
Current children cumulated vsize (KiB) 645336

[startup+1544.11 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 29742
/proc/meminfo: memFree=178528/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1536.29
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 153257 372 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.29
Current children cumulated vsize (KiB) 655580

[startup+1604.13 s]
/proc/loadavg: 2.03 2.01 1.94 3/101 29742
/proc/meminfo: memFree=149664/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1596.03
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 159230 373 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565575 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.03
Current children cumulated vsize (KiB) 655580

[startup+1664.15 s]
/proc/loadavg: 2.01 2.01 1.94 3/101 29744
/proc/meminfo: memFree=149344/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1655.76
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 165203 373 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 655580

[startup+1724.16 s]
/proc/loadavg: 2.00 2.00 1.94 3/101 29744
/proc/meminfo: memFree=120672/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1715.49
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 171175 374 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134588388 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.49
Current children cumulated vsize (KiB) 655580

[startup+1784.25 s]
/proc/loadavg: 2.08 2.02 1.95 3/97 29809
/proc/meminfo: memFree=595200/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1775.29
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 177154 375 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.29
Current children cumulated vsize (KiB) 655580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.05 s]
/proc/loadavg: 2.04 2.01 1.95 3/97 29935
/proc/meminfo: memFree=200640/2055920 swapFree=4191880/4192956
[pid=29536] ppid=29534 vsize=655580 CPUtime=1800.04
/proc/29536/stat : 29536 (bprolog) R 29534 29536 29301 0 -1 4194304 682574 0 0 0 179628 376 0 0 25 0 4 0 166185057 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584796 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29536/statm: 163895 121970 170 90 0 163433 0
[pid=29536/tid=29538] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29538/stat : 29538 (bprolog) S 29534 29536 29301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166198724 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29741] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29741/stat : 29741 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166288736 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29536/tid=29742] ppid=29534 vsize=655580 CPUtime=0
/proc/29536/task/29742/stat : 29742 (bprolog) S 29534 29536 29301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166333743 671313920 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
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): 1809.14
CPU time (s): 1800.14
CPU user time (s): 1796.29
CPU system time (s): 3.84542
CPU usage (%): 99.5025
Max. virtual memory (cumulated for all children) (KiB): 655580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.29
system time used= 3.84542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 682574
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= 55517

runsolver used 2.14867 s user time and 5.86511 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Jan  7 13:48:55 UTC 2007


IDJOB= 206772
IDBENCH= 4234
FILE ID= node72/206772-1168177735

PBS_JOBID= 3479097

Free space on /tmp= 66542 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-206772-1168177735 -o ROOT/results/node72/solver-206772-1168177735 -C 1800 -M 900  /tmp/evaluation/206772-1168177735/Complete/Ordinary/solver /tmp/evaluation/206772-1168177735/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c50a68ea1c412f5e316347785e506ff7

RANDOM SEED= 763621986

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1092120 kB
Buffers:         47332 kB
Cached:         585408 kB
SwapCached:        408 kB
Active:         357772 kB
Inactive:       530880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1092120 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           16004 kB
Writeback:           0 kB
Mapped:         283156 kB
Slab:            59376 kB
Committed_AS:  3774600 kB
PageTables:       2728 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= 66543 MiB



End job on node72 on Sun Jan  7 14:19:32 UTC 2007