Trace number 3309571

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.06 4999.95

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
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: 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-3309571-1303992386/watcher-3309571-1303992386 -o /tmp/evaluation-result-3309571-1303992386/solver-3309571-1303992386 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309571-1303992386.cnf 

running on 4 cores: 0,2,4,6

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.92 1.98 1.99 2/175 15072
/proc/meminfo: memFree=11798948/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=6892 CPUtime=0 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 303 0 0 0 0 0 0 0 25 0 1 0 589469272 7057408 245 33554432000 4194304 4409164 140734690913568 18446744073709551615 216735178496 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 1723 245 109 53 0 146 0

[startup+0.082096 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 15072
/proc/meminfo: memFree=11798948/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=13120 CPUtime=0.07 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 1898 0 0 0 7 0 0 0 25 0 1 0 589469272 13434880 1806 33554432000 4194304 4409164 140734690913568 18446744073709551615 4200365 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 3280 1806 113 53 0 1703 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13120

[startup+0.101087 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 15072
/proc/meminfo: memFree=11798948/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=14144 CPUtime=0.09 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 2154 0 0 0 9 0 0 0 25 0 1 0 589469272 14483456 2062 33554432000 4194304 4409164 140734690913568 18446744073709551615 4229804 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 3536 2062 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.30105 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 15072
/proc/meminfo: memFree=11798948/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=35328 CPUtime=0.29 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7468 0 0 0 28 1 0 0 25 0 1 0 589469272 36175872 7358 33554432000 4194304 4409164 140734690913568 18446744073709551615 216735178496 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 8832 7358 113 53 0 7255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35328

[startup+0.700981 s]
/proc/loadavg: 1.92 1.98 1.99 2/175 15072
/proc/meminfo: memFree=11798948/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=36156 CPUtime=0.69 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 11366 0 0 0 68 1 0 0 25 0 1 0 589469272 37023744 7549 33554432000 4194304 4409164 140734690913568 18446744073709551615 4295745 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 9039 7549 129 53 0 7462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36156

[startup+1.50084 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 15094
/proc/meminfo: memFree=11765376/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=36844 CPUtime=1.49 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 13342 0 0 0 147 2 0 0 25 0 1 0 589469272 37728256 7721 33554432000 4194304 4409164 140734690913568 18446744073709551615 4278133 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 9211 7721 129 53 0 7634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36844

[startup+3.10055 s]
/proc/loadavg: 1.92 1.98 1.99 3/175 15094
/proc/meminfo: memFree=11722996/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=45332 CPUtime=3.09 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 17525 0 0 0 307 2 0 0 25 0 1 0 589469272 46419968 9850 33554432000 4194304 4409164 140734690913568 18446744073709551615 4248769 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 11333 9850 136 53 0 9756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45332

[startup+6.30099 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 15100
/proc/meminfo: memFree=11635852/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=54212 CPUtime=6.29 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 19811 0 0 0 626 3 0 0 25 0 1 0 589469272 55513088 12080 33554432000 4194304 4409164 140734690913568 18446744073709551615 4230514 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 13553 12080 140 53 0 11976 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54212

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 15101
/proc/meminfo: memFree=11632344/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=54544 CPUtime=12.69 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 19895 0 0 0 1266 3 0 0 25 0 1 0 589469272 55853056 12164 33554432000 4194304 4409164 140734690913568 18446744073709551615 4358348 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 13636 12164 141 53 0 12059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54544

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 15101
/proc/meminfo: memFree=11598868/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=86580 CPUtime=25.49 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 27983 0 0 0 2544 5 0 0 25 0 1 0 589469272 88657920 20173 33554432000 4194304 4409164 140734690913568 18446744073709551615 4259291 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 21645 20173 141 53 0 20068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86580

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 15102
/proc/meminfo: memFree=11565512/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=96568 CPUtime=51.09 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 34268 0 0 0 5101 8 0 0 25 0 1 0 589469272 98885632 22670 33554432000 4194304 4409164 140734690913568 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 24142 22670 141 53 0 22565 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96568

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 15103
/proc/meminfo: memFree=11501148/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=141964 CPUtime=102.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 57708 0 0 0 10215 15 0 0 25 0 1 0 589469272 145371136 34019 33554432000 4194304 4409164 140734690913568 18446744073709551615 4359769 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 35491 34019 141 53 0 33914 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141964

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15105
/proc/meminfo: memFree=11502244/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=141764 CPUtime=162.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 140643 0 0 0 16200 30 0 0 25 0 1 0 589469272 145166336 33969 33554432000 4194304 4409164 140734690913568 18446744073709551615 4226415 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 35441 33969 141 53 0 33864 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 141764

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15106
/proc/meminfo: memFree=11439224/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=153036 CPUtime=222.29 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 163947 0 0 0 22192 37 0 0 25 0 1 0 589469272 156708864 36787 33554432000 4194304 4409164 140734690913568 18446744073709551615 4351051 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 38259 36787 141 53 0 36682 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 153036

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15108
/proc/meminfo: memFree=11422596/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=170868 CPUtime=282.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 204638 0 0 0 28181 49 0 0 25 0 1 0 589469272 174968832 41245 33554432000 4194304 4409164 140734690913568 18446744073709551615 4303663 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 42717 41245 141 53 0 41140 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170868

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15109
/proc/meminfo: memFree=11438068/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=208448 CPUtime=342.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 249191 0 0 0 34170 60 0 0 25 0 1 0 589469272 213450752 50640 33554432000 4194304 4409164 140734690913568 18446744073709551615 4348211 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 52112 50640 141 53 0 50535 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 208448

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15111
/proc/meminfo: memFree=11413876/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=195580 CPUtime=402.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 314316 0 0 0 40158 72 0 0 25 0 1 0 589469272 200273920 47434 33554432000 4194304 4409164 140734690913568 18446744073709551615 216735203223 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 48895 47434 141 53 0 47318 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195580

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15113
/proc/meminfo: memFree=11323208/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=263480 CPUtime=462.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 337121 0 0 0 46153 77 0 0 25 0 1 0 589469272 269803520 64398 33554432000 4194304 4409164 140734690913568 18446744073709551615 4259191 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 65870 64398 141 53 0 64293 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 263480

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 15114
/proc/meminfo: memFree=11280412/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=321580 CPUtime=522.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 393484 0 0 0 52140 90 0 0 25 0 1 0 589469272 329297920 78923 33554432000 4194304 4409164 140734690913568 18446744073709551615 4244769 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 80395 78923 141 53 0 78818 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 321580

[startup+582.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/178 15116
/proc/meminfo: memFree=11292412/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=197272 CPUtime=582.3 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 469027 0 0 0 58123 107 0 0 25 0 1 0 589469272 202006528 47846 33554432000 4194304 4409164 140734690913568 18446744073709551615 4360280 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 49318 47846 141 53 0 47741 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 197272

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15221
/proc/meminfo: memFree=10607056/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=624620 CPUtime=4062.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 5798897 0 0 0 405147 1092 0 0 25 0 1 0 589469272 639610880 154683 33554432000 4194304 4409164 140734690913568 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 156155 154683 141 53 0 154578 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 624620

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 15222
/proc/meminfo: memFree=10897556/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=483828 CPUtime=4122.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 5862961 0 0 0 411130 1109 0 0 25 0 1 0 589469272 495439872 119485 33554432000 4194304 4409164 140734690913568 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 120957 119485 141 53 0 119380 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 483828

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 15224
/proc/meminfo: memFree=9968156/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1254408 CPUtime=4182.38 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6055633 0 0 0 417104 1134 0 0 25 0 1 0 589469272 1284513792 312130 33554432000 4194304 4409164 140734690913568 18446744073709551615 4256884 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 313602 312130 141 53 0 312025 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 1254408

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15225
/proc/meminfo: memFree=10917984/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=547264 CPUtime=4242.38 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6225420 0 0 0 423073 1165 0 0 25 0 1 0 589469272 560398336 135344 33554432000 4194304 4409164 140734690913568 18446744073709551615 4268573 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 136816 135344 141 53 0 135239 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 547264

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15227
/proc/meminfo: memFree=10555872/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=829244 CPUtime=4302.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6369381 0 0 0 429053 1186 0 0 25 0 1 0 589469272 849145856 205839 33554432000 4194304 4409164 140734690913568 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 207311 205839 141 53 0 205734 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 829244

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15229
/proc/meminfo: memFree=10284172/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1025896 CPUtime=4362.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6556304 0 0 0 435023 1216 0 0 25 0 1 0 589469272 1050517504 255002 33554432000 4194304 4409164 140734690913568 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 256474 255002 141 53 0 254897 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1025896

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15230
/proc/meminfo: memFree=10568596/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=607460 CPUtime=4422.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6723146 0 0 0 440992 1248 0 0 25 0 1 0 589469272 622039040 150393 33554432000 4194304 4409164 140734690913568 18446744073709551615 4348165 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 151865 150393 141 53 0 150288 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 607460

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15232
/proc/meminfo: memFree=10359128/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=433808 CPUtime=4482.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6900396 0 0 0 446964 1275 0 0 25 0 1 0 589469272 444219392 106980 33554432000 4194304 4409164 140734690913568 18446744073709551615 4350900 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 108452 106980 141 53 0 106875 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 433808

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15233
/proc/meminfo: memFree=10592968/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=830608 CPUtime=4542.39 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 6999624 0 0 0 452948 1291 0 0 25 0 1 0 589469272 850542592 206180 33554432000 4194304 4409164 140734690913568 18446744073709551615 4256862 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 207652 206180 141 53 0 206075 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 830608

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 15235
/proc/meminfo: memFree=10818608/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=399544 CPUtime=4602.41 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7125310 0 0 0 458926 1315 0 0 25 0 1 0 589469272 409133056 98414 33554432000 4194304 4409164 140734690913568 18446744073709551615 216735203223 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 99886 98414 141 53 0 98309 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 399544

[startup+4662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 15237
/proc/meminfo: memFree=10633312/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=776908 CPUtime=4662.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7267798 0 0 0 464906 1334 0 0 25 0 1 0 589469272 795553792 192787 33554432000 4194304 4409164 140734690913568 18446744073709551615 4230426 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 194227 192787 141 53 0 192650 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 776908

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 15238
/proc/meminfo: memFree=10199900/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1035800 CPUtime=4722.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7332521 0 0 0 470895 1345 0 0 25 0 1 0 589469272 1060659200 257510 33554432000 4194304 4409164 140734690913568 18446744073709551615 4351250 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 258950 257510 141 53 0 257373 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 1035800

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15240
/proc/meminfo: memFree=10354876/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1057768 CPUtime=4782.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7438339 0 0 0 476881 1359 0 0 25 0 1 0 589469272 1083154432 263002 33554432000 4194304 4409164 140734690913568 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 264442 263002 141 53 0 262865 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1057768

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15241
/proc/meminfo: memFree=10078344/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1181512 CPUtime=4842.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7469275 0 0 0 482874 1366 0 0 25 0 1 0 589469272 1209868288 293938 33554432000 4194304 4409164 140734690913568 18446744073709551615 4230336 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 295378 293938 141 53 0 293801 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1181512

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15243
/proc/meminfo: memFree=9679032/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=1472416 CPUtime=4902.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7542001 0 0 0 488862 1378 0 0 25 0 1 0 589469272 1507753984 366664 33554432000 4194304 4409164 140734690913568 18446744073709551615 4350563 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 368104 366664 141 53 0 366527 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1472416

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15245
/proc/meminfo: memFree=10685032/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=722192 CPUtime=4962.4 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7722991 0 0 0 494834 1406 0 0 25 0 1 0 589469272 739524608 179108 33554432000 4194304 4409164 140734690913568 18446744073709551615 4348202 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 180548 179108 141 53 0 178971 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 722192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15246
/proc/meminfo: memFree=10420144/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=855364 CPUtime=5000.02 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7756284 0 0 0 498589 1413 0 0 25 0 1 0 589469272 875892736 212401 33554432000 4194304 4409164 140734690913568 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 213841 212401 141 53 0 212264 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 855364

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15246
/proc/meminfo: memFree=10420144/32951124 swapFree=67102140/67111528
[pid=15072] ppid=15070 vsize=855364 CPUtime=5000.02 cores=0,2,4,6
/proc/15072/stat : 15072 (lingeling) R 15070 15072 14851 0 -1 4202496 7756284 0 0 0 498589 1413 0 0 25 0 1 0 589469272 875892736 212401 33554432000 4194304 4409164 140734690913568 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/15072/statm: 213841 212401 141 53 0 212264 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 855364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4985.89
CPU system time (s): 14.1698
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1604912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4985.89
system time used= 14.1698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7756284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 9787

runsolver used 7.48186 second user time and 15.6366 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-28 14:06:26
IDJOB=3309571
IDBENCH=82389
IDSOLVER=1693
FILE ID=node119/3309571-1303992386
RUNJOBID= node119-1303987382-14869
PBS_JOBID= 13168754
Free space on /tmp= 71796 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1280663144

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11799228 kB
Buffers:       2239940 kB
Cached:       18265752 kB
SwapCached:       5504 kB
Active:        9191360 kB
Inactive:     11376996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11799228 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           15744 kB
Writeback:           0 kB
AnonPages:       59452 kB
Mapped:          15004 kB
Slab:           520084 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220792 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= 71752 MiB
End job on node119 at 2011-04-28 15:29:48