Trace number 3309577

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
Lingeling 587? (TO) 5000.08 4999.95

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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

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-3309577-1303992387/watcher-3309577-1303992387 -o /tmp/evaluation-result-3309577-1303992387/solver-3309577-1303992387 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309577-1303992387.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 2/177 23184
/proc/meminfo: memFree=16144052/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=7416 CPUtime=0 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 374 0 0 0 0 0 0 0 25 0 1 0 510837520 7593984 316 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272386256 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 1854 327 109 53 0 277 0

[startup+0.101792 s]
/proc/loadavg: 1.95 1.99 1.99 2/177 23184
/proc/meminfo: memFree=16144052/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=14332 CPUtime=0.09 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 2218 0 0 0 9 0 0 0 25 0 1 0 510837520 14675968 2108 33554432000 4194304 4409164 140734284595648 18446744073709551615 4255863 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 3583 2108 113 53 0 2006 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14332

[startup+0.200776 s]
/proc/loadavg: 1.95 1.99 1.99 2/177 23184
/proc/meminfo: memFree=16144052/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=21244 CPUtime=0.19 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 3946 0 0 0 19 0 0 0 25 0 1 0 510837520 21753856 3836 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272688896 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 5311 3836 113 53 0 3734 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21244

[startup+0.300757 s]
/proc/loadavg: 1.95 1.99 1.99 2/177 23184
/proc/meminfo: memFree=16144052/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=26000 CPUtime=0.29 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 8929 0 0 0 28 1 0 0 25 0 1 0 510837520 26624000 5036 33554432000 4194304 4409164 140734284595648 18446744073709551615 4276189 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 6500 5036 124 53 0 4923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26000

[startup+0.700687 s]
/proc/loadavg: 1.95 1.99 1.99 2/177 23184
/proc/meminfo: memFree=16144052/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=32184 CPUtime=0.69 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 11768 0 0 0 67 2 0 0 25 0 1 0 510837520 32956416 6555 33554432000 4194304 4409164 140734284595648 18446744073709551615 4281190 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 8046 6555 129 53 0 6469 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32184

