Trace number 3362737

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 reference: minisat 2.2.0? (TO) 1300.05 1300.06

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

running on 2 cores: 4,6

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.70 3.92 3.95 5/329 8323
/proc/meminfo: memFree=28300608/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=8156 CPUtime=0 cores=4,6
/proc/8323/stat : 8323 (minisat_release) S 8321 8323 8100 0 -1 4194304 98 0 0 0 0 0 0 0 21 0 1 0 642282334 8351744 52 33554432000 4194304 4291037 140734053303296 18446744073709551615 268267765383 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/8323/statm: 2039 52 40 24 0 44 0

[startup+0.0411449 s]
/proc/loadavg: 3.70 3.92 3.95 5/329 8323
/proc/meminfo: memFree=28300608/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=26264 CPUtime=0.03 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 2608 0 0 0 3 0 0 0 21 0 1 0 642282334 26894336 2425 33554432000 4194304 4291037 140734053303296 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 6566 2426 216 24 0 3200 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26264

[startup+0.101193 s]
/proc/loadavg: 3.70 3.92 3.95 5/329 8323
/proc/meminfo: memFree=28300608/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=38540 CPUtime=0.08 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 6498 0 0 0 8 0 0 0 21 0 1 0 642282334 39464960 5779 33554432000 4194304 4291037 140734053303296 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 9635 5783 216 24 0 6269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38540

[startup+0.301113 s]
/proc/loadavg: 3.70 3.92 3.95 5/329 8323
/proc/meminfo: memFree=28300608/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=80060 CPUtime=0.29 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 18721 0 0 0 27 2 0 0 22 0 1 0 642282334 81981440 15599 33554432000 4194304 4291037 140734053303296 18446744073709551615 4230272 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 20015 15599 238 24 0 16649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80060

[startup+0.701036 s]
/proc/loadavg: 3.70 3.92 3.95 5/329 8323
/proc/meminfo: memFree=28300608/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=94584 CPUtime=0.68 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 21388 0 0 0 66 2 0 0 23 0 1 0 642282334 96854016 17907 33554432000 4194304 4291037 140734053303296 18446744073709551615 4232018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 23646 17907 239 24 0 20280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94584

[startup+1.50084 s]
/proc/loadavg: 3.72 3.92 3.95 5/330 8324
/proc/meminfo: memFree=28237368/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=79436 CPUtime=1.48 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 24062 0 0 0 146 2 0 0 25 0 1 0 642282334 81342464 15054 33554432000 4194304 4291037 140734053303296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 19859 15054 257 24 0 16493 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 79436

[startup+3.10055 s]
/proc/loadavg: 3.72 3.92 3.95 5/330 8324
/proc/meminfo: memFree=28235288/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=79436 CPUtime=3.08 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 24774 0 0 0 306 2 0 0 25 0 1 0 642282334 81342464 15764 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 19859 15764 257 24 0 16493 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 79436

[startup+6.30098 s]
/proc/loadavg: 3.72 3.92 3.95 5/330 8324
/proc/meminfo: memFree=28228104/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=86616 CPUtime=6.28 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 25693 0 0 0 626 2 0 0 25 0 1 0 642282334 88694784 16683 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 21654 16683 257 24 0 18288 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86616

[startup+12.7008 s]
/proc/loadavg: 3.84 3.94 3.96 5/327 8345
/proc/meminfo: memFree=28330076/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=98292 CPUtime=12.69 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 27388 0 0 0 1266 3 0 0 25 0 1 0 642282334 100651008 18375 33554432000 4194304 4291037 140734053303296 18446744073709551615 4262372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 24573 18375 258 24 0 21207 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98292

[startup+25.5006 s]
/proc/loadavg: 3.86 3.94 3.96 5/330 8379
/proc/meminfo: memFree=27747232/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=117260 CPUtime=25.45 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 31196 0 0 0 2540 5 0 0 25 0 1 0 642282334 120074240 22182 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 29315 22182 258 24 0 25949 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 117260

