Trace number 3318209

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.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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

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.99 3.31 3.12 5/367 29102
/proc/meminfo: memFree=7866120/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=27952 CPUtime=0 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 2341 0 0 0 0 0 0 0 23 0 1 0 582635408 28622848 2230 33554432000 4194304 4291235 140736102659328 18446744073709551615 4223270 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 6988 2235 214 24 0 3622 0

[startup+0.031506 s]
/proc/loadavg: 3.99 3.31 3.12 5/367 29102
/proc/meminfo: memFree=7866120/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=30360 CPUtime=0.02 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 3292 0 0 0 2 0 0 0 23 0 1 0 582635408 31088640 3100 33554432000 4194304 4291235 140736102659328 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 7590 3102 216 24 0 4224 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30360

[startup+0.100493 s]
/proc/loadavg: 3.99 3.31 3.12 5/367 29102
/proc/meminfo: memFree=7866120/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=39988 CPUtime=0.08 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 7027 0 0 0 8 0 0 0 23 0 1 0 582635408 40947712 6176 33554432000 4194304 4291235 140736102659328 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 9997 6176 216 24 0 6631 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39988

[startup+0.300453 s]
/proc/loadavg: 3.99 3.31 3.12 5/367 29102
/proc/meminfo: memFree=7866120/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=46832 CPUtime=0.29 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 10359 0 0 0 28 1 0 0 24 0 1 0 582635408 47955968 7716 33554432000 4194304 4291235 140736102659328 18446744073709551615 4217001 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 11708 7716 240 24 0 8342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46832

[startup+0.700384 s]
/proc/loadavg: 3.99 3.31 3.12 5/367 29102
/proc/meminfo: memFree=7866120/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=45220 CPUtime=0.68 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 11891 0 0 0 67 1 0 0 25 0 1 0 582635408 46305280 7166 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255552 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 11305 7166 258 24 0 7939 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45220

[startup+1.50024 s]
/proc/loadavg: 3.99 3.31 3.12 5/368 29103
/proc/meminfo: memFree=7835856/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=45220 CPUtime=1.48 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 12121 0 0 0 147 1 0 0 25 0 1 0 582635408 46305280 7385 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 11305 7385 259 24 0 7939 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45220

[startup+3.10095 s]
/proc/loadavg: 3.99 3.31 3.12 5/368 29103
/proc/meminfo: memFree=7831704/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=52292 CPUtime=3.09 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 12671 0 0 0 307 2 0 0 25 0 1 0 582635408 53547008 7922 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 13073 7922 259 24 0 9707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52292

[startup+6.30035 s]
/proc/loadavg: 3.99 3.32 3.13 5/368 29103
/proc/meminfo: memFree=7821544/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=52428 CPUtime=6.28 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 13771 0 0 0 626 2 0 0 25 0 1 0 582635408 53686272 9006 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 13107 9006 259 24 0 9741 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 52428

[startup+12.7002 s]
/proc/loadavg: 3.99 3.33 3.13 5/368 29157
/proc/meminfo: memFree=8079704/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=71892 CPUtime=12.69 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 18638 0 0 0 1266 3 0 0 25 0 1 0 582635408 73617408 13834 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 17973 13834 259 24 0 14607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71892

[startup+25.5008 s]
/proc/loadavg: 3.99 3.37 3.14 5/368 29157
/proc/meminfo: memFree=8011032/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=83568 CPUtime=25.48 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 22078 0 0 0 2544 4 0 0 25 0 1 0 582635408 85573632 17214 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 20892 17214 259 24 0 17526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83568

[startup+51.1001 s]
/proc/loadavg: 3.99 3.42 3.17 5/368 29158
/proc/meminfo: memFree=8033096/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=71892 CPUtime=51.09 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 30691 0 0 0 5101 8 0 0 25 0 1 0 582635408 73617408 13162 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 17973 13162 259 24 0 14607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71892

