Trace number 3349180

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

running on 2 cores: 1,3

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.14 2.21 2.64 5/364 1781
/proc/meminfo: memFree=4786148/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=11796 CPUtime=0 cores=1,3
/proc/1781/stat : 1781 (runsolver) R 1779 1781 1165 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 609552413 12079104 50 33554432000 4194304 5432360 140735029145632 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/1781/statm: 2949 50 30 303 0 2643 0

[startup+0.026469 s]
/proc/loadavg: 3.14 2.21 2.64 5/364 1781
/proc/meminfo: memFree=4786148/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=27216 CPUtime=0.01 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 2478 0 0 0 1 0 0 0 20 0 1 0 609552413 27869184 2365 33554432000 4194304 4293939 140737067730592 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 6804 2366 218 25 0 3437 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27216

[startup+0.100456 s]
/proc/loadavg: 3.14 2.21 2.64 5/364 1781
/proc/meminfo: memFree=4786148/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=34480 CPUtime=0.09 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 5357 0 0 0 9 0 0 0 20 0 1 0 609552413 35307520 4866 33554432000 4194304 4293939 140737067730592 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 8620 4868 219 25 0 5253 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34480

[startup+0.300414 s]
/proc/loadavg: 3.14 2.21 2.64 5/364 1781
/proc/meminfo: memFree=4786148/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=44292 CPUtime=0.29 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 8115 0 0 0 28 1 0 0 21 0 1 0 609552413 45355008 7395 33554432000 4194304 4293939 140737067730592 18446744073709551615 4232384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 11073 7395 225 25 0 7706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44292

[startup+0.700338 s]
/proc/loadavg: 3.14 2.21 2.64 5/364 1781
/proc/meminfo: memFree=4786148/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=42052 CPUtime=0.69 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 9556 0 0 0 68 1 0 0 22 0 1 0 609552413 43061248 6399 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 10513 6399 244 25 0 7146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42052

[startup+1.50119 s]
/proc/loadavg: 3.21 2.24 2.65 5/365 1783
/proc/meminfo: memFree=4756884/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=42052 CPUtime=1.48 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 10259 0 0 0 147 1 0 0 25 0 1 0 609552413 43061248 7095 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 10513 7095 245 25 0 7146 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42052

[startup+3.10088 s]
/proc/loadavg: 3.21 2.24 2.65 5/365 1783
/proc/meminfo: memFree=4747268/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=53652 CPUtime=3.08 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 11676 0 0 0 307 1 0 0 25 0 1 0 609552413 54939648 8501 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255642 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 13413 8501 245 25 0 10046 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53652

[startup+6.30026 s]
/proc/loadavg: 3.21 2.24 2.65 5/365 1783
/proc/meminfo: memFree=4720020/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=65328 CPUtime=6.29 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 14526 0 0 0 627 2 0 0 25 0 1 0 609552413 66895872 11335 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 16332 11335 245 25 0 12965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65328

[startup+12.701 s]
/proc/loadavg: 3.33 2.30 2.66 5/365 1783
/proc/meminfo: memFree=4670288/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=86364 CPUtime=12.68 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 20354 0 0 0 1265 3 0 0 25 0 1 0 609552413 88436736 17138 33554432000 4194304 4293939 140737067730592 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 21591 17138 245 25 0 18224 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86364

[startup+25.5006 s]
/proc/loadavg: 3.43 2.35 2.68 5/365 1783
/proc/meminfo: memFree=4566556/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=170160 CPUtime=25.48 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 29900 0 0 0 2542 6 0 0 25 0 1 0 609552413 174243840 26640 33554432000 4194304 4293939 140737067730592 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 42540 26640 245 25 0 39173 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 170160

[startup+51.1007 s]
/proc/loadavg: 3.66 2.51 2.72 5/365 1865
/proc/meminfo: memFree=5199384/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=257260 CPUtime=51.08 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 44120 0 0 0 5099 9 0 0 25 0 1 0 609552413 263434240 40804 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 64315 40804 245 25 0 60948 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 257260

