Trace number 3349304

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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

running on 2 cores: 5,7

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.02 3.51 2.89 4/361 11647
/proc/meminfo: memFree=16199940/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=23684 CPUtime=0 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 1573 0 0 0 0 0 0 0 25 0 1 0 590428592 24252416 1508 33554432000 4194304 4293939 140735497722208 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 5921 1509 219 25 0 2554 0

[startup+0.095676 s]
/proc/loadavg: 4.02 3.51 2.89 4/361 11647
/proc/meminfo: memFree=16199940/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=30420 CPUtime=0.08 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 4009 0 0 0 8 0 0 0 25 0 1 0 590428592 31150080 3738 33554432000 4194304 4293939 140735497722208 18446744073709551615 4236724 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 7605 3739 225 25 0 4238 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30420

[startup+0.100677 s]
/proc/loadavg: 4.02 3.51 2.89 4/361 11647
/proc/meminfo: memFree=16199940/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=30900 CPUtime=0.09 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 4066 0 0 0 9 0 0 0 25 0 1 0 590428592 31641600 3789 33554432000 4194304 4293939 140735497722208 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 7725 3790 225 25 0 4358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30900

[startup+0.300659 s]
/proc/loadavg: 4.02 3.51 2.89 4/361 11647
/proc/meminfo: memFree=16199940/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=27956 CPUtime=0.29 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 5363 0 0 0 28 1 0 0 25 0 1 0 590428592 28626944 3439 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 6989 3439 244 25 0 3622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27956

[startup+0.700583 s]
/proc/loadavg: 4.02 3.51 2.89 4/361 11647
/proc/meminfo: memFree=16199940/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=30636 CPUtime=0.69 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 5521 0 0 0 68 1 0 0 25 0 1 0 590428592 31371264 3591 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255922 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 7659 3591 245 25 0 4292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30636

[startup+1.50044 s]
/proc/loadavg: 4.02 3.51 2.89 5/362 11648
/proc/meminfo: memFree=16183832/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=30636 CPUtime=1.49 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 5932 0 0 0 148 1 0 0 25 0 1 0 590428592 31371264 3993 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 7659 3993 245 25 0 4292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30636

[startup+3.10015 s]
/proc/loadavg: 4.02 3.51 2.89 5/362 11648
/proc/meminfo: memFree=16175276/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=37712 CPUtime=3.09 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 7883 0 0 0 308 1 0 0 25 0 1 0 590428592 38617088 5920 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 9428 5920 245 25 0 6061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37712

[startup+6.30059 s]
/proc/loadavg: 4.02 3.52 2.90 5/362 11648
/proc/meminfo: memFree=16162768/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=49312 CPUtime=6.29 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 9459 0 0 0 627 2 0 0 25 0 1 0 590428592 50495488 7475 33554432000 4194304 4293939 140735497722208 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 12328 7475 245 25 0 8961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49312

[startup+12.7005 s]
/proc/loadavg: 4.02 3.52 2.91 5/362 11648
/proc/meminfo: memFree=16113484/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=42132 CPUtime=12.69 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 13730 0 0 0 1266 3 0 0 25 0 1 0 590428592 43143168 7064 33554432000 4194304 4293939 140735497722208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 10533 7064 245 25 0 7166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42132

[startup+25.5002 s]
/proc/loadavg: 4.01 3.55 2.92 5/362 11649
/proc/meminfo: memFree=16111512/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=49172 CPUtime=25.49 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 20109 0 0 0 2544 5 0 0 25 0 1 0 590428592 50352128 7590 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 12293 7590 245 25 0 8926 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49172

[startup+51.1007 s]
/proc/loadavg: 4.01 3.58 2.95 5/362 11649
/proc/meminfo: memFree=16115540/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=51.1 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 28362 0 0 0 5103 7 0 0 25 0 1 0 590428592 81682432 15788 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 15788 245 25 0 16575 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 79768

[startup+102.314 s]
/proc/loadavg: 4.04 3.66 3.01 5/362 11651
/proc/meminfo: memFree=16085856/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=102.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 45679 0 0 0 10221 10 0 0 25 0 1 0 590428592 81682432 16506 33554432000 4194304 4293939 140735497722208 18446744073709551615 4256156 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 16506 245 25 0 16575 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 79768

[startup+162.3 s]
/proc/loadavg: 4.15 3.75 3.08 5/362 11652
/proc/meminfo: memFree=16094760/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=162.29 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 73131 0 0 0 16214 15 0 0 25 0 1 0 590428592 81682432 16508 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 16508 245 25 0 16575 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79768

[startup+222.301 s]
/proc/loadavg: 4.18 3.82 3.14 5/362 11654
/proc/meminfo: memFree=16009664/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=222.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 101789 0 0 0 22209 21 0 0 25 0 1 0 590428592 81682432 16508 33554432000 4194304 4293939 140735497722208 18446744073709551615 4249320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 16508 245 25 0 16575 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 79768

[startup+282.301 s]
/proc/loadavg: 4.06 3.85 3.19 5/362 11656
/proc/meminfo: memFree=16108220/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=282.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 122175 0 0 0 28205 25 0 0 25 0 1 0 590428592 81682432 16508 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 16508 245 25 0 16575 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79768

[startup+342.301 s]
/proc/loadavg: 4.17 3.92 3.26 5/362 11657
/proc/meminfo: memFree=16140204/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=79768 CPUtime=342.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 143815 0 0 0 34201 29 0 0 25 0 1 0 590428592 81682432 16508 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 19942 16508 245 25 0 16575 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 79768

