Trace number 3309535

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.15 4999.96

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

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-3309535-1307641676/watcher-3309535-1307641676 -o /tmp/evaluation-result-3309535-1307641676/solver-3309535-1307641676 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309535-1307641676.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: 2.15 2.03 2.04 2/177 25428
/proc/meminfo: memFree=31928584/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=6892 CPUtime=0 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 302 0 0 0 0 0 0 0 24 0 1 0 875767283 7057408 244 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080232192 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 1723 244 109 53 0 146 0

[startup+0.101518 s]
/proc/loadavg: 2.15 2.03 2.04 2/177 25428
/proc/meminfo: memFree=31928584/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=14144 CPUtime=0.09 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 2153 0 0 0 9 0 0 0 25 0 1 0 875767283 14483456 2061 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080232192 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.200499 s]
/proc/loadavg: 2.15 2.03 2.04 2/177 25428
/proc/meminfo: memFree=31928584/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=21244 CPUtime=0.19 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 3946 0 0 0 19 0 0 0 25 0 1 0 875767283 21753856 3836 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080232192 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 5311 3836 113 53 0 3734 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21244

[startup+0.300481 s]
/proc/loadavg: 2.15 2.03 2.04 2/177 25428
/proc/meminfo: memFree=31928584/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=35328 CPUtime=0.29 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7467 0 0 0 29 0 0 0 25 0 1 0 875767283 36175872 7357 33554432000 4194304 4409164 140735497540960 18446744073709551615 4253443 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 8832 7357 113 53 0 7255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35328

[startup+0.700405 s]
/proc/loadavg: 2.15 2.03 2.04 2/177 25428
/proc/meminfo: memFree=31928584/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=36840 CPUtime=0.69 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 13340 0 0 0 67 2 0 0 25 0 1 0 875767283 37724160 7719 33554432000 4194304 4409164 140735497540960 18446744073709551615 4281416 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 9210 7719 129 53 0 7633 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36840

[startup+1.50025 s]
/proc/loadavg: 2.15 2.03 2.04 3/178 25429
/proc/meminfo: memFree=31897484/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=37352 CPUtime=1.49 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 13469 0 0 0 147 2 0 0 25 0 1 0 875767283 38248448 7848 33554432000 4194304 4409164 140735497540960 18446744073709551615 4221401 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 9338 7848 130 53 0 7761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37352

[startup+3.10094 s]
/proc/loadavg: 2.13 2.03 2.04 3/178 25429
/proc/meminfo: memFree=31888680/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=46288 CPUtime=3.09 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 17766 0 0 0 307 2 0 0 25 0 1 0 875767283 47398912 10091 33554432000 4194304 4409164 140735497540960 18446744073709551615 4266286 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 11572 10091 136 53 0 9995 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46288

[startup+6.30034 s]
/proc/loadavg: 2.13 2.03 2.04 3/178 25429
/proc/meminfo: memFree=31879952/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=54256 CPUtime=6.29 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 19821 0 0 0 627 2 0 0 25 0 1 0 875767283 55558144 12090 33554432000 4194304 4409164 140735497540960 18446744073709551615 4230753 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 13564 12090 140 53 0 11987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54256

[startup+12.7001 s]
/proc/loadavg: 2.11 2.03 2.04 3/178 25429
/proc/meminfo: memFree=31877984/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=58844 CPUtime=12.69 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 20969 0 0 0 1266 3 0 0 25 0 1 0 875767283 60256256 13238 33554432000 4194304 4409164 140735497540960 18446744073709551615 4244759 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 14711 13238 141 53 0 13134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58844

[startup+25.5007 s]
/proc/loadavg: 2.10 2.03 2.04 3/178 25429
/proc/meminfo: memFree=31989180/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=94768 CPUtime=25.49 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 33209 0 0 0 2541 8 0 0 25 0 1 0 875767283 97042432 22219 33554432000 4194304 4409164 140735497540960 18446744073709551615 4325508 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 23692 22219 141 53 0 22115 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94768

[startup+51.1008 s]
/proc/loadavg: 2.06 2.03 2.04 3/178 25430
/proc/meminfo: memFree=31948452/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=106912 CPUtime=51.1 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 44270 0 0 0 5095 15 0 0 25 0 1 0 875767283 109477888 25255 33554432000 4194304 4409164 140735497540960 18446744073709551615 4252932 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 26728 25255 141 53 0 25151 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 106912

[startup+102.301 s]
/proc/loadavg: 2.02 2.02 2.03 3/178 25431
/proc/meminfo: memFree=31824784/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=111620 CPUtime=102.3 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 81445 0 0 0 10202 28 0 0 25 0 1 0 875767283 114298880 26432 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080256919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 27905 26432 141 53 0 26328 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111620

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.03 3/178 25433
/proc/meminfo: memFree=31913644/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=152116 CPUtime=162.3 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 125552 0 0 0 16192 38 0 0 25 0 1 0 875767283 155766784 36556 33554432000 4194304 4409164 140735497540960 18446744073709551615 4269540 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 38029 36556 141 53 0 36452 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152116

