Trace number 3285632

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT2010 2011-03-04? (TO) 1300.07 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285632-1303769292/watcher-3285632-1303769292 -o /tmp/evaluation-result-3285632-1303769292/solver-3285632-1303769292 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3285632-1303769292.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.46 2.97 3.21 4/182 17352
/proc/meminfo: memFree=21248196/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=17748 CPUtime=0 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 1176 0 0 0 0 0 0 0 25 0 1 0 488527455 18173952 1115 33554432000 4194304 4395502 140737251448240 18446744073709551615 4332381 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 4437 1126 245 50 0 1577 0

[startup+0.045116 s]
/proc/loadavg: 2.46 2.97 3.21 4/182 17352
/proc/meminfo: memFree=21248196/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=32484 CPUtime=0.03 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 4526 0 0 0 3 0 0 0 25 0 1 0 488527455 33263616 4465 33554432000 4194304 4395502 140737251448240 18446744073709551615 246516834048 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 8121 4466 250 50 0 5261 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 32484

[startup+0.101109 s]
/proc/loadavg: 2.46 2.97 3.21 4/182 17352
/proc/meminfo: memFree=21248196/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=36312 CPUtime=0.08 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 5471 0 0 0 8 0 0 0 25 0 1 0 488527455 37183488 5410 33554432000 4194304 4395502 140737251448240 18446744073709551615 246516495045 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 9078 5411 250 50 0 6218 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36312

[startup+0.301069 s]
/proc/loadavg: 2.46 2.97 3.21 4/182 17352
/proc/meminfo: memFree=21248196/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=78436 CPUtime=0.28 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 15242 0 0 0 27 1 0 0 25 0 1 0 488527455 80318464 12381 33554432000 4194304 4395502 140737251448240 18446744073709551615 4267992 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 19609 12383 256 50 0 16749 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78436

[startup+0.701 s]
/proc/loadavg: 2.46 2.97 3.21 4/182 17352
/proc/meminfo: memFree=21248196/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=82472 CPUtime=0.69 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 17021 0 0 0 65 4 0 0 25 0 1 0 488527455 84451328 13227 33554432000 4194304 4395502 140737251448240 18446744073709551615 246516858775 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 20618 13227 256 50 0 17758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82472

[startup+1.50086 s]
/proc/loadavg: 2.46 2.97 3.21 5/188 17363
/proc/meminfo: memFree=21030588/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=88052 CPUtime=1.48 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 18526 0 0 0 143 5 0 0 25 0 1 0 488527455 90165248 14732 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288736 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 22013 14732 267 50 0 19153 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88052

[startup+3.10056 s]
/proc/loadavg: 2.74 3.02 3.23 5/191 17369
/proc/meminfo: memFree=20861020/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=91172 CPUtime=3.08 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 19306 0 0 0 303 5 0 0 25 0 1 0 488527455 93360128 15512 33554432000 4194304 4395502 140737251448240 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 22793 15512 267 50 0 19933 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91172

[startup+6.30098 s]
/proc/loadavg: 2.74 3.02 3.23 5/189 17369
/proc/meminfo: memFree=20568256/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=98584 CPUtime=6.29 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 21157 0 0 0 623 6 0 0 25 0 1 0 488527455 100950016 17363 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288773 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 24646 17363 267 50 0 21786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98584

[startup+12.7008 s]
/proc/loadavg: 3.31 3.13 3.26 5/194 17375
/proc/meminfo: memFree=19658256/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=110356 CPUtime=12.69 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 24085 0 0 0 1263 6 0 0 25 0 1 0 488527455 113004544 20291 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 27589 20291 267 50 0 24729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110356

[startup+25.5005 s]
/proc/loadavg: 3.42 3.16 3.27 5/194 17375
/proc/meminfo: memFree=19600596/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=135392 CPUtime=25.48 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 30048 0 0 0 2542 6 0 0 25 0 1 0 488527455 138641408 26254 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 33848 26254 267 50 0 30988 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135392

[startup+51.1008 s]
/proc/loadavg: 3.62 3.23 3.29 5/194 17376
/proc/meminfo: memFree=19469432/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=172152 CPUtime=51.08 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 39220 0 0 0 5100 8 0 0 25 0 1 0 488527455 176283648 35426 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 43038 35426 267 50 0 40178 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 172152

