Trace number 3349637

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_SHR 2011-03-02? (TO) 1300.08 1300.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3349637-1304970819/watcher-3349637-1304970819 -o /tmp/evaluation-result-3349637-1304970819/solver-3349637-1304970819 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349637-1304970819.cnf -verb=0 -model 

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: 1.65 3.19 3.47 4/291 22936
/proc/meminfo: memFree=31257272/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=20528 CPUtime=0 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 650 0 0 0 0 0 0 0 21 0 1 0 608679874 21020672 594 33554432000 4194304 4300056 140734396900352 18446744073709551615 228122713856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 5132 594 222 26 0 1764 0

[startup+0.049315 s]
/proc/loadavg: 1.65 3.19 3.47 4/291 22936
/proc/meminfo: memFree=31257272/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=26120 CPUtime=0.04 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 2152 0 0 0 3 1 0 0 21 0 1 0 608679874 26746880 1990 33554432000 4194304 4300056 140734396900352 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 6530 1990 222 26 0 3162 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26120

[startup+0.100299 s]
/proc/loadavg: 1.65 3.19 3.47 4/291 22936
/proc/meminfo: memFree=31257272/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=33624 CPUtime=0.09 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 4415 0 0 0 8 1 0 0 21 0 1 0 608679874 34430976 3949 33554432000 4194304 4300056 140734396900352 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 8406 3950 222 26 0 5038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33624

[startup+0.300268 s]
/proc/loadavg: 1.65 3.19 3.47 4/291 22936
/proc/meminfo: memFree=31257272/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=50816 CPUtime=0.29 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 9018 0 0 0 27 2 0 0 22 0 1 0 608679874 52035584 7903 33554432000 4194304 4300056 140734396900352 18446744073709551615 4218360 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 12704 7903 228 26 0 9336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50816

[startup+0.700195 s]
/proc/loadavg: 1.65 3.19 3.47 4/291 22936
/proc/meminfo: memFree=31257272/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=44696 CPUtime=0.69 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 10408 0 0 0 67 2 0 0 24 0 1 0 608679874 45768704 6859 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 11174 6859 246 26 0 7806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44696

[startup+1.50104 s]
/proc/loadavg: 1.84 3.20 3.48 5/298 22949
/proc/meminfo: memFree=31049000/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=47556 CPUtime=1.49 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 10825 0 0 0 147 2 0 0 25 0 1 0 608679874 48697344 7276 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 11889 7276 246 26 0 8521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47556

[startup+3.10076 s]
/proc/loadavg: 1.84 3.20 3.48 5/298 22949
/proc/meminfo: memFree=30954452/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=47556 CPUtime=3.09 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 11463 0 0 0 307 2 0 0 25 0 1 0 608679874 48697344 7914 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 11889 7914 246 26 0 8521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47556

[startup+6.30115 s]
/proc/loadavg: 2.25 3.27 3.49 5/301 22955
/proc/meminfo: memFree=30689316/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=59156 CPUtime=6.29 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 12820 0 0 0 624 5 0 0 25 0 1 0 608679874 60575744 9270 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 14789 9270 247 26 0 11421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59156

[startup+12.701 s]
/proc/loadavg: 2.39 3.28 3.50 5/301 22956
/proc/meminfo: memFree=30333088/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=70832 CPUtime=12.69 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 15885 0 0 0 1262 7 0 0 25 0 1 0 608679874 72531968 12328 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 17708 12328 247 26 0 14340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70832

[startup+25.5007 s]
/proc/loadavg: 2.75 3.31 3.50 5/301 22956
/proc/meminfo: memFree=30188304/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=89800 CPUtime=25.49 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 20150 0 0 0 2542 7 0 0 25 0 1 0 608679874 91955200 16588 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 22450 16588 247 26 0 19082 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89800

[startup+51.101 s]
/proc/loadavg: 3.30 3.40 3.53 5/301 22957
/proc/meminfo: memFree=30128380/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=172512 CPUtime=51.09 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 31128 0 0 0 5100 9 0 0 25 0 1 0 608679874 176652288 27554 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252576 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 43128 27554 247 26 0 39760 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172512