[startup+102.314 s]
/proc/loadavg: 3.85 2.74 2.78 5/365 2028
/proc/meminfo: memFree=5132524/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=398452 CPUtime=102.31 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 69193 0 0 0 10216 15 0 0 25 0 1 0 609552413 408014848 65785 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 99613 65785 245 25 0 96246 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 398452

[startup+162.3 s]
/proc/loadavg: 3.94 2.96 2.86 5/365 2030
/proc/meminfo: memFree=4935508/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=405852 CPUtime=162.29 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 89116 0 0 0 16207 22 0 0 25 0 1 0 609552413 415592448 85633 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 101463 85633 245 25 0 98096 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 405852

[startup+222.301 s]
/proc/loadavg: 4.02 3.16 2.93 5/365 2031
/proc/meminfo: memFree=4868376/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=628644 CPUtime=222.3 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 106269 0 0 0 22204 26 0 0 25 0 1 0 609552413 643731456 102712 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 157161 102712 245 25 0 153794 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 628644

[startup+282.3 s]
/proc/loadavg: 4.18 3.37 3.02 5/365 2033
/proc/meminfo: memFree=4773600/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=634184 CPUtime=282.3 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 120901 0 0 0 28199 31 0 0 25 0 1 0 609552413 649404416 117278 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 158546 117278 245 25 0 155179 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 634184

[startup+342.301 s]
/proc/loadavg: 4.15 3.50 3.08 5/365 2034
/proc/meminfo: memFree=4918396/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=639780 CPUtime=342.3 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 131814 0 0 0 34196 34 0 0 25 0 1 0 609552413 655134720 128128 33554432000 4194304 4293939 140737067730592 18446744073709551615 4256088 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 159945 128128 245 25 0 156578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 639780

[startup+402.3 s]
/proc/loadavg: 4.05 3.59 3.13 5/365 2036
/proc/meminfo: memFree=5230092/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=164752 CPUtime=402.3 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 158526 0 0 0 40186 44 0 0 25 0 1 0 609552413 168706048 34648 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 41188 34648 245 25 0 37821 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 164752

[startup+462.301 s]
/proc/loadavg: 4.02 3.66 3.19 5/365 2038
/proc/meminfo: memFree=5099736/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=297024 CPUtime=462.31 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 185335 0 0 0 46178 53 0 0 25 0 1 0 609552413 304152576 61338 33554432000 4194304 4293939 140737067730592 18446744073709551615 4262540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 74256 61338 245 25 0 70889 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 297024

[startup+522.3 s]
/proc/loadavg: 4.09 3.75 3.24 5/365 2039
/proc/meminfo: memFree=5024320/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=431452 CPUtime=522.31 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 207308 0 0 0 52170 61 0 0 25 0 1 0 609552413 441806848 83221 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 107863 83221 245 25 0 104496 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 431452

[startup+582.301 s]
/proc/loadavg: 4.07 3.81 3.29 5/365 2041
/proc/meminfo: memFree=4874628/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=434460 CPUtime=582.31 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 225366 0 0 0 58164 67 0 0 25 0 1 0 609552413 444887040 101203 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 108615 101203 245 25 0 105248 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 434460

[startup+642.3 s]
/proc/loadavg: 4.02 3.84 3.33 5/365 2042
/proc/meminfo: memFree=4792380/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=653344 CPUtime=642.32 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 242442 0 0 0 64160 72 0 0 25 0 1 0 609552413 669024256 118213 33554432000 4194304 4293939 140737067730592 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 163336 118213 245 25 0 159969 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 653344

[startup+702.301 s]
/proc/loadavg: 4.01 3.87 3.37 5/365 2044
/proc/meminfo: memFree=4810824/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=656996 CPUtime=702.32 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 251691 0 0 0 70156 76 0 0 25 0 1 0 609552413 672763904 127407 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 164249 127407 245 25 0 160882 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 656996

[startup+762.313 s]
/proc/loadavg: 4.05 3.90 3.41 5/365 2073
/proc/meminfo: memFree=4878556/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=659288 CPUtime=762.33 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 258114 0 0 0 76154 79 0 0 25 0 1 0 609552413 675110912 133804 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 164822 133804 245 25 0 161455 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 659288

