Trace number 206395

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.15 1801.44

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-39_ext.xml
MD5SUM68d5320501a98636f847b1f84323d12a
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/206395-1168172428/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-206395-1168172428 -o ROOT/results/node72/solver-206395-1168172428 -C 1800 -M 900 /tmp/evaluation/206395-1168172428/Complete/Ordinary/solver /tmp/evaluation/206395-1168172428/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: 1.99 1.98 1.91 5/86 28964
/proc/meminfo: memFree=1306276/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=53472 CPUtime=0
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 165654122 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 13368 204 123 90 0 12906 0

[startup+0.103641 s]
/proc/loadavg: 1.99 1.98 1.91 5/86 28964
/proc/meminfo: memFree=1306276/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=61640 CPUtime=0.09
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 1994 0 0 0 9 0 0 0 18 0 1 0 165654122 63119360 1710 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 15410 1711 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511678 s]
/proc/loadavg: 1.99 1.98 1.91 5/86 28964
/proc/meminfo: memFree=1306276/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=61640 CPUtime=0.5
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 7886 0 0 0 47 3 0 0 22 0 1 0 165654122 63119360 7602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 15410 7602 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33175 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1237856/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=130336 CPUtime=1.32
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 21107 0 0 0 123 9 0 0 25 0 1 0 165654122 133464064 11036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 32584 11037 158 90 0 32122 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 130336

