Trace number 3348580

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.07 1300.04

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

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: 961)

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-3348580-1304971106/watcher-3348580-1304971106 -o /tmp/evaluation-result-3348580-1304971106/solver-3348580-1304971106 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348580-1304971106.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.84 2.54 3.04 5/326 25363
/proc/meminfo: memFree=4513892/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=23888 CPUtime=0 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 1700 0 0 0 0 0 0 0 25 0 1 0 608712975 24461312 1590 33554432000 4194304 4254575 140734704128016 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 5972 1591 212 15 0 2615 0

[startup+0.059235 s]
/proc/loadavg: 2.84 2.54 3.04 5/326 25363
/proc/meminfo: memFree=4513892/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=30240 CPUtime=0.04 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 4326 0 0 0 4 0 0 0 25 0 1 0 608712975 30965760 3981 33554432000 4194304 4254575 140734704128016 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 7560 3983 213 15 0 4203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30240

[startup+0.101227 s]
/proc/loadavg: 2.84 2.54 3.04 5/326 25363
/proc/meminfo: memFree=4513892/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=32216 CPUtime=0.09 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 5074 0 0 0 8 1 0 0 25 0 1 0 608712975 32989184 4618 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216831 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 8054 4618 232 15 0 4697 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32216

[startup+0.301192 s]
/proc/loadavg: 2.84 2.54 3.04 5/326 25363
/proc/meminfo: memFree=4513892/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=35240 CPUtime=0.29 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 5262 0 0 0 28 1 0 0 25 0 1 0 608712975 36085760 4805 33554432000 4194304 4254575 140734704128016 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 8810 4805 232 15 0 5453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35240

[startup+0.701093 s]
/proc/loadavg: 2.84 2.54 3.04 5/326 25363
/proc/meminfo: memFree=4513892/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=35524 CPUtime=0.69 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 5568 0 0 0 68 1 0 0 25 0 1 0 608712975 36376576 5087 33554432000 4194304 4254575 140734704128016 18446744073709551615 4209861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 8881 5087 233 15 0 5524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35524

[startup+1.50094 s]
/proc/loadavg: 2.93 2.56 3.04 5/327 25364
/proc/meminfo: memFree=4486860/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=40076 CPUtime=1.49 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 6225 0 0 0 148 1 0 0 25 0 1 0 608712975 41037824 5741 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 10019 5741 233 15 0 6662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40076

[startup+3.10067 s]
/proc/loadavg: 2.93 2.56 3.04 5/327 25364
/proc/meminfo: memFree=4475828/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=47812 CPUtime=3.09 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 7709 0 0 0 308 1 0 0 25 0 1 0 608712975 48959488 7213 33554432000 4194304 4254575 140734704128016 18446744073709551615 4209508 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 11953 7214 233 15 0 8596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47812

[startup+6.30106 s]
/proc/loadavg: 3.02 2.59 3.05 5/330 25388
/proc/meminfo: memFree=4664244/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=60792 CPUtime=6.29 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 10983 0 0 0 627 2 0 0 25 0 1 0 608712975 62251008 10472 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216819 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 15198 10472 233 15 0 11841 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60792

[startup+12.7009 s]
/proc/loadavg: 3.10 2.61 3.05 5/330 25389
/proc/meminfo: memFree=4584884/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=82180 CPUtime=12.69 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 16235 0 0 0 1266 3 0 0 25 0 1 0 608712975 84152320 15705 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 20545 15705 233 15 0 17188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82180

[startup+25.5004 s]
/proc/loadavg: 3.23 2.66 3.06 5/330 25389
/proc/meminfo: memFree=4448488/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=115440 CPUtime=25.49 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 25138 0 0 0 2544 5 0 0 25 0 1 0 608712975 118210560 24580 33554432000 4194304 4254575 140734704128016 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 28860 24580 233 15 0 25503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115440

[startup+51.1006 s]
/proc/loadavg: 3.53 2.78 3.09 5/330 25390
/proc/meminfo: memFree=4223776/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=172660 CPUtime=51.08 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 39478 0 0 0 5101 7 0 0 25 0 1 0 608712975 176803840 38856 33554432000 4194304 4254575 140734704128016 18446744073709551615 4209282 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 43165 38856 233 15 0 39808 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 172660

