Trace number 3362577

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 reference: minisat 2.2.0? (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-3362577-1305307430/watcher-3362577-1305307430 -o /tmp/evaluation-result-3362577-1305307430/solver-3362577-1305307430 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362577-1305307430.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.15 4.08 4.02 5/366 4550
/proc/meminfo: memFree=21078788/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=22400 CPUtime=0 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 1300 0 0 0 0 0 0 0 25 0 1 0 642340754 22937600 1241 33554432000 4194304 4291037 140733782738880 18446744073709551615 218905428176 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 5636 1253 215 24 0 2270 0

[startup+0.050355 s]
/proc/loadavg: 4.15 4.08 4.02 5/366 4550
/proc/meminfo: memFree=21078788/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=29304 CPUtime=0.04 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 3351 0 0 0 4 0 0 0 25 0 1 0 642340754 30007296 3087 33554432000 4194304 4291037 140733782738880 18446744073709551615 4261226 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 7326 3088 216 24 0 3960 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29304

[startup+0.100365 s]
/proc/loadavg: 4.15 4.08 4.02 5/366 4550
/proc/meminfo: memFree=21078788/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=33980 CPUtime=0.09 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 5307 0 0 0 8 1 0 0 25 0 1 0 642340754 34795520 4814 33554432000 4194304 4291037 140733782738880 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 8495 4815 216 24 0 5129 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33980

[startup+0.30032 s]
/proc/loadavg: 4.15 4.08 4.02 5/366 4550
/proc/meminfo: memFree=21078788/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=44284 CPUtime=0.29 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 8130 0 0 0 28 1 0 0 25 0 1 0 642340754 45346816 7408 33554432000 4194304 4291037 140733782738880 18446744073709551615 4232448 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 11071 7408 239 24 0 7705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44284

[startup+0.700249 s]
/proc/loadavg: 4.15 4.08 4.02 5/366 4550
/proc/meminfo: memFree=21078788/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=42044 CPUtime=0.69 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 9563 0 0 0 67 2 0 0 25 0 1 0 642340754 43053056 6405 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 10511 6405 259 24 0 7145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42044

[startup+1.50111 s]
/proc/loadavg: 4.15 4.08 4.02 5/367 4551
/proc/meminfo: memFree=21046548/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=42044 CPUtime=1.49 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 10241 0 0 0 147 2 0 0 25 0 1 0 642340754 43053056 7079 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 10511 7079 259 24 0 7145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42044

[startup+3.10079 s]
/proc/loadavg: 4.15 4.08 4.02 5/365 4554
/proc/meminfo: memFree=21224016/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=53644 CPUtime=3.09 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 11680 0 0 0 307 2 0 0 25 0 1 0 642340754 54931456 8512 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 13411 8512 259 24 0 10045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53644

[startup+6.30025 s]
/proc/loadavg: 4.14 4.08 4.02 6/365 4560
/proc/meminfo: memFree=21190532/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=65588 CPUtime=6.29 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 15175 0 0 0 626 3 0 0 25 0 1 0 642340754 67162112 11994 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 16397 11994 259 24 0 13031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65588

[startup+12.7011 s]
/proc/loadavg: 4.13 4.08 4.02 5/367 4578
/proc/meminfo: memFree=21155956/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=86356 CPUtime=12.69 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 21407 0 0 0 1265 4 0 0 25 0 1 0 642340754 88428544 18203 33554432000 4194304 4291037 140733782738880 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 21589 18203 259 24 0 18223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86356

[startup+25.5008 s]
/proc/loadavg: 4.10 4.07 4.01 5/367 4579
/proc/meminfo: memFree=21023764/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=170044 CPUtime=25.49 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 30265 0 0 0 2543 6 0 0 25 0 1 0 642340754 174125056 27031 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 42511 27031 259 24 0 39145 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170044

[startup+51.1011 s]
/proc/loadavg: 4.14 4.08 4.02 5/367 4579
/proc/meminfo: memFree=20812480/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=258040 CPUtime=51.09 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 45810 0 0 0 5099 10 0 0 25 0 1 0 642340754 264232960 42529 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 64510 42529 259 24 0 61144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 258040

[startup+102.314 s]
/proc/loadavg: 4.06 4.07 4.01 5/367 4635
/proc/meminfo: memFree=20911376/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=266280 CPUtime=102.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 63738 0 0 0 10215 15 0 0 25 0 1 0 642340754 272670720 60382 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 66570 60382 259 24 0 63204 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 266280

[startup+162.301 s]
/proc/loadavg: 4.02 4.05 4.01 5/367 4636
/proc/meminfo: memFree=20605028/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=407980 CPUtime=162.29 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 82776 0 0 0 16207 22 0 0 25 0 1 0 642340754 417771520 79342 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 101995 79342 259 24 0 98629 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 407980

[startup+222.301 s]
/proc/loadavg: 4.08 4.06 4.01 5/367 4638
/proc/meminfo: memFree=20446132/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=414308 CPUtime=222.29 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 98350 0 0 0 22202 27 0 0 25 0 1 0 642340754 424251392 94861 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 103577 94861 259 24 0 100211 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 414308

[startup+282.3 s]
/proc/loadavg: 4.10 4.06 4.01 5/367 4640
/proc/meminfo: memFree=20205664/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=636016 CPUtime=282.29 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 111585 0 0 0 28197 32 0 0 25 0 1 0 642340754 651280384 108042 33554432000 4194304 4291037 140733782738880 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 159004 108042 259 24 0 155638 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 636016

[startup+342.301 s]
/proc/loadavg: 4.15 4.08 4.01 5/367 4641
/proc/meminfo: memFree=20107416/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=640708 CPUtime=342.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 123026 0 0 0 34194 36 0 0 25 0 1 0 642340754 656084992 119426 33554432000 4194304 4291037 140733782738880 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 160177 119426 259 24 0 156811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 640708

[startup+402.301 s]
/proc/loadavg: 4.05 4.06 4.00 5/367 4643
/proc/meminfo: memFree=19920888/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=649220 CPUtime=402.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 140385 0 0 0 40188 42 0 0 25 0 1 0 642340754 664801280 136726 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 162305 136726 259 24 0 158939 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 649220

[startup+462.301 s]
/proc/loadavg: 4.09 4.08 4.01 5/367 4644
/proc/meminfo: memFree=20358952/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=175856 CPUtime=462.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 166278 0 0 0 46179 51 0 0 25 0 1 0 642340754 180076544 36376 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 43964 36376 259 24 0 40598 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 175856

[startup+522.301 s]
/proc/loadavg: 4.06 4.07 4.01 5/367 4646
/proc/meminfo: memFree=20043956/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=307484 CPUtime=522.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 194173 0 0 0 52172 58 0 0 25 0 1 0 642340754 314863616 64166 33554432000 4194304 4291037 140733782738880 18446744073709551615 4248270 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 76871 64166 259 24 0 73505 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 307484

[startup+582.301 s]
/proc/loadavg: 3.87 4.02 3.99 4/361 4665
/proc/meminfo: memFree=20954632/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=442672 CPUtime=582.3 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 217618 0 0 0 58165 65 0 0 25 0 1 0 642340754 453296128 87532 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 110668 87532 259 24 0 107302 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 442672

[startup+642.3 s]
/proc/loadavg: 3.43 3.87 3.94 4/361 4666
/proc/meminfo: memFree=20936200/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=446272 CPUtime=642.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 232013 0 0 0 64160 71 0 0 25 0 1 0 642340754 456982528 101868 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 111568 101868 259 24 0 108202 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 446272

[startup+702.3 s]
/proc/loadavg: 3.16 3.71 3.88 4/361 4668
/proc/meminfo: memFree=20877396/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=667360 CPUtime=702.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 246618 0 0 0 70154 77 0 0 25 0 1 0 642340754 683376640 116418 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 166840 116418 259 24 0 163474 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 667360

[startup+762.314 s]
/proc/loadavg: 3.06 3.57 3.82 4/361 4669
/proc/meminfo: memFree=20877848/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=668072 CPUtime=762.32 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 263959 0 0 0 76149 83 0 0 25 0 1 0 642340754 684105728 133667 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 167018 133667 259 24 0 163652 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 668072

[startup+822.301 s]
/proc/loadavg: 3.09 3.50 3.78 4/361 4671
/proc/meminfo: memFree=20700376/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=671304 CPUtime=822.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 276717 0 0 0 82143 88 0 0 25 0 1 0 642340754 687415296 146366 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 167826 146366 259 24 0 164460 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 671304

[startup+882.301 s]
/proc/loadavg: 3.15 3.43 3.73 4/361 4673
/proc/meminfo: memFree=20684956/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=672716 CPUtime=882.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 285166 0 0 0 88139 92 0 0 25 0 1 0 642340754 688861184 154786 33554432000 4194304 4291037 140733782738880 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 168179 154786 259 24 0 164813 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 672716

[startup+942.301 s]
/proc/loadavg: 3.05 3.35 3.69 4/361 4674
/proc/meminfo: memFree=20761664/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=1032808 CPUtime=942.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 297085 0 0 0 94135 96 0 0 25 0 1 0 642340754 1057595392 166654 33554432000 4194304 4291037 140733782738880 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 258202 166654 259 24 0 254836 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1032808

[startup+1002.3 s]
/proc/loadavg: 3.02 3.29 3.64 4/361 4676
/proc/meminfo: memFree=20599528/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=1040348 CPUtime=1002.31 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 307936 0 0 0 100131 100 0 0 25 0 1 0 642340754 1065316352 177471 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 260087 177471 259 24 0 256721 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1040348

[startup+1062.3 s]
/proc/loadavg: 3.00 3.23 3.60 4/361 4677
/proc/meminfo: memFree=21085328/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=262528 CPUtime=1062.32 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 339980 0 0 0 106121 111 0 0 25 0 1 0 642340754 268828672 58647 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 65632 58647 259 24 0 62266 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 262528

[startup+1122.3 s]
/proc/loadavg: 3.00 3.19 3.56 4/361 4679
/proc/meminfo: memFree=20922956/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=344200 CPUtime=1122.32 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 359183 0 0 0 112117 115 0 0 25 0 1 0 642340754 352460800 77775 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 86050 77775 259 24 0 82684 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 344200

[startup+1182.3 s]
/proc/loadavg: 3.09 3.18 3.53 4/361 4681
/proc/meminfo: memFree=20995832/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=477600 CPUtime=1182.32 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 369531 0 0 0 118112 120 0 0 25 0 1 0 642340754 489062400 88071 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 119400 88071 259 24 0 116034 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 477600

[startup+1242.3 s]
/proc/loadavg: 3.07 3.16 3.50 4/361 4682
/proc/meminfo: memFree=20898040/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=478736 CPUtime=1242.32 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 376893 0 0 0 124110 122 0 0 25 0 1 0 642340754 490225664 95389 33554432000 4194304 4291037 140733782738880 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 119684 95389 259 24 0 116318 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 478736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.13 3.46 4/361 4684
/proc/meminfo: memFree=20853732/32951124 swapFree=65581052/67111528
[pid=4550] ppid=4548 vsize=481260 CPUtime=1300.03 cores=0,2
/proc/4550/stat : 4550 (minisat_release) R 4548 4550 4313 0 -1 4202496 387324 0 0 0 129878 125 0 0 25 0 1 0 642340754 492810240 105774 33554432000 4194304 4291037 140733782738880 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4550/statm: 120315 105774 259 24 0 116949 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 481260

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.79
CPU system time (s): 1.27581
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1070700

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

runsolver used 4.91225 second user time and 10.2004 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-13 19:23:50
IDJOB=3362577
IDBENCH=82432
IDSOLVER=1840
FILE ID=node137/3362577-1305307430
RUNJOBID= node137-1305306108-4331
PBS_JOBID= 13321468
Free space on /tmp= 37728 MiB

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

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=120249485

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:      21079192 kB
Buffers:        204692 kB
Cached:        3529080 kB
SwapCached:      36296 kB
Active:        2116372 kB
Inactive:      9539928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21079192 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          120896 kB
Writeback:           0 kB
AnonPages:     7896204 kB
Mapped:          19696 kB
Slab:           111300 kB
PageTables:      40064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76528004 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= 37832 MiB
End job on node137 at 2011-05-13 19:45:32