Trace number 3349236

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: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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-3349236-1304979556/watcher-3349236-1304979556 -o /tmp/evaluation-result-3349236-1304979556/solver-3349236-1304979556 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349236-1304979556.cnf -verb=0 

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: 3.31 3.43 3.58 4/342 7022
/proc/meminfo: memFree=11042948/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=11796 CPUtime=0 cores=0,2
/proc/7022/stat : 7022 (runsolver) R 7020 7022 6488 0 -1 4202560 40 0 0 0 0 0 0 0 24 0 1 0 590371259 12079104 50 33554432000 4194304 5432360 140735324354176 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/7022/statm: 2949 50 30 303 0 2643 0

[startup+0.0687311 s]
/proc/loadavg: 3.31 3.43 3.58 4/342 7022
/proc/meminfo: memFree=11042948/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=28000 CPUtime=0.04 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 3415 0 0 0 4 0 0 0 24 0 1 0 590371259 28672000 3097 33554432000 4194304 4293939 140733483482240 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 7000 3098 219 25 0 3633 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28000

[startup+0.100731 s]
/proc/loadavg: 3.31 3.43 3.58 4/342 7022
/proc/meminfo: memFree=11042948/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=29456 CPUtime=0.08 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 3980 0 0 0 8 0 0 0 24 0 1 0 590371259 30162944 3526 33554432000 4194304 4293939 140733483482240 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 7364 3526 223 25 0 3997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29456

[startup+0.300701 s]
/proc/loadavg: 3.31 3.43 3.58 4/342 7022
/proc/meminfo: memFree=11042948/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=27184 CPUtime=0.28 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 4996 0 0 0 28 0 0 0 25 0 1 0 590371259 27836416 3334 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 6796 3334 244 25 0 3429 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27184

[startup+0.700637 s]
/proc/loadavg: 3.31 3.43 3.58 4/342 7022
/proc/meminfo: memFree=11042948/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=28860 CPUtime=0.68 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 5331 0 0 0 68 0 0 0 25 0 1 0 590371259 29552640 3667 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 7215 3667 245 25 0 3848 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28860

[startup+1.50047 s]
/proc/loadavg: 3.36 3.44 3.58 5/343 7023
/proc/meminfo: memFree=11020380/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=31580 CPUtime=1.47 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 6246 0 0 0 147 0 0 0 25 0 1 0 590371259 32337920 4578 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 7895 4578 245 25 0 4528 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31580

[startup+3.10117 s]
/proc/loadavg: 3.36 3.44 3.58 5/343 7023
/proc/meminfo: memFree=11005748/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=36424 CPUtime=3.08 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 7197 0 0 0 307 1 0 0 25 0 1 0 590371259 37298176 5522 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 9106 5522 245 25 0 5739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36424

[startup+6.3005 s]
/proc/loadavg: 3.41 3.45 3.58 5/343 7023
/proc/meminfo: memFree=10972676/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=44888 CPUtime=6.28 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 9292 0 0 0 627 1 0 0 25 0 1 0 590371259 45965312 7601 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248952 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 11222 7601 245 25 0 7855 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44888

[startup+12.7002 s]
/proc/loadavg: 3.46 3.46 3.58 5/343 7023
/proc/meminfo: memFree=10911332/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=58796 CPUtime=12.68 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 12441 0 0 0 1266 2 0 0 25 0 1 0 590371259 60207104 10731 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 14699 10731 245 25 0 11332 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58796

[startup+25.5007 s]
/proc/loadavg: 3.71 3.52 3.60 5/343 7024
/proc/meminfo: memFree=10805648/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=81952 CPUtime=25.47 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 17969 0 0 0 2544 3 0 0 25 0 1 0 590371259 83918848 16220 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 20488 16220 245 25 0 17121 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 81952

[startup+51.1006 s]
/proc/loadavg: 3.81 3.56 3.61 5/343 7024
/proc/meminfo: memFree=10642440/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=118744 CPUtime=51.08 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 24234 0 0 0 5103 5 0 0 25 0 1 0 590371259 121593856 22454 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 29686 22454 245 25 0 26319 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 118744

