Trace number 3380464

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: cir_minisat 2011-05-13 (simp)? (TO) 1299.74 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3380464-1305459103/watcher-3380464-1305459103 -o /tmp/evaluation-result-3380464-1305459103/solver-3380464-1305459103 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380464-1305459103.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: 4.20 4.08 3.69 4/310 29886
/proc/meminfo: memFree=12754688/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=26580 CPUtime=0 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 2159 0 0 0 0 0 0 0 24 0 1 0 657508514 27217920 2050 33554432000 4194304 4300288 140737461179536 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 6645 2052 217 26 0 3277 0

[startup+0.0424599 s]
/proc/loadavg: 4.20 4.08 3.69 4/310 29886
/proc/meminfo: memFree=12754688/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=31920 CPUtime=0.03 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 3737 0 0 0 3 0 0 0 24 0 1 0 657508514 32686080 3458 33554432000 4194304 4300288 140737461179536 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 7980 3461 218 26 0 4612 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31920

[startup+0.100448 s]
/proc/loadavg: 4.20 4.08 3.69 4/310 29886
/proc/meminfo: memFree=12754688/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=39136 CPUtime=0.09 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 6340 0 0 0 9 0 0 0 24 0 1 0 657508514 40075264 5710 33554432000 4194304 4300288 140737461179536 18446744073709551615 4219094 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 9784 5710 220 26 0 6416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39136

[startup+0.300413 s]
/proc/loadavg: 4.20 4.08 3.69 4/310 29886
/proc/meminfo: memFree=12754688/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=45644 CPUtime=0.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 9500 0 0 0 28 1 0 0 25 0 1 0 657508514 46739456 7103 33554432000 4194304 4300288 140737461179536 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 11411 7103 222 26 0 8043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45644

[startup+0.700365 s]
/proc/loadavg: 4.20 4.08 3.69 4/310 29886
/proc/meminfo: memFree=12754688/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=44040 CPUtime=0.69 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 10886 0 0 0 68 1 0 0 25 0 1 0 657508514 45096960 6635 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 11010 6635 242 26 0 7642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44040

[startup+1.5002 s]
/proc/loadavg: 4.20 4.08 3.69 5/311 29887
/proc/meminfo: memFree=12724060/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=44040 CPUtime=1.49 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 11164 0 0 0 148 1 0 0 25 0 1 0 657508514 45096960 6911 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 11010 6911 242 26 0 7642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44040

[startup+3.1009 s]
/proc/loadavg: 4.20 4.08 3.69 5/311 29887
/proc/meminfo: memFree=12718976/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=51112 CPUtime=3.09 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 11776 0 0 0 308 1 0 0 25 0 1 0 657508514 52338688 7505 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 12778 7505 242 26 0 9410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51112

[startup+6.30033 s]
/proc/loadavg: 4.18 4.08 3.69 5/311 29887
/proc/meminfo: memFree=12699936/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=69788 CPUtime=6.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 16064 0 0 0 627 2 0 0 25 0 1 0 657508514 71462912 11767 33554432000 4194304 4300288 140737461179536 18446744073709551615 4256083 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 17447 11767 242 26 0 14079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69788

[startup+12.7012 s]
/proc/loadavg: 4.17 4.08 3.69 5/311 29887
/proc/meminfo: memFree=12762808/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=81464 CPUtime=12.69 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 18668 0 0 0 1266 3 0 0 25 0 1 0 657508514 83419136 14340 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 20366 14340 242 26 0 16998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81464

[startup+25.5008 s]
/proc/loadavg: 4.13 4.07 3.69 5/311 29888
/proc/meminfo: memFree=12685800/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=100432 CPUtime=25.48 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 24265 0 0 0 2544 4 0 0 25 0 1 0 657508514 102842368 19887 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 25108 19887 242 26 0 21740 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100432

[startup+51.1012 s]
/proc/loadavg: 4.15 4.08 3.71 5/311 29888
/proc/meminfo: memFree=12621544/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=73332 CPUtime=51.09 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 35297 0 0 0 5102 7 0 0 25 0 1 0 657508514 75091968 12808 33554432000 4194304 4300288 140737461179536 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 18333 12808 242 26 0 14965 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73332

