Trace number 3349940

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: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.1 1300.07

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-3349940-1304969427/watcher-3349940-1304969427 -o /tmp/evaluation-result-3349940-1304969427/solver-3349940-1304969427 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349940-1304969427.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 1,3

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.78 3.91 3.01 5/322 28226
/proc/meminfo: memFree=9466676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=20528 CPUtime=0 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 650 0 0 0 0 0 0 0 24 0 1 0 341134005 21020672 592 33554432000 4194304 4300056 140737395876608 18446744073709551615 268660662016 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 5132 592 222 26 0 1764 0

[startup+0.0468179 s]
/proc/loadavg: 3.78 3.91 3.01 5/322 28226
/proc/meminfo: memFree=9466676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=25764 CPUtime=0.04 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 1919 0 0 0 4 0 0 0 24 0 1 0 341134005 26382336 1801 33554432000 4194304 4300056 140737395876608 18446744073709551615 268660323361 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 6468 1817 222 26 0 3100 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25764

[startup+0.100796 s]
/proc/loadavg: 3.78 3.91 3.01 5/322 28226
/proc/meminfo: memFree=9466676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=33464 CPUtime=0.09 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 4336 0 0 0 9 0 0 0 24 0 1 0 341134005 34267136 3888 33554432000 4194304 4300056 140737395876608 18446744073709551615 268660662016 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 8366 3890 222 26 0 4998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33464

[startup+0.30076 s]
/proc/loadavg: 3.78 3.91 3.01 5/322 28226
/proc/meminfo: memFree=9466676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=68048 CPUtime=0.28 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 14220 0 0 0 27 1 0 0 25 0 1 0 341134005 69681152 11779 33554432000 4194304 4300056 140737395876608 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 17012 11781 222 26 0 13644 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68048

[startup+0.700703 s]
/proc/loadavg: 3.78 3.91 3.01 5/322 28226
/proc/meminfo: memFree=9466676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=90136 CPUtime=0.68 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 20047 0 0 0 66 2 0 0 25 0 1 0 341134005 92299264 16699 33554432000 4194304 4300056 140737395876608 18446744073709551615 268660311128 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 22534 16699 228 26 0 19166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90136

[startup+1.50055 s]
/proc/loadavg: 3.78 3.91 3.01 5/325 28238
/proc/meminfo: memFree=9369044/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=78492 CPUtime=1.49 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 23772 0 0 0 146 3 0 0 25 0 1 0 341134005 80375808 14763 33554432000 4194304 4300056 140737395876608 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 19623 14763 245 26 0 16255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78492

[startup+3.10028 s]
/proc/loadavg: 3.78 3.91 3.01 5/325 28238
/proc/meminfo: memFree=9369044/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=78492 CPUtime=3.09 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 24126 0 0 0 306 3 0 0 25 0 1 0 341134005 80375808 15117 33554432000 4194304 4300056 140737395876608 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 19623 15117 245 26 0 16255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78492

[startup+6.3007 s]
/proc/loadavg: 3.80 3.91 3.01 5/329 28257
/proc/meminfo: memFree=8814600/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=85672 CPUtime=6.29 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 25370 0 0 0 625 4 0 0 25 0 1 0 341134005 87728128 16359 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 21418 16359 245 26 0 18050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85672

[startup+12.7006 s]
/proc/loadavg: 3.82 3.91 3.02 5/329 28257
/proc/meminfo: memFree=8798800/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=97348 CPUtime=12.69 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 27260 0 0 0 1264 5 0 0 25 0 1 0 341134005 99684352 18249 33554432000 4194304 4300056 140737395876608 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 24337 18249 246 26 0 20969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97348

[startup+25.5003 s]
/proc/loadavg: 3.86 3.92 3.03 5/329 28258
/proc/meminfo: memFree=8900068/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=116316 CPUtime=25.49 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 30114 0 0 0 2544 5 0 0 25 0 1 0 341134005 119107584 21102 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 29079 21102 246 26 0 25711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116316