[startup+102.312 s]
/proc/loadavg: 3.80 2.97 3.13 5/330 25418
/proc/meminfo: memFree=4291088/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=396220 CPUtime=102.31 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 64106 0 0 0 10217 14 0 0 25 0 1 0 608712975 405729280 63373 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 99055 63373 233 15 0 95698 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 396220

[startup+162.301 s]
/proc/loadavg: 3.92 3.15 3.19 5/330 25483
/proc/meminfo: memFree=4092700/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=405244 CPUtime=162.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 84521 0 0 0 16210 20 0 0 25 0 1 0 608712975 414969856 83702 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 101311 83702 233 15 0 97954 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 405244

[startup+222.3 s]
/proc/loadavg: 4.05 3.32 3.24 5/330 25484
/proc/meminfo: memFree=3821428/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=630200 CPUtime=222.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 101979 0 0 0 22206 24 0 0 25 0 1 0 608712975 645324800 101089 33554432000 4194304 4254575 140734704128016 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 157550 101089 233 15 0 154193 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 630200

[startup+282.301 s]
/proc/loadavg: 4.02 3.44 3.28 5/330 25486
/proc/meminfo: memFree=3651884/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=633288 CPUtime=282.29 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 131043 0 0 0 28200 29 0 0 25 0 1 0 608712975 648486912 130066 33554432000 4194304 4254575 140734704128016 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 158322 130066 233 15 0 154965 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 633288

[startup+342.301 s]
/proc/loadavg: 4.00 3.54 3.32 5/330 25490
/proc/meminfo: memFree=3423176/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=642060 CPUtime=342.29 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 148150 0 0 0 34196 33 0 0 25 0 1 0 608712975 657469440 147110 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 160515 147110 233 15 0 157158 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 642060

[startup+402.3 s]
/proc/loadavg: 4.25 3.68 3.39 5/330 25546
/proc/meminfo: memFree=3295768/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=997300 CPUtime=402.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 162715 0 0 0 40189 41 0 0 25 0 1 0 608712975 1021235200 161621 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 249325 161621 233 15 0 245968 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 997300

[startup+462.301 s]
/proc/loadavg: 4.09 3.74 3.42 5/330 25548
/proc/meminfo: memFree=3765076/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=222784 CPUtime=462.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 199362 0 0 0 46178 52 0 0 25 0 1 0 608712975 228130816 49124 33554432000 4194304 4254575 140734704128016 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 55696 49124 233 15 0 52339 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222784

[startup+522.301 s]
/proc/loadavg: 4.10 3.80 3.46 5/330 25576
/proc/meminfo: memFree=4509724/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=436860 CPUtime=522.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 226084 0 0 0 52173 57 0 0 25 0 1 0 608712975 447344640 75728 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216802 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 109215 75728 233 15 0 105858 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 436860

[startup+582.3 s]
/proc/loadavg: 4.08 3.85 3.50 5/330 25578
/proc/meminfo: memFree=4328932/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=438772 CPUtime=582.3 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 242944 0 0 0 58168 62 0 0 25 0 1 0 608712975 449302528 92495 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 109693 92495 233 15 0 106336 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 438772

[startup+642.301 s]
/proc/loadavg: 4.03 3.87 3.52 5/330 25579
/proc/meminfo: memFree=4315404/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=655212 CPUtime=642.32 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 259919 0 0 0 64165 67 0 0 25 0 1 0 608712975 670937088 109384 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 163803 109384 233 15 0 160446 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 655212

[startup+702.301 s]
/proc/loadavg: 4.01 3.89 3.55 5/330 25581
/proc/meminfo: memFree=4096092/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=658232 CPUtime=702.31 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 277224 0 0 0 70159 72 0 0 25 0 1 0 608712975 674029568 126615 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 164558 126615 233 15 0 161201 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 658232

