Trace number 3285865

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.16 1300.13

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

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-3285865-1303769516/watcher-3285865-1303769516 -o /tmp/evaluation-result-3285865-1303769516/solver-3285865-1303769516 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3285865-1303769516.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: 1.22 1.91 2.74 4/184 22192
/proc/meminfo: memFree=15236784/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=9664 CPUtime=0 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 1626 0 0 0 0 0 0 0 22 0 1 0 488552712 9895936 1575 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 2416 1580 241 670 0 1737 0

[startup+0.046279 s]
/proc/loadavg: 1.22 1.91 2.74 4/184 22192
/proc/meminfo: memFree=15236784/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=54912 CPUtime=0.03 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 11402 0 0 0 3 0 0 0 22 0 1 0 488552712 56229888 11335 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 13728 11348 241 670 0 13049 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 54912

[startup+0.100273 s]
/proc/loadavg: 1.22 1.91 2.74 4/184 22192
/proc/meminfo: memFree=15236784/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=113016 CPUtime=0.09 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 24519 0 0 0 7 2 0 0 22 0 1 0 488552712 115728384 24452 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 28254 24461 241 670 0 27575 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 113016

[startup+0.300235 s]
/proc/loadavg: 1.22 1.91 2.74 4/184 22192
/proc/meminfo: memFree=15236784/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=302144 CPUtime=0.28 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 73521 0 0 0 21 7 0 0 23 0 1 0 488552712 309395456 73455 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 75536 73467 241 670 0 74857 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 302144

[startup+0.700162 s]
/proc/loadavg: 1.22 1.91 2.74 4/184 22192
/proc/meminfo: memFree=15236784/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=811500 CPUtime=0.69 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 171140 0 0 0 50 19 0 0 25 0 1 0 488552712 830976000 171073 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 202908 171082 241 670 0 202229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 811500

[startup+1.50101 s]
/proc/loadavg: 1.22 1.91 2.74 5/190 22199
/proc/meminfo: memFree=13884344/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=976332 CPUtime=1.49 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 223478 0 0 0 125 24 0 0 25 0 1 0 488552712 999763968 223411 33554432000 4194304 6935321 140733704662624 18446744073709551615 4392990 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 244083 223411 249 670 0 243404 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 976332

[startup+3.10072 s]
/proc/loadavg: 1.22 1.91 2.74 5/190 22199
/proc/meminfo: memFree=13853244/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=1041120 CPUtime=3.09 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 239276 0 0 0 282 27 0 0 25 0 1 0 488552712 1066106880 239209 33554432000 4194304 6935321 140733704662624 18446744073709551615 4876454 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 260280 239209 252 670 0 259601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1041120

[startup+6.30112 s]
/proc/loadavg: 1.60 1.97 2.76 5/190 22200
/proc/meminfo: memFree=13341592/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=1278456 CPUtime=6.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 298090 0 0 0 593 36 0 0 25 0 1 0 488552712 1309138944 298022 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 319614 298022 252 670 0 318935 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1278456

[startup+12.7009 s]
/proc/loadavg: 1.79 2.01 2.76 5/190 22200
/proc/meminfo: memFree=12342540/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=1794224 CPUtime=12.69 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 418632 0 0 0 1216 53 0 0 25 0 1 0 488552712 1837285376 418564 33554432000 4194304 6935321 140733704662624 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 448556 418564 252 670 0 447877 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1794224

[startup+25.5005 s]
/proc/loadavg: 2.36 2.12 2.79 5/187 22221
/proc/meminfo: memFree=11049280/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2661436 CPUtime=25.49 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 651789 0 0 0 2374 175 0 0 25 0 1 0 488552712 2725310464 639916 33554432000 4194304 6935321 140733704662624 18446744073709551615 4387658 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 665359 639916 274 670 0 664680 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2661436

[startup+51.1008 s]
/proc/loadavg: 3.04 2.30 2.83 5/190 22228
/proc/meminfo: memFree=9675436/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2548148 CPUtime=51.08 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 659864 0 0 0 4929 179 0 0 25 0 1 0 488552712 2609303552 612513 33554432000 4194304 6935321 140733704662624 18446744073709551615 4346618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 637037 612513 285 670 0 636358 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2548148

[startup+102.306 s]
/proc/loadavg: 3.76 2.62 2.91 5/190 22229
/proc/meminfo: memFree=9666928/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2548148 CPUtime=102.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 659959 0 0 0 10050 179 0 0 25 0 1 0 488552712 2609303552 612608 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347640 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 637037 612608 286 670 0 636358 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2548148