[startup+51.1008 s]
/proc/loadavg: 4.05 3.95 3.07 5/329 28258
/proc/meminfo: memFree=8823772/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=147136 CPUtime=51.09 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 35117 0 0 0 5103 6 0 0 25 0 1 0 341134005 150667264 26099 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 36784 26099 246 26 0 33416 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147136

[startup+102.313 s]
/proc/loadavg: 4.09 3.97 3.12 5/329 28260
/proc/meminfo: memFree=8679268/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=147136 CPUtime=102.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 40746 0 0 0 10223 7 0 0 25 0 1 0 341134005 150667264 31728 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 36784 31728 246 26 0 33416 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147136

[startup+162.3 s]
/proc/loadavg: 4.10 4.00 3.18 5/329 28342
/proc/meminfo: memFree=9001940/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=197224 CPUtime=162.29 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 52646 0 0 0 16218 11 0 0 25 0 1 0 341134005 201957376 43615 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 49306 43615 246 26 0 45938 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 197224

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.23 5/329 28398
/proc/meminfo: memFree=8973480/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=278612 CPUtime=222.29 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 71847 0 0 0 22214 15 0 0 25 0 1 0 341134005 285298688 62807 33554432000 4194304 4300056 140737395876608 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 69653 62807 246 26 0 66285 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 278612

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.28 5/329 28400
/proc/meminfo: memFree=8779088/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=410872 CPUtime=282.29 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 85351 0 0 0 28209 20 0 0 25 0 1 0 341134005 420732928 76301 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 102718 76301 246 26 0 99350 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 410872

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.32 5/329 28401
/proc/meminfo: memFree=8574292/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=411332 CPUtime=342.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 96375 0 0 0 34206 24 0 0 25 0 1 0 341134005 421203968 87319 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 102833 87319 246 26 0 99465 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 411332

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.36 5/329 28403
/proc/meminfo: memFree=8416792/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=411932 CPUtime=402.29 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 107960 0 0 0 40202 27 0 0 25 0 1 0 341134005 421818368 98897 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 102983 98897 246 26 0 99615 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 411932

[startup+462.3 s]
/proc/loadavg: 4.04 4.01 3.40 5/329 28404
/proc/meminfo: memFree=8210208/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=627960 CPUtime=462.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 131089 0 0 0 46198 32 0 0 25 0 1 0 341134005 643031040 122010 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252399 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 156990 122010 246 26 0 153622 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 627960

[startup+522.301 s]
/proc/loadavg: 4.01 4.01 3.43 5/329 28406
/proc/meminfo: memFree=7997412/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=630324 CPUtime=522.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 151201 0 0 0 52194 36 0 0 25 0 1 0 341134005 645451776 142104 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 157581 142104 246 26 0 154213 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 630324

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.47 5/329 28408
/proc/meminfo: memFree=7838060/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=980920 CPUtime=582.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 167400 0 0 0 58191 39 0 0 25 0 1 0 341134005 1004462080 158295 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 245230 158295 246 26 0 241862 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 980920

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.50 5/329 28409
/proc/meminfo: memFree=7651296/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=982136 CPUtime=642.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 190320 0 0 0 64185 46 0 0 25 0 1 0 341134005 1005707264 181200 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 245534 181200 246 26 0 242166 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 982136

[startup+702.301 s]
/proc/loadavg: 4.11 4.04 3.54 5/329 28411
/proc/meminfo: memFree=7521692/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=983820 CPUtime=702.3 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 202292 0 0 0 70182 48 0 0 25 0 1 0 341134005 1007431680 193164 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 245955 193164 246 26 0 242587 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 983820

[startup+762.312 s]
/proc/loadavg: 4.15 4.06 3.58 5/329 28412
/proc/meminfo: memFree=7325376/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=984516 CPUtime=762.32 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 219628 0 0 0 76179 53 0 0 25 0 1 0 341134005 1008144384 210490 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 246129 210490 246 26 0 242761 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 984516

