Trace number 3422469

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

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-3422469-1306668670/watcher-3422469-1306668670 -o /tmp/evaluation-result-3422469-1306668670/solver-3422469-1306668670 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422469-1306668670.cnf -verb=0 

running on 4 cores: 1,3,5,7

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: 1.92 2.00 1.99 2/436 21183
/proc/meminfo: memFree=11197140/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=24172 CPUtime=0.01 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1796 0 0 0 1 0 0 0 25 0 1 0 778464924 24752128 1723 33554432000 4194304 4293939 140735329571376 18446744073709551615 4280557 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 6043 1724 219 25 0 2676 0

[startup+0.018584 s]
/proc/loadavg: 1.92 2.00 1.99 2/436 21183
/proc/meminfo: memFree=11197140/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=24876 CPUtime=0.01 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 2053 0 0 0 1 0 0 0 25 0 1 0 778464924 25473024 1966 33554432000 4194304 4293939 140735329571376 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 6219 1967 219 25 0 2852 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24876

[startup+0.100609 s]
/proc/loadavg: 1.92 2.00 1.99 2/436 21183
/proc/meminfo: memFree=11197140/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=31688 CPUtime=0.09 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 4471 0 0 0 9 0 0 0 25 0 1 0 778464924 32448512 4097 33554432000 4194304 4293939 140735329571376 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 7922 4098 225 25 0 4555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31688

[startup+0.300571 s]
/proc/loadavg: 1.92 2.00 1.99 2/436 21183
/proc/meminfo: memFree=11197140/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=28728 CPUtime=0.29 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 5994 0 0 0 29 0 0 0 25 0 1 0 778464924 29417472 3763 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 7182 3763 244 25 0 3815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28728

[startup+0.700492 s]
/proc/loadavg: 1.92 2.00 1.99 2/436 21183
/proc/meminfo: memFree=11197140/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=31404 CPUtime=0.69 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 6202 0 0 0 69 0 0 0 25 0 1 0 778464924 32157696 3963 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 7851 3963 244 25 0 4484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31404

[startup+1.50035 s]
/proc/loadavg: 1.92 2.00 1.99 3/437 21184
/proc/meminfo: memFree=11180276/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=31404 CPUtime=1.49 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 6616 0 0 0 149 0 0 0 25 0 1 0 778464924 32157696 4367 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 7851 4367 244 25 0 4484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31404

[startup+3.10105 s]
/proc/loadavg: 1.92 2.00 1.99 4/437 21184
/proc/meminfo: memFree=11171716/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=42900 CPUtime=3.09 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 8565 0 0 0 308 1 0 0 25 0 1 0 778464924 43929600 6302 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255927 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 10725 6302 244 25 0 7358 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42900