[startup+51.101 s]
/proc/loadavg: 3.91 3.94 3.96 5/330 8379
/proc/meminfo: memFree=27781440/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=148080 CPUtime=51.05 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 40148 0 0 0 5099 6 0 0 25 0 1 0 642282334 151633920 31122 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 37020 31122 258 24 0 33654 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 148080

[startup+102.312 s]
/proc/loadavg: 3.96 3.95 3.96 5/330 8381
/proc/meminfo: memFree=27592028/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=279556 CPUtime=102.26 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 56040 0 0 0 10218 8 0 0 25 0 1 0 642282334 286265344 46994 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 69889 46994 258 24 0 66523 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 279556

[startup+162.3 s]
/proc/loadavg: 4.05 3.97 3.96 5/330 8382
/proc/meminfo: memFree=27373000/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=411816 CPUtime=162.25 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 76880 0 0 0 16212 13 0 0 25 0 1 0 642282334 421699584 67822 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 102954 67822 258 24 0 99588 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 411816

[startup+222.301 s]
/proc/loadavg: 4.02 3.97 3.96 5/330 8384
/proc/meminfo: memFree=27181012/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=412544 CPUtime=222.25 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 89878 0 0 0 22210 15 0 0 25 0 1 0 642282334 422445056 80813 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 103136 80813 258 24 0 99770 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 412544

[startup+282.301 s]
/proc/loadavg: 4.07 3.99 3.97 5/330 8385
/proc/meminfo: memFree=27029076/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=412964 CPUtime=282.26 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 100326 0 0 0 28210 16 0 0 25 0 1 0 642282334 422875136 91258 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 103241 91258 258 24 0 99875 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 412964

[startup+342.3 s]
/proc/loadavg: 4.16 4.02 3.98 5/330 8387
/proc/meminfo: memFree=26824188/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=629388 CPUtime=342.25 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 117743 0 0 0 34207 18 0 0 25 0 1 0 642282334 644493312 108668 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 157347 108668 258 24 0 153981 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 629388

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 3.98 5/330 8389
/proc/meminfo: memFree=26641572/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=630356 CPUtime=402.26 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 133886 0 0 0 40205 21 0 0 25 0 1 0 642282334 645484544 124807 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 157589 124807 258 24 0 154223 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 630356

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.98 5/330 8390
/proc/meminfo: memFree=26481652/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=630488 CPUtime=462.25 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 145932 0 0 0 46203 22 0 0 25 0 1 0 642282334 645619712 136852 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 157622 136852 258 24 0 154256 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 630488

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8392
/proc/meminfo: memFree=26332032/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=630620 CPUtime=522.26 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 155443 0 0 0 52202 24 0 0 25 0 1 0 642282334 645754880 146363 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248376 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 157655 146363 258 24 0 154289 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 630620

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8393
/proc/meminfo: memFree=26209212/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=980400 CPUtime=582.26 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 169094 0 0 0 58200 26 0 0 25 0 1 0 642282334 1003929600 160009 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 245100 160009 258 24 0 241734 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 980400

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8395
/proc/meminfo: memFree=26082032/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=980796 CPUtime=642.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 180782 0 0 0 64199 28 0 0 25 0 1 0 642282334 1004335104 171686 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 245199 171686 258 24 0 241833 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 980796

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8397
/proc/meminfo: memFree=25924748/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=982744 CPUtime=702.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 198742 0 0 0 70196 31 0 0 25 0 1 0 642282334 1006329856 189628 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248404 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 245686 189628 258 24 0 242320 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 982744

[startup+762.312 s]
/proc/loadavg: 4.03 4.01 3.98 5/330 8398
/proc/meminfo: memFree=25708544/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=985176 CPUtime=762.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 220156 0 0 0 76194 33 0 0 25 0 1 0 642282334 1008820224 211026 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 246294 211026 258 24 0 242928 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 985176

