Trace number 3285543

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.18 1300.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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-3285543-1303767532/watcher-3285543-1303767532 -o /tmp/evaluation-result-3285543-1303767532/solver-3285543-1303767532 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3285543-1303767532.cnf 

running on 2 cores: 0,2

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: 2.09 2.06 2.49 5/189 9696
/proc/meminfo: memFree=22893752/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=8180 CPUtime=0 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 1445 0 0 0 0 0 0 0 21 0 1 0 566984305 8376320 1395 33554432000 4194304 6935321 140736610154560 18446744073709551615 4288179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 2045 1401 241 670 0 1366 0

[startup+0.0346959 s]
/proc/loadavg: 2.09 2.06 2.49 5/189 9696
/proc/meminfo: memFree=22893752/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=36032 CPUtime=0.02 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 8052 0 0 0 2 0 0 0 21 0 1 0 566984305 36896768 7986 33554432000 4194304 6935321 140736610154560 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 9008 7994 241 670 0 8329 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36032

[startup+0.100685 s]
/proc/loadavg: 2.09 2.06 2.49 5/189 9696
/proc/meminfo: memFree=22893752/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=108792 CPUtime=0.09 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 23172 0 0 0 7 2 0 0 21 0 1 0 566984305 111403008 23107 33554432000 4194304 6935321 140736610154560 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 27198 23125 241 670 0 26519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108792

[startup+0.300646 s]
/proc/loadavg: 2.09 2.06 2.49 5/189 9696
/proc/meminfo: memFree=22893752/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=291056 CPUtime=0.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 69969 0 0 0 21 8 0 0 22 0 1 0 566984305 298041344 69903 33554432000 4194304 6935321 140736610154560 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 72764 69912 241 670 0 72085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 291056

[startup+0.700577 s]
/proc/loadavg: 2.09 2.06 2.49 5/189 9696
/proc/meminfo: memFree=22893752/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=786156 CPUtime=0.69 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 162996 0 0 0 47 22 0 0 24 0 1 0 566984305 805023744 162930 33554432000 4194304 6935321 140736610154560 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 196539 162937 241 670 0 195860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 786156

[startup+1.50043 s]
/proc/loadavg: 2.40 2.13 2.50 6/191 9698
/proc/meminfo: memFree=21851268/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=1010780 CPUtime=1.49 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 232542 0 0 0 119 30 0 0 25 0 1 0 566984305 1035038720 232476 33554432000 4194304 6935321 140736610154560 18446744073709551615 5345380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 252695 232476 249 670 0 252016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1010780

[startup+3.10113 s]
/proc/loadavg: 2.40 2.13 2.50 5/190 9698
/proc/meminfo: memFree=21763340/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=1095680 CPUtime=3.09 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 253606 0 0 0 276 33 0 0 25 0 1 0 566984305 1121976320 253540 33554432000 4194304 6935321 140736610154560 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 273920 253540 252 670 0 273241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1095680

[startup+6.30053 s]
/proc/loadavg: 2.40 2.13 2.50 5/190 9699
/proc/meminfo: memFree=21220616/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=1313068 CPUtime=6.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 307183 0 0 0 587 42 0 0 25 0 1 0 566984305 1344581632 307117 33554432000 4194304 6935321 140736610154560 18446744073709551615 5431640 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 328267 307117 252 670 0 327588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313068

[startup+12.7003 s]
/proc/loadavg: 2.64 2.19 2.52 5/190 9699
/proc/meminfo: memFree=20699744/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=1813368 CPUtime=12.69 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 423245 0 0 0 1210 59 0 0 25 0 1 0 566984305 1856888832 423179 33554432000 4194304 6935321 140736610154560 18446744073709551615 5398688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9696/statm: 453342 423179 252 670 0 452663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1813368

[startup+25.501 s]
/proc/loadavg: 2.85 2.25 2.54 5/190 9699
/proc/meminfo: memFree=19747740/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2699260 CPUtime=25.48 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 660392 0 0 0 2392 156 0 0 25 0 1 0 566984305 2764042240 649697 33554432000 4194304 6935321 140736610154560 18446744073709551615 5323920 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 674815 649698 274 670 0 674136 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2699260