[startup+102.306 s]
/proc/loadavg: 3.85 3.36 3.33 5/194 17377
/proc/meminfo: memFree=19185564/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=266968 CPUtime=102.28 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 62842 0 0 0 10216 12 0 0 25 0 1 0 488527455 273375232 59048 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288725 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 66742 59048 267 50 0 63882 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 266968

[startup+162.301 s]
/proc/loadavg: 4.00 3.48 3.37 5/194 17379
/proc/meminfo: memFree=18837736/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=378700 CPUtime=162.28 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 90624 0 0 0 16211 17 0 0 25 0 1 0 488527455 387788800 86830 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288779 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 94675 86830 267 50 0 91815 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 378700

[startup+222.301 s]
/proc/loadavg: 4.04 3.59 3.41 5/194 17380
/proc/meminfo: memFree=18491892/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=545312 CPUtime=222.29 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 132070 0 0 0 22204 25 0 0 25 0 1 0 488527455 558399488 128276 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288892 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 136328 128276 267 50 0 133468 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 545312

[startup+282.301 s]
/proc/loadavg: 4.09 3.67 3.45 5/194 17382
/proc/meminfo: memFree=18156704/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=661708 CPUtime=282.28 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 160965 0 0 0 28199 29 0 0 25 0 1 0 488527455 677588992 157171 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288779 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 165427 157171 267 50 0 162567 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 661708

[startup+342.301 s]
/proc/loadavg: 4.07 3.75 3.49 5/194 17384
/proc/meminfo: memFree=18025748/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=661708 CPUtime=342.29 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 161053 0 0 0 34199 30 0 0 25 0 1 0 488527455 677588992 157259 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288803 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 165427 157259 267 50 0 162567 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 661708

[startup+402.301 s]
/proc/loadavg: 4.06 3.80 3.52 5/194 17385
/proc/meminfo: memFree=17932116/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=669900 CPUtime=402.29 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 163759 0 0 0 40198 31 0 0 25 0 1 0 488527455 685977600 157916 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288921 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 167475 157916 267 50 0 164615 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 669900

[startup+462.301 s]
/proc/loadavg: 4.02 3.84 3.55 5/194 17387
/proc/meminfo: memFree=17737048/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=669900 CPUtime=462.29 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 163810 0 0 0 46198 31 0 0 25 0 1 0 488527455 685977600 157967 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288328 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 167475 157967 267 50 0 164615 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 669900

[startup+522.301 s]
/proc/loadavg: 4.06 3.88 3.58 5/194 17388
/proc/meminfo: memFree=17672432/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=689232 CPUtime=522.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 168627 0 0 0 52198 32 0 0 25 0 1 0 488527455 705773568 162784 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 172308 162784 267 50 0 169448 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 689232

[startup+582.301 s]
/proc/loadavg: 4.02 3.90 3.60 5/194 17390
/proc/meminfo: memFree=17640052/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=689232 CPUtime=582.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 168675 0 0 0 58198 32 0 0 25 0 1 0 488527455 705773568 162832 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288725 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 172308 162832 267 50 0 169448 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 689232

[startup+642.301 s]
/proc/loadavg: 4.00 3.92 3.63 5/194 17392
/proc/meminfo: memFree=17578032/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=722212 CPUtime=642.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 176909 0 0 0 64196 34 0 0 25 0 1 0 488527455 739545088 171066 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288688 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 180553 171066 267 50 0 177693 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 722212

[startup+702.3 s]
/proc/loadavg: 4.04 3.94 3.65 5/194 17393
/proc/meminfo: memFree=17555828/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=722212 CPUtime=702.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 176915 0 0 0 70196 34 0 0 25 0 1 0 488527455 739545088 171072 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 180553 171072 267 50 0 177693 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 722212

[startup+762.307 s]
/proc/loadavg: 4.10 3.98 3.68 5/194 17395
/proc/meminfo: memFree=17555564/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=722212 CPUtime=762.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 176919 0 0 0 76197 34 0 0 25 0 1 0 488527455 739545088 171076 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288198 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 180553 171076 267 50 0 177693 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 722212

