Trace number 3348634

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-03-02UNSAT 840.467 840.438

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

840.43/840.43	c WARNING: for repeatability, setting FPU to use double precision
840.43/840.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3348634-1304972192/watcher-3348634-1304972192 -o /tmp/evaluation-result-3348634-1304972192/solver-3348634-1304972192 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348634-1304972192.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.00 3.96 3.65 5/307 23026
/proc/meminfo: memFree=4061640/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=21148 CPUtime=0 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 1144 0 0 0 0 0 0 0 25 0 1 0 608818830 21655552 1066 33554432000 4194304 4254575 140735155845888 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5287 1067 213 15 0 1930 0

[startup+0.076387 s]
/proc/loadavg: 4.00 3.96 3.65 5/307 23026
/proc/meminfo: memFree=4061640/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=22564 CPUtime=0.06 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 1653 0 0 0 6 0 0 0 25 0 1 0 608818830 23105536 1547 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5641 1547 232 15 0 2284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22564

[startup+0.100339 s]
/proc/loadavg: 4.00 3.96 3.65 5/307 23026
/proc/meminfo: memFree=4061640/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=22564 CPUtime=0.09 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 1667 0 0 0 9 0 0 0 25 0 1 0 608818830 23105536 1560 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5641 1560 232 15 0 2284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22564

[startup+0.300239 s]
/proc/loadavg: 4.00 3.96 3.65 5/307 23026
/proc/meminfo: memFree=4061640/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=22680 CPUtime=0.29 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 1786 0 0 0 29 0 0 0 25 0 1 0 608818830 23224320 1677 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216986 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5670 1677 232 15 0 2313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22680

[startup+0.700162 s]
/proc/loadavg: 4.00 3.96 3.65 5/307 23026
/proc/meminfo: memFree=4061640/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=22980 CPUtime=0.69 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 2084 0 0 0 69 0 0 0 25 0 1 0 608818830 23531520 1972 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5745 1972 232 15 0 2388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22980

[startup+1.50101 s]
/proc/loadavg: 4.16 4.00 3.66 5/308 23027
/proc/meminfo: memFree=4050480/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=23316 CPUtime=1.49 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 2448 0 0 0 149 0 0 0 25 0 1 0 608818830 23875584 2330 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 5829 2330 232 15 0 2472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23316

[startup+3.10076 s]
/proc/loadavg: 4.16 4.00 3.66 5/308 23027
/proc/meminfo: memFree=4044584/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=26812 CPUtime=3.09 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 3266 0 0 0 309 0 0 0 25 0 1 0 608818830 27455488 3134 33554432000 4194304 4254575 140735155845888 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 6703 3134 232 15 0 3346 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26812

[startup+6.30115 s]
/proc/loadavg: 4.16 4.00 3.66 5/308 23027
/proc/meminfo: memFree=4026992/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=32264 CPUtime=6.29 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 4465 0 0 0 629 0 0 0 25 0 1 0 608818830 33038336 4320 33554432000 4194304 4254575 140735155845888 18446744073709551615 4209781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 8066 4320 232 15 0 4709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32264

[startup+12.7009 s]
/proc/loadavg: 4.13 4.00 3.67 5/308 23028
/proc/meminfo: memFree=4247848/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=41616 CPUtime=12.69 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 6555 0 0 0 1268 1 0 0 25 0 1 0 608818830 42614784 6380 33554432000 4194304 4254575 140735155845888 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 10404 6380 232 15 0 7047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41616

[startup+25.5005 s]
/proc/loadavg: 4.11 4.00 3.67 5/308 23028
/proc/meminfo: memFree=4181964/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=43616 CPUtime=25.49 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 11449 0 0 0 2547 2 0 0 25 0 1 0 608818830 44662784 7077 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 10904 7077 232 15 0 7547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43616

[startup+51.1006 s]
/proc/loadavg: 4.07 4.00 3.68 5/308 23029
/proc/meminfo: memFree=4072068/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=55856 CPUtime=51.09 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 24775 0 0 0 5105 4 0 0 25 0 1 0 608818830 57196544 10677 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216717 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 13964 10677 232 15 0 10607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55856

[startup+102.312 s]
/proc/loadavg: 4.03 4.00 3.69 5/308 23030
/proc/meminfo: memFree=3890148/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=116548 CPUtime=102.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 31548 0 0 0 10225 5 0 0 25 0 1 0 608818830 119345152 17266 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 29137 17266 232 15 0 25780 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116548

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.71 4/306 23033
/proc/meminfo: memFree=6845664/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=86212 CPUtime=162.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 40979 0 0 0 16221 9 0 0 25 0 1 0 608818830 88281088 16991 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 21553 16991 232 15 0 18196 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 86212

[startup+222.301 s]
/proc/loadavg: 3.38 3.82 3.67 4/302 23051
/proc/meminfo: memFree=6913044/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=86452 CPUtime=222.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 40990 0 0 0 22221 9 0 0 25 0 1 0 608818830 88526848 17002 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 21613 17002 232 15 0 18256 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 86452

[startup+282.301 s]
/proc/loadavg: 3.14 3.67 3.62 4/302 23053
/proc/meminfo: memFree=7015928/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=91776 CPUtime=282.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 50727 0 0 0 28219 11 0 0 25 0 1 0 608818830 93978624 16760 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 22944 16760 232 15 0 19587 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 91776

[startup+342.301 s]
/proc/loadavg: 3.08 3.56 3.59 4/302 23054
/proc/meminfo: memFree=6927276/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=91776 CPUtime=342.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 52267 0 0 0 34219 11 0 0 25 0 1 0 608818830 93978624 18271 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 22944 18271 232 15 0 19587 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91776

