Trace number 3285022

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) 1300.05 1300.03

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: 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-3285022-1303763064/watcher-3285022-1303763064 -o /tmp/evaluation-result-3285022-1303763064/solver-3285022-1303763064 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3285022-1303763064.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.87 2.02 3.07 5/180 5143
/proc/meminfo: memFree=24303860/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=6892 CPUtime=0 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 301 0 0 0 0 0 0 0 21 0 1 0 487904150 7057408 243 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905349731 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 1723 243 109 53 0 146 0

[startup+0.096329 s]
/proc/loadavg: 0.87 2.02 3.07 5/180 5143
/proc/meminfo: memFree=24303860/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=14144 CPUtime=0.08 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 2152 0 0 0 8 0 0 0 22 0 1 0 487904150 14483456 2060 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 3536 2060 113 53 0 1959 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14144

[startup+0.100342 s]
/proc/loadavg: 0.87 2.02 3.07 5/180 5143
/proc/meminfo: memFree=24303860/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=14144 CPUtime=0.09 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 2152 0 0 0 9 0 0 0 22 0 1 0 487904150 14483456 2060 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 3536 2060 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.300312 s]
/proc/loadavg: 0.87 2.02 3.07 5/180 5143
/proc/meminfo: memFree=24303860/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=35328 CPUtime=0.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 7466 0 0 0 27 2 0 0 22 0 1 0 487904150 36175872 7356 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905730816 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 8832 7356 113 53 0 7255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35328

[startup+0.700229 s]
/proc/loadavg: 0.87 2.02 3.07 5/180 5143
/proc/meminfo: memFree=24303860/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=29076 CPUtime=0.69 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 11398 0 0 0 66 3 0 0 25 0 1 0 487904150 29773824 5777 33554432000 4194304 4409164 140734491349280 18446744073709551615 4276047 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 7269 5777 129 53 0 5692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29076

[startup+1.5011 s]
/proc/loadavg: 0.87 2.02 3.07 5/184 5150
/proc/meminfo: memFree=24153696/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=36840 CPUtime=1.48 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 13339 0 0 0 143 5 0 0 25 0 1 0 487904150 37724160 7718 33554432000 4194304 4409164 140734491349280 18446744073709551615 4301405 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 9210 7718 129 53 0 7633 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36840

[startup+3.10078 s]
/proc/loadavg: 0.87 2.02 3.07 5/184 5150
/proc/meminfo: memFree=24018908/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=45376 CPUtime=3.07 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 17534 0 0 0 299 8 0 0 25 0 1 0 487904150 46465024 9859 33554432000 4194304 4409164 140734491349280 18446744073709551615 4248647 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 11344 9859 136 53 0 9767 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 45376

[startup+6.3002 s]
/proc/loadavg: 1.12 2.05 3.07 5/187 5156
/proc/meminfo: memFree=23720024/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=54256 CPUtime=6.27 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 19821 0 0 0 619 8 0 0 25 0 1 0 487904150 55558144 12090 33554432000 4194304 4409164 140734491349280 18446744073709551615 4348184 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 13564 12090 140 53 0 11987 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54256

[startup+12.701 s]
/proc/loadavg: 1.51 2.12 3.09 5/190 5162
/proc/meminfo: memFree=23116108/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=56624 CPUtime=12.67 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 20414 0 0 0 1258 9 0 0 25 0 1 0 487904150 57982976 12683 33554432000 4194304 4409164 140734491349280 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 14156 12683 141 53 0 12579 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56624

[startup+25.5007 s]
/proc/loadavg: 2.28 2.26 3.12 5/187 5184
/proc/meminfo: memFree=23021504/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=88848 CPUtime=25.48 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 31729 0 0 0 2536 12 0 0 25 0 1 0 487904150 90980352 20739 33554432000 4194304 4409164 140734491349280 18446744073709551615 4226358 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 22212 20739 141 53 0 20635 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88848

[startup+51.1011 s]
/proc/loadavg: 2.92 2.41 3.15 5/190 5190
/proc/meminfo: memFree=22614416/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=84520 CPUtime=51.07 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 38672 0 0 0 5092 15 0 0 25 0 1 0 487904150 86548480 19657 33554432000 4194304 4409164 140734491349280 18446744073709551615 4249458 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 21130 19657 141 53 0 19553 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84520

