Trace number 3434060

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) 5000.08 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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: 977)

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-3434060-1306849690/watcher-3434060-1306849690 -o /tmp/evaluation-result-3434060-1306849690/solver-3434060-1306849690 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434060-1306849690.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 1749
/proc/meminfo: memFree=7002936/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=20380 CPUtime=0 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 862 0 0 0 0 0 0 0 25 0 1 0 796567250 20869120 802 33554432000 4194304 4291235 140734487957136 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 5095 807 214 24 0 1729 0

[startup+0.107437 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 1749
/proc/meminfo: memFree=7002936/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=34900 CPUtime=0.1 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 5654 0 0 0 10 0 0 0 25 0 1 0 796567250 35737600 5047 33554432000 4194304 4291235 140734487957136 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 8725 5047 240 24 0 5359 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34900

[startup+0.200409 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 1749
/proc/meminfo: memFree=7002936/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=43860 CPUtime=0.19 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 7635 0 0 0 19 0 0 0 25 0 1 0 796567250 44912640 6863 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 10965 6863 240 24 0 7599 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43860

[startup+0.300384 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 1749
/proc/meminfo: memFree=7002936/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=39528 CPUtime=0.29 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 8080 0 0 0 29 0 0 0 25 0 1 0 796567250 40476672 6089 33554432000 4194304 4291235 140734487957136 18446744073709551615 4229923 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 9882 6089 240 24 0 6516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39528

[startup+0.700315 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 1749
/proc/meminfo: memFree=7002936/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=35572 CPUtime=0.69 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 8814 0 0 0 68 1 0 0 25 0 1 0 796567250 36425728 5368 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 8893 5368 259 24 0 5527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35572

[startup+1.50118 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 1750
/proc/meminfo: memFree=6980372/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=39924 CPUtime=1.49 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 9242 0 0 0 148 1 0 0 25 0 1 0 796567250 40882176 5786 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255910 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 9981 5786 259 24 0 6615 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39924

[startup+3.10085 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 1750
/proc/meminfo: memFree=6976032/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=51420 CPUtime=3.09 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 11913 0 0 0 308 1 0 0 25 0 1 0 796567250 52654080 8445 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 12855 8445 259 24 0 9489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51420

[startup+6.30031 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 1750
/proc/meminfo: memFree=6959792/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=58600 CPUtime=6.29 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 13534 0 0 0 628 1 0 0 25 0 1 0 796567250 60006400 10038 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 14650 10038 259 24 0 11284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58600

[startup+12.7011 s]
/proc/loadavg: 2.01 2.02 2.00 3/425 1751
/proc/meminfo: memFree=6941000/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=70276 CPUtime=12.69 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 16578 0 0 0 1267 2 0 0 25 0 1 0 796567250 71962624 13047 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 17569 13047 259 24 0 14203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70276

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 1751
/proc/meminfo: memFree=6940236/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=57472 CPUtime=25.49 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 25391 0 0 0 2545 4 0 0 25 0 1 0 796567250 58851328 10781 33554432000 4194304 4291235 140734487957136 18446744073709551615 4262923 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 14368 10781 259 24 0 11002 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57472

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 1753
/proc/meminfo: memFree=6946776/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=126116 CPUtime=51.09 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 37529 0 0 0 5102 7 0 0 25 0 1 0 796567250 129142784 22786 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 31529 22786 259 24 0 28163 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126116

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 1754
/proc/meminfo: memFree=6921820/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=99244 CPUtime=102.29 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 70232 0 0 0 10215 14 0 0 25 0 1 0 796567250 101625856 17414 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 24811 17414 259 24 0 21445 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 99244

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 1786
/proc/meminfo: memFree=7026832/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=130820 CPUtime=162.3 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 101828 0 0 0 16209 21 0 0 25 0 1 0 796567250 133959680 27821 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 32705 27821 259 24 0 29339 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130820

[startup+222.316 s]
/proc/loadavg: 2.04 2.02 2.00 3/425 1787
/proc/meminfo: memFree=7001348/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=185212 CPUtime=222.31 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 130497 0 0 0 22205 26 0 0 25 0 1 0 796567250 189657088 33202 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 46303 33202 259 24 0 42937 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 185212

[startup+282.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/425 1789
/proc/meminfo: memFree=7063788/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=88112 CPUtime=282.29 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 163655 0 0 0 28195 34 0 0 25 0 1 0 796567250 90226688 17633 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 22028 17633 259 24 0 18662 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88112

[startup+342.301 s]
/proc/loadavg: 2.17 2.09 2.02 3/425 1790
/proc/meminfo: memFree=7041424/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=109520 CPUtime=342.3 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 195960 0 0 0 34187 43 0 0 25 0 1 0 796567250 112148480 22447 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 27380 22447 259 24 0 24014 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109520

[startup+402.301 s]
/proc/loadavg: 2.12 2.08 2.02 3/425 1792
/proc/meminfo: memFree=7033684/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=142412 CPUtime=402.3 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 228672 0 0 0 40181 49 0 0 25 0 1 0 796567250 145829888 24800 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 35603 24800 259 24 0 32237 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142412

[startup+462.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/425 1795
/proc/meminfo: memFree=7035484/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=113848 CPUtime=462.31 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 258441 0 0 0 46174 57 0 0 25 0 1 0 796567250 116580352 24131 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 28462 24131 259 24 0 25096 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 113848

[startup+522.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/425 1796
/proc/meminfo: memFree=6959196/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=199448 CPUtime=522.3 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 277648 0 0 0 52169 61 0 0 25 0 1 0 796567250 204234752 43193 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 49862 43193 259 24 0 46496 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 199448

[startup+582.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/425 1798
/proc/meminfo: memFree=7006876/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=153828 CPUtime=582.31 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 300863 0 0 0 58163 68 0 0 25 0 1 0 796567250 157519872 30911 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 38457 30911 259 24 0 35091 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 153828

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 1908
/proc/meminfo: memFree=6747548/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=395508 CPUtime=4002.41 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1767486 0 0 0 399847 394 0 0 25 0 1 0 796567250 405000192 91211 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 98877 91211 259 24 0 95511 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 395508

[startup+4062.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/425 1910
/proc/meminfo: memFree=6876836/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=267840 CPUtime=4062.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1792647 0 0 0 405842 400 0 0 25 0 1 0 796567250 274268160 58623 33554432000 4194304 4291235 140734487957136 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 66960 58623 259 24 0 63594 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 267840

[startup+4122.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 1911
/proc/meminfo: memFree=6786776/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=399744 CPUtime=4122.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1815391 0 0 0 411836 406 0 0 25 0 1 0 796567250 409337856 81164 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 99936 81164 259 24 0 96570 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 399744

[startup+4182.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/425 1913
/proc/meminfo: memFree=6885564/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=268908 CPUtime=4182.43 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1838280 0 0 0 417832 411 0 0 25 0 1 0 796567250 275361792 56256 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 67227 56256 259 24 0 63861 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 268908

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 1914
/proc/meminfo: memFree=6798592/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=400668 CPUtime=4242.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1860264 0 0 0 423826 416 0 0 25 0 1 0 796567250 410284032 78048 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 100167 78048 259 24 0 96801 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 400668

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 1916
/proc/meminfo: memFree=6875296/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=269888 CPUtime=4302.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1886497 0 0 0 429821 421 0 0 25 0 1 0 796567250 276365312 59067 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 67472 59067 259 24 0 64106 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 269888

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 1919
/proc/meminfo: memFree=6783988/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=401964 CPUtime=4362.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1909759 0 0 0 435816 426 0 0 25 0 1 0 796567250 411611136 82154 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 100491 82154 259 24 0 97125 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 401964

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 1929
/proc/meminfo: memFree=6881592/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=272384 CPUtime=4422.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1934646 0 0 0 441809 433 0 0 25 0 1 0 796567250 278921216 57671 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 68096 57671 259 24 0 64730 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 272384

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 1931
/proc/meminfo: memFree=6798596/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=403860 CPUtime=4482.42 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1956064 0 0 0 447805 437 0 0 25 0 1 0 796567250 413552640 78896 33554432000 4194304 4291235 140734487957136 18446744073709551615 4263384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 100965 78896 259 24 0 97599 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 403860

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/425 1932
/proc/meminfo: memFree=6890664/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=273344 CPUtime=4542.43 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 1980299 0 0 0 453799 444 0 0 25 0 1 0 796567250 279904256 55344 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 68336 55344 259 24 0 64970 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 273344

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/425 1938
/proc/meminfo: memFree=6800892/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=404820 CPUtime=4602.43 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2002847 0 0 0 459794 449 0 0 25 0 1 0 796567250 414535680 77696 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 101205 77696 259 24 0 97839 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 404820

[startup+4662.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/425 1940
/proc/meminfo: memFree=6867524/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=273628 CPUtime=4662.44 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2029646 0 0 0 465789 455 0 0 25 0 1 0 796567250 280195072 61092 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 68407 61092 259 24 0 65041 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 273628

[startup+4722.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/425 1941
/proc/meminfo: memFree=6779068/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=405552 CPUtime=4722.44 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2051303 0 0 0 471785 459 0 0 25 0 1 0 796567250 415285248 82580 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255905 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 101388 82580 259 24 0 98022 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 405552

[startup+4782.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/425 1943
/proc/meminfo: memFree=6864460/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=275624 CPUtime=4782.44 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2079908 0 0 0 477779 465 0 0 25 0 1 0 796567250 282238976 61793 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 68906 61793 259 24 0 65540 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 275624

[startup+4842.32 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 1944
/proc/meminfo: memFree=6787528/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=410360 CPUtime=4842.45 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2098702 0 0 0 483775 470 0 0 25 0 1 0 796567250 420208640 80427 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 102590 80427 259 24 0 99224 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 410360

[startup+4902.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/425 1946
/proc/meminfo: memFree=6733048/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=413524 CPUtime=4902.44 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2112808 0 0 0 489770 474 0 0 25 0 1 0 796567250 423448576 94429 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 103381 94429 259 24 0 100015 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 413524

[startup+4962.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/425 1948
/proc/meminfo: memFree=6846588/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=334024 CPUtime=4962.44 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2137515 0 0 0 495764 480 0 0 25 0 1 0 796567250 342040576 66013 33554432000 4194304 4291235 140734487957136 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 83506 66013 259 24 0 80140 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 334024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.05 2.00 3/425 1949
/proc/meminfo: memFree=6800928/32951124 swapFree=44043512/67111528
[pid=1749] ppid=1747 vsize=415836 CPUtime=5000.04 cores=0,2,4,6
/proc/1749/stat : 1749 (minisat) R 1747 1749 1152 0 -1 4202496 2148887 0 0 0 499522 482 0 0 25 0 1 0 796567250 425816064 77240 33554432000 4194304 4291235 140734487957136 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1749/statm: 103959 77240 259 24 0 100593 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 415836

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): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4995.24
CPU system time (s): 4.84126
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 543072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.24
system time used= 4.84126
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2148889
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= 10
involuntary context switches= 2781

runsolver used 22.0896 second user time and 46.098 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-31 15:48:11
IDJOB=3434060
IDBENCH=83135
IDSOLVER=1930
FILE ID=node134/3434060-1306849690
RUNJOBID= node134-1306842918-1170
PBS_JOBID= 13482018
Free space on /tmp= 19252 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434060-1306849690/watcher-3434060-1306849690 -o /tmp/evaluation-result-3434060-1306849690/solver-3434060-1306849690 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434060-1306849690.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=223825192

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7003216 kB
Buffers:         66528 kB
Cached:       19166936 kB
SwapCached:       9328 kB
Active:       13631564 kB
Inactive:     11568456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7003216 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            2768 kB
Writeback:           0 kB
AnonPages:     5964956 kB
Mapped:          21376 kB
Slab:           590380 kB
PageTables:      89448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110927188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 19256 MiB
End job on node134 at 2011-05-31 17:11:33