Trace number 3318205

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.23 2.50 3.20 5/364 28318
/proc/meminfo: memFree=7184200/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=26572 CPUtime=0 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 2210 0 0 0 0 0 0 0 21 0 1 0 601793050 27209728 2098 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256362 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 6643 2098 216 24 0 3277 0

[startup+0.0980931 s]
/proc/loadavg: 1.23 2.50 3.20 5/364 28318
/proc/meminfo: memFree=7184200/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=37236 CPUtime=0.08 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 6080 0 0 0 8 0 0 0 21 0 1 0 601793050 38129664 5467 33554432000 4194304 4291235 140735852632096 18446744073709551615 4230010 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 9309 5467 238 24 0 5943 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37236

[startup+0.101099 s]
/proc/loadavg: 1.23 2.50 3.20 5/364 28318
/proc/meminfo: memFree=7184200/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=37236 CPUtime=0.08 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 6080 0 0 0 8 0 0 0 21 0 1 0 601793050 38129664 5467 33554432000 4194304 4291235 140735852632096 18446744073709551615 4230284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 9309 5467 238 24 0 5943 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37236

[startup+0.301054 s]
/proc/loadavg: 1.23 2.50 3.20 5/364 28318
/proc/meminfo: memFree=7184200/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=43976 CPUtime=0.29 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 9282 0 0 0 28 1 0 0 22 0 1 0 601793050 45031424 7127 33554432000 4194304 4291235 140735852632096 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 10994 7127 240 24 0 7628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43976

[startup+0.700982 s]
/proc/loadavg: 1.23 2.50 3.20 5/364 28318
/proc/meminfo: memFree=7184200/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=39668 CPUtime=0.69 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 10066 0 0 0 68 1 0 0 23 0 1 0 601793050 40620032 6208 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255630 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 9917 6208 259 24 0 6551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39668