[startup+102.314 s]
/proc/loadavg: 4.12 3.53 3.22 5/368 29159
/proc/meminfo: memFree=7912796/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=136416 CPUtime=102.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 43052 0 0 0 10218 12 0 0 25 0 1 0 582635408 139689984 25304 33554432000 4194304 4291235 140736102659328 18446744073709551615 4250339 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 34104 25304 259 24 0 30738 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 136416

[startup+162.301 s]
/proc/loadavg: 4.15 3.65 3.27 5/368 29161
/proc/meminfo: memFree=7846040/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=143492 CPUtime=162.29 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 60532 0 0 0 16211 18 0 0 25 0 1 0 582635408 146935808 27417 33554432000 4194304 4291235 140736102659328 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 35873 27417 259 24 0 32507 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143492

[startup+222.301 s]
/proc/loadavg: 4.05 3.71 3.32 5/368 29162
/proc/meminfo: memFree=7851552/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=150092 CPUtime=222.29 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 77814 0 0 0 22204 25 0 0 25 0 1 0 582635408 153694208 27890 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 37523 27890 259 24 0 34157 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 150092

[startup+282.301 s]
/proc/loadavg: 4.10 3.78 3.36 5/368 29164
/proc/meminfo: memFree=7877544/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=152148 CPUtime=282.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 94524 0 0 0 28198 32 0 0 25 0 1 0 582635408 155799552 27128 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 38037 27128 259 24 0 34671 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152148

[startup+342.301 s]
/proc/loadavg: 4.03 3.81 3.40 5/368 29166
/proc/meminfo: memFree=7857384/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=125004 CPUtime=342.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 110687 0 0 0 34191 39 0 0 25 0 1 0 582635408 128004096 24158 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 31251 24158 259 24 0 27885 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 125004

[startup+402.301 s]
/proc/loadavg: 4.01 3.84 3.43 5/368 29167
/proc/meminfo: memFree=7735536/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=90460 CPUtime=402.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 125922 0 0 0 40185 45 0 0 25 0 1 0 582635408 92631040 17864 33554432000 4194304 4291235 140736102659328 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 22615 17864 259 24 0 19249 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90460

[startup+462.301 s]
/proc/loadavg: 4.00 3.87 3.47 5/368 29169
/proc/meminfo: memFree=7793508/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=159104 CPUtime=462.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 141316 0 0 0 46179 51 0 0 25 0 1 0 582635408 162922496 33022 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 39776 33022 259 24 0 36410 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159104

[startup+522.301 s]
/proc/loadavg: 4.00 3.89 3.50 5/368 29170
/proc/meminfo: memFree=7794200/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=130768 CPUtime=522.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 158218 0 0 0 52175 55 0 0 25 0 1 0 582635408 133906432 27510 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 32692 27510 259 24 0 29326 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 130768

[startup+582.301 s]
/proc/loadavg: 4.07 3.92 3.53 5/368 29172
/proc/meminfo: memFree=7779524/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=161588 CPUtime=582.3 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 167223 0 0 0 58171 59 0 0 25 0 1 0 582635408 165466112 36378 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 40397 36378 259 24 0 37031 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 161588

[startup+642.301 s]
/proc/loadavg: 4.08 3.95 3.56 5/368 29174
/proc/meminfo: memFree=7781240/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=131288 CPUtime=642.33 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 183290 0 0 0 64167 66 0 0 25 0 1 0 582635408 134438912 26919 33554432000 4194304 4291235 140736102659328 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 32822 26919 259 24 0 29456 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 131288

[startup+702.301 s]
/proc/loadavg: 4.16 4.00 3.60 5/368 29184
/proc/meminfo: memFree=7730856/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=216176 CPUtime=702.31 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 195207 0 0 0 70160 71 0 0 25 0 1 0 582635408 221364224 38657 33554432000 4194304 4291235 140736102659328 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 54044 38657 259 24 0 50678 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 216176

