Trace number 3318072

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: MiniSAT 2.2.0-agile-26? (TO) 1300.08 1300.03

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-3318072-1304901711/watcher-3318072-1304901711 -o /tmp/evaluation-result-3318072-1304901711/solver-3318072-1304901711 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318072-1304901711.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: 1.94 2.55 3.04 5/376 15409
/proc/meminfo: memFree=22564468/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=25900 CPUtime=0 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 2080 0 0 0 0 0 0 0 25 0 1 0 582586792 26521600 1971 33554432000 4194304 4291235 140734457284560 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 6475 1973 215 24 0 3109 0

[startup+0.0439841 s]
/proc/loadavg: 1.94 2.55 3.04 5/376 15409
/proc/meminfo: memFree=22564468/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=29176 CPUtime=0.03 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 3314 0 0 0 3 0 0 0 25 0 1 0 582586792 29876224 3052 33554432000 4194304 4291235 140734457284560 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 7294 3052 215 24 0 3928 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29176

[startup+0.101014 s]
/proc/loadavg: 1.94 2.55 3.04 5/376 15409
/proc/meminfo: memFree=22564468/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=35136 CPUtime=0.09 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 5636 0 0 0 8 1 0 0 25 0 1 0 582586792 35979264 5143 33554432000 4194304 4291235 140734457284560 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 8784 5145 216 24 0 5418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.30096 s]
/proc/loadavg: 1.94 2.55 3.04 5/376 15409
/proc/meminfo: memFree=22564468/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=44288 CPUtime=0.29 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 8132 0 0 0 28 1 0 0 25 0 1 0 582586792 45350912 7410 33554432000 4194304 4291235 140734457284560 18446744073709551615 4231975 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 11072 7410 240 24 0 7706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44288

[startup+0.700885 s]
/proc/loadavg: 1.94 2.55 3.04 5/376 15409
/proc/meminfo: memFree=22564468/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=42048 CPUtime=0.69 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 9592 0 0 0 68 1 0 0 25 0 1 0 582586792 43057152 6434 33554432000 4194304 4291235 140734457284560 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 10512 6434 259 24 0 7146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42048

[startup+1.50074 s]
/proc/loadavg: 2.11 2.57 3.05 5/377 15410
/proc/meminfo: memFree=22533484/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=46468 CPUtime=1.49 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 10324 0 0 0 147 2 0 0 25 0 1 0 582586792 47583232 7161 33554432000 4194304 4291235 140734457284560 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 11617 7162 259 24 0 8251 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46468

[startup+3.10044 s]
/proc/loadavg: 2.11 2.57 3.05 5/377 15410
/proc/meminfo: memFree=22523192/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=53648 CPUtime=3.09 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 11888 0 0 0 307 2 0 0 25 0 1 0 582586792 54935552 8720 33554432000 4194304 4291235 140734457284560 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 13412 8720 259 24 0 10046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53648

[startup+6.30084 s]
/proc/loadavg: 2.26 2.60 3.05 5/377 15411
/proc/meminfo: memFree=22485944/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=65592 CPUtime=6.29 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 15307 0 0 0 627 2 0 0 25 0 1 0 582586792 67166208 12126 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 16398 12126 259 24 0 13032 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65592

[startup+12.7006 s]
/proc/loadavg: 2.40 2.62 3.06 5/377 15411
/proc/meminfo: memFree=22429036/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=117576 CPUtime=12.69 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 21688 0 0 0 1266 3 0 0 25 0 1 0 582586792 120397824 18484 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 29394 18485 259 24 0 26028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117576

[startup+25.5012 s]
/proc/loadavg: 2.75 2.69 3.07 5/377 15411
/proc/meminfo: memFree=22324884/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=170048 CPUtime=25.49 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 31169 0 0 0 2544 5 0 0 25 0 1 0 582586792 174129152 27934 33554432000 4194304 4291235 140734457284560 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 42512 27934 259 24 0 39146 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170048

[startup+51.1003 s]
/proc/loadavg: 3.24 2.81 3.10 5/377 15412
/proc/meminfo: memFree=22139680/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=258184 CPUtime=51.1 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 46814 0 0 0 5100 10 0 0 25 0 1 0 582586792 264380416 43531 33554432000 4194304 4291235 140734457284560 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 64546 43531 259 24 0 61180 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 258184