[startup+2.9679 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1197920/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=165564 CPUtime=2.96
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 38486 0 0 0 279 17 0 0 25 0 1 0 165654122 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 165564

[startup+6.2462 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1122400/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=240200 CPUtime=6.23
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 67016 0 0 0 594 29 0 0 25 0 1 0 165654122 245964800 28887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134592424 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 60050 28887 158 90 0 59588 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 240200

[startup+12.7038 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1111776/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=246932 CPUtime=12.69
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 108832 0 0 0 1223 46 0 0 25 0 1 0 165654122 252858368 48696 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 61733 48696 158 90 0 61271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 246932

[startup+25.518 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1110240/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=252740 CPUtime=25.49
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 170690 0 0 0 2473 76 0 0 25 0 1 0 165654122 258805760 52562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 63185 52562 158 90 0 62723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252740

[startup+51.1393 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=1090080/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=253128 CPUtime=51.1
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 293518 0 0 0 4974 136 0 0 25 0 1 0 165654122 259203072 54121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 63282 54121 158 90 0 62820 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 253128

[startup+102.382 s]
/proc/loadavg: 1.99 1.98 1.91 3/86 28964
/proc/meminfo: memFree=956128/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=473908 CPUtime=102.33
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 558393 0 0 0 9980 253 0 0 25 0 1 0 165654122 485281792 94509 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857784 0 0 4096 2 0 0 0 17 1 0 0
/proc/28963/statm: 118477 94509 158 90 0 118015 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 473908

[startup+162.449 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=162.38
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 15929 309 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604168 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 162.38
Current children cumulated vsize (KiB) 635092

[startup+222.523 s]
/proc/loadavg: 2.09 2.01 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=222.44
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 21935 309 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 222.44
Current children cumulated vsize (KiB) 635092

[startup+282.598 s]
/proc/loadavg: 2.03 2.01 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=282.5
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 27940 310 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134596351 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 282.5
Current children cumulated vsize (KiB) 635092

[startup+342.678 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=342.56
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 33946 310 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 342.56
Current children cumulated vsize (KiB) 635092

[startup+402.765 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=402.64
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 39953 311 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603997 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 402.64
Current children cumulated vsize (KiB) 635092

[startup+462.844 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=462.7
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 45959 311 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 462.7
Current children cumulated vsize (KiB) 635092

[startup+522.918 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817880/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=522.75
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 51964 311 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565143 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 522.75
Current children cumulated vsize (KiB) 635092

[startup+582.995 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=582.82
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 57970 312 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 582.82
Current children cumulated vsize (KiB) 635092

[startup+643.079 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=642.88
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678210 0 0 0 63976 312 0 0 25 0 2 0 165654122 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 158773 121970 170 90 0 158311 0
[pid=28963/tid=28965] ppid=28961 vsize=635092 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165667419 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) 642.88
Current children cumulated vsize (KiB) 635092

[startup+703.16 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 28965
/proc/meminfo: memFree=817816/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=635092 CPUtime=702.94

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

/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678211 0 0 0 118017 315 0 0 25 0 3 0 165654122 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574005 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 161334 121971 170 90 0 160872 0
[pid=28963/tid=28965] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165667419 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165757434 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.32
Current children cumulated vsize (KiB) 645336

[startup+1243.66 s]
/proc/loadavg: 2.09 2.03 1.94 3/88 28966
/proc/meminfo: memFree=817744/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=645336 CPUtime=1243.31
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678211 0 0 0 124015 316 0 0 25 0 3 0 165654122 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711765 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 161334 121971 170 90 0 160872 0
[pid=28963/tid=28965] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165667419 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165757434 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.31
Current children cumulated vsize (KiB) 645336

[startup+1303.67 s]
/proc/loadavg: 2.03 2.03 1.94 3/88 28966
/proc/meminfo: memFree=817808/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=645336 CPUtime=1303.29
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678211 0 0 0 130013 316 0 0 25 0 3 0 165654122 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711859 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 161334 121971 170 90 0 160872 0
[pid=28963/tid=28965] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165667419 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165757434 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1303.29
Current children cumulated vsize (KiB) 645336

[startup+1363.68 s]
/proc/loadavg: 2.01 2.02 1.94 3/88 28966
/proc/meminfo: memFree=817808/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=645336 CPUtime=1363.29
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678211 0 0 0 136013 316 0 0 25 0 3 0 165654122 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 161334 121971 170 90 0 160872 0
[pid=28963/tid=28965] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165667419 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165757434 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1363.29
Current children cumulated vsize (KiB) 645336

[startup+1423.69 s]
/proc/loadavg: 2.00 2.01 1.94 3/88 28966
/proc/meminfo: memFree=817744/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=645336 CPUtime=1423.28
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678211 0 0 0 142011 317 0 0 25 0 3 0 165654122 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 161334 121971 170 90 0 160872 0
[pid=28963/tid=28965] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165667419 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=645336 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165757434 660824064 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1423.28
Current children cumulated vsize (KiB) 645336

[startup+1483.69 s]
/proc/loadavg: 2.00 2.01 1.94 3/88 28966
/proc/meminfo: memFree=817744/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1483.26
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678214 0 0 0 148009 317 0 0 25 0 4 0 165654122 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604133 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 163895 121974 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.26
Current children cumulated vsize (KiB) 655580

[startup+1543.71 s]
/proc/loadavg: 2.00 2.00 1.94 3/89 28967
/proc/meminfo: memFree=817736/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1543.27
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 154010 317 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.27
Current children cumulated vsize (KiB) 655580

[startup+1603.74 s]
/proc/loadavg: 2.00 2.00 1.94 3/89 28967
/proc/meminfo: memFree=817736/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1603.29
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 160011 318 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.29
Current children cumulated vsize (KiB) 655580

[startup+1663.81 s]
/proc/loadavg: 2.00 2.00 1.94 3/89 29030
/proc/meminfo: memFree=695112/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1663.16
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 165994 322 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565205 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.16
Current children cumulated vsize (KiB) 655580

[startup+1723.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/89 29030
/proc/meminfo: memFree=617928/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1722.97
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 171974 323 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.97
Current children cumulated vsize (KiB) 655580

[startup+1784 s]
/proc/loadavg: 2.00 2.00 1.94 3/89 29030
/proc/meminfo: memFree=351944/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1782.77
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 177954 323 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639127 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.77
Current children cumulated vsize (KiB) 655580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.36 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 29031
/proc/meminfo: memFree=333248/2055920 swapFree=4191880/4192956
[pid=28963] ppid=28961 vsize=655580 CPUtime=1800.06
/proc/28963/stat : 28963 (bprolog) R 28961 28963 28040 0 -1 4194304 678217 0 0 0 179683 323 0 0 25 0 4 0 165654122 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28963/statm: 163895 121977 170 90 0 163433 0
[pid=28963/tid=28965] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28965/stat : 28965 (bprolog) S 28961 28963 28040 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165667419 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28966] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28966/stat : 28966 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165757434 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=28963/tid=28967] ppid=28961 vsize=655580 CPUtime=0
/proc/28963/task/28967/stat : 28967 (bprolog) S 28961 28963 28040 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165802444 671313920 121977 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
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): 1801.44
CPU time (s): 1800.15
CPU user time (s): 1796.84
CPU system time (s): 3.3065
CPU usage (%): 99.9281
Max. virtual memory (cumulated for all children) (KiB): 655580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.84
system time used= 3.3065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 36918

runsolver used 1.65875 s user time and 4.76727 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Jan  7 12:20:28 UTC 2007


IDJOB= 206395
IDBENCH= 4205
FILE ID= node72/206395-1168172428

PBS_JOBID= 3479059

Free space on /tmp= 66542 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  68d5320501a98636f847b1f84323d12a

RANDOM SEED= 826762876

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:       1306816 kB
Buffers:         46996 kB
Cached:         562352 kB
SwapCached:        408 kB
Active:         156056 kB
Inactive:       518440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306816 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           14460 kB
Writeback:           0 kB
Mapped:          85684 kB
Slab:            59324 kB
Committed_AS:  3026892 kB
PageTables:       2260 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= 66529 MiB



End job on node72 on Sun Jan  7 12:50:54 UTC 2007