[startup+402.301 s]
/proc/loadavg: 4.06 3.93 3.30 5/362 11659
/proc/meminfo: memFree=15935084/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=402.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 181700 0 0 0 40194 36 0 0 25 0 1 0 590428592 163553280 32649 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 32649 245 25 0 36563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159720

[startup+462.301 s]
/proc/loadavg: 4.02 3.94 3.34 5/362 11660
/proc/meminfo: memFree=16004996/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=462.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 206859 0 0 0 46187 43 0 0 25 0 1 0 590428592 163553280 31945 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 31945 245 25 0 36563 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159720

[startup+522.301 s]
/proc/loadavg: 4.01 3.95 3.38 5/362 11662
/proc/meminfo: memFree=15965924/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=522.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 223356 0 0 0 52182 48 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110400

[startup+582.3 s]
/proc/loadavg: 4.00 3.95 3.41 5/362 11664
/proc/meminfo: memFree=16073652/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=582.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 248239 0 0 0 58176 54 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 110400

[startup+642.301 s]
/proc/loadavg: 4.06 3.98 3.46 5/362 11665
/proc/meminfo: memFree=16057740/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=642.32 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 269860 0 0 0 64174 58 0 0 25 0 1 0 590428592 163553280 34049 33554432000 4194304 4293939 140735497722208 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 34049 245 25 0 36563 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 159720

[startup+702.3 s]
/proc/loadavg: 4.02 3.98 3.48 5/362 11667
/proc/meminfo: memFree=16020992/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=702.3 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 283760 0 0 0 70169 61 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 110400

[startup+762.314 s]
/proc/loadavg: 4.08 3.99 3.52 5/362 11668
/proc/meminfo: memFree=15951016/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=762.32 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 306063 0 0 0 76166 66 0 0 25 0 1 0 590428592 163553280 34138 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 34138 245 25 0 36563 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 159720

[startup+822.3 s]
/proc/loadavg: 3.98 3.99 3.55 5/362 11726
/proc/meminfo: memFree=16412200/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=822.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 320928 0 0 0 82159 72 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 110400

[startup+882.301 s]
/proc/loadavg: 4.04 4.00 3.58 5/362 11728
/proc/meminfo: memFree=16352500/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=882.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 342644 0 0 0 88153 78 0 0 25 0 1 0 590428592 163553280 33301 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 33301 245 25 0 36563 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 159720

[startup+942.3 s]
/proc/loadavg: 3.66 3.92 3.57 4/356 11747
/proc/meminfo: memFree=16465672/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=942.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 358708 0 0 0 94148 83 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 110400

[startup+1002.3 s]
/proc/loadavg: 3.24 3.75 3.53 4/356 11749
/proc/meminfo: memFree=16422612/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=1002.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 381264 0 0 0 100145 86 0 0 25 0 1 0 590428592 163553280 34206 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255663 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 34206 245 25 0 36563 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 159720

[startup+1062.3 s]
/proc/loadavg: 3.09 3.61 3.50 4/356 11750
/proc/meminfo: memFree=16412508/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=1062.31 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 404948 0 0 0 106141 90 0 0 25 0 1 0 590428592 163553280 33020 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 33020 245 25 0 36563 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 159720

[startup+1122.3 s]
/proc/loadavg: 3.03 3.50 3.46 4/356 11752
/proc/meminfo: memFree=16445456/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=1122.32 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 424603 0 0 0 112136 96 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 110400

[startup+1182.3 s]
/proc/loadavg: 3.01 3.40 3.43 4/356 11754
/proc/meminfo: memFree=16409848/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=1182.32 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 447576 0 0 0 118131 101 0 0 25 0 1 0 590428592 163553280 33251 33554432000 4194304 4293939 140735497722208 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 33251 245 25 0 36563 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 159720

[startup+1242.3 s]
/proc/loadavg: 3.11 3.36 3.41 4/356 11755
/proc/meminfo: memFree=16391824/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=110400 CPUtime=1242.32 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 464998 0 0 0 124128 104 0 0 25 0 1 0 590428592 113049600 24145 33554432000 4194304 4293939 140735497722208 18446744073709551615 4263993 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 27600 24145 245 25 0 24233 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 110400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.29 3.38 4/356 11757
/proc/meminfo: memFree=16400736/32951124 swapFree=67111348/67111528
[pid=11647] ppid=11645 vsize=159720 CPUtime=1300.03 cores=5,7
/proc/11647/stat : 11647 (ebminisat_relea) R 11645 11647 10801 0 -1 4202496 486254 0 0 0 129896 107 0 0 25 0 1 0 590428592 163553280 32287 33554432000 4194304 4293939 140735497722208 18446744073709551615 4263186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11647/statm: 39930 32287 245 25 0 36563 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 159720

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.05
CPU user time (s): 1298.96
CPU system time (s): 1.08583
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 190540

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

runsolver used 4.37733 second user time and 10.6594 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-10 00:28:45
IDJOB=3349304
IDBENCH=83130
IDSOLVER=1812
FILE ID=node144/3349304-1304980125
RUNJOBID= node144-1304979633-11349
PBS_JOBID= 13285669
Free space on /tmp= 37668 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349304-1304980125/watcher-3349304-1304980125 -o /tmp/evaluation-result-3349304-1304980125/solver-3349304-1304980125 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349304-1304980125.cnf  -verb=0

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1983518654

node144.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.850
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16200344 kB
Buffers:        207616 kB
Cached:        8517580 kB
SwapCached:          0 kB
Active:        8068820 kB
Inactive:      8207196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16200344 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:     7551092 kB
Mapped:          27784 kB
Slab:           372300 kB
PageTables:      38692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82570336 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= 37680 MiB
End job on node144 at 2011-05-10 00:50:27