Trace number 3350240

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_GL_NOSHR 2011-03-02? (TO) 1300.09 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-3350240-1304969703/watcher-3350240-1304969703 -o /tmp/evaluation-result-3350240-1304969703/solver-3350240-1304969703 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350240-1304969703.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.28 5/241 22946
/proc/meminfo: memFree=4847268/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=19888 CPUtime=0 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 492 0 0 0 0 0 0 0 22 0 1 0 608570186 20365312 434 33554432000 4194304 4300056 140735662506704 18446744073709551615 248089698048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 4972 434 221 26 0 1604 0

[startup+0.0266659 s]
/proc/loadavg: 4.00 3.99 3.28 5/241 22946
/proc/meminfo: memFree=4847268/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=21968 CPUtime=0.01 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 1022 0 0 0 1 0 0 0 22 0 1 0 608570186 22495232 964 33554432000 4194304 4300056 140735662506704 18446744073709551615 248089698048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 5492 965 222 26 0 2124 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21968

[startup+0.100653 s]
/proc/loadavg: 4.00 3.99 3.28 5/241 22946
/proc/meminfo: memFree=4847268/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=31312 CPUtime=0.08 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 4021 0 0 0 8 0 0 0 22 0 1 0 608570186 32063488 3589 33554432000 4194304 4300056 140735662506704 18446744073709551615 4200827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 7828 3591 222 26 0 4460 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31312

[startup+0.300568 s]
/proc/loadavg: 4.00 3.99 3.28 5/241 22946
/proc/meminfo: memFree=4847268/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=66344 CPUtime=0.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 13051 0 0 0 28 1 0 0 23 0 1 0 608570186 67936256 11146 33554432000 4194304 4300056 140735662506704 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 16586 11148 222 26 0 13218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66344

[startup+0.700497 s]
/proc/loadavg: 4.00 3.99 3.28 5/241 22946
/proc/meminfo: memFree=4847268/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=90136 CPUtime=0.68 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 19891 0 0 0 66 2 0 0 25 0 1 0 608570186 92299264 16580 33554432000 4194304 4300056 140735662506704 18446744073709551615 4284280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 22534 16581 228 26 0 19166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90136

[startup+1.5004 s]
/proc/loadavg: 4.00 3.99 3.28 5/242 22947
/proc/meminfo: memFree=4775224/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=78492 CPUtime=1.48 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 23768 0 0 0 145 3 0 0 25 0 1 0 608570186 80375808 14759 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 19623 14759 245 26 0 16255 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78492

[startup+3.10114 s]
/proc/loadavg: 4.00 3.99 3.28 5/242 22947
/proc/meminfo: memFree=4783760/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=78492 CPUtime=3.08 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 24098 0 0 0 305 3 0 0 25 0 1 0 608570186 80375808 15089 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 19623 15089 245 26 0 16255 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78492

[startup+6.30055 s]
/proc/loadavg: 4.00 3.99 3.28 5/242 22947
/proc/meminfo: memFree=4776204/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=85672 CPUtime=6.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 25304 0 0 0 625 4 0 0 25 0 1 0 608570186 87728128 16293 33554432000 4194304 4300056 140735662506704 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 21418 16293 245 26 0 18050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85672

[startup+12.7004 s]
/proc/loadavg: 4.00 3.99 3.28 5/242 22947
/proc/meminfo: memFree=4759212/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=97348 CPUtime=12.69 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 26962 0 0 0 1265 4 0 0 25 0 1 0 608570186 99684352 17951 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 24337 17951 245 26 0 20969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97348

[startup+25.5012 s]
/proc/loadavg: 4.00 3.99 3.29 5/242 22948
/proc/meminfo: memFree=4779040/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=116316 CPUtime=25.49 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 29991 0 0 0 2544 5 0 0 25 0 1 0 608570186 119107584 20979 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 29079 20979 246 26 0 25711 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116316

[startup+51.1007 s]
/proc/loadavg: 4.00 3.99 3.31 5/242 22948
/proc/meminfo: memFree=4714820/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=147136 CPUtime=51.08 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 34876 0 0 0 5103 5 0 0 25 0 1 0 608570186 150667264 25858 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 36784 25858 246 26 0 33416 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 147136