[startup+222.306 s]
/proc/loadavg: 2.02 2.02 2.03 3/178 25435
/proc/meminfo: memFree=31773216/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=150752 CPUtime=222.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 175337 0 0 0 22173 58 0 0 25 0 1 0 875767283 154370048 36215 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080256919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 37688 36215 141 53 0 36111 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 150752

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.02 3/178 25436
/proc/meminfo: memFree=31883036/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=171748 CPUtime=282.3 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 240926 0 0 0 28155 75 0 0 25 0 1 0 875767283 175869952 41464 33554432000 4194304 4409164 140735497540960 18446744073709551615 4226432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 42937 41464 141 53 0 41360 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171748

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/178 25438
/proc/meminfo: memFree=31795072/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=147084 CPUtime=342.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 324434 0 0 0 34134 97 0 0 25 0 1 0 875767283 150614016 35298 33554432000 4194304 4409164 140735497540960 18446744073709551615 4244443 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 36771 35298 141 53 0 35194 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 147084

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.01 3/178 25439
/proc/meminfo: memFree=31902168/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=146464 CPUtime=402.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 393410 0 0 0 40122 109 0 0 25 0 1 0 875767283 149979136 35143 33554432000 4194304 4409164 140735497540960 18446744073709551615 4226472 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 36616 35143 141 53 0 35039 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 146464

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25441
/proc/meminfo: memFree=31575512/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=400888 CPUtime=462.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 515005 0 0 0 46098 133 0 0 25 0 1 0 875767283 410509312 98749 33554432000 4194304 4409164 140735497540960 18446744073709551615 4358336 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 100222 98749 141 53 0 98645 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 400888

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25443
/proc/meminfo: memFree=31826688/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=244024 CPUtime=522.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 538465 0 0 0 52089 142 0 0 25 0 1 0 875767283 249880576 59533 33554432000 4194304 4409164 140735497540960 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 61006 59533 141 53 0 59429 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 244024

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25444
/proc/meminfo: memFree=31629124/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=404176 CPUtime=582.31 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 661902 0 0 0 58065 166 0 0 25 0 1 0 875767283 413876224 99571 33554432000 4194304 4409164 140735497540960 18446744073709551615 4314775 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 101044 99571 141 53 0 99467 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 404176

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25662
/proc/meminfo: memFree=31186576/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=806132 CPUtime=4002.44 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6083743 0 0 0 398904 1340 0 0 25 0 1 0 875767283 825479168 200060 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080256919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 201533 200060 141 53 0 199956 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 806132

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25664
/proc/meminfo: memFree=31047396/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=899008 CPUtime=4062.45 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6106962 0 0 0 404896 1349 0 0 25 0 1 0 875767283 920584192 223279 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080256919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 224752 223279 141 53 0 223175 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 899008

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25666
/proc/meminfo: memFree=31320272/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=626512 CPUtime=4122.45 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6195971 0 0 0 410877 1368 0 0 25 0 1 0 875767283 641548288 155155 33554432000 4194304 4409164 140735497540960 18446744073709551615 4348202 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 156628 155155 141 53 0 155051 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 626512

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25667
/proc/meminfo: memFree=31129384/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=837268 CPUtime=4182.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6248660 0 0 0 416865 1381 0 0 25 0 1 0 875767283 857362432 207844 33554432000 4194304 4409164 140735497540960 18446744073709551615 4258732 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 209317 207844 141 53 0 207740 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 837268

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25669
/proc/meminfo: memFree=31121404/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=833528 CPUtime=4242.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6416377 0 0 0 422840 1406 0 0 25 0 1 0 875767283 853532672 206909 33554432000 4194304 4409164 140735497540960 18446744073709551615 4249423 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 208382 206909 141 53 0 206805 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 833528