[startup+102.312 s]
/proc/loadavg: 4.00 3.64 3.64 5/343 7053
/proc/meminfo: memFree=10728680/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=176188 CPUtime=102.29 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 32187 0 0 0 10222 7 0 0 25 0 1 0 590371259 180416512 30362 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 44047 30362 245 25 0 40680 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 176188

[startup+162.301 s]
/proc/loadavg: 4.14 3.73 3.66 5/343 7108
/proc/meminfo: memFree=10592832/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=130024 CPUtime=162.28 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 47622 0 0 0 16216 12 0 0 25 0 1 0 590371259 133144576 22474 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 32506 22474 245 25 0 29139 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 130024

[startup+222.301 s]
/proc/loadavg: 4.05 3.78 3.68 5/343 7110
/proc/meminfo: memFree=10421676/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=185468 CPUtime=222.28 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 56378 0 0 0 22213 15 0 0 25 0 1 0 590371259 189919232 31163 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 46367 31163 245 25 0 43000 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 185468

[startup+282.301 s]
/proc/loadavg: 4.08 3.83 3.70 5/343 7111
/proc/meminfo: memFree=10326900/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=140996 CPUtime=282.29 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 71890 0 0 0 28208 21 0 0 25 0 1 0 590371259 144379904 23476 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 35249 23476 245 25 0 31882 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 140996

[startup+342.301 s]
/proc/loadavg: 4.21 3.91 3.74 5/343 7142
/proc/meminfo: memFree=10867484/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=144624 CPUtime=342.29 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 79577 0 0 0 34204 25 0 0 25 0 1 0 590371259 148094976 31085 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 36156 31085 245 25 0 32789 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 144624

[startup+402.301 s]
/proc/loadavg: 4.18 3.95 3.76 5/343 7145
/proc/meminfo: memFree=10852544/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=103392 CPUtime=402.29 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 95088 0 0 0 40198 31 0 0 25 0 1 0 590371259 105873408 21304 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 25848 21304 245 25 0 22481 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 103392

[startup+462.301 s]
/proc/loadavg: 4.06 3.96 3.77 5/343 7173
/proc/meminfo: memFree=10823988/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=214944 CPUtime=462.3 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 114614 0 0 0 46192 38 0 0 25 0 1 0 590371259 220102656 40700 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 53736 40700 245 25 0 50369 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 214944

[startup+522.301 s]
/proc/loadavg: 4.02 3.96 3.78 5/343 7175
/proc/meminfo: memFree=10644488/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=296332 CPUtime=522.3 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 125490 0 0 0 52189 41 0 0 25 0 1 0 590371259 303443968 51508 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 74083 51508 245 25 0 70716 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 296332

[startup+582.301 s]
/proc/loadavg: 4.01 3.97 3.80 5/343 7176
/proc/meminfo: memFree=10736456/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=136720 CPUtime=582.3 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 145485 0 0 0 58182 48 0 0 25 0 1 0 590371259 140001280 29233 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 34180 29233 245 25 0 30813 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 136720

[startup+642.3 s]
/proc/loadavg: 4.09 4.00 3.82 5/343 7178
/proc/meminfo: memFree=10553904/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=218484 CPUtime=642.31 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 163031 0 0 0 64178 53 0 0 25 0 1 0 590371259 223727616 46687 33554432000 4194304 4293939 140733483482240 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 54621 46687 245 25 0 51254 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 218484

[startup+702.3 s]
/proc/loadavg: 4.07 4.01 3.83 5/343 7180
/proc/meminfo: memFree=10564280/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=302476 CPUtime=702.31 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 175762 0 0 0 70174 57 0 0 25 0 1 0 590371259 309735424 59337 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 75619 59337 245 25 0 72252 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 302476

[startup+762.312 s]
/proc/loadavg: 4.09 4.03 3.85 5/343 7181
/proc/meminfo: memFree=10559676/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=174932 CPUtime=762.32 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 195903 0 0 0 76170 62 0 0 25 0 1 0 590371259 179130368 33482 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 43733 33482 245 25 0 40366 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 174932

[startup+822.301 s]
/proc/loadavg: 4.07 4.04 3.86 5/343 7183
/proc/meminfo: memFree=10493556/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=225020 CPUtime=822.32 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 209226 0 0 0 82165 67 0 0 25 0 1 0 590371259 230420480 46691 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 56255 46691 245 25 0 52888 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 225020