[startup+6.30046 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 21184
/proc/meminfo: memFree=11162856/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=50080 CPUtime=6.29 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 10195 0 0 0 628 1 0 0 25 0 1 0 778464924 51281920 7904 33554432000 4194304 4293939 140735329571376 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 12520 7904 244 25 0 9153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50080

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 21185
/proc/meminfo: memFree=11161780/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=42900 CPUtime=12.69 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 14593 0 0 0 1267 2 0 0 25 0 1 0 778464924 43929600 7274 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 10725 7274 244 25 0 7358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42900

[startup+25.5009 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 21185
/proc/meminfo: memFree=11151116/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=50928 CPUtime=25.49 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 22131 0 0 0 2546 3 0 0 25 0 1 0 778464924 52150272 7741 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 12732 7741 244 25 0 9365 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50928

[startup+51.1012 s]
/proc/loadavg: 2.01 2.01 2.00 4/437 21186
/proc/meminfo: memFree=11100344/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=131020 CPUtime=51.09 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 47845 0 0 0 5103 6 0 0 25 0 1 0 778464924 134164480 24752 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 32755 24752 244 25 0 29388 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131020

[startup+102.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 21187
/proc/meminfo: memFree=11039700/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=131020 CPUtime=102.31 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 74836 0 0 0 10221 10 0 0 25 0 1 0 778464924 134164480 24927 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256084 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 32755 24927 244 25 0 29388 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 131020

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 21189
/proc/meminfo: memFree=11004084/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=131020 CPUtime=162.29 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 110957 0 0 0 16215 14 0 0 25 0 1 0 778464924 134164480 25612 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 32755 25612 244 25 0 29388 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131020

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 21190
/proc/meminfo: memFree=11353980/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=131020 CPUtime=222.3 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 141592 0 0 0 22211 19 0 0 25 0 1 0 778464924 134164480 27332 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 32755 27332 244 25 0 29388 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131020

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/437 21192
/proc/meminfo: memFree=11275464/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=161840 CPUtime=282.3 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 171161 0 0 0 28206 24 0 0 25 0 1 0 778464924 165724160 30190 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 40460 30190 244 25 0 37093 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 161840

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/437 21193
/proc/meminfo: memFree=11212196/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=161840 CPUtime=342.3 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 202226 0 0 0 34201 29 0 0 25 0 1 0 778464924 165724160 31775 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 40460 31775 244 25 0 37093 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 161840

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/437 21195
/proc/meminfo: memFree=11169644/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=181612 CPUtime=402.31 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 234181 0 0 0 40197 34 0 0 25 0 1 0 778464924 185970688 32094 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255951 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 45403 32094 244 25 0 42036 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 181612

[startup+462.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/437 21197
/proc/meminfo: memFree=11121756/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=163472 CPUtime=462.3 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 269835 0 0 0 46191 39 0 0 25 0 1 0 778464924 167395328 33921 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 40868 33921 244 25 0 37501 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 163472

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/437 21198
/proc/meminfo: memFree=11067416/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=194292 CPUtime=522.3 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 290227 0 0 0 52187 43 0 0 25 0 1 0 778464924 198955008 38887 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 48573 38887 244 25 0 45206 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 194292

[startup+582.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/437 21200
/proc/meminfo: memFree=11056104/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=163472 CPUtime=582.31 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 314466 0 0 0 58183 48 0 0 25 0 1 0 778464924 167395328 33782 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255663 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 40868 33782 244 25 0 37501 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 163472

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.06 2.01 3/437 21387
/proc/meminfo: memFree=9847372/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=4062.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1491000 0 0 0 405928 316 0 0 25 0 1 0 778464924 312934400 59000 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 59000 244 25 0 73033 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 305600

[startup+4122.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/437 21388
/proc/meminfo: memFree=9858996/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4122.43 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1509228 0 0 0 411923 320 0 0 25 0 1 0 778464924 261644288 51598 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 51598 244 25 0 60511 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 255512

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 21390
/proc/meminfo: memFree=9895936/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=175372 CPUtime=4182.43 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1519260 0 0 0 417918 325 0 0 25 0 1 0 778464924 179580928 36316 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 43843 36316 244 25 0 40476 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 175372

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/437 21391
/proc/meminfo: memFree=9780712/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=4242.43 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1541895 0 0 0 423913 330 0 0 25 0 1 0 778464924 312934400 58795 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 58795 244 25 0 73033 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 305600

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 21393
/proc/meminfo: memFree=9774012/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4302.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1562214 0 0 0 429908 336 0 0 25 0 1 0 778464924 261644288 56096 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 56096 244 25 0 60511 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 255512

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 21395
/proc/meminfo: memFree=9771272/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4362.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1583135 0 0 0 435904 340 0 0 25 0 1 0 778464924 261644288 52121 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 52121 244 25 0 60511 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 255512

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 21396
/proc/meminfo: memFree=9758836/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4422.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1605972 0 0 0 441899 345 0 0 25 0 1 0 778464924 261644288 50182 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 50182 244 25 0 60511 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 255512

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 21398
/proc/meminfo: memFree=9790560/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=175372 CPUtime=4482.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1617046 0 0 0 447895 349 0 0 25 0 1 0 778464924 179580928 37668 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 43843 37668 244 25 0 40476 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 175372

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/437 21399
/proc/meminfo: memFree=9685752/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=4542.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1638513 0 0 0 453891 353 0 0 25 0 1 0 778464924 312934400 58980 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255930 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 58980 244 25 0 73033 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 305600

[startup+4602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 21401
/proc/meminfo: memFree=9694652/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4602.45 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1656642 0 0 0 459888 357 0 0 25 0 1 0 778464924 261644288 51339 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 51339 244 25 0 60511 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 255512

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/437 21403
/proc/meminfo: memFree=9625312/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=4662.44 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1669764 0 0 0 465881 363 0 0 25 0 1 0 778464924 312934400 64309 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 64309 244 25 0 73033 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 305600

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 21404
/proc/meminfo: memFree=9640904/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4722.46 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1689141 0 0 0 471878 368 0 0 25 0 1 0 778464924 261644288 56959 33554432000 4194304 4293939 140735329571376 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 56959 244 25 0 60511 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 255512

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 21406
/proc/meminfo: memFree=9663080/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=224692 CPUtime=4782.45 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1705808 0 0 0 477873 372 0 0 25 0 1 0 778464924 230084608 48245 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 56173 48245 244 25 0 52806 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 224692

[startup+4842.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/437 21407
/proc/meminfo: memFree=9600324/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=4842.45 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1718029 0 0 0 483869 376 0 0 25 0 1 0 778464924 312934400 60278 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 60278 244 25 0 73033 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 305600

[startup+4902.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/437 21409
/proc/meminfo: memFree=9602644/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4902.46 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1736617 0 0 0 489866 380 0 0 25 0 1 0 778464924 261644288 56017 33554432000 4194304 4293939 140735329571376 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 56017 244 25 0 60511 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 255512

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/437 21411
/proc/meminfo: memFree=9603480/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=255512 CPUtime=4962.46 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1754719 0 0 0 495863 383 0 0 25 0 1 0 778464924 261644288 51531 33554432000 4194304 4293939 140735329571376 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 63878 51531 244 25 0 60511 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 255512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/437 21412
/proc/meminfo: memFree=9562288/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=5000.07 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1763080 0 0 0 499621 386 0 0 25 0 1 0 778464924 312934400 59784 33554432000 4194304 4293939 140735329571376 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 59784 244 25 0 73033 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 305600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/437 21412
/proc/meminfo: memFree=9562288/32951124 swapFree=62199376/67111528
[pid=21183] ppid=21181 vsize=305600 CPUtime=5000.07 cores=1,3,5,7
/proc/21183/stat : 21183 (ebminisat_relea) R 21181 21183 20516 0 -1 4202496 1763080 0 0 0 499621 386 0 0 25 0 1 0 778464924 312934400 59784 33554432000 4194304 4293939 140735329571376 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21183/statm: 76400 59784 244 25 0 73033 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 305600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4996.22
CPU system time (s): 3.87141
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 305600

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

runsolver used 20.6079 second user time and 51.9461 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-29 13:31:11
IDJOB=3422469
IDBENCH=83134
IDSOLVER=1914
FILE ID=node135/3422469-1306668670
RUNJOBID= node135-1306658665-20535
PBS_JOBID= 13471762
Free space on /tmp= 73524 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422469-1306668670/watcher-3422469-1306668670 -o /tmp/evaluation-result-3422469-1306668670/solver-3422469-1306668670 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422469-1306668670.cnf  -verb=0

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=277629001

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.74
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.851
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:      11197420 kB
Buffers:        359228 kB
Cached:        8026540 kB
SwapCached:      84472 kB
Active:       14485828 kB
Inactive:      6969540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11197420 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:            2068 kB
Writeback:          28 kB
AnonPages:    12990260 kB
Mapped:          26540 kB
Slab:           165264 kB
PageTables:      66620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124907232 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= 73432 MiB
End job on node135 at 2011-05-29 14:54:33