[startup+162.3 s]
/proc/loadavg: 3.91 2.87 2.97 5/187 22234
/proc/meminfo: memFree=11641624/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2548148 CPUtime=162.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 660193 0 0 0 16050 179 0 0 25 0 1 0 488552712 2609303552 612842 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 637037 612842 286 670 0 636358 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2548148

[startup+222.301 s]
/proc/loadavg: 4.01 3.09 3.04 5/190 22259
/proc/meminfo: memFree=9988040/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2559308 CPUtime=222.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 662679 0 0 0 22050 179 0 0 25 0 1 0 488552712 2620731392 615328 33554432000 4194304 6935321 140733704662624 18446744073709551615 4487744 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 639827 615328 286 670 0 639148 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2559308

[startup+282.301 s]
/proc/loadavg: 4.00 3.25 3.10 5/190 22288
/proc/meminfo: memFree=7779232/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2684344 CPUtime=282.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 694205 0 0 0 28046 183 0 0 25 0 1 0 488552712 2748768256 646785 33554432000 4194304 6935321 140733704662624 18446744073709551615 4346711 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 671086 646785 295 670 0 670407 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2684344

[startup+342.301 s]
/proc/loadavg: 4.00 3.38 3.15 5/190 22290
/proc/meminfo: memFree=7493672/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2834584 CPUtime=342.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 731956 0 0 0 34041 188 0 0 25 0 1 0 488552712 2902614016 684453 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 708646 684453 310 670 0 707967 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2834584

[startup+402.301 s]
/proc/loadavg: 4.03 3.51 3.21 5/190 22291
/proc/meminfo: memFree=7311324/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2876212 CPUtime=402.3 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 742363 0 0 0 40040 190 0 0 25 0 1 0 488552712 2945241088 694815 33554432000 4194304 6935321 140733704662624 18446744073709551615 4400607 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 719053 694815 293 670 0 718374 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2876212

[startup+462.3 s]
/proc/loadavg: 3.93 3.58 3.25 4/184 22310
/proc/meminfo: memFree=9451076/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=3006080 CPUtime=462.29 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 772723 0 0 0 46036 193 0 0 25 0 1 0 488552712 3078225920 725084 33554432000 4194304 6935321 140733704662624 18446744073709551615 4434051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 751520 725084 306 670 0 750841 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 3006080

[startup+522.3 s]
/proc/loadavg: 3.34 3.47 3.23 4/184 22311
/proc/meminfo: memFree=9395532/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=522.3 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 825335 0 0 0 52027 203 0 0 25 0 1 0 488552712 3066773504 724572 33554432000 4194304 6935321 140733704662624 18446744073709551615 4430675 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724572 306 670 0 748045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2994896

[startup+582.301 s]
/proc/loadavg: 3.12 3.38 3.21 4/184 22313
/proc/meminfo: memFree=9385892/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=582.3 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 825336 0 0 0 58027 203 0 0 25 0 1 0 488552712 3066773504 724573 33554432000 4194304 6935321 140733704662624 18446744073709551615 4348049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724573 306 670 0 748045 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2994896

[startup+642.301 s]
/proc/loadavg: 3.10 3.33 3.20 4/184 22315
/proc/meminfo: memFree=9375028/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=642.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 825348 0 0 0 64028 203 0 0 25 0 1 0 488552712 3066773504 724585 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347640 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724585 306 670 0 748045 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2994896

[startup+702.301 s]
/proc/loadavg: 3.04 3.26 3.18 3/182 22316
/proc/meminfo: memFree=10745868/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=702.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 825386 0 0 0 70028 203 0 0 25 0 1 0 488552712 3066773504 724619 33554432000 4194304 6935321 140733704662624 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724619 302 670 0 748045 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2994896

[startup+762.307 s]
/proc/loadavg: 2.41 3.04 3.11 3/178 22335
/proc/meminfo: memFree=10849600/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=762.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 825386 0 0 0 76028 203 0 0 25 0 1 0 488552712 3066773504 724619 33554432000 4194304 6935321 140733704662624 18446744073709551615 4346689 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724619 302 670 0 748045 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2994896

[startup+822.3 s]
/proc/loadavg: 2.15 2.85 3.04 3/178 22336
/proc/meminfo: memFree=10798820/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=3027668 CPUtime=822.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 831296 0 0 0 82027 204 0 0 25 0 1 0 488552712 3100332032 730529 33554432000 4194304 6935321 140733704662624 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 756917 730529 302 670 0 756238 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3027668