[startup+102.314 s]
/proc/loadavg: 3.61 2.97 3.14 5/377 15467
/proc/meminfo: memFree=22634276/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=266284 CPUtime=102.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 63880 0 0 0 10216 14 0 0 25 0 1 0 582586792 272674816 60524 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 66571 60524 259 24 0 63205 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 266284

[startup+162.3 s]
/proc/loadavg: 3.94 3.17 3.20 5/377 15469
/proc/meminfo: memFree=22418484/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=408340 CPUtime=162.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 83062 0 0 0 16209 21 0 0 25 0 1 0 582586792 418140160 79628 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 102085 79628 259 24 0 98719 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 408340

[startup+222.301 s]
/proc/loadavg: 3.97 3.32 3.25 5/377 15470
/proc/meminfo: memFree=22321948/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=414628 CPUtime=222.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 99063 0 0 0 22204 26 0 0 25 0 1 0 582586792 424579072 95572 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 103657 95572 259 24 0 100291 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 414628

[startup+282.301 s]
/proc/loadavg: 3.99 3.44 3.29 5/377 15472
/proc/meminfo: memFree=22160192/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=638828 CPUtime=282.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 112583 0 0 0 28200 30 0 0 25 0 1 0 582586792 654159872 109033 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 159707 109033 259 24 0 156341 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 638828

[startup+342.3 s]
/proc/loadavg: 3.99 3.54 3.33 5/377 15473
/proc/meminfo: memFree=22028940/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=640996 CPUtime=342.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 126587 0 0 0 34197 33 0 0 25 0 1 0 582586792 656379904 122978 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 160249 122978 259 24 0 156883 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 640996

[startup+402.301 s]
/proc/loadavg: 4.03 3.64 3.38 5/377 15475
/proc/meminfo: memFree=21995144/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=649480 CPUtime=402.3 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 141936 0 0 0 40192 38 0 0 25 0 1 0 582586792 665067520 138267 33554432000 4194304 4291235 140734457284560 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 162370 138267 259 24 0 159004 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 649480

[startup+462.301 s]
/proc/loadavg: 4.01 3.70 3.41 5/377 15477
/proc/meminfo: memFree=22326788/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=225948 CPUtime=462.31 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 170925 0 0 0 46184 47 0 0 25 0 1 0 582586792 231370752 41011 33554432000 4194304 4291235 140734457284560 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 56487 41011 259 24 0 53121 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 225948

[startup+522.3 s]
/proc/loadavg: 4.06 3.77 3.45 5/377 15478
/proc/meminfo: memFree=22111952/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=308464 CPUtime=522.31 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 198636 0 0 0 52176 55 0 0 25 0 1 0 582586792 315867136 68610 33554432000 4194304 4291235 140734457284560 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 77116 68610 259 24 0 73750 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 308464

[startup+582.301 s]
/proc/loadavg: 4.10 3.84 3.49 5/377 15480
/proc/meminfo: memFree=22039856/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=442676 CPUtime=582.31 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 221073 0 0 0 58171 60 0 0 25 0 1 0 582586792 453300224 90968 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 110669 90968 259 24 0 107303 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 442676

[startup+642.301 s]
/proc/loadavg: 4.07 3.88 3.53 5/377 15482
/proc/meminfo: memFree=21885156/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=448220 CPUtime=642.32 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 235235 0 0 0 64168 64 0 0 25 0 1 0 582586792 458977280 105074 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 112055 105074 259 24 0 108689 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 448220

[startup+702.301 s]
/proc/loadavg: 4.07 3.91 3.56 5/377 15483
/proc/meminfo: memFree=21871960/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=667364 CPUtime=702.32 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 251016 0 0 0 70163 69 0 0 25 0 1 0 582586792 683380736 120784 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 166841 120784 259 24 0 163475 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 667364