[startup+102.312 s]
/proc/loadavg: 4.06 4.07 3.72 5/311 29890
/proc/meminfo: memFree=12440360/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=85008 CPUtime=102.3 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 58821 0 0 0 10216 14 0 0 25 0 1 0 657508514 87048192 15129 33554432000 4194304 4300288 140737461179536 18446744073709551615 4269629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 21252 15129 242 26 0 17884 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85008

[startup+162.301 s]
/proc/loadavg: 4.21 4.10 3.75 5/311 29891
/proc/meminfo: memFree=12329348/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=187104 CPUtime=162.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 80227 0 0 0 16208 21 0 0 25 0 1 0 657508514 191594496 36340 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 46776 36340 242 26 0 43408 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 187104

[startup+222.301 s]
/proc/loadavg: 4.08 4.08 3.76 5/311 29893
/proc/meminfo: memFree=12245504/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=190124 CPUtime=222.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 107537 0 0 0 22202 27 0 0 25 0 1 0 657508514 194686976 34800 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 47531 34800 242 26 0 44163 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190124

[startup+282.301 s]
/proc/loadavg: 4.03 4.06 3.77 5/311 29895
/proc/meminfo: memFree=12014452/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=193268 CPUtime=282.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 138458 0 0 0 28194 35 0 0 25 0 1 0 657508514 197906432 32323 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255592 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 48317 32323 242 26 0 44949 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 193268

[startup+342.301 s]
/proc/loadavg: 4.01 4.05 3.78 5/311 29896
/proc/meminfo: memFree=12530516/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=278800 CPUtime=342.3 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 160715 0 0 0 34189 41 0 0 25 0 1 0 657508514 285491200 54418 33554432000 4194304 4300288 140737461179536 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 69700 54418 242 26 0 66332 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 278800

[startup+402.301 s]
/proc/loadavg: 4.00 4.04 3.80 5/311 29898
/proc/meminfo: memFree=12348712/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=198684 CPUtime=402.3 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 188017 0 0 0 40182 48 0 0 25 0 1 0 657508514 203452416 38578 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 49671 38578 242 26 0 46303 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 198684

[startup+462.3 s]
/proc/loadavg: 4.04 4.04 3.81 5/311 29899
/proc/meminfo: memFree=12381772/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=151664 CPUtime=462.29 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 215207 0 0 0 46176 53 0 0 25 0 1 0 657508514 155303936 28406 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 37916 28406 242 26 0 34548 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 151664

[startup+522.3 s]
/proc/loadavg: 4.07 4.05 3.83 5/311 29901
/proc/meminfo: memFree=12118492/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=285308 CPUtime=522.27 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 239597 0 0 0 52168 59 0 0 25 0 1 0 657508514 292155392 52596 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/29886/statm: 71327 52596 242 26 0 67959 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 285308

[startup+582.3 s]
/proc/loadavg: 4.12 4.07 3.84 5/311 29903
/proc/meminfo: memFree=11984428/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=204656 CPUtime=582.05 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 265384 0 0 0 58140 65 0 0 25 0 1 0 657508514 209567744 37707 33554432000 4194304 4300288 140737461179536 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 51164 37707 242 26 0 47796 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 204656

[startup+642.3 s]
/proc/loadavg: 4.04 4.05 3.85 5/311 29904
/proc/meminfo: memFree=12025552/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=125364 CPUtime=642 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 291839 0 0 0 64129 71 0 0 25 0 1 0 657508514 128372736 23540 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 31341 23540 242 26 0 27973 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 125364

[startup+702.3 s]
/proc/loadavg: 4.06 4.05 3.86 5/311 29906
/proc/meminfo: memFree=11777268/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=290212 CPUtime=701.99 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 317850 0 0 0 70120 79 0 0 25 0 1 0 657508514 297177088 49371 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 72553 49371 242 26 0 69185 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 290212

[startup+762.312 s]
/proc/loadavg: 4.06 4.06 3.87 5/311 29907
/proc/meminfo: memFree=11880284/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=133312 CPUtime=762.01 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 341890 0 0 0 76113 88 0 0 25 0 1 0 657508514 136511488 25664 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 33328 25664 242 26 0 29960 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 133312

[startup+822.301 s]
/proc/loadavg: 4.08 4.06 3.88 5/311 29909
/proc/meminfo: memFree=11604960/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=214220 CPUtime=822 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 364602 0 0 0 82106 94 0 0 25 0 1 0 657508514 219361280 48193 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 53555 48193 242 26 0 50187 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 214220