[startup+102.301 s]
/proc/loadavg: 3.53 2.65 3.19 5/187 5222
/proc/meminfo: memFree=23415632/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=128784 CPUtime=102.27 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 59999 0 0 0 10204 23 0 0 25 0 1 0 487904150 131874816 30723 33554432000 4194304 4409164 140734491349280 18446744073709551615 4244878 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 32196 30723 141 53 0 30619 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 128784

[startup+162.301 s]
/proc/loadavg: 3.89 2.92 3.25 5/190 5247
/proc/meminfo: memFree=23489040/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=153432 CPUtime=162.28 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 125552 0 0 0 16192 36 0 0 25 0 1 0 487904150 157114368 36885 33554432000 4194304 4409164 140734491349280 18446744073709551615 4305975 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 38358 36885 141 53 0 36781 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 153432

[startup+222.3 s]
/proc/loadavg: 3.96 3.12 3.29 5/190 5249
/proc/meminfo: memFree=23390448/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=146828 CPUtime=222.28 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 164535 0 0 0 22180 48 0 0 25 0 1 0 487904150 150351872 35234 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 36707 35234 141 53 0 35130 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 146828

[startup+282.3 s]
/proc/loadavg: 3.98 3.28 3.33 5/190 5251
/proc/meminfo: memFree=23192524/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=181580 CPUtime=282.28 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 214719 0 0 0 28169 59 0 0 25 0 1 0 487904150 185937920 43922 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 45395 43922 141 53 0 43818 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 181580

[startup+342.301 s]
/proc/loadavg: 3.99 3.40 3.37 5/190 5252
/proc/meminfo: memFree=23231060/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=144372 CPUtime=342.28 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 302114 0 0 0 34150 78 0 0 25 0 1 0 487904150 147836928 34620 33554432000 4194304 4409164 140734491349280 18446744073709551615 4230787 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 36093 34620 141 53 0 34516 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 144372

[startup+402.301 s]
/proc/loadavg: 3.99 3.51 3.41 5/190 5254
/proc/meminfo: memFree=23160112/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=271260 CPUtime=402.28 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 365423 0 0 0 40137 91 0 0 25 0 1 0 487904150 277770240 66342 33554432000 4194304 4409164 140734491349280 18446744073709551615 4231029 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 67815 66342 141 53 0 66238 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 271260

[startup+462.301 s]
/proc/loadavg: 3.99 3.60 3.44 5/190 5255
/proc/meminfo: memFree=23144968/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=158432 CPUtime=462.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 435711 0 0 0 46122 107 0 0 25 0 1 0 487904150 162234368 38135 33554432000 4194304 4409164 140734491349280 18446744073709551615 4230341 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 39608 38135 141 53 0 38031 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 158432

[startup+522.301 s]
/proc/loadavg: 3.99 3.67 3.47 5/190 5257
/proc/meminfo: memFree=23125464/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=213312 CPUtime=522.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 526884 0 0 0 52102 127 0 0 25 0 1 0 487904150 218431488 51855 33554432000 4194304 4409164 140734491349280 18446744073709551615 4301343 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 53328 51855 141 53 0 51751 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 213312

[startup+582.307 s]
/proc/loadavg: 4.06 3.74 3.51 5/190 5259
/proc/meminfo: memFree=22939692/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=319632 CPUtime=582.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 583645 0 0 0 58094 135 0 0 25 0 1 0 487904150 327303168 78435 33554432000 4194304 4409164 140734491349280 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 79908 78435 141 53 0 78331 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 319632

[startup+642.3 s]
/proc/loadavg: 4.02 3.79 3.54 5/190 5260
/proc/meminfo: memFree=23077924/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=220080 CPUtime=642.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 669103 0 0 0 64075 155 0 0 25 0 1 0 487904150 225361920 53547 33554432000 4194304 4409164 140734491349280 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 55020 53547 141 53 0 53443 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 220080

[startup+702.3 s]
/proc/loadavg: 4.05 3.84 3.57 5/190 5262
/proc/meminfo: memFree=23017496/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=237688 CPUtime=702.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 757942 0 0 0 70056 173 0 0 25 0 1 0 487904150 243392512 57949 33554432000 4194304 4409164 140734491349280 18446744073709551615 4358271 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 59422 57949 141 53 0 57845 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 237688

[startup+762.301 s]
/proc/loadavg: 4.02 3.86 3.59 5/190 5263
/proc/meminfo: memFree=22997252/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=253520 CPUtime=762.29 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 811951 0 0 0 76047 182 0 0 25 0 1 0 487904150 259604480 61907 33554432000 4194304 4409164 140734491349280 18446744073709551615 4244297 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 63380 61907 141 53 0 61803 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 253520