[startup+762.312 s]
/proc/loadavg: 4.04 3.92 3.58 5/330 25583
/proc/meminfo: memFree=3919740/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=663384 CPUtime=762.32 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 295105 0 0 0 76155 77 0 0 25 0 1 0 608712975 679305216 144430 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 165846 144430 233 15 0 162489 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 663384

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.60 5/330 25584
/proc/meminfo: memFree=3951820/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=668940 CPUtime=822.31 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 309812 0 0 0 82149 82 0 0 25 0 1 0 608712975 684994560 159087 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 167235 159087 233 15 0 163878 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 668940

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.63 5/330 25586
/proc/meminfo: memFree=3943996/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=1021672 CPUtime=882.31 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 321092 0 0 0 88145 86 0 0 25 0 1 0 608712975 1046192128 170313 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 255418 170313 233 15 0 252061 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1021672

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.65 5/330 25587
/proc/meminfo: memFree=3773580/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=1025500 CPUtime=942.32 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 333882 0 0 0 94142 90 0 0 25 0 1 0 608712975 1050112000 183072 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 256375 183072 233 15 0 253018 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1025500

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.67 5/330 25616
/proc/meminfo: memFree=4422796/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=149276 CPUtime=1002.31 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 355426 0 0 0 100133 98 0 0 25 0 1 0 608712975 152858624 32010 33554432000 4194304 4254575 140734704128016 18446744073709551615 4222968 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 37319 32010 233 15 0 33962 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 149276

[startup+1062.3 s]
/proc/loadavg: 4.12 4.00 3.70 5/330 25618
/proc/meminfo: memFree=4124664/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=330724 CPUtime=1062.32 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 389327 0 0 0 106125 107 0 0 25 0 1 0 608712975 338661376 65760 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 82681 65760 233 15 0 79324 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 330724

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.72 5/330 25619
/proc/meminfo: memFree=4361848/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=464952 CPUtime=1122.33 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 413273 0 0 0 112118 115 0 0 25 0 1 0 608712975 476110848 89596 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 116238 89596 233 15 0 112881 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 464952

[startup+1182.3 s]
/proc/loadavg: 4.07 4.01 3.74 5/330 25621
/proc/meminfo: memFree=4130804/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=467044 CPUtime=1182.32 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 430227 0 0 0 118113 119 0 0 25 0 1 0 608712975 478253056 106478 33554432000 4194304 4254575 140734704128016 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 116761 106478 233 15 0 113404 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 467044

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.75 5/330 25622
/proc/meminfo: memFree=4027732/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=683372 CPUtime=1242.33 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 446908 0 0 0 124108 125 0 0 25 0 1 0 608712975 699772928 123077 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 170843 123077 233 15 0 167486 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 683372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.76 5/330 25624
/proc/meminfo: memFree=3820484/32951124 swapFree=67093864/67111528
[pid=25363] ppid=25361 vsize=684820 CPUtime=1300.04 cores=4,6
/proc/25363/stat : 25363 (cir_minisat) R 25361 25363 24480 0 -1 4202496 461217 0 0 0 129875 129 0 0 25 0 1 0 608712975 701255680 137322 33554432000 4194304 4254575 140734704128016 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25363/statm: 171205 137322 233 15 0 167848 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 684820

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.04
CPU time (s): 1300.07
CPU user time (s): 1298.75
CPU system time (s): 1.3228
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1057324

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

runsolver used 4.15237 second user time and 8.87065 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:58:26
IDJOB=3348580
IDBENCH=82432
IDSOLVER=1810
FILE ID=node102/3348580-1304971106
RUNJOBID= node102-1304971056-25291
PBS_JOBID= 13285648
Free space on /tmp= 44596 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348580-1304971106/watcher-3348580-1304971106 -o /tmp/evaluation-result-3348580-1304971106/solver-3348580-1304971106 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348580-1304971106.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=964450207

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:       4513924 kB
Buffers:        212004 kB
Cached:        8935940 kB
SwapCached:       1136 kB
Active:       21652108 kB
Inactive:      6359980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4513924 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:          219036 kB
Writeback:           0 kB
AnonPages:    18863260 kB
Mapped:          27024 kB
Slab:           306212 kB
PageTables:      54396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59615716 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= 44828 MiB
End job on node102 at 2011-05-09 22:20:08