Trace number 3285635

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
kw 2011-02-28? (TO) 1300.01 1300.02

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3285635-1303767533/watcher-3285635-1303767533 -o /tmp/evaluation-result-3285635-1303767533/solver-3285635-1303767533 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3285635-1303767533.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.92 2.03 2.48 4/183 9684
/proc/meminfo: memFree=23923136/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=9664 CPUtime=0 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 1628 0 0 0 0 0 0 0 21 0 1 0 566983809 9895936 1578 33554432000 4194304 6935321 140735387932912 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 2416 1583 241 670 0 1737 0

[startup+0.0771979 s]
/proc/loadavg: 1.92 2.03 2.48 4/183 9684
/proc/meminfo: memFree=23923136/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=64152 CPUtime=0.07 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 14394 0 0 0 5 2 0 0 21 0 1 0 566983809 65691648 14328 33554432000 4194304 6935321 140735387932912 18446744073709551615 5324048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 16038 14328 249 670 0 15359 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 64152

[startup+0.100192 s]
/proc/loadavg: 1.92 2.03 2.48 4/183 9684
/proc/meminfo: memFree=23923136/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=64432 CPUtime=0.09 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 14441 0 0 0 7 2 0 0 21 0 1 0 566983809 65978368 14375 33554432000 4194304 6935321 140735387932912 18446744073709551615 5334176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 16108 14375 249 670 0 15429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64432

[startup+0.300158 s]
/proc/loadavg: 1.92 2.03 2.48 4/183 9684
/proc/meminfo: memFree=23923136/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=73044 CPUtime=0.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 16573 0 0 0 27 2 0 0 22 0 1 0 566983809 74797056 16507 33554432000 4194304 6935321 140735387932912 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 18261 16507 252 670 0 17582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73044

[startup+0.701086 s]
/proc/loadavg: 1.92 2.03 2.48 4/183 9684
/proc/meminfo: memFree=23923136/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=99884 CPUtime=0.69 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 23106 0 0 0 66 3 0 0 23 0 1 0 566983809 102281216 23040 33554432000 4194304 6935321 140735387932912 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 24971 23040 252 670 0 24292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99884

[startup+1.50094 s]
/proc/loadavg: 2.09 2.06 2.49 5/184 9685
/proc/meminfo: memFree=23663288/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=129504 CPUtime=1.49 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 31930 0 0 0 138 11 0 0 25 0 1 0 566983809 132612096 30558 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 32376 30558 286 670 0 31697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129504

[startup+3.10064 s]
/proc/loadavg: 2.09 2.06 2.49 5/187 9691
/proc/meminfo: memFree=23091924/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=129504 CPUtime=3.09 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 31933 0 0 0 298 11 0 0 25 0 1 0 566983809 132612096 30561 33554432000 4194304 6935321 140735387932912 18446744073709551615 4347161 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 32376 30561 286 670 0 31697 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129504

[startup+6.30104 s]
/proc/loadavg: 2.09 2.06 2.49 6/191 9698
/proc/meminfo: memFree=22425884/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=129504 CPUtime=6.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 31940 0 0 0 618 11 0 0 25 0 1 0 566983809 132612096 30568 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 32376 30568 286 670 0 31697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129504

[startup+12.7009 s]
/proc/loadavg: 2.53 2.16 2.51 5/190 9699
/proc/meminfo: memFree=21083852/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=129504 CPUtime=12.69 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 32002 0 0 0 1258 11 0 0 25 0 1 0 566983809 132612096 30630 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 32376 30630 286 670 0 31697 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129504

[startup+25.5005 s]
/proc/loadavg: 2.75 2.22 2.53 5/190 9699
/proc/meminfo: memFree=20252856/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=137184 CPUtime=25.49 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 33911 0 0 0 2537 12 0 0 25 0 1 0 566983809 140476416 32535 33554432000 4194304 6935321 140735387932912 18446744073709551615 4347610 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 34296 32535 286 670 0 33617 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137184

[startup+51.1007 s]
/proc/loadavg: 3.18 2.36 2.57 5/190 9699
/proc/meminfo: memFree=19731508/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=163012 CPUtime=51.09 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 40411 0 0 0 5097 12 0 0 25 0 1 0 566983809 166924288 39032 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 40753 39032 286 670 0 40074 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163012