[startup+102.311 s]
/proc/loadavg: 3.69 3.49 3.55 5/301 22958
/proc/meminfo: memFree=29756672/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=257164 CPUtime=102.31 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 48961 0 0 0 10219 12 0 0 25 0 1 0 608679874 263335936 45370 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 64291 45370 247 26 0 60923 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 257164

[startup+162.301 s]
/proc/loadavg: 3.89 3.58 3.57 5/301 22960
/proc/meminfo: memFree=29335784/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=393380 CPUtime=162.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 73463 0 0 0 16213 17 0 0 25 0 1 0 608679874 402821120 69832 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 98345 69832 247 26 0 94977 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 393380

[startup+222.301 s]
/proc/loadavg: 4.01 3.67 3.60 5/301 22961
/proc/meminfo: memFree=28834536/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=611812 CPUtime=222.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 100056 0 0 0 22207 23 0 0 25 0 1 0 608679874 626495488 96396 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252461 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 152953 96396 247 26 0 149585 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 611812

[startup+282.301 s]
/proc/loadavg: 4.00 3.73 3.63 5/301 22963
/proc/meminfo: memFree=28454192/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=616012 CPUtime=282.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 123493 0 0 0 28201 29 0 0 25 0 1 0 608679874 630796288 119804 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 154003 119804 247 26 0 150635 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 616012

[startup+342.301 s]
/proc/loadavg: 4.00 3.77 3.65 5/301 22964
/proc/meminfo: memFree=28055868/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=619644 CPUtime=342.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 151042 0 0 0 34196 34 0 0 25 0 1 0 608679874 634515456 147320 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 154911 147320 247 26 0 151543 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 619644

[startup+402.3 s]
/proc/loadavg: 4.00 3.81 3.66 5/301 22966
/proc/meminfo: memFree=27682332/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=974992 CPUtime=402.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 175138 0 0 0 40192 38 0 0 25 0 1 0 608679874 998391808 171384 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252420 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 243748 171384 247 26 0 240380 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 974992

[startup+462.3 s]
/proc/loadavg: 4.00 3.84 3.68 5/301 22977
/proc/meminfo: memFree=27302824/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=978532 CPUtime=462.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 197016 0 0 0 46189 41 0 0 25 0 1 0 608679874 1002016768 193235 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 244633 193235 247 26 0 241265 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 978532

[startup+522.3 s]
/proc/loadavg: 4.17 3.91 3.72 5/301 22978
/proc/meminfo: memFree=26899144/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=981132 CPUtime=522.31 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 221251 0 0 0 52186 45 0 0 25 0 1 0 608679874 1004679168 217450 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 245283 217450 247 26 0 241915 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 981132

[startup+582.301 s]
/proc/loadavg: 4.06 3.93 3.73 5/301 22980
/proc/meminfo: memFree=26594804/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=985204 CPUtime=582.3 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 238614 0 0 0 58182 48 0 0 25 0 1 0 608679874 1008848896 234799 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 246301 234799 249 26 0 242933 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 985204

[startup+642.301 s]
/proc/loadavg: 4.06 3.95 3.75 5/301 22983
/proc/meminfo: memFree=26258184/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=1556392 CPUtime=642.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 259148 0 0 0 64179 53 0 0 25 0 1 0 608679874 1593745408 255296 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 389098 255296 249 26 0 385730 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1556392

[startup+702.301 s]
/proc/loadavg: 4.18 3.99 3.77 5/301 22986
/proc/meminfo: memFree=25904916/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=1558384 CPUtime=702.31 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 282323 0 0 0 70172 59 0 0 25 0 1 0 608679874 1595785216 278448 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 389596 278448 249 26 0 386228 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1558384

[startup+762.311 s]
/proc/loadavg: 4.06 3.99 3.78 5/301 22988
/proc/meminfo: memFree=25553828/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=1559496 CPUtime=762.33 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 310352 0 0 0 76170 63 0 0 25 0 1 0 608679874 1596923904 306456 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 389874 306456 249 26 0 386506 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1559496

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.79 5/301 22989
/proc/meminfo: memFree=25211792/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=1562188 CPUtime=822.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 335366 0 0 0 82163 69 0 0 25 0 1 0 608679874 1599680512 331428 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 390547 331428 249 26 0 387179 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1562188