[startup+882.301 s]
/proc/loadavg: 4.03 4.05 3.89 5/311 29911
/proc/meminfo: memFree=11544020/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=165028 CPUtime=882 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 393907 0 0 0 88100 100 0 0 25 0 1 0 657508514 168988672 32195 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 41257 32195 242 26 0 37889 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 165028

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 3.89 5/311 29912
/proc/meminfo: memFree=11561584/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=297548 CPUtime=942 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 417257 0 0 0 94094 106 0 0 25 0 1 0 657508514 304689152 55348 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 74387 55348 242 26 0 71019 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 297548

[startup+1002.3 s]
/proc/loadavg: 4.05 4.04 3.91 5/311 29914
/proc/meminfo: memFree=12111728/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=167756 CPUtime=1002 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 443148 0 0 0 100087 113 0 0 25 0 1 0 657508514 171782144 36171 33554432000 4194304 4300288 140737461179536 18446744073709551615 4270060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 41939 36171 242 26 0 38571 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 167756

[startup+1062.3 s]
/proc/loadavg: 4.08 4.05 3.91 5/311 29915
/proc/meminfo: memFree=11667892/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=299512 CPUtime=1062.01 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 466876 0 0 0 106083 118 0 0 25 0 1 0 657508514 306700288 59752 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 74878 59752 242 26 0 71510 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 299512

[startup+1122.3 s]
/proc/loadavg: 4.12 4.06 3.93 5/311 29917
/proc/meminfo: memFree=11981816/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=141756 CPUtime=1122.01 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 491040 0 0 0 112077 124 0 0 25 0 1 0 657508514 145158144 30782 33554432000 4194304 4300288 140737461179536 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 35439 30782 242 26 0 32071 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 141756

[startup+1182.3 s]
/proc/loadavg: 2.64 3.69 3.81 2/293 29973
/proc/meminfo: memFree=13385788/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=304052 CPUtime=1182.01 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 513800 0 0 0 118071 130 0 0 25 0 1 0 657508514 311349248 53322 33554432000 4194304 4300288 140737461179536 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 76013 53322 242 26 0 72645 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 304052

[startup+1242.3 s]
/proc/loadavg: 1.66 3.21 3.63 2/293 29974
/proc/meminfo: memFree=13468352/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=172820 CPUtime=1242.01 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 541373 0 0 0 124066 135 0 0 25 0 1 0 657508514 176967680 32488 33554432000 4194304 4300288 140737461179536 18446744073709551615 4268302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 43205 32488 242 26 0 39837 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 172820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.24 2.81 3.46 2/293 29976
/proc/meminfo: memFree=13379920/32951124 swapFree=61565116/67111528
[pid=29886] ppid=29884 vsize=304648 CPUtime=1299.72 cores=4,6
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 27642 0 -1 4202496 563426 0 0 0 129833 139 0 0 25 0 1 0 657508514 311959552 54359 33554432000 4194304 4300288 140737461179536 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29886/statm: 76162 54359 242 26 0 72794 0
Current children cumulated CPU time (s) 1299.72
Current children cumulated vsize (KiB) 304648

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): 1299.74
CPU user time (s): 1298.33
CPU system time (s): 1.40579
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 315548

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

runsolver used 4.18736 second user time and 8.5307 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 13:31:43
IDJOB=3380464
IDBENCH=83105
IDSOLVER=1863
FILE ID=node134/3380464-1305459103
RUNJOBID= node134-1305458936-29729
PBS_JOBID= 13324884
Free space on /tmp= 73472 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380464-1305459103/watcher-3380464-1305459103 -o /tmp/evaluation-result-3380464-1305459103/solver-3380464-1305459103 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380464-1305459103.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1779465127

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:      12755092 kB
Buffers:        283416 kB
Cached:        6359944 kB
SwapCached:      13768 kB
Active:       11136604 kB
Inactive:      8808440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12755092 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:            4336 kB
Writeback:           0 kB
AnonPages:    13295360 kB
Mapped:          15468 kB
Slab:           133712 kB
PageTables:      53520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49656288 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= 73496 MiB
End job on node134 at 2011-05-15 13:53:25