[startup+822.3 s]
/proc/loadavg: 4.04 3.98 3.70 5/194 17396
/proc/meminfo: memFree=17527652/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=722212 CPUtime=822.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 176921 0 0 0 82196 34 0 0 25 0 1 0 488527455 739545088 171078 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 180553 171078 267 50 0 177693 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 722212

[startup+882.3 s]
/proc/loadavg: 4.07 4.00 3.72 5/194 17398
/proc/meminfo: memFree=17497864/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=729700 CPUtime=882.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 178761 0 0 0 88196 35 0 0 25 0 1 0 488527455 747212800 172918 33554432000 4194304 4395502 140737251448240 18446744073709551615 4289016 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 182425 172918 267 50 0 179565 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 729700

[startup+942.3 s]
/proc/loadavg: 4.03 4.00 3.73 5/194 17400
/proc/meminfo: memFree=17341236/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=729700 CPUtime=942.3 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 179478 0 0 0 94195 35 0 0 25 0 1 0 488527455 747212800 173635 33554432000 4194304 4395502 140737251448240 18446744073709551615 4314317 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 182425 173635 267 50 0 179565 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 729700

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.75 5/194 17401
/proc/meminfo: memFree=17149260/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=742000 CPUtime=1002.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 182552 0 0 0 100195 36 0 0 25 0 1 0 488527455 759808000 176709 33554432000 4194304 4395502 140737251448240 18446744073709551615 4289070 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 185500 176709 267 50 0 182640 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 742000

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/194 17403
/proc/meminfo: memFree=17004528/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=742000 CPUtime=1062.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 182562 0 0 0 106195 36 0 0 25 0 1 0 488527455 759808000 176719 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288736 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 185500 176719 267 50 0 182640 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 742000

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.78 5/194 17404
/proc/meminfo: memFree=16881740/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=757732 CPUtime=1122.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 186386 0 0 0 112195 36 0 0 25 0 1 0 488527455 775917568 180543 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299763 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 189433 180543 267 50 0 186573 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 757732

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.79 5/194 17406
/proc/meminfo: memFree=16863244/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=757732 CPUtime=1182.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 186389 0 0 0 118195 36 0 0 25 0 1 0 488527455 775917568 180546 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 189433 180546 267 50 0 186573 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 757732

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.82 5/194 17408
/proc/meminfo: memFree=16862476/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=757732 CPUtime=1242.31 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 186398 0 0 0 124195 36 0 0 25 0 1 0 488527455 775917568 180555 33554432000 4194304 4395502 140737251448240 18446744073709551615 4288776 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 189433 180555 267 50 0 186573 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 757732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.05 3.83 5/194 17409
/proc/meminfo: memFree=16849812/32951124 swapFree=67111352/67111528
[pid=17352] ppid=17350 vsize=771252 CPUtime=1300.02 cores=0,2
/proc/17352/stat : 17352 (SApperloT2010) R 17350 17352 17314 0 -1 4202496 189553 0 0 0 129965 37 0 0 25 0 1 0 488527455 789762048 183710 33554432000 4194304 4395502 140737251448240 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17352/statm: 192813 183710 267 50 0 189953 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 771252

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.07
CPU user time (s): 1299.66
CPU system time (s): 0.415936
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 771252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.66
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189553
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= 10
involuntary context switches= 15780

runsolver used 2.28165 second user time and 4.82327 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 00:08:13
IDJOB=3285632
IDBENCH=82390
IDSOLVER=1655
FILE ID=node134/3285632-1303769292
RUNJOBID= node134-1303769292-17332
PBS_JOBID= 13157169
Free space on /tmp= 71048 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285632-1303769292/watcher-3285632-1303769292 -o /tmp/evaluation-result-3285632-1303769292/solver-3285632-1303769292 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3285632-1303769292.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=614531139

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21248848 kB
Buffers:       2295744 kB
Cached:        8785028 kB
SwapCached:         64 kB
Active:        4327128 kB
Inactive:      6825832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21248848 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           18444 kB
Writeback:           0 kB
AnonPages:       71676 kB
Mapped:          14708 kB
Slab:           483640 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70816 MiB
End job on node134 at 2011-04-26 00:29:55