[startup+51.1002 s]
/proc/loadavg: 3.24 2.39 2.57 5/190 9700
/proc/meminfo: memFree=19720040/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2648896 CPUtime=51.08 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 689530 0 0 0 4912 196 0 0 25 0 1 0 566984305 2712469504 639603 33554432000 4194304 6935321 140736610154560 18446744073709551615 4348032 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 662224 639603 286 670 0 661545 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2648896

[startup+102.307 s]
/proc/loadavg: 3.70 2.66 2.65 5/190 9701
/proc/meminfo: memFree=19616036/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2648896 CPUtime=102.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 689720 0 0 0 10033 196 0 0 25 0 1 0 566984305 2712469504 639793 33554432000 4194304 6935321 140736610154560 18446744073709551615 4347624 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 662224 639793 286 670 0 661545 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2648896

[startup+162.301 s]
/proc/loadavg: 3.94 2.91 2.74 5/190 9703
/proc/meminfo: memFree=19377444/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2695440 CPUtime=162.28 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 701546 0 0 0 16031 197 0 0 25 0 1 0 566984305 2760130560 651606 33554432000 4194304 6935321 140736610154560 18446744073709551615 4347610 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 673860 651606 292 670 0 673181 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2695440

[startup+222.3 s]
/proc/loadavg: 3.98 3.11 2.82 5/190 9704
/proc/meminfo: memFree=19026604/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2841596 CPUtime=222.28 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 738227 0 0 0 22027 201 0 0 25 0 1 0 566984305 2909794304 688170 33554432000 4194304 6935321 140736610154560 18446744073709551615 4476774 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 710399 688170 289 670 0 709720 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 2841596

[startup+282.301 s]
/proc/loadavg: 3.99 3.27 2.89 5/190 9706
/proc/meminfo: memFree=18909584/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2954336 CPUtime=282.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 764517 0 0 0 28023 206 0 0 25 0 1 0 566984305 3025240064 714378 33554432000 4194304 6935321 140736610154560 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 738584 714378 299 670 0 737905 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2954336

[startup+342.301 s]
/proc/loadavg: 3.99 3.40 2.95 5/190 9707
/proc/meminfo: memFree=18885208/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=342.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 820338 0 0 0 34014 215 0 0 25 0 1 0 566984305 3014676480 713854 33554432000 4194304 6935321 140736610154560 18446744073709551615 4347175 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713854 299 670 0 735326 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2944020

[startup+402.301 s]
/proc/loadavg: 4.04 3.52 3.02 5/190 9709
/proc/meminfo: memFree=18851916/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=402.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 820340 0 0 0 40014 215 0 0 25 0 1 0 566984305 3014676480 713856 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346715 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713856 299 670 0 735326 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2944020

[startup+462.301 s]
/proc/loadavg: 4.01 3.60 3.08 5/190 9711
/proc/meminfo: memFree=18875804/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=462.3 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 820368 0 0 0 46014 216 0 0 25 0 1 0 566984305 3014676480 713883 33554432000 4194304 6935321 140736610154560 18446744073709551615 4347193 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713883 298 670 0 735326 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2944020

[startup+522.301 s]
/proc/loadavg: 4.00 3.67 3.13 5/190 9712
/proc/meminfo: memFree=18829016/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=522.29 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 820380 0 0 0 52013 216 0 0 25 0 1 0 566984305 3014676480 713895 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346711 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713895 298 670 0 735326 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2944020

[startup+582.3 s]
/proc/loadavg: 4.06 3.75 3.19 5/190 9714
/proc/meminfo: memFree=18785696/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=582.3 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 820380 0 0 0 58013 217 0 0 25 0 1 0 566984305 3014676480 713895 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346711 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713895 298 670 0 735326 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2944020

[startup+642.3 s]
/proc/loadavg: 4.02 3.79 3.24 5/190 9715
/proc/meminfo: memFree=18781928/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=642.3 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 64004 226 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346583 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2944020

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 3.28 5/190 9717
/proc/meminfo: memFree=18749404/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=702.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 70004 227 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346639 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2944020

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.32 5/190 9719
/proc/meminfo: memFree=18749000/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=762.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 76004 227 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4347636 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2944020

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.37 5/190 9720
/proc/meminfo: memFree=18741524/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=822.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 82004 227 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346672 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2944020

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.40 5/190 9722
/proc/meminfo: memFree=18741476/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=882.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 88004 227 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2944020