[startup+882.301 s]
/proc/loadavg: 4.10 4.06 3.87 5/343 7184
/proc/meminfo: memFree=10379556/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=308856 CPUtime=882.32 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 220038 0 0 0 88161 71 0 0 25 0 1 0 590371259 316268544 57404 33554432000 4194304 4293939 140733483482240 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 77214 57404 245 25 0 73847 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 308856

[startup+942.301 s]
/proc/loadavg: 4.07 4.06 3.89 5/343 7186
/proc/meminfo: memFree=10458016/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=227752 CPUtime=942.32 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 242662 0 0 0 94154 78 0 0 25 0 1 0 590371259 233218048 39597 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 56938 39597 245 25 0 53571 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 227752

[startup+1002.3 s]
/proc/loadavg: 4.02 4.05 3.89 5/343 7188
/proc/meminfo: memFree=10413844/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=311020 CPUtime=1002.32 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 255812 0 0 0 100150 82 0 0 25 0 1 0 590371259 318484480 52673 33554432000 4194304 4293939 140733483482240 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 77755 52673 245 25 0 74388 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 311020

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.90 5/343 7189
/proc/meminfo: memFree=10405152/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=312868 CPUtime=1062.33 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 266825 0 0 0 106147 86 0 0 25 0 1 0 590371259 320376832 63606 33554432000 4194304 4293939 140733483482240 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 78217 63606 245 25 0 74850 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 312868

[startup+1122.3 s]
/proc/loadavg: 4.14 4.06 3.91 5/343 7191
/proc/meminfo: memFree=10426704/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=183952 CPUtime=1122.33 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 288420 0 0 0 112141 92 0 0 25 0 1 0 590371259 188366848 36854 33554432000 4194304 4293939 140733483482240 18446744073709551615 4265322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 45988 36854 245 25 0 42621 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 183952

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 3.92 5/343 7192
/proc/meminfo: memFree=10310120/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=234040 CPUtime=1182.34 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 303417 0 0 0 118135 99 0 0 25 0 1 0 590371259 239656960 51734 33554432000 4194304 4293939 140733483482240 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 58510 51734 245 25 0 55143 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 234040

[startup+1242.3 s]
/proc/loadavg: 4.14 4.08 3.93 5/343 7194
/proc/meminfo: memFree=10232840/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=317300 CPUtime=1242.34 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 314238 0 0 0 124131 103 0 0 25 0 1 0 590371259 324915200 62478 33554432000 4194304 4293939 140733483482240 18446744073709551615 4256115 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 79325 62478 245 25 0 75958 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 317300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.82 4.01 3.91 4/337 7214
/proc/meminfo: memFree=11111788/32951124 swapFree=67111352/67111528
[pid=7022] ppid=7020 vsize=156392 CPUtime=1300.04 cores=0,2
/proc/7022/stat : 7022 (ebminisat_relea) R 7020 7022 6488 0 -1 4202496 329435 0 0 0 129897 107 0 0 25 0 1 0 590371259 160145408 29419 33554432000 4194304 4293939 140733483482240 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7022/statm: 39098 29419 245 25 0 35731 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 156392

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.02
CPU time (s): 1300.07
CPU user time (s): 1298.98
CPU system time (s): 1.08283
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 337364

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

runsolver used 4.47932 second user time and 9.70652 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-10 00:19:16
IDJOB=3349236
IDBENCH=82433
IDSOLVER=1812
FILE ID=node143/3349236-1304979556
RUNJOBID= node143-1304979492-6924
PBS_JOBID= 13285670
Free space on /tmp= 41240 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349236-1304979556/watcher-3349236-1304979556 -o /tmp/evaluation-result-3349236-1304979556/solver-3349236-1304979556 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349236-1304979556.cnf  -verb=0

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=336088729

node143.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.846
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.69
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.846
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.846
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11043228 kB
Buffers:        193824 kB
Cached:        4679564 kB
SwapCached:          0 kB
Active:       17273524 kB
Inactive:      4323576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11043228 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           23524 kB
Writeback:           0 kB
AnonPages:    16723512 kB
Mapped:          29436 kB
Slab:           191848 kB
PageTables:      55140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70624204 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= 41276 MiB
End job on node143 at 2011-05-10 00:40:58