Trace number 3318232

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.12 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
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 variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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: 961)

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-3318232-1304900312/watcher-3318232-1304900312 -o /tmp/evaluation-result-3318232-1304900312/solver-3318232-1304900312 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318232-1304900312.cnf 

running on 2 cores: 5,7

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: 3.96 3.96 3.10 4/373 15139
/proc/meminfo: memFree=23104448/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=21216 CPUtime=0 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 1108 0 0 0 0 0 0 0 21 0 1 0 582446891 21725184 1049 33554432000 4194304 4291235 140735540097776 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 5304 1049 216 24 0 1938 0

[startup+0.0415661 s]
/proc/loadavg: 3.96 3.96 3.10 4/373 15139
/proc/meminfo: memFree=23104448/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=27972 CPUtime=0.03 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 2874 0 0 0 3 0 0 0 21 0 1 0 582446891 28643328 2677 33554432000 4194304 4291235 140735540097776 18446744073709551615 4240833 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 6993 2688 216 24 0 3627 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27972

[startup+0.100553 s]
/proc/loadavg: 3.96 3.96 3.10 4/373 15139
/proc/meminfo: memFree=23104448/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=38804 CPUtime=0.08 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 6585 0 0 0 8 0 0 0 21 0 1 0 582446891 39735296 5852 33554432000 4194304 4291235 140735540097776 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 9701 5854 216 24 0 6335 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38804

[startup+0.300518 s]
/proc/loadavg: 3.96 3.96 3.10 4/373 15139
/proc/meminfo: memFree=23104448/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=80060 CPUtime=0.29 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 18720 0 0 0 27 2 0 0 22 0 1 0 582446891 81981440 15598 33554432000 4194304 4291235 140735540097776 18446744073709551615 4229945 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 20015 15598 237 24 0 16649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80060

[startup+0.700442 s]
/proc/loadavg: 3.96 3.96 3.10 4/373 15139
/proc/meminfo: memFree=23104448/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=94584 CPUtime=0.69 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 21388 0 0 0 67 2 0 0 23 0 1 0 582446891 96854016 17907 33554432000 4194304 4291235 140735540097776 18446744073709551615 4232463 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 23646 17907 239 24 0 20280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94584

[startup+1.50029 s]
/proc/loadavg: 3.96 3.96 3.10 5/374 15140
/proc/meminfo: memFree=23006524/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=79436 CPUtime=1.49 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 24058 0 0 0 146 3 0 0 25 0 1 0 582446891 81342464 15050 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 19859 15050 257 24 0 16493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79436

[startup+3.10098 s]
/proc/loadavg: 3.96 3.96 3.10 5/374 15140
/proc/meminfo: memFree=22959456/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=79436 CPUtime=3.09 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 24769 0 0 0 306 3 0 0 25 0 1 0 582446891 81342464 15759 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 19859 15759 257 24 0 16493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79436

[startup+6.30038 s]
/proc/loadavg: 4.04 3.97 3.11 5/374 15140
/proc/meminfo: memFree=22825356/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=86616 CPUtime=6.29 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 25679 0 0 0 626 3 0 0 25 0 1 0 582446891 88694784 16669 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 21654 16669 257 24 0 18288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86616

[startup+12.7002 s]
/proc/loadavg: 4.12 3.99 3.12 5/377 15146
/proc/meminfo: memFree=21979440/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=98292 CPUtime=12.69 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 27309 0 0 0 1265 4 0 0 25 0 1 0 582446891 100651008 18296 33554432000 4194304 4291235 140735540097776 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 24573 18296 258 24 0 21207 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98292

[startup+25.5008 s]
/proc/loadavg: 4.09 3.99 3.14 5/377 15147
/proc/meminfo: memFree=22115084/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=117260 CPUtime=25.49 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 31266 0 0 0 2545 4 0 0 25 0 1 0 582446891 120074240 22252 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 29315 22252 258 24 0 25949 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117260

[startup+51.1009 s]
/proc/loadavg: 4.06 3.99 3.16 5/377 15147
/proc/meminfo: memFree=22081756/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=148080 CPUtime=51.09 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 40328 0 0 0 5103 6 0 0 25 0 1 0 582446891 151633920 31302 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 37020 31302 258 24 0 33654 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148080