[startup+1.50082 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7145492/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=44020 CPUtime=1.49 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 10337 0 0 0 148 1 0 0 25 0 1 0 601793050 45076480 6469 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 11005 6469 259 24 0 7639 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44020

[startup+3.10052 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7138176/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=44020 CPUtime=3.09 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 10988 0 0 0 308 1 0 0 25 0 1 0 601793050 45076480 7104 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 11005 7104 259 24 0 7639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44020

[startup+6.30091 s]
/proc/loadavg: 1.45 2.52 3.20 5/365 28319
/proc/meminfo: memFree=7087224/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=55716 CPUtime=6.29 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 13989 0 0 0 627 2 0 0 25 0 1 0 601793050 57053184 10080 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 13929 10080 259 24 0 10563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55716

[startup+12.7007 s]
/proc/loadavg: 1.65 2.55 3.20 5/365 28319
/proc/meminfo: memFree=7050992/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=62896 CPUtime=12.69 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 15846 0 0 0 1267 2 0 0 25 0 1 0 601793050 64405504 11907 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 15724 11907 259 24 0 12358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62896

[startup+25.5012 s]
/proc/loadavg: 2.17 2.62 3.22 5/365 28320
/proc/meminfo: memFree=7043312/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=93540 CPUtime=25.49 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 19084 0 0 0 2546 3 0 0 25 0 1 0 601793050 95784960 15086 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 23385 15086 259 24 0 20019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93540

[startup+51.1003 s]
/proc/loadavg: 2.79 2.73 3.24 5/365 28321
/proc/meminfo: memFree=7029480/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=83392 CPUtime=51.09 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 30195 0 0 0 5104 5 0 0 25 0 1 0 601793050 85393408 16951 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255653 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 20848 16951 259 24 0 17482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83392

[startup+102.313 s]
/proc/loadavg: 3.53 2.94 3.28 5/365 28322
/proc/meminfo: memFree=6948248/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=107772 CPUtime=102.3 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 44700 0 0 0 10221 9 0 0 25 0 1 0 601793050 110358528 19546 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 26943 19546 259 24 0 23577 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107772

[startup+162.301 s]
/proc/loadavg: 3.89 3.14 3.33 5/365 28323
/proc/meminfo: memFree=6876676/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=112488 CPUtime=162.29 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 61168 0 0 0 16216 13 0 0 25 0 1 0 601793050 115187712 23859 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 28122 23859 259 24 0 24756 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 112488

[startup+222.3 s]
/proc/loadavg: 3.96 3.30 3.37 5/365 28325
/proc/meminfo: memFree=6902572/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=114880 CPUtime=222.3 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 75973 0 0 0 22213 17 0 0 25 0 1 0 601793050 117637120 24842 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 28720 24842 259 24 0 25354 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 114880

[startup+282.301 s]
/proc/loadavg: 3.98 3.42 3.40 5/365 28327
/proc/meminfo: memFree=6803600/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=148080 CPUtime=282.3 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 91172 0 0 0 28210 20 0 0 25 0 1 0 601793050 151633920 26709 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 37020 26709 259 24 0 33654 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148080

[startup+342.3 s]
/proc/loadavg: 3.99 3.52 3.44 5/365 28328
/proc/meminfo: memFree=6843620/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=154740 CPUtime=342.3 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 107304 0 0 0 34206 24 0 0 25 0 1 0 601793050 158453760 27421 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 38685 27421 259 24 0 35319 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154740

[startup+402.301 s]
/proc/loadavg: 4.05 3.62 3.47 5/365 28330
/proc/meminfo: memFree=6855748/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=126912 CPUtime=402.31 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 121981 0 0 0 40202 29 0 0 25 0 1 0 601793050 129957888 25776 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255910 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 31728 25776 259 24 0 28362 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 126912

[startup+462.3 s]
/proc/loadavg: 4.10 3.72 3.51 5/365 28331
/proc/meminfo: memFree=6771028/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=129236 CPUtime=462.31 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 136844 0 0 0 46197 34 0 0 25 0 1 0 601793050 132337664 24135 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 32309 24135 259 24 0 28943 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 129236

[startup+522.301 s]
/proc/loadavg: 4.04 3.77 3.54 5/365 28333
/proc/meminfo: memFree=6812796/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=98992 CPUtime=522.31 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 150056 0 0 0 52193 38 0 0 25 0 1 0 601793050 101367808 20273 33554432000 4194304 4291235 140735852632096 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 24748 20273 259 24 0 21382 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 98992

[startup+582.3 s]
/proc/loadavg: 4.01 3.81 3.57 5/365 28335
/proc/meminfo: memFree=6724480/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=160456 CPUtime=582.31 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 164340 0 0 0 58190 41 0 0 25 0 1 0 601793050 164306944 34312 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 40114 34312 259 24 0 36748 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 160456

[startup+642.301 s]
/proc/loadavg: 4.11 3.87 3.60 5/365 28336
/proc/meminfo: memFree=6753224/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=167620 CPUtime=642.32 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 181013 0 0 0 64187 45 0 0 25 0 1 0 601793050 171642880 32200 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 41905 32200 259 24 0 38539 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 167620

[startup+702.3 s]
/proc/loadavg: 4.08 3.90 3.63 5/365 28338
/proc/meminfo: memFree=6660444/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=141136 CPUtime=702.32 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 197755 0 0 0 70181 51 0 0 25 0 1 0 601793050 144523264 31328 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 35284 31328 259 24 0 31918 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 141136

[startup+762.314 s]
/proc/loadavg: 4.03 3.92 3.65 5/365 28339
/proc/meminfo: memFree=6699980/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=141916 CPUtime=762.33 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 213705 0 0 0 76178 55 0 0 25 0 1 0 601793050 145321984 28813 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 35479 28813 259 24 0 32113 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 141916

[startup+822.3 s]
/proc/loadavg: 4.01 3.93 3.67 5/365 28341
/proc/meminfo: memFree=6747324/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=124024 CPUtime=822.31 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 227738 0 0 0 82171 60 0 0 25 0 1 0 601793050 127000576 24630 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 31006 24630 259 24 0 27640 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 124024

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.68 5/365 28343
/proc/meminfo: memFree=6709856/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=173812 CPUtime=882.32 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 242537 0 0 0 88169 63 0 0 25 0 1 0 601793050 177983488 39190 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 43453 39190 259 24 0 40087 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 173812

[startup+942.3 s]
/proc/loadavg: 4.20 4.00 3.72 5/365 28353
/proc/meminfo: memFree=6753428/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=178236 CPUtime=942.32 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 258777 0 0 0 94164 68 0 0 25 0 1 0 601793050 182513664 34265 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 44559 34265 259 24 0 41193 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 178236

[startup+1002.3 s]
/proc/loadavg: 4.13 4.01 3.74 5/365 28355
/proc/meminfo: memFree=6737784/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=148032 CPUtime=1002.33 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 273332 0 0 0 100161 72 0 0 25 0 1 0 601793050 151584768 29494 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 37008 29494 259 24 0 33642 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 148032

[startup+1062.3 s]
/proc/loadavg: 4.05 4.00 3.75 5/365 28356
/proc/meminfo: memFree=6648612/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=178852 CPUtime=1062.33 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 283929 0 0 0 106158 75 0 0 25 0 1 0 601793050 183144448 39911 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 44713 39911 259 24 0 41347 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 178852

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.76 5/365 28361
/proc/meminfo: memFree=6701608/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=149900 CPUtime=1122.33 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 298740 0 0 0 112153 80 0 0 25 0 1 0 601793050 153497600 33487 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 37475 33487 259 24 0 34109 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 149900

[startup+1182.3 s]
/proc/loadavg: 4.15 4.04 3.79 5/365 28363
/proc/meminfo: memFree=6763552/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=131144 CPUtime=1182.34 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 311008 0 0 0 118150 84 0 0 25 0 1 0 601793050 134291456 26671 33554432000 4194304 4291235 140735852632096 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 32786 26671 259 24 0 29420 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 131144

[startup+1242.3 s]
/proc/loadavg: 4.10 4.05 3.81 5/365 28364
/proc/meminfo: memFree=6675000/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=180932 CPUtime=1242.34 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 321479 0 0 0 124147 87 0 0 25 0 1 0 601793050 185274368 36884 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 45233 36884 259 24 0 41867 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 180932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 3.82 2/361 28369
/proc/meminfo: memFree=7093392/32950928 swapFree=67056568/67111528
[pid=28318] ppid=28316 vsize=156536 CPUtime=1300.05 cores=4,6
/proc/28318/stat : 28318 (minisat) R 28316 28318 27748 0 -1 4202496 334395 0 0 0 129915 90 0 0 25 0 1 0 601793050 160292864 33319 33554432000 4194304 4291235 140735852632096 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28318/statm: 39134 33319 259 24 0 35768 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 156536

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): 1299.16
CPU system time (s): 0.910861
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 230808

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

runsolver used 4.93325 second user time and 10.3934 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:46:00
IDJOB=3318205
IDBENCH=83114
IDSOLVER=1707
FILE ID=node148/3318205-1304901959
RUNJOBID= node148-1304901959-28277
PBS_JOBID= 13282123
Free space on /tmp= 31072 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=346614205

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:       7184604 kB
Buffers:        229920 kB
Cached:       21762232 kB
SwapCached:       8268 kB
Active:       10314520 kB
Inactive:     14665692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7184604 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           12104 kB
Writeback:           0 kB
AnonPages:     2985624 kB
Mapped:          27548 kB
Slab:           691032 kB
PageTables:      28952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84769996 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= 31072 MiB
End job on node148 at 2011-05-09 03:07:42