[startup+942.3 s]
/proc/loadavg: 4.05 3.93 3.44 5/190 9723
/proc/meminfo: memFree=18741584/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=942.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876402 0 0 0 94004 227 0 0 25 0 1 0 566984305 3014676480 713897 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346639 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713897 298 670 0 735326 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2944020

[startup+1002.3 s]
/proc/loadavg: 4.02 3.94 3.47 5/190 9725
/proc/meminfo: memFree=18736960/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=2944020 CPUtime=1002.32 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 876417 0 0 0 100004 228 0 0 25 0 1 0 566984305 3014676480 713912 33554432000 4194304 6935321 140736610154560 18446744073709551615 4430675 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 736005 713912 298 670 0 735326 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2944020

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.50 5/190 9727
/proc/meminfo: memFree=18647024/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=3023484 CPUtime=1062.31 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 896326 0 0 0 106001 230 0 0 25 0 1 0 566984305 3096047616 733785 33554432000 4194304 6935321 140736610154560 18446744073709551615 4348001 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 755871 733785 300 670 0 755192 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3023484

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 9728
/proc/meminfo: memFree=18582628/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=3091744 CPUtime=1122.32 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 911354 0 0 0 111998 234 0 0 25 0 1 0 566984305 3165945856 748791 33554432000 4194304 6935321 140736610154560 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 772936 748791 299 670 0 772257 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3091744

[startup+1182.3 s]
/proc/loadavg: 4.03 3.97 3.56 5/190 9730
/proc/meminfo: memFree=18580116/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=3081076 CPUtime=1182.32 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 982023 0 0 0 117987 245 0 0 25 0 1 0 566984305 3155021824 748164 33554432000 4194304 6935321 140736610154560 18446744073709551615 4487229 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 770269 748164 299 670 0 769590 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3081076

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.59 5/190 9731
/proc/meminfo: memFree=18477168/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=3081076 CPUtime=1242.32 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 982023 0 0 0 123987 245 0 0 25 0 1 0 566984305 3155021824 748164 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346639 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 770269 748164 299 670 0 769590 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3081076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.86 3.95 3.60 2/174 9787
/proc/meminfo: memFree=20883868/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=3081076 CPUtime=1300.03 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4202496 982025 0 0 0 129757 246 0 0 25 0 1 0 566984305 3155021824 748166 33554432000 4194304 6935321 140736610154560 18446744073709551615 4346721 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/9696/statm: 770269 748166 299 670 0 769590 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3081076

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

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

[startup+1300.11 s]
/proc/loadavg: 3.86 3.95 3.60 2/175 9788
/proc/meminfo: memFree=23031540/32951124 swapFree=67111348/67111528
[pid=9696] ppid=9694 vsize=0 CPUtime=1300.13 cores=0,2
/proc/9696/stat : 9696 (kw) R 9694 9696 8087 0 -1 4203524 982025 0 0 0 129757 256 0 0 25 0 1 0 566984305 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 1
/proc/9696/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.15
CPU time (s): 1300.18
CPU user time (s): 1297.58
CPU system time (s): 2.6016
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3181652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.58
system time used= 2.6016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 982025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3818

runsolver used 2.34664 second user time and 4.75528 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-25 23:38:58
IDJOB=3285543
IDBENCH=82388
IDSOLVER=1658
FILE ID=node111/3285543-1303767532
RUNJOBID= node111-1303767532-9654
PBS_JOBID= 13157149
Free space on /tmp= 70360 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285543-1303767532/watcher-3285543-1303767532 -o /tmp/evaluation-result-3285543-1303767532/solver-3285543-1303767532 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3285543-1303767532.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=92659398

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:      22893784 kB
Buffers:       1232176 kB
Cached:        7363972 kB
SwapCached:        132 kB
Active:        3693392 kB
Inactive:      5875180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22893784 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          289356 kB
Writeback:           0 kB
AnonPages:      972176 kB
Mapped:          18424 kB
Slab:           423200 kB
PageTables:       7044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1223288 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= 70428 MiB
End job on node111 at 2011-04-26 00:00:40