[startup+102.307 s]
/proc/loadavg: 3.67 2.63 2.65 5/190 9701
/proc/meminfo: memFree=19625056/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=218740 CPUtime=102.3 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 54172 0 0 0 10216 14 0 0 25 0 1 0 566983809 223989760 52781 33554432000 4194304 6935321 140735387932912 18446744073709551615 4428968 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 54685 52781 298 670 0 54006 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 218740

[startup+162.301 s]
/proc/loadavg: 3.93 2.89 2.73 5/190 9703
/proc/meminfo: memFree=19422952/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=221992 CPUtime=162.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 55151 0 0 0 16215 14 0 0 25 0 1 0 566983809 227319808 53760 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 55498 53760 298 670 0 54819 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 221992

[startup+222.301 s]
/proc/loadavg: 3.97 3.09 2.81 5/190 9704
/proc/meminfo: memFree=19041612/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=264000 CPUtime=222.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 65573 0 0 0 22213 16 0 0 25 0 1 0 566983809 270336000 64172 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346549 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 66000 64172 298 670 0 65321 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 264000

[startup+282.301 s]
/proc/loadavg: 3.99 3.25 2.88 5/190 9706
/proc/meminfo: memFree=18920992/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=271088 CPUtime=282.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 67351 0 0 0 28212 17 0 0 25 0 1 0 566983809 277594112 65950 33554432000 4194304 6935321 140735387932912 18446744073709551615 4347624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 67772 65950 298 670 0 67093 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271088

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 2.95 5/190 9707
/proc/meminfo: memFree=18885088/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=271088 CPUtime=342.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 67354 0 0 0 34212 17 0 0 25 0 1 0 566983809 277594112 65953 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346583 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 67772 65953 298 670 0 67093 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 271088

[startup+402.3 s]
/proc/loadavg: 4.04 3.51 3.02 5/190 9709
/proc/meminfo: memFree=18851916/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=280104 CPUtime=402.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 69480 0 0 0 40212 17 0 0 25 0 1 0 566983809 286826496 68079 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 70026 68079 298 670 0 69347 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 280104

[startup+462.3 s]
/proc/loadavg: 4.01 3.60 3.08 5/190 9711
/proc/meminfo: memFree=18875804/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=280104 CPUtime=462.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 69626 0 0 0 46212 17 0 0 25 0 1 0 566983809 286826496 68225 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 70026 68225 298 670 0 69347 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 280104

[startup+522.301 s]
/proc/loadavg: 4.00 3.67 3.13 5/190 9712
/proc/meminfo: memFree=18832240/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=290048 CPUtime=522.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 72120 0 0 0 52212 17 0 0 25 0 1 0 566983809 297009152 70717 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 72512 70717 298 670 0 71833 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 290048

[startup+582.301 s]
/proc/loadavg: 4.07 3.74 3.19 5/190 9714
/proc/meminfo: memFree=18791280/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=294528 CPUtime=582.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 73240 0 0 0 58212 17 0 0 25 0 1 0 566983809 301596672 71837 33554432000 4194304 6935321 140735387932912 18446744073709551615 4348049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 73632 71837 298 670 0 72953 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 294528

[startup+642.301 s]
/proc/loadavg: 4.02 3.79 3.23 6/190 9715
/proc/meminfo: memFree=18782180/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=296436 CPUtime=642.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 73720 0 0 0 64212 17 0 0 25 0 1 0 566983809 303550464 72317 33554432000 4194304 6935321 140735387932912 18446744073709551615 4348038 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 74109 72317 298 670 0 73430 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 296436

[startup+702.301 s]
/proc/loadavg: 4.01 3.82 3.28 5/190 9717
/proc/meminfo: memFree=18754860/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=315432 CPUtime=702.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 78462 0 0 0 70211 18 0 0 25 0 1 0 566983809 323002368 77053 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 78858 77053 298 670 0 78179 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 315432