[startup+762.314 s]
/proc/loadavg: 4.02 3.92 3.58 5/377 15485
/proc/meminfo: memFree=21695696/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=668700 CPUtime=762.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 268022 0 0 0 76159 74 0 0 25 0 1 0 582586792 684748800 137710 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 167175 137710 259 24 0 163809 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 668700

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.61 5/377 15486
/proc/meminfo: memFree=21694404/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=671308 CPUtime=822.32 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 279982 0 0 0 82153 79 0 0 25 0 1 0 582586792 687419392 149616 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 167827 149616 259 24 0 164461 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 671308

[startup+882.301 s]
/proc/loadavg: 4.06 3.96 3.63 5/377 15488
/proc/meminfo: memFree=21590552/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=675264 CPUtime=882.32 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 289209 0 0 0 88150 82 0 0 25 0 1 0 582586792 691470336 158810 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 168816 158810 259 24 0 165450 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 675264

[startup+942.301 s]
/proc/loadavg: 4.07 3.98 3.66 5/377 15489
/proc/meminfo: memFree=21454968/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=1036404 CPUtime=942.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 302622 0 0 0 94146 87 0 0 25 0 1 0 582586792 1061277696 172175 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 259101 172175 259 24 0 255735 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1036404

[startup+1002.3 s]
/proc/loadavg: 4.02 3.98 3.68 5/377 15491
/proc/meminfo: memFree=22022952/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=262532 CPUtime=1002.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 329439 0 0 0 100137 96 0 0 25 0 1 0 582586792 268832768 48151 33554432000 4194304 4291235 140734457284560 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 65633 48151 259 24 0 62267 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 262532

[startup+1062.3 s]
/proc/loadavg: 4.15 4.03 3.71 5/377 15493
/proc/meminfo: memFree=21819044/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=343920 CPUtime=1062.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 349775 0 0 0 106132 101 0 0 25 0 1 0 582586792 352174080 68394 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 85980 68394 259 24 0 82614 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 343920

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 3.73 5/377 15494
/proc/meminfo: memFree=21711620/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=477032 CPUtime=1122.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 366450 0 0 0 112127 106 0 0 25 0 1 0 582586792 488480768 85005 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 119258 85005 259 24 0 115892 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 477032

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.74 5/377 15505
/proc/meminfo: memFree=21571616/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=478456 CPUtime=1182.33 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 375101 0 0 0 118123 110 0 0 25 0 1 0 582586792 489938944 93616 33554432000 4194304 4291235 140734457284560 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 119614 93616 259 24 0 116248 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 478456

[startup+1242.3 s]
/proc/loadavg: 4.07 4.04 3.76 5/377 15506
/proc/meminfo: memFree=21580232/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=479700 CPUtime=1242.34 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 384215 0 0 0 124121 113 0 0 25 0 1 0 582586792 491212800 102682 33554432000 4194304 4291235 140734457284560 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 119925 102682 259 24 0 116559 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 479700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.87 3.99 3.76 4/372 15526
/proc/meminfo: memFree=22358920/32951124 swapFree=66341944/67111528
[pid=15409] ppid=15407 vsize=482760 CPUtime=1300.05 cores=4,6
/proc/15409/stat : 15409 (minisat) R 15407 15409 14820 0 -1 4202496 394490 0 0 0 129889 116 0 0 25 0 1 0 582586792 494346240 112905 33554432000 4194304 4291235 140734457284560 18446744073709551615 4262200 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15409/statm: 120690 112905 259 24 0 117324 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 482760

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.03
CPU time (s): 1300.08
CPU user time (s): 1298.9
CPU system time (s): 1.18082
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1070704

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

runsolver used 4.82926 second user time and 10.5624 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:41:52
IDJOB=3318072
IDBENCH=82432
IDSOLVER=1707
FILE ID=node141/3318072-1304901711
RUNJOBID= node141-1304901694-15287
PBS_JOBID= 13282130
Free space on /tmp= 49156 MiB

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

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=216514005

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.75
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.806
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:      22564508 kB
Buffers:        132516 kB
Cached:        4282308 kB
SwapCached:      22352 kB
Active:        3129620 kB
Inactive:      7042480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22564508 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:          158912 kB
Writeback:           0 kB
AnonPages:     5740356 kB
Mapped:          19712 kB
Slab:           112056 kB
PageTables:      39388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86933964 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= 49292 MiB
End job on node141 at 2011-05-09 03:03:34