[startup+822.301 s]
/proc/loadavg: 4.05 4.05 3.60 5/329 28414
/proc/meminfo: memFree=7159076/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=985100 CPUtime=822.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 235814 0 0 0 82175 56 0 0 25 0 1 0 341134005 1008742400 226668 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 246275 226668 246 26 0 242907 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 985100

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 3.62 5/329 28416
/proc/meminfo: memFree=7021800/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=985640 CPUtime=882.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 249035 0 0 0 88172 59 0 0 25 0 1 0 341134005 1009295360 239886 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 246410 239886 246 26 0 243042 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 985640

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.64 5/329 28417
/proc/meminfo: memFree=6850412/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1553432 CPUtime=942.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 267192 0 0 0 94169 62 0 0 25 0 1 0 341134005 1590714368 258035 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 388358 258035 246 26 0 384990 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1553432

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 3.67 5/329 28419
/proc/meminfo: memFree=6685844/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1553704 CPUtime=1002.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 283760 0 0 0 100165 66 0 0 25 0 1 0 341134005 1590992896 274603 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 388426 274603 246 26 0 385058 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1553704

[startup+1062.3 s]
/proc/loadavg: 4.10 4.06 3.70 5/329 28420
/proc/meminfo: memFree=6476148/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1554512 CPUtime=1062.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 315720 0 0 0 106160 71 0 0 25 0 1 0 341134005 1591820288 306558 33554432000 4194304 4300056 140737395876608 18446744073709551615 4264170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 388628 306558 246 26 0 385260 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1554512

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 3.71 5/329 28422
/proc/meminfo: memFree=6249824/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1557760 CPUtime=1122.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 352149 0 0 0 112152 79 0 0 25 0 1 0 341134005 1595146240 342969 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 389440 342969 246 26 0 386072 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1557760

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 3.74 5/329 28424
/proc/meminfo: memFree=6086620/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1558456 CPUtime=1182.32 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 371162 0 0 0 118147 85 0 0 25 0 1 0 341134005 1595858944 361973 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252455 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 389614 361973 246 26 0 386246 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1558456

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 3.75 5/329 28425
/proc/meminfo: memFree=5921676/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=1558920 CPUtime=1242.31 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 388937 0 0 0 124143 88 0 0 25 0 1 0 341134005 1596334080 379742 33554432000 4194304 4300056 140737395876608 18446744073709551615 4254632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 389730 379742 246 26 0 386362 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1558920



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.91 4.01 3.75 4/323 28445
/proc/meminfo: memFree=6143792/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=2482156 CPUtime=1300.02 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 406173 0 0 0 129909 93 0 0 25 0 1 0 341134005 2541727744 396972 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 620539 396972 246 26 0 617171 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2482156

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

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

[startup+1300 s]
/proc/loadavg: 3.91 4.01 3.75 4/323 28445
/proc/meminfo: memFree=6143792/32951124 swapFree=46575196/67111528
[pid=28226] ppid=28224 vsize=2482156 CPUtime=1300.02 cores=1,3
/proc/28226/stat : 28226 (lr_gl_shr) R 28224 28226 27995 0 -1 4202496 406173 0 0 0 129909 93 0 0 25 0 1 0 341134005 2541727744 396972 33554432000 4194304 4300056 140737395876608 18446744073709551615 4252367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28226/statm: 620539 396972 246 26 0 617171 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2482156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.1
CPU user time (s): 1299.1
CPU system time (s): 0.998848
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2482156

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

runsolver used 3.81242 second user time and 9.2026 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:30:27
IDJOB=3349940
IDBENCH=82369
IDSOLVER=1814
FILE ID=node107/3349940-1304969427
RUNJOBID= node107-1304968099-28015
PBS_JOBID= 13285643
Free space on /tmp= 41124 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349940-1304969427/watcher-3349940-1304969427 -o /tmp/evaluation-result-3349940-1304969427/solver-3349940-1304969427 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349940-1304969427.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1041096563

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9467204 kB
Buffers:        236272 kB
Cached:       18187240 kB
SwapCached:       9560 kB
Active:        6342940 kB
Inactive:     16493196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9467204 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:          208656 kB
Writeback:           0 kB
AnonPages:     4409792 kB
Mapped:          19804 kB
Slab:           514736 kB
PageTables:      69452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65078064 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= 41288 MiB
End job on node107 at 2011-05-09 21:52:09