Trace number 203285

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.19 1809.78

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-37_ext.xml
MD5SUM6d2a57b90818efdac2f338728d8f6bf2
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/203285-1168158753/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/node42/watcher-203285-1168158753 -o ROOT/results/node42/solver-203285-1168158753 -C 1800 -M 900 /tmp/evaluation/203285-1168158753/Complete/Ordinary/solver /tmp/evaluation/203285-1168158753/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.98 2.00 1.95 5/80 15305
/proc/meminfo: memFree=1605216/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=5352 CPUtime=0
/proc/15304/stat : 15304 (sh) R 15302 15304 14378 0 -1 4194304 266 0 0 0 0 0 0 0 21 0 1 0 164277322 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 259415012905 0 0 4100 65536 0 0 0 17 1 0 0
/proc/15304/statm: 1338 233 196 169 0 49 0

[startup+0.102571 s]
/proc/loadavg: 1.98 2.00 1.95 5/80 15305
/proc/meminfo: memFree=1605216/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=61640 CPUtime=0.08
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 1775 0 0 0 7 1 0 0 21 0 1 0 164277322 63119360 1491 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 15410 1491 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510619 s]
/proc/loadavg: 1.98 2.00 1.95 5/80 15305
/proc/meminfo: memFree=1605216/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=61640 CPUtime=0.49
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 7519 0 0 0 45 4 0 0 24 0 1 0 164277322 63119360 7235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 12807203 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 15410 7235 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33171 s]
/proc/loadavg: 1.98 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1538976/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=130336 CPUtime=1.3
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 20343 0 0 0 119 11 0 0 25 0 1 0 164277322 133464064 10272 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858977 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 32584 10272 158 90 0 32122 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 130336

[startup+2.96889 s]
/proc/loadavg: 1.98 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1496800/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=165564 CPUtime=2.92
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 38486 0 0 0 274 18 0 0 25 0 1 0 164277322 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857829 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 165564

[startup+6.24826 s]
/proc/loadavg: 1.98 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1421280/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=310516 CPUtime=6.18
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 66797 0 0 0 588 30 0 0 25 0 1 0 164277322 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866683 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 310516

[startup+12.711 s]
/proc/loadavg: 1.98 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1411104/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=246656 CPUtime=12.57
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 105047 0 0 0 1209 48 0 0 25 0 1 0 164277322 252575744 48627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711206 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 61664 48627 158 90 0 61202 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 246656

[startup+25.5789 s]
/proc/loadavg: 1.98 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1396000/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=252672 CPUtime=25.33
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 166430 0 0 0 2451 82 0 0 25 0 1 0 164277322 258736128 52545 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134585412 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 63168 52545 158 90 0 62706 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 252672

[startup+51.2198 s]
/proc/loadavg: 1.99 2.00 1.95 3/80 15305
/proc/meminfo: memFree=1389024/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=253128 CPUtime=50.73
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 284791 0 0 0 4929 144 0 0 25 0 1 0 164277322 259203072 54110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 63282 54110 158 90 0 62820 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 253128

[startup+102.497 s]
/proc/loadavg: 1.99 2.00 1.95 4/80 15305
/proc/meminfo: memFree=1338976/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=470080 CPUtime=101.56
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 530894 0 0 0 9887 269 0 0 25 0 1 0 164277322 481361920 63684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/15304/statm: 117520 63684 158 90 0 117058 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 470080

