Trace number 3285267

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.13 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285267-1307640685/watcher-3285267-1307640685 -o /tmp/evaluation-result-3285267-1307640685/solver-3285267-1307640685 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3285267-1307640685.cnf 

running on 2 cores: 5,7

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: 4.00 3.97 3.80 4/189 10698
/proc/meminfo: memFree=29523520/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=9664 CPUtime=0 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 1612 0 0 0 0 0 0 0 21 0 1 0 875666625 9895936 1563 33554432000 4194304 6935321 140735327252336 18446744073709551615 5922222 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 2416 1570 241 670 0 1737 0

[startup+0.054126 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 10698
/proc/meminfo: memFree=29523520/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=61776 CPUtime=0.04 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 13608 0 0 0 3 1 0 0 21 0 1 0 875666625 63258624 13543 33554432000 4194304 6935321 140735327252336 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 15444 13551 241 670 0 14765 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 61776

[startup+0.101092 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 10698
/proc/meminfo: memFree=29523520/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=115656 CPUtime=0.09 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 25354 0 0 0 7 2 0 0 22 0 1 0 875666625 118431744 25289 33554432000 4194304 6935321 140735327252336 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 28914 25299 241 670 0 28235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 115656

[startup+0.301043 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 10698
/proc/meminfo: memFree=29523520/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=309272 CPUtime=0.29 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 75816 0 0 0 21 8 0 0 22 0 1 0 875666625 316694528 75751 33554432000 4194304 6935321 140735327252336 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 77318 75757 241 670 0 76639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 309272

[startup+0.700975 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 10698
/proc/meminfo: memFree=29523520/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=826284 CPUtime=0.69 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 175843 0 0 0 51 18 0 0 24 0 1 0 875666625 846114816 175779 33554432000 4194304 6935321 140735327252336 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 206571 175786 241 670 0 205892 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 826284

[startup+1.50083 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 10699
/proc/meminfo: memFree=28782264/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=864000 CPUtime=1.49 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 187313 0 0 0 129 20 0 0 25 0 1 0 875666625 884736000 187248 33554432000 4194304 6935321 140735327252336 18446744073709551615 5345471 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 216000 187248 252 670 0 215321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 864000

[startup+3.10054 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 10699
/proc/meminfo: memFree=28748924/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=961296 CPUtime=3.09 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 210634 0 0 0 286 23 0 0 25 0 1 0 875666625 984367104 210569 33554432000 4194304 6935321 140735327252336 18446744073709551615 5493440 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 240324 210569 252 670 0 239645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 961296

[startup+6.30096 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 10699
/proc/meminfo: memFree=28489876/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=1231144 CPUtime=6.29 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 278889 0 0 0 598 31 0 0 25 0 1 0 875666625 1260691456 278824 33554432000 4194304 6935321 140735327252336 18446744073709551615 5345429 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 307786 278824 252 670 0 307107 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1231144

[startup+12.7008 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 10699
/proc/meminfo: memFree=28001272/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=1697512 CPUtime=12.7 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 387059 0 0 0 1222 48 0 0 25 0 1 0 875666625 1738252288 386994 33554432000 4194304 6935321 140735327252336 18446744073709551615 4292276 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 424378 386994 252 670 0 423699 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1697512

[startup+25.5005 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 10700
/proc/meminfo: memFree=27524308/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2089456 CPUtime=25.49 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 515328 0 0 0 2412 137 0 0 25 0 1 0 875666625 2139602944 486730 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 522364 486730 285 670 0 521685 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2089456

[startup+51.1009 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 10701
/proc/meminfo: memFree=27535328/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2089456 CPUtime=51.09 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 515548 0 0 0 4972 137 0 0 25 0 1 0 875666625 2139602944 486950 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346661 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 522364 486950 286 670 0 521685 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2089456

[startup+102.307 s]
/proc/loadavg: 4.04 3.99 3.82 5/190 10702
/proc/meminfo: memFree=27468628/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2089456 CPUtime=102.3 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 515738 0 0 0 10093 137 0 0 25 0 1 0 875666625 2139602944 487140 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 522364 487140 286 670 0 521685 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2089456

[startup+162.301 s]
/proc/loadavg: 4.06 4.00 3.83 5/190 10703
/proc/meminfo: memFree=27447740/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2089456 CPUtime=162.3 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 515809 0 0 0 16093 137 0 0 25 0 1 0 875666625 2139602944 487211 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 522364 487211 286 670 0 521685 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2089456

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.84 5/190 10705
/proc/meminfo: memFree=27374164/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2161980 CPUtime=222.3 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 534355 0 0 0 22089 141 0 0 25 0 1 0 875666625 2213867520 505710 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 540495 505710 287 670 0 539816 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2161980

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 10707
/proc/meminfo: memFree=27256032/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2311096 CPUtime=282.3 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 568500 0 0 0 28085 145 0 0 25 0 1 0 875666625 2366562304 539783 33554432000 4194304 6935321 140735327252336 18446744073709551615 4301269 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 577774 539783 298 670 0 577095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2311096

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 10708
/proc/meminfo: memFree=27228744/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2266508 CPUtime=342.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 605632 0 0 0 34077 154 0 0 25 0 1 0 875666625 2320904192 531906 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 566627 531906 298 670 0 565948 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 2266508

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 10710
/proc/meminfo: memFree=27221452/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2266508 CPUtime=402.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 605632 0 0 0 40077 154 0 0 25 0 1 0 875666625 2320904192 531906 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347636 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 566627 531906 298 670 0 565948 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2266508

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 10711
/proc/meminfo: memFree=27221508/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2266508 CPUtime=462.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 605655 0 0 0 46077 154 0 0 25 0 1 0 875666625 2320904192 531929 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 566627 531929 298 670 0 565948 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2266508

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10713
/proc/meminfo: memFree=27189948/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2266508 CPUtime=522.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 605659 0 0 0 52077 154 0 0 25 0 1 0 875666625 2320904192 531933 33554432000 4194304 6935321 140735327252336 18446744073709551615 4487925 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 566627 531933 298 670 0 565948 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2266508

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10715
/proc/meminfo: memFree=27118460/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2311096 CPUtime=582.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 618461 0 0 0 58076 155 0 0 25 0 1 0 875666625 2366562304 539811 33554432000 4194304 6935321 140735327252336 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 577774 539811 298 670 0 577095 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2311096

[startup+642.301 s]
/proc/loadavg: 4.10 4.03 3.89 5/190 10716
/proc/meminfo: memFree=27124688/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=642.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 642801 0 0 0 64073 159 0 0 25 0 1 0 875666625 2333003776 534887 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346668 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534887 298 670 0 568902 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2278324

[startup+702.301 s]
/proc/loadavg: 4.10 4.04 3.90 5/190 10718
/proc/meminfo: memFree=27124140/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=702.31 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 642801 0 0 0 70072 159 0 0 25 0 1 0 875666625 2333003776 534887 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346555 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534887 298 670 0 568902 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2278324

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 3.91 5/190 10719
/proc/meminfo: memFree=27124316/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=762.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 642801 0 0 0 76073 159 0 0 25 0 1 0 875666625 2333003776 534887 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346668 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534887 298 670 0 568902 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2278324

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/190 10721
/proc/meminfo: memFree=27124240/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=822.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 642801 0 0 0 82073 159 0 0 25 0 1 0 875666625 2333003776 534887 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534887 298 670 0 568902 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 2278324

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/190 10723
/proc/meminfo: memFree=27124288/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=882.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 642802 0 0 0 88073 159 0 0 25 0 1 0 875666625 2333003776 534888 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346614 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534888 298 670 0 568902 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2278324

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 10724
/proc/meminfo: memFree=27123596/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=942.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 676868 0 0 0 94068 164 0 0 25 0 1 0 875666625 2333003776 534888 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347626 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534888 298 670 0 568902 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2278324

[startup+1002.3 s]
/proc/loadavg: 3.61 3.92 3.88 2/172 10801
/proc/meminfo: memFree=29780120/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=1002.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 676868 0 0 0 100068 164 0 0 25 0 1 0 875666625 2333003776 534888 33554432000 4194304 6935321 140735327252336 18446744073709551615 4430683 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534888 298 670 0 568902 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2278324

[startup+1062.3 s]
/proc/loadavg: 1.96 3.39 3.70 2/172 10802
/proc/meminfo: memFree=29780580/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2278324 CPUtime=1062.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 676868 0 0 0 106068 164 0 0 25 0 1 0 875666625 2333003776 534888 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346668 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 569581 534888 298 670 0 568902 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2278324

[startup+1122.3 s]
/proc/loadavg: 1.35 2.95 3.53 2/172 10804
/proc/meminfo: memFree=29705880/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2354312 CPUtime=1122.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 695883 0 0 0 112065 167 0 0 25 0 1 0 875666625 2410815488 553883 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346661 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 588578 553883 298 670 0 587899 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2354312

[startup+1182.3 s]
/proc/loadavg: 1.13 2.59 3.37 2/172 10806
/proc/meminfo: memFree=29697776/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2361888 CPUtime=1182.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 697773 0 0 0 118065 167 0 0 25 0 1 0 875666625 2418573312 555767 33554432000 4194304 6935321 140735327252336 18446744073709551615 4346646 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 590472 555767 298 670 0 589793 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2361888

[startup+1242.3 s]
/proc/loadavg: 1.04 2.30 3.22 2/172 10807
/proc/meminfo: memFree=29697848/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2361888 CPUtime=1242.32 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 697773 0 0 0 124065 167 0 0 25 0 1 0 875666625 2418573312 555767 33554432000 4194304 6935321 140735327252336 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 590472 555767 298 670 0 589793 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2361888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 2.06 3.07 2/172 10809
/proc/meminfo: memFree=29697800/32951124 swapFree=67053156/67111528
[pid=10698] ppid=10696 vsize=2361888 CPUtime=1300.03 cores=5,7
/proc/10698/stat : 10698 (kw) R 10696 10698 8966 0 -1 4202496 697774 0 0 0 129836 167 0 0 25 0 1 0 875666625 2418573312 555768 33554432000 4194304 6935321 140735327252336 18446744073709551615 4347189 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10698/statm: 590472 555768 298 670 0 589793 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2361888

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.09
CPU time (s): 1300.13
CPU user time (s): 1298.37
CPU system time (s): 1.76173
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2361888

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

runsolver used 2.07868 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-09 19:31:29
IDJOB=3285267
IDBENCH=82374
IDSOLVER=1658
FILE ID=node137/3285267-1307640685
RUNJOBID= node137-1307640378-10559
PBS_JOBID= 13549355
Free space on /tmp= 73780 MiB

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

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=1146051498

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:      29524196 kB
Buffers:        191144 kB
Cached:         803984 kB
SwapCached:      12208 kB
Active:        2881756 kB
Inactive:       359020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29524196 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:          136800 kB
Writeback:           0 kB
AnonPages:     2243204 kB
Mapped:          12820 kB
Slab:           115796 kB
PageTables:       9560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2541516 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= 73940 MiB
End job on node137 at 2011-06-09 19:53:11