[startup+102.314 s]
/proc/loadavg: 4.10 4.01 3.21 5/377 15176
/proc/meminfo: memFree=22769528/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=279556 CPUtime=102.3 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 56141 0 0 0 10221 9 0 0 25 0 1 0 582446891 286265344 47095 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 69889 47095 258 24 0 66523 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279556

[startup+162.301 s]
/proc/loadavg: 4.11 4.02 3.26 5/377 15177
/proc/meminfo: memFree=22553376/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=411816 CPUtime=162.29 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 76961 0 0 0 16217 12 0 0 25 0 1 0 582446891 421699584 67903 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 102954 67903 258 24 0 99588 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 411816

[startup+222.301 s]
/proc/loadavg: 4.04 4.01 3.30 5/377 15179
/proc/meminfo: memFree=22414964/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=412544 CPUtime=222.3 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 89823 0 0 0 22216 14 0 0 25 0 1 0 582446891 422445056 80758 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 103136 80758 258 24 0 99770 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 412544

[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.34 5/377 15181
/proc/meminfo: memFree=22289932/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=412964 CPUtime=282.3 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 99889 0 0 0 28214 16 0 0 25 0 1 0 582446891 422875136 90822 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 103241 90822 258 24 0 99875 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 412964

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.38 5/377 15182
/proc/meminfo: memFree=22190704/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=629388 CPUtime=342.3 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 117517 0 0 0 34209 21 0 0 25 0 1 0 582446891 644493312 108442 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 157347 108442 258 24 0 153981 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 629388

[startup+402.301 s]
/proc/loadavg: 4.14 4.03 3.43 5/377 15187
/proc/meminfo: memFree=22037020/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=630356 CPUtime=402.31 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 133346 0 0 0 40207 24 0 0 25 0 1 0 582446891 645484544 124267 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 157589 124267 258 24 0 154223 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 630356

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 3.46 5/377 15188
/proc/meminfo: memFree=21888612/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=630488 CPUtime=462.3 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 145436 0 0 0 46205 25 0 0 25 0 1 0 582446891 645619712 136356 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 157622 136356 258 24 0 154256 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 630488

[startup+522.301 s]
/proc/loadavg: 4.08 4.03 3.50 5/377 15190
/proc/meminfo: memFree=21881132/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=630620 CPUtime=522.31 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 154798 0 0 0 52203 28 0 0 25 0 1 0 582446891 645754880 145718 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 157655 145718 258 24 0 154289 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 630620

[startup+582.3 s]
/proc/loadavg: 4.13 4.06 3.54 5/377 15192
/proc/meminfo: memFree=21728084/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=980400 CPUtime=582.31 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 167517 0 0 0 58199 32 0 0 25 0 1 0 582446891 1003929600 158432 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 245100 158432 258 24 0 241734 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 980400

[startup+642.301 s]
/proc/loadavg: 4.05 4.04 3.56 5/377 15193
/proc/meminfo: memFree=21580476/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=980664 CPUtime=642.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 179642 0 0 0 64197 36 0 0 25 0 1 0 582446891 1004199936 170548 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 245166 170548 258 24 0 241800 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 980664

[startup+702.301 s]
/proc/loadavg: 3.57 3.92 3.55 4/371 15213
/proc/meminfo: memFree=21476712/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=982612 CPUtime=702.31 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 196243 0 0 0 70190 41 0 0 25 0 1 0 582446891 1006194688 187131 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 245653 187131 258 24 0 242287 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 982612

[startup+762.313 s]
/proc/loadavg: 3.27 3.77 3.52 4/371 15214
/proc/meminfo: memFree=21354156/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=984384 CPUtime=762.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 216423 0 0 0 76186 47 0 0 25 0 1 0 582446891 1008009216 207297 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 246096 207297 258 24 0 242730 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 984384

[startup+822.301 s]
/proc/loadavg: 3.10 3.63 3.48 4/371 15216
/proc/meminfo: memFree=21191436/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=985692 CPUtime=822.32 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 234068 0 0 0 82181 51 0 0 25 0 1 0 582446891 1009348608 224932 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248439 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 246423 224932 258 24 0 243057 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 985692

[startup+882.301 s]
/proc/loadavg: 3.03 3.51 3.45 4/371 15218
/proc/meminfo: memFree=20984068/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1554460 CPUtime=882.32 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 259374 0 0 0 88175 57 0 0 25 0 1 0 582446891 1591767040 250227 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 388615 250227 258 24 0 385249 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1554460

[startup+942.3 s]
/proc/loadavg: 3.09 3.44 3.43 4/371 15219
/proc/meminfo: memFree=20824944/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1555684 CPUtime=942.32 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 275387 0 0 0 94171 61 0 0 25 0 1 0 582446891 1593020416 266229 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 388921 266229 258 24 0 385555 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1555684

[startup+1002.3 s]
/proc/loadavg: 3.06 3.37 3.41 5/371 15221
/proc/meminfo: memFree=20654284/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1556936 CPUtime=1002.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 291300 0 0 0 100169 64 0 0 25 0 1 0 582446891 1594302464 282134 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 389234 282134 258 24 0 385868 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1556936

[startup+1062.3 s]
/proc/loadavg: 3.08 3.32 3.38 4/371 15222
/proc/meminfo: memFree=20508052/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1558080 CPUtime=1062.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 306995 0 0 0 106164 69 0 0 25 0 1 0 582446891 1595473920 297824 33554432000 4194304 4291235 140735540097776 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 389520 297824 258 24 0 386154 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1558080

[startup+1122.3 s]
/proc/loadavg: 3.06 3.27 3.36 4/371 15224
/proc/meminfo: memFree=20388228/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1559552 CPUtime=1122.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 319844 0 0 0 112161 72 0 0 25 0 1 0 582446891 1596981248 310663 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 389888 310663 258 24 0 386522 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1559552

[startup+1182.3 s]
/proc/loadavg: 3.02 3.22 3.33 4/371 15226
/proc/meminfo: memFree=20256504/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1559552 CPUtime=1182.33 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 331537 0 0 0 118159 74 0 0 25 0 1 0 582446891 1596981248 322350 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 389888 322350 258 24 0 386522 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1559552

[startup+1242.3 s]
/proc/loadavg: 2.85 3.14 3.30 3/365 15245
/proc/meminfo: memFree=20243128/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1559552 CPUtime=1242.34 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 347190 0 0 0 124156 78 0 0 25 0 1 0 582446891 1596981248 338002 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 389888 338002 258 24 0 386522 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1559552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.31 2.93 3.22 3/365 15247
/proc/meminfo: memFree=20070328/32951124 swapFree=66341944/67111528
[pid=15139] ppid=15137 vsize=1560088 CPUtime=1300.05 cores=5,7
/proc/15139/stat : 15139 (minisat) R 15137 15139 14820 0 -1 4202496 366362 0 0 0 129924 81 0 0 25 0 1 0 582446891 1597530112 357171 33554432000 4194304 4291235 140735540097776 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15139/statm: 390022 357171 258 24 0 386656 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1560088

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.08
CPU time (s): 1300.12
CPU user time (s): 1299.25
CPU system time (s): 0.876866
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1560088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.876866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366362
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= 9
involuntary context switches= 650

runsolver used 4.32534 second user time and 11.0493 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:18:33
IDJOB=3318232
IDBENCH=82369
IDSOLVER=1707
FILE ID=node141/3318232-1304900312
RUNJOBID= node141-1304898916-14841
PBS_JOBID= 13282130
Free space on /tmp= 49276 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318232-1304900312/watcher-3318232-1304900312 -o /tmp/evaluation-result-3318232-1304900312/solver-3318232-1304900312 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318232-1304900312.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=508722877

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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	: 5332.75
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.806
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.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23104728 kB
Buffers:        130516 kB
Cached:        4090280 kB
SwapCached:      22352 kB
Active:        2649372 kB
Inactive:      6986652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23104728 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           31612 kB
Writeback:           0 kB
AnonPages:     5398324 kB
Mapped:          19540 kB
Slab:           106804 kB
PageTables:      38648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86507580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 49288 MiB
End job on node141 at 2011-05-09 02:40:15