[startup+402.301 s]
/proc/loadavg: 2.50 3.31 3.50 3/296 23074
/proc/meminfo: memFree=7161184/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=402.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 52550 0 0 0 40219 11 0 0 25 0 1 0 608818830 94658560 18548 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 18548 232 15 0 19753 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92440

[startup+462.301 s]
/proc/loadavg: 2.18 3.07 3.40 3/296 23076
/proc/meminfo: memFree=7126676/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=462.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 53384 0 0 0 46219 11 0 0 25 0 1 0 608818830 94658560 19357 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19357 232 15 0 19753 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 92440

[startup+522.301 s]
/proc/loadavg: 2.12 2.89 3.32 3/296 23077
/proc/meminfo: memFree=7101348/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=522.3 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 53384 0 0 0 52219 11 0 0 25 0 1 0 608818830 94658560 19357 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19357 232 15 0 19753 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92440

[startup+582.3 s]
/proc/loadavg: 2.04 2.73 3.23 3/296 23079
/proc/meminfo: memFree=7073288/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=582.31 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61806 0 0 0 58218 13 0 0 25 0 1 0 608818830 94658560 19779 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19779 232 15 0 19753 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 92440

[startup+642.301 s]
/proc/loadavg: 2.01 2.59 3.15 3/296 23080
/proc/meminfo: memFree=7229744/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=642.32 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61806 0 0 0 64219 13 0 0 25 0 1 0 608818830 94658560 19779 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19779 232 15 0 19753 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 92440

[startup+702.3 s]
/proc/loadavg: 2.00 2.48 3.08 3/296 23082
/proc/meminfo: memFree=7182340/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=702.32 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61806 0 0 0 70219 13 0 0 25 0 1 0 608818830 94658560 19779 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19779 232 15 0 19753 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 92440

[startup+762.311 s]
/proc/loadavg: 2.00 2.39 3.01 3/296 23084
/proc/meminfo: memFree=7148692/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=762.33 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61806 0 0 0 76220 13 0 0 25 0 1 0 608818830 94658560 19779 33554432000 4194304 4254575 140735155845888 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19779 232 15 0 19753 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 92440

[startup+822.301 s]
/proc/loadavg: 2.05 2.33 2.95 3/296 23085
/proc/meminfo: memFree=7116048/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=822.32 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 82219 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 92440

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

[startup+831.901 s]
/proc/loadavg: 2.04 2.32 2.94 3/296 23085
/proc/meminfo: memFree=7111080/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=831.92 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 83179 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 831.92
Current children cumulated vsize (KiB) 92440

[startup+835.101 s]
/proc/loadavg: 2.04 2.32 2.94 3/296 23086
/proc/meminfo: memFree=7109464/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=835.12 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 83499 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 835.12
Current children cumulated vsize (KiB) 92440

[startup+838.301 s]
/proc/loadavg: 2.04 2.31 2.93 3/296 23086
/proc/meminfo: memFree=7107976/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=838.32 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 83819 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4217033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 838.32
Current children cumulated vsize (KiB) 92440

[startup+839.1 s]
/proc/loadavg: 2.04 2.31 2.93 3/296 23086
/proc/meminfo: memFree=7107976/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=839.12 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 83899 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 839.12
Current children cumulated vsize (KiB) 92440

[startup+839.901 s]
/proc/loadavg: 2.04 2.31 2.93 3/296 23086
/proc/meminfo: memFree=7107480/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=839.92 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 83979 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 839.92
Current children cumulated vsize (KiB) 92440

[startup+840.301 s]
/proc/loadavg: 2.04 2.31 2.93 3/296 23086
/proc/meminfo: memFree=7106984/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=840.33 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 84020 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 840.33
Current children cumulated vsize (KiB) 92440

[startup+840.411 s]
/proc/loadavg: 2.04 2.31 2.93 3/296 23086
/proc/meminfo: memFree=7106984/32950928 swapFree=67083212/67111528
[pid=23026] ppid=23024 vsize=92440 CPUtime=840.43 cores=4,6
/proc/23026/stat : 23026 (cir_minisat) R 23024 23026 22349 0 -1 4202496 61820 0 0 0 84030 13 0 0 25 0 1 0 608818830 94658560 19793 33554432000 4194304 4254575 140735155845888 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23026/statm: 23110 19793 232 15 0 19753 0
Current children cumulated CPU time (s) 840.43
Current children cumulated vsize (KiB) 92440

Child status: 20
Real time (s): 840.438
CPU time (s): 840.467
CPU user time (s): 840.328
CPU system time (s): 0.138978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 141760

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

runsolver used 2.35564 second user time and 5.30119 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-09 22:16:32
IDJOB=3348634
IDBENCH=83118
IDSOLVER=1810
FILE ID=node127/3348634-1304972192
RUNJOBID= node127-1304971020-22780
PBS_JOBID= 13285623
Free space on /tmp= 42128 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348634-1304972192/watcher-3348634-1304972192 -o /tmp/evaluation-result-3348634-1304972192/solver-3348634-1304972192 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348634-1304972192.cnf

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=166315093

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4061672 kB
Buffers:        218244 kB
Cached:        9111508 kB
SwapCached:       1588 kB
Active:       21693148 kB
Inactive:      6695832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4061672 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            1280 kB
Writeback:           0 kB
AnonPages:    19057620 kB
Mapped:          26608 kB
Slab:           381980 kB
PageTables:      53344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 49133428 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= 42248 MiB
End job on node127 at 2011-05-09 22:30:32