[startup+762.314 s]
/proc/loadavg: 4.06 4.00 3.62 5/368 29186
/proc/meminfo: memFree=7772744/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=143196 CPUtime=762.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 212637 0 0 0 76154 78 0 0 25 0 1 0 582635408 146632704 31782 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 35799 31782 259 24 0 32433 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 143196

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.65 5/368 29214
/proc/meminfo: memFree=7834924/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=224104 CPUtime=822.31 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 222504 0 0 0 82149 82 0 0 25 0 1 0 582635408 229482496 41511 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 56026 41511 259 24 0 52660 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 224104

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.66 5/368 29216
/proc/meminfo: memFree=7779708/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=176308 CPUtime=882.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 238315 0 0 0 88144 88 0 0 25 0 1 0 582635408 180539392 32740 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 44077 32740 259 24 0 40711 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 176308

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/368 29218
/proc/meminfo: memFree=7759584/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=226396 CPUtime=942.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 248443 0 0 0 94139 93 0 0 25 0 1 0 582635408 231829504 42714 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 56599 42714 259 24 0 53233 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 226396

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/368 29219
/proc/meminfo: memFree=7820540/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=176308 CPUtime=1002.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 266323 0 0 0 100133 99 0 0 25 0 1 0 582635408 180539392 32911 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 44077 32911 259 24 0 40711 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 176308

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/368 29221
/proc/meminfo: memFree=7750680/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=226396 CPUtime=1062.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 277721 0 0 0 106128 104 0 0 25 0 1 0 582635408 231829504 44144 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 56599 44144 259 24 0 53233 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 226396

[startup+1122.3 s]
/proc/loadavg: 3.66 3.92 3.71 4/362 29240
/proc/meminfo: memFree=7881628/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=128296 CPUtime=1122.32 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 291374 0 0 0 112122 110 0 0 25 0 1 0 582635408 131375104 27306 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 32074 27306 259 24 0 28708 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 128296

[startup+1182.3 s]
/proc/loadavg: 3.39 3.78 3.67 4/362 29242
/proc/meminfo: memFree=7872432/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=178736 CPUtime=1182.33 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 304329 0 0 0 118117 116 0 0 25 0 1 0 582635408 183025664 40075 33554432000 4194304 4291235 140736102659328 18446744073709551615 4255914 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 44684 40075 259 24 0 41318 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 178736

[startup+1242.3 s]
/proc/loadavg: 3.27 3.67 3.63 4/362 29244
/proc/meminfo: memFree=7932536/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=125964 CPUtime=1242.33 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 319244 0 0 0 124111 122 0 0 25 0 1 0 582635408 128987136 27360 33554432000 4194304 4291235 140736102659328 18446744073709551615 4248946 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 31491 27360 259 24 0 28125 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 125964



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.16 3.56 3.60 5/362 29245
/proc/meminfo: memFree=7882544/32951124 swapFree=65980216/67111528
[pid=29102] ppid=29100 vsize=187428 CPUtime=1300.04 cores=1,3
/proc/29102/stat : 29102 (minisat) R 29100 29102 28499 0 -1 4202496 333613 0 0 0 129876 128 0 0 25 0 1 0 582635408 191926272 41522 33554432000 4194304 4291235 140736102659328 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29102/statm: 46857 41522 259 24 0 43491 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 187428

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.06
CPU user time (s): 1298.77
CPU system time (s): 1.2918
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 237892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.77
system time used= 1.2918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333613
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= 9
involuntary context switches= 657

runsolver used 4.38633 second user time and 10.9833 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 02:49:59
IDJOB=3318209
IDBENCH=83121
IDSOLVER=1707
FILE ID=node142/3318209-1304902199
RUNJOBID= node142-1304901864-28972
PBS_JOBID= 13282129
Free space on /tmp= 47060 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318209-1304902199/watcher-3318209-1304902199 -o /tmp/evaluation-result-3318209-1304902199/solver-3318209-1304902199 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318209-1304902199.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=891955102

node142.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	: 5131.95
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.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.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.67
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.81
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.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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7866268 kB
Buffers:        234188 kB
Cached:       19483652 kB
SwapCached:      11212 kB
Active:       11497432 kB
Inactive:     12822388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7866268 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     4598944 kB
Mapped:          20712 kB
Slab:           665796 kB
PageTables:      32940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77562748 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= 47092 MiB
End job on node142 at 2011-05-09 03:11:41