[startup+102.309 s]
/proc/loadavg: 4.00 3.99 3.35 5/242 22950
/proc/meminfo: memFree=4664140/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=147136 CPUtime=102.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 40297 0 0 0 10223 7 0 0 25 0 1 0 608570186 150667264 31279 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 36784 31279 246 26 0 33416 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147136

[startup+162.301 s]
/proc/loadavg: 4.04 4.00 3.39 5/242 22951
/proc/meminfo: memFree=4545060/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=197224 CPUtime=162.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 51842 0 0 0 16219 10 0 0 25 0 1 0 608570186 201957376 42812 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 49306 42812 246 26 0 45938 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 197224

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.42 5/242 22980
/proc/meminfo: memFree=4489844/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=278612 CPUtime=222.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 68410 0 0 0 22216 13 0 0 25 0 1 0 608570186 285298688 59372 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 69653 59372 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.00 4.00 3.46 5/242 22982
/proc/meminfo: memFree=4226576/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=410872 CPUtime=282.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 83593 0 0 0 28213 16 0 0 25 0 1 0 608570186 420732928 74544 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 102718 74544 246 26 0 99350 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 410872

[startup+342.301 s]
/proc/loadavg: 4.05 4.01 3.49 5/242 22983
/proc/meminfo: memFree=3980144/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=411332 CPUtime=342.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 94065 0 0 0 34211 18 0 0 25 0 1 0 608570186 421203968 85009 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 102833 85009 246 26 0 99465 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 411332

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.53 5/242 22985
/proc/meminfo: memFree=3762468/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=411932 CPUtime=402.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 105677 0 0 0 40209 20 0 0 25 0 1 0 608570186 421818368 96615 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 102983 96615 246 26 0 99615 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 411932

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.55 5/242 22986
/proc/meminfo: memFree=3535276/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=626856 CPUtime=462.29 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 113471 0 0 0 46207 22 0 0 25 0 1 0 608570186 641900544 104403 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 156714 104403 246 26 0 153346 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 626856

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.58 5/242 22988
/proc/meminfo: memFree=3259328/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=629480 CPUtime=522.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 144068 0 0 0 52202 28 0 0 25 0 1 0 608570186 644587520 134975 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 157370 134975 246 26 0 154002 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 629480

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.60 5/242 22990
/proc/meminfo: memFree=3674808/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=631128 CPUtime=582.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 161340 0 0 0 58199 31 0 0 25 0 1 0 608570186 646275072 152238 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252404 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 157782 152238 246 26 0 154414 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 631128

[startup+642.301 s]
/proc/loadavg: 4.03 4.02 3.63 5/242 22991
/proc/meminfo: memFree=3441528/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=981324 CPUtime=642.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 179713 0 0 0 64198 33 0 0 25 0 1 0 608570186 1004875776 170600 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 245331 170600 246 26 0 241963 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 981324

[startup+702.3 s]
/proc/loadavg: 3.57 3.90 3.62 4/236 23011
/proc/meminfo: memFree=3603388/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=983100 CPUtime=702.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 198549 0 0 0 70193 37 0 0 25 0 1 0 608570186 1006694400 189421 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 245775 189421 246 26 0 242407 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 983100

[startup+762.309 s]
/proc/loadavg: 3.21 3.73 3.57 4/236 23012
/proc/meminfo: memFree=3487280/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=983820 CPUtime=762.32 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 206293 0 0 0 76192 40 0 0 25 0 1 0 608570186 1007431680 197165 33554432000 4194304 4300056 140735662506704 18446744073709551615 4264392 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 245955 197165 246 26 0 242587 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 983820

[startup+822.3 s]
/proc/loadavg: 3.07 3.60 3.53 4/236 23014
/proc/meminfo: memFree=3289708/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=984960 CPUtime=822.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 230049 0 0 0 82185 45 0 0 25 0 1 0 608570186 1008599040 220903 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 246240 220903 246 26 0 242872 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 984960