[startup+762.306 s]
/proc/loadavg: 4.00 3.85 3.32 5/190 9719
/proc/meminfo: memFree=18749248/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=315432 CPUtime=762.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 78466 0 0 0 76211 18 0 0 25 0 1 0 566983809 323002368 77057 33554432000 4194304 6935321 140735387932912 18446744073709551615 4347640 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 78858 77057 298 670 0 78179 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 315432

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 3.36 5/190 9720
/proc/meminfo: memFree=18741524/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=323280 CPUtime=822.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 80431 0 0 0 82210 19 0 0 25 0 1 0 566983809 331038720 79022 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 80820 79022 298 670 0 80141 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 323280

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.40 5/190 9722
/proc/meminfo: memFree=18741356/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=323280 CPUtime=882.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 80438 0 0 0 88210 19 0 0 25 0 1 0 566983809 331038720 79029 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 80820 79029 298 670 0 80141 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 323280

[startup+942.301 s]
/proc/loadavg: 4.06 3.93 3.44 5/190 9723
/proc/meminfo: memFree=18741460/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=323280 CPUtime=942.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 80438 0 0 0 94210 19 0 0 25 0 1 0 566983809 331038720 79029 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 80820 79029 298 670 0 80141 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 323280

[startup+1002.3 s]
/proc/loadavg: 4.02 3.94 3.47 5/190 9725
/proc/meminfo: memFree=18737084/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=327636 CPUtime=1002.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 81531 0 0 0 100210 19 0 0 25 0 1 0 566983809 335499264 80121 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346711 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 81909 80121 298 670 0 81230 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 327636

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.50 5/190 9727
/proc/meminfo: memFree=18663392/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=334480 CPUtime=1062.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 83246 0 0 0 106210 19 0 0 25 0 1 0 566983809 342507520 81833 33554432000 4194304 6935321 140735387932912 18446744073709551615 4347152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 83620 81833 298 670 0 82941 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 334480

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 9728
/proc/meminfo: memFree=18582760/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=338984 CPUtime=1122.28 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 84367 0 0 0 112209 19 0 0 25 0 1 0 566983809 347119616 82954 33554432000 4194304 6935321 140735387932912 18446744073709551615 4348027 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 84746 82954 298 670 0 84067 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 338984

[startup+1182.3 s]
/proc/loadavg: 4.03 3.97 3.56 5/190 9730
/proc/meminfo: memFree=18580116/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=343324 CPUtime=1182.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 85458 0 0 0 118209 20 0 0 25 0 1 0 566983809 351563776 84045 33554432000 4194304 6935321 140735387932912 18446744073709551615 4348008 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 85831 84045 298 670 0 85152 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 343324

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 3.59 5/190 9731
/proc/meminfo: memFree=18477292/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=343324 CPUtime=1242.29 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 85460 0 0 0 124209 20 0 0 25 0 1 0 566983809 351563776 84047 33554432000 4194304 6935321 140735387932912 18446744073709551615 4430675 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 85831 84047 298 670 0 85152 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 343324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.61 4/188 9734
/proc/meminfo: memFree=18890188/32951124 swapFree=67111348/67111528
[pid=9684] ppid=9682 vsize=343324 CPUtime=1299.99 cores=1,3
/proc/9684/stat : 9684 (kw) R 9682 9684 8087 0 -1 4202496 85461 0 0 0 129979 20 0 0 25 0 1 0 566983809 351563776 84048 33554432000 4194304 6935321 140735387932912 18446744073709551615 4346668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9684/statm: 85831 84048 298 670 0 85152 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 343324

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.02
CPU time (s): 1300.01
CPU user time (s): 1299.8
CPU system time (s): 0.216967
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 343324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85461
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= 3
involuntary context switches= 2941

runsolver used 2.07468 second user time and 4.96324 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-25 23:38:53
IDJOB=3285635
IDBENCH=82390
IDSOLVER=1658
FILE ID=node111/3285635-1303767533
RUNJOBID= node111-1303767532-9656
PBS_JOBID= 13157149
Free space on /tmp= 70560 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285635-1303767533/watcher-3285635-1303767533 -o /tmp/evaluation-result-3285635-1303767533/solver-3285635-1303767533 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3285635-1303767533.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1943364045

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.67
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.849
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:      23923408 kB
Buffers:       1231972 kB
Cached:        7141936 kB
SwapCached:        132 kB
Active:        2631680 kB
Inactive:      5916936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23923408 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           88892 kB
Writeback:           0 kB
AnonPages:      173276 kB
Mapped:          15676 kB
Slab:           414240 kB
PageTables:       5928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   334760 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= 70316 MiB
End job on node111 at 2011-04-26 00:00:35