[startup+822.301 s]
/proc/loadavg: 4.00 3.89 3.62 5/190 5265
/proc/meminfo: memFree=22931372/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=345248 CPUtime=822.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 877664 0 0 0 82033 197 0 0 25 0 1 0 487904150 353533952 84839 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 86312 84839 141 53 0 84735 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 345248

[startup+882.301 s]
/proc/loadavg: 4.04 3.92 3.64 5/190 5267
/proc/meminfo: memFree=23026332/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=272700 CPUtime=882.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 955139 0 0 0 88016 214 0 0 25 0 1 0 487904150 279244800 66702 33554432000 4194304 4409164 140734491349280 18446744073709551615 4256947 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 68175 66702 141 53 0 66598 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 272700

[startup+942.301 s]
/proc/loadavg: 4.01 3.93 3.66 5/190 5268
/proc/meminfo: memFree=22423168/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=559540 CPUtime=942.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1077116 0 0 0 93999 231 0 0 25 0 1 0 487904150 572968960 138412 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 139885 138412 141 53 0 138308 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 559540

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.68 5/190 5270
/proc/meminfo: memFree=22559296/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=488476 CPUtime=1002.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1241923 0 0 0 99970 260 0 0 25 0 1 0 487904150 500199424 120646 33554432000 4194304 4409164 140734491349280 18446744073709551615 4348220 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 122119 120646 141 53 0 120542 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 488476

[startup+1062.3 s]
/proc/loadavg: 4.05 3.96 3.70 5/190 5271
/proc/meminfo: memFree=22751956/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=240940 CPUtime=1062.3 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1323306 0 0 0 105951 279 0 0 25 0 1 0 487904150 246722560 58762 33554432000 4194304 4409164 140734491349280 18446744073709551615 4259175 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 60235 58762 141 53 0 58658 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 240940

[startup+1122.3 s]
/proc/loadavg: 4.02 3.97 3.72 5/190 5273
/proc/meminfo: memFree=22666976/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=403328 CPUtime=1122.31 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1414298 0 0 0 111935 296 0 0 25 0 1 0 487904150 413007872 99359 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 100832 99359 141 53 0 99255 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 403328

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.74 5/190 5275
/proc/meminfo: memFree=22765776/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=327616 CPUtime=1182.31 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1465627 0 0 0 117923 308 0 0 25 0 1 0 487904150 335478784 80431 33554432000 4194304 4409164 140734491349280 18446744073709551615 4347253 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 81904 80431 141 53 0 80327 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 327616

[startup+1242.31 s]
/proc/loadavg: 4.07 4.00 3.75 5/190 5276
/proc/meminfo: memFree=22673492/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=383544 CPUtime=1242.32 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1515225 0 0 0 123912 320 0 0 25 0 1 0 487904150 392749056 94413 33554432000 4194304 4409164 140734491349280 18446744073709551615 218905755543 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 95886 94413 141 53 0 94309 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 383544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 3.77 5/190 5278
/proc/meminfo: memFree=22596596/32951124 swapFree=67111412/67111528
[pid=5143] ppid=5141 vsize=389740 CPUtime=1300.01 cores=4,6
/proc/5143/stat : 5143 (lingeling) R 5141 5143 4265 0 -1 4202496 1584152 0 0 0 129667 334 0 0 25 0 1 0 487904150 399093760 95962 33554432000 4194304 4409164 140734491349280 18446744073709551615 4226404 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/5143/statm: 97435 95962 141 53 0 95858 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 389740

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1296.68
CPU system time (s): 3.36749
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 606648

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

runsolver used 2.25666 second user time and 4.83226 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 22:24:24
IDJOB=3285022
IDBENCH=82369
IDSOLVER=1606
FILE ID=node137/3285022-1303763064
RUNJOBID= node137-1303763062-5120
PBS_JOBID= 13154070
Free space on /tmp= 71748 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-3285022-1303763064/watcher-3285022-1303763064 -o /tmp/evaluation-result-3285022-1303763064/solver-3285022-1303763064 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3285022-1303763064.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=185346317

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24304752 kB
Buffers:       1731836 kB
Cached:        6286748 kB
SwapCached:        112 kB
Active:        1614644 kB
Inactive:      6478364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24304752 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           46272 kB
Writeback:           0 kB
AnonPages:       73172 kB
Mapped:          14420 kB
Slab:           489000 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200764 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= 71584 MiB
End job on node137 at 2011-04-25 22:46:06