[startup+822.3 s]
/proc/loadavg: 4.01 4.01 3.98 5/330 8400
/proc/meminfo: memFree=25523952/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=985832 CPUtime=822.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 237722 0 0 0 82191 36 0 0 25 0 1 0 642282334 1009491968 228585 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 246458 228585 258 24 0 243092 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 985832

[startup+882.3 s]
/proc/loadavg: 4.11 4.03 4.00 5/330 8401
/proc/meminfo: memFree=25299580/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1554460 CPUtime=882.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 261773 0 0 0 88189 38 0 0 25 0 1 0 642282334 1591767040 252625 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 388615 252625 258 24 0 385249 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1554460

[startup+942.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/330 8403
/proc/meminfo: memFree=25060580/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1555948 CPUtime=942.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 278963 0 0 0 94187 40 0 0 25 0 1 0 642282334 1593290752 269804 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 388987 269804 258 24 0 385621 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 1555948

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/330 8405
/proc/meminfo: memFree=24878144/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1557128 CPUtime=1002.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 295896 0 0 0 100184 43 0 0 25 0 1 0 642282334 1594499072 286728 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 389282 286728 258 24 0 385916 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1557128

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/330 8406
/proc/meminfo: memFree=24682704/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1559552 CPUtime=1062.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 311936 0 0 0 106182 45 0 0 25 0 1 0 642282334 1596981248 302756 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248448 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 389888 302756 258 24 0 386522 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1559552

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/330 8408
/proc/meminfo: memFree=24511072/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1559552 CPUtime=1122.28 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 323006 0 0 0 112181 47 0 0 25 0 1 0 642282334 1596981248 313824 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 389888 313824 258 24 0 386522 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1559552

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 8409
/proc/meminfo: memFree=24349916/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1559552 CPUtime=1182.27 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 336322 0 0 0 118179 48 0 0 25 0 1 0 642282334 1596981248 327135 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 389888 327135 258 24 0 386522 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1559552

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/330 8411
/proc/meminfo: memFree=24185452/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1559688 CPUtime=1242.28 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 354287 0 0 0 124177 51 0 0 25 0 1 0 642282334 1597120512 345098 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 389922 345098 258 24 0 386556 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1559688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 4.00 4.00 5/330 8441
/proc/meminfo: memFree=24350144/32950928 swapFree=60199044/67111528
[pid=8323] ppid=8321 vsize=1560276 CPUtime=1299.99 cores=4,6
/proc/8323/stat : 8323 (minisat_release) R 8321 8323 8100 0 -1 4202496 370780 0 0 0 129944 55 0 0 25 0 1 0 642282334 1597722624 361588 33554432000 4194304 4291037 140734053303296 18446744073709551615 4248372 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8323/statm: 390069 361588 258 24 0 386703 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 1560276

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.06
CPU time (s): 1300.05
CPU user time (s): 1299.45
CPU system time (s): 0.601908
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 1560276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.45
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370780
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= 5
involuntary context switches= 783

runsolver used 3.98339 second user time and 9.04063 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-13 19:13:55
IDJOB=3362737
IDBENCH=82369
IDSOLVER=1840
FILE ID=node122/3362737-1305306835
RUNJOBID= node122-1305306816-8119
PBS_JOBID= 13321482
Free space on /tmp= 43804 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=779159176

node122.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.820
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.64
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.820
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.75
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28300764 kB
Buffers:        210416 kB
Cached:        2769992 kB
SwapCached:      50072 kB
Active:        1214980 kB
Inactive:      3233716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28300764 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           89564 kB
Writeback:           0 kB
AnonPages:     1429068 kB
Mapped:          14240 kB
Slab:           103564 kB
PageTables:      33368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53002944 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= 43708 MiB
End job on node122 at 2011-05-13 19:35:37