[startup+882.3 s]
/proc/loadavg: 2.05 2.69 2.97 3/178 22338
/proc/meminfo: memFree=10821584/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=882.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892957 0 0 0 88018 213 0 0 25 0 1 0 488552712 3066773504 724619 33554432000 4194304 6935321 140733704662624 18446744073709551615 4346689 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724619 302 670 0 748045 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2994896

[startup+942.3 s]
/proc/loadavg: 2.02 2.56 2.91 3/178 22340
/proc/meminfo: memFree=10821656/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=942.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892957 0 0 0 94018 213 0 0 25 0 1 0 488552712 3066773504 724619 33554432000 4194304 6935321 140733704662624 18446744073709551615 4348032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724619 302 670 0 748045 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2994896

[startup+1002.3 s]
/proc/loadavg: 2.00 2.46 2.85 3/178 22341
/proc/meminfo: memFree=10821868/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=1002.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892961 0 0 0 100018 213 0 0 25 0 1 0 488552712 3066773504 724623 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724623 302 670 0 748045 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2994896

[startup+1062.3 s]
/proc/loadavg: 2.00 2.37 2.79 3/178 22343
/proc/meminfo: memFree=10821808/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=1062.31 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892984 0 0 0 106018 213 0 0 25 0 1 0 488552712 3066773504 724640 33554432000 4194304 6935321 140733704662624 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724640 298 670 0 748045 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2994896

[startup+1122.3 s]
/proc/loadavg: 2.00 2.30 2.74 3/178 22344
/proc/meminfo: memFree=10821776/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=1122.32 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892984 0 0 0 112019 213 0 0 25 0 1 0 488552712 3066773504 724640 33554432000 4194304 6935321 140733704662624 18446744073709551615 4348032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724640 298 670 0 748045 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2994896

[startup+1182.3 s]
/proc/loadavg: 2.04 2.26 2.70 3/178 22346
/proc/meminfo: memFree=10821972/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=1182.32 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892984 0 0 0 118019 213 0 0 25 0 1 0 488552712 3066773504 724640 33554432000 4194304 6935321 140733704662624 18446744073709551615 4497879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724640 298 670 0 748045 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2994896

[startup+1242.3 s]
/proc/loadavg: 2.01 2.21 2.65 3/178 22348
/proc/meminfo: memFree=10851436/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=2994896 CPUtime=1242.32 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 892984 0 0 0 124019 213 0 0 25 0 1 0 488552712 3066773504 724640 33554432000 4194304 6935321 140733704662624 18446744073709551615 4347610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 748724 724640 298 670 0 748045 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2994896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.17 2.61 3/178 22349
/proc/meminfo: memFree=10828468/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=3027668 CPUtime=1300.03 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4202496 913669 0 0 0 129787 216 0 0 25 0 1 0 488552712 3100332032 730550 33554432000 4194304 6935321 140733704662624 18446744073709551615 4821203 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/22192/statm: 756917 730550 298 670 0 756238 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3027668

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: 2.00 2.17 2.61 3/179 22350
/proc/meminfo: memFree=13348388/32951124 swapFree=67111528/67111528
[pid=22192] ppid=22190 vsize=0 CPUtime=1300.13 cores=5,7
/proc/22192/stat : 22192 (kw) R 22190 22192 20445 0 -1 4203524 913669 0 0 0 129787 226 0 0 25 0 1 0 488552712 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22192/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.13
CPU time (s): 1300.16
CPU user time (s): 1297.88
CPU system time (s): 2.28165
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3089192

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

runsolver used 1.9887 second user time and 4.46632 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-26 00:12:02
IDJOB=3285865
IDBENCH=82404
IDSOLVER=1658
FILE ID=node105/3285865-1303769516
RUNJOBID= node105-1303769516-22159
PBS_JOBID= 13157144
Free space on /tmp= 71496 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-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-3285865-1303769516/watcher-3285865-1303769516 -o /tmp/evaluation-result-3285865-1303769516/solver-3285865-1303769516 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3285865-1303769516.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=148150375

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15237056 kB
Buffers:       2285332 kB
Cached:       14163680 kB
SwapCached:          0 kB
Active:        9312268 kB
Inactive:      7817336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15237056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          452748 kB
Writeback:           0 kB
AnonPages:      680500 kB
Mapped:          17288 kB
Slab:           519332 kB
PageTables:       5980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   898088 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= 71544 MiB
End job on node105 at 2011-04-26 00:33:45