[startup+1.50054 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 23185
/proc/meminfo: memFree=16118136/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=32680 CPUtime=1.49 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 11898 0 0 0 147 2 0 0 25 0 1 0 510837520 33464320 6681 33554432000 4194304 4409164 140734284595648 18446744073709551615 4295747 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 8170 6681 131 53 0 6593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32680

[startup+3.10032 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 23185
/proc/meminfo: memFree=16114420/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=40320 CPUtime=3.09 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 14847 0 0 0 307 2 0 0 25 0 1 0 510837520 41287680 7580 33554432000 4194304 4409164 140734284595648 18446744073709551615 4252353 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 10080 7580 136 53 0 8503 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40320

[startup+6.30068 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 23185
/proc/meminfo: memFree=16113188/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=40132 CPUtime=6.29 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 14976 0 0 0 626 3 0 0 25 0 1 0 510837520 41095168 7662 33554432000 4194304 4409164 140734284595648 18446744073709551615 4230422 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 10033 7662 141 53 0 8456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40132

[startup+12.7005 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 23186
/proc/meminfo: memFree=16096648/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=51168 CPUtime=12.69 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 18634 0 0 0 1264 5 0 0 25 0 1 0 510837520 52396032 11320 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 12792 11320 141 53 0 11215 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51168

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/178 23186
/proc/meminfo: memFree=16067096/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=80888 CPUtime=25.49 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 26117 0 0 0 2540 9 0 0 25 0 1 0 510837520 82829312 18750 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 20222 18750 141 53 0 18645 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80888

[startup+51.1007 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 23186
/proc/meminfo: memFree=16047320/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=96780 CPUtime=51.09 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 45690 0 0 0 5090 19 0 0 25 0 1 0 510837520 99102720 22723 33554432000 4194304 4409164 140734284595648 18446744073709551615 4258751 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 24195 22723 141 53 0 22618 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96780

[startup+102.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23188
/proc/meminfo: memFree=15988156/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=162212 CPUtime=102.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 93097 0 0 0 10193 37 0 0 25 0 1 0 510837520 166105088 39081 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358154 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 40553 39081 141 53 0 38976 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 162212

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23190
/proc/meminfo: memFree=16006488/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=149592 CPUtime=162.29 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 107331 0 0 0 16176 53 0 0 25 0 1 0 510837520 153182208 35926 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 37398 35926 141 53 0 35821 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 149592

[startup+222.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23191
/proc/meminfo: memFree=15969772/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=177176 CPUtime=222.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 224529 0 0 0 22147 83 0 0 25 0 1 0 510837520 181428224 42822 33554432000 4194304 4409164 140734284595648 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 44294 42822 141 53 0 42717 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 177176

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23193
/proc/meminfo: memFree=15909468/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=228808 CPUtime=282.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 276895 0 0 0 28121 109 0 0 25 0 1 0 510837520 234299392 55762 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358514 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 57202 55762 141 53 0 55625 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 228808

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23194
/proc/meminfo: memFree=15970344/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=176396 CPUtime=342.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 294553 0 0 0 34112 118 0 0 25 0 1 0 510837520 180629504 42659 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 44099 42659 141 53 0 42522 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 176396

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.99 4/178 23196
/proc/meminfo: memFree=15862812/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=315560 CPUtime=402.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 395667 0 0 0 40084 146 0 0 25 0 1 0 510837520 323133440 77418 33554432000 4194304 4409164 140734284595648 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 78890 77418 141 53 0 77313 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 315560

[startup+462.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 23198
/proc/meminfo: memFree=15862304/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=275368 CPUtime=462.3 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 469520 0 0 0 46061 169 0 0 25 0 1 0 510837520 281976832 67370 33554432000 4194304 4409164 140734284595648 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 68842 67370 141 53 0 67265 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 275368

[startup+522.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 23199
/proc/meminfo: memFree=15921916/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=228896 CPUtime=522.31 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 534752 0 0 0 52031 200 0 0 25 0 1 0 510837520 234389504 55752 33554432000 4194304 4409164 140734284595648 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 57224 55752 141 53 0 55647 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 228896

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/178 23201
/proc/meminfo: memFree=15913336/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=233412 CPUtime=582.31 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 556031 0 0 0 58019 212 0 0 25 0 1 0 510837520 239013888 56881 33554432000 4194304 4409164 140734284595648 18446744073709551615 4360173 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/23184/statm: 58353 56881 141 53 0 56776 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 233412

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 23332
/proc/meminfo: memFree=15649888/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=362660 CPUtime=4002.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6292487 0 0 0 398452 1788 0 0 25 0 1 0 510837520 371363840 89193 33554432000 4194304 4409164 140734284595648 18446744073709551615 4348202 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 90665 89193 141 53 0 89088 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 362660

[startup+4062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 23334
/proc/meminfo: memFree=15305268/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=705928 CPUtime=4062.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6378305 0 0 0 404428 1812 0 0 25 0 1 0 510837520 722870272 175010 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 176482 175010 141 53 0 174905 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 705928

[startup+4122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 23335
/proc/meminfo: memFree=15596880/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=425084 CPUtime=4122.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6469937 0 0 0 410399 1841 0 0 25 0 1 0 510837520 435286016 104799 33554432000 4194304 4409164 140734284595648 18446744073709551615 4350560 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 106271 104799 141 53 0 104694 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 425084

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23337
/proc/meminfo: memFree=15414816/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=564580 CPUtime=4182.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6546986 0 0 0 416375 1865 0 0 25 0 1 0 510837520 578129920 139673 33554432000 4194304 4409164 140734284595648 18446744073709551615 4226621 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 141145 139673 141 53 0 139568 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 564580

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23338
/proc/meminfo: memFree=14952884/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=968968 CPUtime=4242.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6671665 0 0 0 422350 1890 0 0 25 0 1 0 510837520 992223232 240770 33554432000 4194304 4409164 140734284595648 18446744073709551615 4257016 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 242242 240770 141 53 0 240665 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 968968

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23340
/proc/meminfo: memFree=14950132/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=968968 CPUtime=4302.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6671665 0 0 0 428339 1901 0 0 25 0 1 0 510837520 992223232 240770 33554432000 4194304 4409164 140734284595648 18446744073709551615 4230485 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 242242 240770 141 53 0 240665 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 968968

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23342
/proc/meminfo: memFree=15421552/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=499016 CPUtime=4362.41 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6713561 0 0 0 434319 1922 0 0 25 0 1 0 510837520 510992384 123282 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 124754 123282 141 53 0 123177 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 499016

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23343
/proc/meminfo: memFree=14885220/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1031656 CPUtime=4422.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6846721 0 0 0 440289 1951 0 0 25 0 1 0 510837520 1056415744 256442 33554432000 4194304 4409164 140734284595648 18446744073709551615 4244224 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 257914 256442 141 53 0 256337 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1031656

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23345
/proc/meminfo: memFree=15497756/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=446928 CPUtime=4482.4 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 6954083 0 0 0 446263 1977 0 0 25 0 1 0 510837520 457654272 110260 33554432000 4194304 4409164 140734284595648 18446744073709551615 4360361 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 111732 110260 141 53 0 110155 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 446928

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23346
/proc/meminfo: memFree=15165284/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=771240 CPUtime=4542.41 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7055415 0 0 0 452241 2000 0 0 25 0 1 0 510837520 789749760 191338 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358311 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 192810 191338 141 53 0 191233 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 771240

[startup+4602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23348
/proc/meminfo: memFree=14884644/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1060784 CPUtime=4602.41 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7127801 0 0 0 458223 2018 0 0 25 0 1 0 510837520 1086242816 263724 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 265196 263724 141 53 0 263619 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1060784

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23350
/proc/meminfo: memFree=14744876/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1192924 CPUtime=4662.41 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7254437 0 0 0 464204 2037 0 0 25 0 1 0 510837520 1221554176 296758 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 298231 296758 141 53 0 296654 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1192924

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23351
/proc/meminfo: memFree=14623564/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1385564 CPUtime=4722.42 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7400664 0 0 0 470183 2059 0 0 25 0 1 0 510837520 1418817536 344919 33554432000 4194304 4409164 140734284595648 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 346391 344919 141 53 0 344814 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1385564

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23353
/proc/meminfo: memFree=14627996/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1385564 CPUtime=4782.42 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7400664 0 0 0 476175 2067 0 0 25 0 1 0 510837520 1418817536 344919 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 346391 344919 141 53 0 344814 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1385564

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23354
/proc/meminfo: memFree=14622636/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1385564 CPUtime=4842.42 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7400664 0 0 0 482170 2072 0 0 25 0 1 0 510837520 1418817536 344919 33554432000 4194304 4409164 140734284595648 18446744073709551615 4351812 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 346391 344919 141 53 0 344814 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1385564

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23356
/proc/meminfo: memFree=14595456/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1449556 CPUtime=4902.42 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7416662 0 0 0 488157 2085 0 0 25 0 1 0 510837520 1484345344 360917 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 362389 360917 141 53 0 360812 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1449556

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23358
/proc/meminfo: memFree=15227704/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=767812 CPUtime=4962.42 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7614681 0 0 0 494119 2123 0 0 25 0 1 0 510837520 786239488 190513 33554432000 4194304 4409164 140734284595648 18446744073709551615 268272713623 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 191953 190513 141 53 0 190376 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 767812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23358
/proc/meminfo: memFree=14853828/32950928 swapFree=67111528/67111528
[pid=23184] ppid=23182 vsize=1130504 CPUtime=5000.03 cores=1,3,5,7
/proc/23184/stat : 23184 (lingeling) R 23182 23184 22934 0 -1 4202496 7705354 0 0 0 497859 2144 0 0 25 0 1 0 510837520 1157636096 281186 33554432000 4194304 4409164 140734284595648 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/23184/statm: 282626 281186 141 53 0 281049 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1130504

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): 4999.95
CPU time (s): 5000.08
CPU user time (s): 4978.59
CPU system time (s): 21.4887
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2028228

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

runsolver used 6.67298 second user time and 16.4075 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-28 14:06:27
IDJOB=3309577
IDBENCH=82392
IDSOLVER=1693
FILE ID=node122/3309577-1303992387
RUNJOBID= node122-1303987382-22953
PBS_JOBID= 13168751
Free space on /tmp= 71652 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309577-1303992387/watcher-3309577-1303992387 -o /tmp/evaluation-result-3309577-1303992387/solver-3309577-1303992387 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309577-1303992387.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1280663144

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16144332 kB
Buffers:       1729388 kB
Cached:       14421552 kB
SwapCached:          0 kB
Active:        5286312 kB
Inactive:     10956920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16144332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11772 kB
Writeback:           0 kB
AnonPages:       91724 kB
Mapped:          15524 kB
Slab:           500876 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232680 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= 71644 MiB
End job on node122 at 2011-04-28 15:29:49