[startup+4302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 25670
/proc/meminfo: memFree=30457704/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1478924 CPUtime=4302.45 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6577726 0 0 0 428815 1430 0 0 25 0 1 0 875767283 1514418176 368258 33554432000 4194304 4409164 140735497540960 18446744073709551615 4358348 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 369731 368258 141 53 0 368154 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 1478924

[startup+4362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 25672
/proc/meminfo: memFree=30735540/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1197516 CPUtime=4362.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6587534 0 0 0 434807 1439 0 0 25 0 1 0 875767283 1226256384 297906 33554432000 4194304 4409164 140735497540960 18446744073709551615 4301401 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 299379 297906 141 53 0 297802 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 1197516

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 25683
/proc/meminfo: memFree=29902976/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=2064496 CPUtime=4422.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6827986 0 0 0 440786 1460 0 0 25 0 1 0 875767283 2114043904 514651 33554432000 4194304 4409164 140735497540960 18446744073709551615 4359755 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 516124 514651 141 53 0 514547 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 2064496

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 25684
/proc/meminfo: memFree=29789608/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=2162800 CPUtime=4482.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6852562 0 0 0 446778 1468 0 0 25 0 1 0 875767283 2214707200 539227 33554432000 4194304 4409164 140735497540960 18446744073709551615 4256797 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 540700 539227 141 53 0 539123 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 2162800

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 25686
/proc/meminfo: memFree=29789688/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=2162800 CPUtime=4542.46 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6852562 0 0 0 452774 1472 0 0 25 0 1 0 875767283 2214707200 539227 33554432000 4194304 4409164 140735497540960 18446744073709551615 4358528 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 540700 539227 141 53 0 539123 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 2162800

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25690
/proc/meminfo: memFree=31209532/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=728504 CPUtime=4602.47 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6921410 0 0 0 458754 1493 0 0 25 0 1 0 875767283 745988096 180685 33554432000 4194304 4409164 140735497540960 18446744073709551615 4358734 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 182126 180685 141 53 0 180549 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 728504

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25692
/proc/meminfo: memFree=30963936/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=996596 CPUtime=4662.47 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 6988401 0 0 0 464742 1505 0 0 25 0 1 0 875767283 1020514304 247676 33554432000 4194304 4409164 140735497540960 18446744073709551615 4256910 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 249149 247676 141 53 0 247572 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 996596

[startup+4722.3 s]
/proc/loadavg: 1.85 1.97 1.99 2/172 25718
/proc/meminfo: memFree=30974376/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1214712 CPUtime=4722.48 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7042930 0 0 0 470731 1517 0 0 25 0 1 0 875767283 1243865088 302205 33554432000 4194304 4409164 140735497540960 18446744073709551615 4226472 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 303678 302205 141 53 0 302101 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 1214712

[startup+4782.3 s]
/proc/loadavg: 1.31 1.79 1.92 2/172 25719
/proc/meminfo: memFree=30549536/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1638768 CPUtime=4782.48 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7148944 0 0 0 476707 1541 0 0 25 0 1 0 875767283 1678098432 408219 33554432000 4194304 4409164 140735497540960 18446744073709551615 4256869 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 409692 408219 141 53 0 408115 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 1638768

[startup+4842.31 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25721
/proc/meminfo: memFree=30385336/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1802616 CPUtime=4842.48 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7189906 0 0 0 482687 1561 0 0 25 0 1 0 875767283 1845878784 449181 33554432000 4194304 4409164 140735497540960 18446744073709551615 4226415 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 450654 449181 141 53 0 449077 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 1802616

[startup+4902.3 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 25722
/proc/meminfo: memFree=31413624/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=776148 CPUtime=4902.48 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7322912 0 0 0 488652 1596 0 0 25 0 1 0 875767283 794775552 192596 33554432000 4194304 4409164 140735497540960 18446744073709551615 208080256919 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 194037 192596 141 53 0 192460 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 776148

[startup+4962.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/172 25724
/proc/meminfo: memFree=30990256/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1198916 CPUtime=4962.48 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7428743 0 0 0 494625 1623 0 0 25 0 1 0 875767283 1227689984 298288 33554432000 4194304 4409164 140735497540960 18446744073709551615 4244761 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 299729 298288 141 53 0 298152 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 1198916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.38 1.72 2/172 25725
/proc/meminfo: memFree=30798776/32950928 swapFree=67055948/67111528
[pid=25428] ppid=25426 vsize=1389988 CPUtime=5000.09 cores=1,3,5,7
/proc/25428/stat : 25428 (lingeling) R 25426 25428 24082 0 -1 4202496 7476511 0 0 0 498371 1638 0 0 25 0 1 0 875767283 1423347712 346056 33554432000 4194304 4409164 140735497540960 18446744073709551615 4347257 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25428/statm: 347497 346056 141 53 0 345920 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1389988

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.96
CPU time (s): 5000.15
CPU user time (s): 4983.72
CPU system time (s): 16.4315
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2162800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4983.72
system time used= 16.4315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7476511
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= 4
involuntary context switches= 56568

runsolver used 8.00078 second user time and 17.2604 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-09 19:47:56
IDJOB=3309535
IDBENCH=82369
IDSOLVER=1693
FILE ID=node127/3309535-1307641676
RUNJOBID= node127-1307637549-24937
PBS_JOBID= 13549396
Free space on /tmp= 74180 MiB

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

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1248360860

node127.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.823
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:      31928648 kB
Buffers:        215496 kB
Cached:         328904 kB
SwapCached:       9340 kB
Active:         608200 kB
Inactive:       222068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31928648 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           15764 kB
Writeback:           0 kB
AnonPages:      283176 kB
Mapped:          13392 kB
Slab:           126004 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   475936 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= 74184 MiB
End job on node127 at 2011-06-09 21:11:18