[startup+882.301 s]
/proc/loadavg: 3.10 3.50 3.50 4/236 23016
/proc/meminfo: memFree=3194300/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=985100 CPUtime=882.3 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 238446 0 0 0 88184 46 0 0 25 0 1 0 608570186 1008742400 229300 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252404 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 246275 229300 246 26 0 242907 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 985100

[startup+942.301 s]
/proc/loadavg: 3.11 3.43 3.47 4/236 23017
/proc/meminfo: memFree=3044848/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1553168 CPUtime=942.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 253257 0 0 0 94181 50 0 0 25 0 1 0 608570186 1590444032 244106 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 388292 244106 246 26 0 384924 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1553168

[startup+1002.3 s]
/proc/loadavg: 3.04 3.35 3.44 3/234 23020
/proc/meminfo: memFree=2935956/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1553432 CPUtime=1002.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 269571 0 0 0 100178 53 0 0 25 0 1 0 608570186 1590714368 260414 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 388358 260414 246 26 0 384990 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1553432

[startup+1062.3 s]
/proc/loadavg: 2.38 3.10 3.35 3/230 23038
/proc/meminfo: memFree=2790104/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1553848 CPUtime=1062.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 284903 0 0 0 106176 55 0 0 25 0 1 0 608570186 1591140352 275746 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 388462 275746 246 26 0 385094 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1553848

[startup+1122.3 s]
/proc/loadavg: 2.14 2.90 3.26 3/230 23040
/proc/meminfo: memFree=2576416/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1554512 CPUtime=1122.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 318430 0 0 0 112172 59 0 0 25 0 1 0 608570186 1591820288 309266 33554432000 4194304 4300056 140735662506704 18446744073709551615 4274936 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 388628 309266 246 26 0 385260 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1554512

[startup+1182.3 s]
/proc/loadavg: 2.09 2.74 3.18 3/230 23042
/proc/meminfo: memFree=2365084/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1557760 CPUtime=1182.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 351937 0 0 0 118167 64 0 0 25 0 1 0 608570186 1595146240 342757 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 389440 342757 246 26 0 386072 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1557760

[startup+1242.3 s]
/proc/loadavg: 2.03 2.61 3.11 3/230 23043
/proc/meminfo: memFree=2186736/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1558456 CPUtime=1242.31 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 370150 0 0 0 124164 67 0 0 25 0 1 0 608570186 1595858944 360962 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 389614 360962 246 26 0 386246 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1558456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.49 3.04 3/230 23045
/proc/meminfo: memFree=2061948/32950928 swapFree=64721848/67111528
[pid=22946] ppid=22944 vsize=1558780 CPUtime=1300.03 cores=0,2
/proc/22946/stat : 22946 (lr_gl_shr) R 22944 22946 22624 0 -1 4202496 381885 0 0 0 129934 69 0 0 25 0 1 0 608570186 1596190720 372694 33554432000 4194304 4300056 140735662506704 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22946/statm: 389695 372694 246 26 0 386327 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1558780

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.07
CPU time (s): 1300.09
CPU user time (s): 1299.34
CPU system time (s): 0.744886
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1558780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.34
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381885
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= 6
involuntary context switches= 2547

runsolver used 2.93055 second user time and 6.30604 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-09 21:35:04
IDJOB=3350240
IDBENCH=82369
IDSOLVER=1815
FILE ID=node123/3350240-1304969703
RUNJOBID= node123-1304968097-22642
PBS_JOBID= 13285627
Free space on /tmp= 39104 MiB

SOLVER NAME= minisat hack: LR_GL_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 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350240-1304969703/watcher-3350240-1304969703 -o /tmp/evaluation-result-3350240-1304969703/solver-3350240-1304969703 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350240-1304969703.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=796567719

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:       4847424 kB
Buffers:        225104 kB
Cached:       17588804 kB
SwapCached:      10384 kB
Active:       15093912 kB
Inactive:     12404544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4847424 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           15964 kB
Writeback:           0 kB
AnonPages:     9682192 kB
Mapped:          16412 kB
Slab:           510252 kB
PageTables:      32752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13784592 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= 39112 MiB
End job on node123 at 2011-05-09 21:56:46