[startup+822.301 s]
/proc/loadavg: 4.10 3.95 3.46 5/365 2074
/proc/meminfo: memFree=4743584/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=663552 CPUtime=822.32 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 267513 0 0 0 82150 82 0 0 25 0 1 0 609552413 679477248 143174 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 165888 143174 245 25 0 162521 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 663552

[startup+882.3 s]
/proc/loadavg: 4.12 3.98 3.50 5/365 2076
/proc/meminfo: memFree=4717624/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=672824 CPUtime=882.32 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 277472 0 0 0 88146 86 0 0 25 0 1 0 609552413 688971776 153088 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 168206 153088 245 25 0 164839 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 672824

[startup+942.301 s]
/proc/loadavg: 4.04 3.98 3.53 5/365 2077
/proc/meminfo: memFree=5136956/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=170908 CPUtime=942.32 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 300592 0 0 0 94138 94 0 0 25 0 1 0 609552413 175009792 37700 33554432000 4194304 4293939 140737067730592 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 42727 37700 245 25 0 39360 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 170908

[startup+1002.3 s]
/proc/loadavg: 4.01 3.98 3.56 5/365 2079
/proc/meminfo: memFree=5062120/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=333204 CPUtime=1002.33 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 324270 0 0 0 100129 104 0 0 25 0 1 0 609552413 341200896 61251 33554432000 4194304 4293939 140737067730592 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 83301 61251 245 25 0 79934 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 333204

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.58 5/365 2081
/proc/meminfo: memFree=5041892/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=465936 CPUtime=1062.33 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 344596 0 0 0 106122 111 0 0 25 0 1 0 609552413 477118464 81479 33554432000 4194304 4293939 140737067730592 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 116484 81479 245 25 0 113117 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 465936

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.60 5/365 2082
/proc/meminfo: memFree=4958028/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=468748 CPUtime=1122.33 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 359470 0 0 0 112117 116 0 0 25 0 1 0 609552413 479997952 96292 33554432000 4194304 4293939 140737067730592 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 117187 96292 245 25 0 113820 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 468748

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.63 5/365 2084
/proc/meminfo: memFree=4805336/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=684312 CPUtime=1182.33 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 375680 0 0 0 118111 122 0 0 25 0 1 0 609552413 700735488 112434 33554432000 4194304 4293939 140737067730592 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 171078 112434 245 25 0 167711 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 684312

[startup+1242.3 s]
/proc/loadavg: 4.08 4.00 3.65 5/365 2085
/proc/meminfo: memFree=4810000/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=686820 CPUtime=1242.34 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 387288 0 0 0 124108 126 0 0 25 0 1 0 609552413 703303680 123991 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 171705 123991 245 25 0 168338 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 686820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.03 3.68 5/365 2087
/proc/meminfo: memFree=4803380/32950928 swapFree=67056568/67111528
[pid=1781] ppid=1779 vsize=688528 CPUtime=1300.04 cores=1,3
/proc/1781/stat : 1781 (ebminisat_relea) R 1779 1781 1165 0 -1 4202496 399835 0 0 0 129876 128 0 0 25 0 1 0 609552413 705052672 136477 33554432000 4194304 4293939 140737067730592 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1781/statm: 172132 136477 245 25 0 168765 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 688528

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.08
CPU user time (s): 1298.77
CPU system time (s): 1.3128
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 699064

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

runsolver used 4.54331 second user time and 10.7534 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-10 00:19:14
IDJOB=3349180
IDBENCH=82432
IDSOLVER=1812
FILE ID=node148/3349180-1304979553
RUNJOBID= node148-1304979502-1632
PBS_JOBID= 13285665
Free space on /tmp= 30480 MiB

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

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=1687003925

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:       4786304 kB
Buffers:        243516 kB
Cached:       23402400 kB
SwapCached:       8268 kB
Active:       11757136 kB
Inactive:     15611908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4786304 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          200596 kB
Writeback:           0 kB
AnonPages:     3720492 kB
Mapped:          27668 kB
Slab:           698424 kB
PageTables:      31156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85606300 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= 30668 MiB
End job on node148 at 2011-05-10 00:40:56