[startup+882.301 s]
/proc/loadavg: 4.01 3.99 3.81 5/301 22991
/proc/meminfo: memFree=26191348/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=127656 CPUtime=882.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 358662 0 0 0 88154 78 0 0 25 0 1 0 608679874 130719744 26574 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 31914 26574 251 26 0 28546 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 127656

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.82 5/301 22992
/proc/meminfo: memFree=25834180/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=227532 CPUtime=942.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 378994 0 0 0 94151 81 0 0 25 0 1 0 608679874 232992768 46883 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 56883 46883 251 26 0 53515 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 227532

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.82 5/301 22994
/proc/meminfo: memFree=25504032/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=308920 CPUtime=1002.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 401910 0 0 0 100146 86 0 0 25 0 1 0 608679874 316334080 69756 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 77230 69756 251 26 0 73862 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 308920

[startup+1062.3 s]
/proc/loadavg: 4.16 4.02 3.84 5/301 22996
/proc/meminfo: memFree=25176992/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=441180 CPUtime=1062.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 424846 0 0 0 106141 91 0 0 25 0 1 0 608679874 451768320 92664 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 110295 92664 251 26 0 106927 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 441180

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.85 5/301 22997
/proc/meminfo: memFree=24808040/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=656104 CPUtime=1122.32 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 451304 0 0 0 112137 95 0 0 25 0 1 0 608679874 671850496 119101 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 164026 119101 251 26 0 160658 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 656104

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.86 5/301 22999
/proc/meminfo: memFree=24510884/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=656104 CPUtime=1182.33 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 466863 0 0 0 118135 98 0 0 25 0 1 0 608679874 671850496 134642 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 164026 134642 251 26 0 160658 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 656104

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.86 5/301 23000
/proc/meminfo: memFree=24188552/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=656104 CPUtime=1242.33 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 485748 0 0 0 124130 103 0 0 25 0 1 0 608679874 671850496 153496 33554432000 4194304 4300056 140734396900352 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 164026 153496 251 26 0 160658 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 656104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.87 5/301 23002
/proc/meminfo: memFree=23843892/32951124 swapFree=54427412/67111528
[pid=22936] ppid=22934 vsize=1005352 CPUtime=1300.04 cores=4,6
/proc/22936/stat : 22936 (lr_gl_shr) R 22934 22936 22352 0 -1 4202496 508575 0 0 0 129896 108 0 0 25 0 1 0 608679874 1029480448 176299 33554432000 4194304 4300056 140734396900352 18446744073709551615 4252411 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22936/statm: 251338 176299 251 26 0 247970 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1005352

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.04
CPU time (s): 1300.08
CPU user time (s): 1298.96
CPU system time (s): 1.11183
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1568528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.96
system time used= 1.11183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2048

runsolver used 3.70644 second user time and 8.13376 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-09 21:53:39
IDJOB=3349637
IDBENCH=82381
IDSOLVER=1813
FILE ID=node138/3349637-1304970819
RUNJOBID= node138-1304970819-22913
PBS_JOBID= 13285612
Free space on /tmp= 47620 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349637-1304970819/watcher-3349637-1304970819 -o /tmp/evaluation-result-3349637-1304970819/solver-3349637-1304970819 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349637-1304970819.cnf -verb=0 -model

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1492106209

node138.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.854
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.70
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31257676 kB
Buffers:        142280 kB
Cached:        1345540 kB
SwapCached:      17996 kB
Active:         284688 kB
Inactive:      1236800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31257676 kB
SwapTotal:    67111528 kB
SwapFree:     54427412 kB
Dirty:           40652 kB
Writeback:           0 kB
AnonPages:       26380 kB
Mapped:           8548 kB
Slab:            68896 kB
PageTables:      40848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39483992 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= 47464 MiB
End job on node138 at 2011-05-09 22:15:21