[startup+162.517 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 15306
/proc/meminfo: memFree=1116824/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=161.03
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686928 0 0 0 15755 348 0 0 25 0 2 0 164277322 650334208 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15304/statm: 158773 121969 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 650334208 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 635092

[startup+222.527 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 15306
/proc/meminfo: memFree=1116760/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=220.5
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686929 0 0 0 21702 348 0 0 25 0 2 0 164277322 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565523 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15304/statm: 158773 121970 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 220.5
Current children cumulated vsize (KiB) 635092

[startup+282.541 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 15306
/proc/meminfo: memFree=1116696/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=279.98
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686929 0 0 0 27649 349 0 0 25 0 2 0 164277322 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134605506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15304/statm: 158773 121970 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 279.98
Current children cumulated vsize (KiB) 635092

[startup+342.621 s]
/proc/loadavg: 1.94 1.98 1.95 3/81 15364
/proc/meminfo: memFree=1110744/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=339.76
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686929 0 0 0 33625 351 0 0 25 0 2 0 164277322 650334208 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121970 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 339.76
Current children cumulated vsize (KiB) 635092

[startup+402.654 s]
/proc/loadavg: 1.98 1.98 1.95 3/81 15364
/proc/meminfo: memFree=1110936/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=399.53
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686930 0 0 0 39602 351 0 0 25 0 2 0 164277322 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552188 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121971 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 399.53
Current children cumulated vsize (KiB) 635092

[startup+462.69 s]
/proc/loadavg: 1.99 1.98 1.95 3/81 15364
/proc/meminfo: memFree=1110936/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=459.27
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686930 0 0 0 45576 351 0 0 25 0 2 0 164277322 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121971 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 459.27
Current children cumulated vsize (KiB) 635092

[startup+522.717 s]
/proc/loadavg: 2.05 2.00 1.95 3/81 15364
/proc/meminfo: memFree=1110872/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=519.03
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686930 0 0 0 51552 351 0 0 25 0 2 0 164277322 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121971 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 519.03
Current children cumulated vsize (KiB) 635092

[startup+582.746 s]
/proc/loadavg: 2.02 2.00 1.95 3/81 15364
/proc/meminfo: memFree=1110872/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=578.81
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686930 0 0 0 57529 352 0 0 25 0 2 0 164277322 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121971 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 578.81
Current children cumulated vsize (KiB) 635092

[startup+642.775 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 15364
/proc/meminfo: memFree=1110872/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=638.55
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686930 0 0 0 63503 352 0 0 25 0 2 0 164277322 650334208 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 158773 121971 170 90 0 158311 0
[pid=15304/tid=15306] ppid=15302 vsize=635092 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164291090 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) 638.55
Current children cumulated vsize (KiB) 635092

[startup+702.803 s]
/proc/loadavg: 2.00 2.00 1.95 3/81 15364
/proc/meminfo: memFree=1110872/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=635092 CPUtime=698.32

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

/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 117291 353 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664631 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.44
Current children cumulated vsize (KiB) 645336

[startup+1243.15 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 15365
/proc/meminfo: memFree=1110672/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=645336 CPUtime=1236.22
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 123269 353 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639038 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.22
Current children cumulated vsize (KiB) 645336

[startup+1303.21 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 15365
/proc/meminfo: memFree=1110608/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=645336 CPUtime=1296.02
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 129249 353 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604162 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.02
Current children cumulated vsize (KiB) 645336

[startup+1363.26 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 15365
/proc/meminfo: memFree=1110608/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=645336 CPUtime=1355.79
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 135226 353 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.79
Current children cumulated vsize (KiB) 645336

[startup+1423.32 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 15365
/proc/meminfo: memFree=1110544/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=645336 CPUtime=1415.59
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 141205 354 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.59
Current children cumulated vsize (KiB) 645336

[startup+1483.37 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 15365
/proc/meminfo: memFree=1110608/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=645336 CPUtime=1475.38
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686931 0 0 0 147184 354 0 0 25 0 3 0 164277322 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711233 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 161334 121972 170 90 0 160872 0
[pid=15304/tid=15306] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164291090 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=645336 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164381106 660824064 121972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.38
Current children cumulated vsize (KiB) 645336

[startup+1543.45 s]
/proc/loadavg: 2.07 2.01 1.96 3/83 15366
/proc/meminfo: memFree=1110536/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1535.17
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 153163 354 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.17
Current children cumulated vsize (KiB) 655580

[startup+1603.53 s]
/proc/loadavg: 2.02 2.01 1.96 3/83 15366
/proc/meminfo: memFree=1110472/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1594.99
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 159145 354 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.99
Current children cumulated vsize (KiB) 655580

[startup+1663.61 s]
/proc/loadavg: 2.01 2.00 1.96 3/83 15366
/proc/meminfo: memFree=1110472/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1654.8
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 165126 354 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.8
Current children cumulated vsize (KiB) 655580

[startup+1723.71 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 15506
/proc/meminfo: memFree=1109184/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1714.55
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 171091 364 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.55
Current children cumulated vsize (KiB) 655580

[startup+1783.71 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 15564
/proc/meminfo: memFree=1110088/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1774.22
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 177052 370 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670308 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.22
Current children cumulated vsize (KiB) 655580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/83 15564
/proc/meminfo: memFree=1110088/2055920 swapFree=4191892/4192956
[pid=15304] ppid=15302 vsize=655580 CPUtime=1800.1
/proc/15304/stat : 15304 (bprolog) R 15302 15304 14378 0 -1 4194304 686932 0 0 0 179640 370 0 0 25 0 4 0 164277322 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15304/statm: 163895 121973 170 90 0 163433 0
[pid=15304/tid=15306] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15306/stat : 15306 (bprolog) S 15302 15304 14378 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164291090 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15304/tid=15365] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15365/stat : 15365 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164381106 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15304/tid=15366] ppid=15302 vsize=655580 CPUtime=0
/proc/15304/task/15366/stat : 15366 (bprolog) S 15302 15304 14378 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164426116 671313920 121973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
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.78
CPU time (s): 1800.19
CPU user time (s): 1796.41
CPU system time (s): 3.77843
CPU usage (%): 99.4698
Max. virtual memory (cumulated for all children) (KiB): 655580

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

runsolver used 1.43278 s user time and 5.2792 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 08:32:34 UTC 2007


IDJOB= 203285
IDBENCH= 3949
FILE ID= node42/203285-1168158753

PBS_JOBID= 3478496

Free space on /tmp= 66544 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-203285-1168158753 -o ROOT/results/node42/solver-203285-1168158753 -C 1800 -M 900  /tmp/evaluation/203285-1168158753/Complete/Ordinary/solver /tmp/evaluation/203285-1168158753/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6d2a57b90818efdac2f338728d8f6bf2

RANDOM SEED= 501352387

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.229
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.229
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:       1605760 kB
Buffers:         30604 kB
Cached:         220256 kB
SwapCached:        400 kB
Active:         269900 kB
Inactive:       121340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605760 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           14292 kB
Writeback:           0 kB
Mapped:         159216 kB
Slab:            43924 kB
Committed_AS:  3874388 kB
PageTables:       2056 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= 66537 MiB



End job on node42 on Sun Jan  7 09:03:11 UTC 2007