Trace number 3387450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.07 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.98 2.16 4/430 15893
/proc/meminfo: memFree=21546984/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=24176 CPUtime=0.01 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1877 0 0 0 1 0 0 0 22 0 1 0 671842514 24756224 1805 33554432000 4194304 4300288 140735905687968 18446744073709551615 4277933 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 6044 1806 218 26 0 2676 0

[startup+0.0781931 s]
/proc/loadavg: 1.85 1.98 2.16 4/430 15893
/proc/meminfo: memFree=21546984/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=30016 CPUtime=0.07 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 4109 0 0 0 7 0 0 0 22 0 1 0 671842514 30736384 3748 33554432000 4194304 4300288 140735905687968 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 7504 3748 221 26 0 4136 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30016

[startup+0.101193 s]
/proc/loadavg: 1.85 1.98 2.16 4/430 15893
/proc/meminfo: memFree=21546984/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=31648 CPUtime=0.09 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 4591 0 0 0 9 0 0 0 22 0 1 0 671842514 32407552 4210 33554432000 4194304 4300288 140735905687968 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 7912 4210 222 26 0 4544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31648

[startup+0.301161 s]
/proc/loadavg: 1.85 1.98 2.16 4/430 15893
/proc/meminfo: memFree=21546984/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=30672 CPUtime=0.29 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 6542 0 0 0 29 0 0 0 23 0 1 0 671842514 31408128 4092 33554432000 4194304 4300288 140735905687968 18446744073709551615 4249440 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 7668 4092 242 26 0 4300 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30672

[startup+0.701094 s]
/proc/loadavg: 1.85 1.98 2.16 4/430 15893
/proc/meminfo: memFree=21546984/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=30672 CPUtime=0.69 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 6729 0 0 0 68 1 0 0 25 0 1 0 671842514 31408128 4276 33554432000 4194304 4300288 140735905687968 18446744073709551615 4250781 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 7668 4276 243 26 0 4300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30672

[startup+1.50094 s]
/proc/loadavg: 1.85 1.98 2.16 4/431 15894
/proc/meminfo: memFree=21527192/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=35024 CPUtime=1.49 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 7143 0 0 0 148 1 0 0 25 0 1 0 671842514 35864576 4684 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 8756 4684 243 26 0 5388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35024

[startup+3.10061 s]
/proc/loadavg: 1.85 1.98 2.16 4/431 15894
/proc/meminfo: memFree=21517520/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=35208 CPUtime=3.09 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 7872 0 0 0 308 1 0 0 25 0 1 0 671842514 36052992 5398 33554432000 4194304 4300288 140735905687968 18446744073709551615 4249469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 8802 5398 243 26 0 5434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35208

[startup+6.30105 s]
/proc/loadavg: 1.94 1.99 2.17 4/431 15894
/proc/meminfo: memFree=21497092/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=53884 CPUtime=6.29 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 11369 0 0 0 628 1 0 0 25 0 1 0 671842514 55177216 8876 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 13471 8876 243 26 0 10103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53884

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 2.17 4/431 15894
/proc/meminfo: memFree=21483972/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=65560 CPUtime=12.69 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 14020 0 0 0 1267 2 0 0 25 0 1 0 671842514 67133440 11484 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 16390 11484 243 26 0 13022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65560

[startup+25.5005 s]
/proc/loadavg: 2.24 2.06 2.18 4/431 15894
/proc/meminfo: memFree=21472072/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=65560 CPUtime=25.49 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 21663 0 0 0 2546 3 0 0 25 0 1 0 671842514 67133440 12349 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 16390 12349 243 26 0 13022 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65560

[startup+51.1007 s]
/proc/loadavg: 2.50 2.13 2.20 4/431 15895
/proc/meminfo: memFree=21364868/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=132428 CPUtime=51.09 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 47858 0 0 0 5102 7 0 0 25 0 1 0 671842514 135606272 28807 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 33107 28807 243 26 0 29739 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132428

[startup+102.316 s]
/proc/loadavg: 2.78 2.26 2.24 4/431 15896
/proc/meminfo: memFree=21406628/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=83108 CPUtime=102.31 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 73684 0 0 0 10219 12 0 0 25 0 1 0 671842514 85102592 17535 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 20777 17535 243 26 0 17409 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83108

[startup+162.301 s]
/proc/loadavg: 3.01 2.43 2.30 4/431 15898
/proc/meminfo: memFree=21374836/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=132428 CPUtime=162.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 109949 0 0 0 16213 17 0 0 25 0 1 0 671842514 135606272 25768 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 33107 25768 243 26 0 29739 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 132428

[startup+222.301 s]
/proc/loadavg: 3.05 2.54 2.34 4/431 15900
/proc/meminfo: memFree=21406648/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=83108 CPUtime=222.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 129463 0 0 0 22209 21 0 0 25 0 1 0 671842514 85102592 17535 33554432000 4194304 4300288 140735905687968 18446744073709551615 4269958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 20777 17535 243 26 0 17409 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83108

[startup+282.301 s]
/proc/loadavg: 3.11 2.65 2.39 4/431 15901
/proc/meminfo: memFree=21355996/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=83108 CPUtime=282.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 159290 0 0 0 28204 26 0 0 25 0 1 0 671842514 85102592 17535 33554432000 4194304 4300288 140735905687968 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 20777 17535 243 26 0 17409 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83108

[startup+342.301 s]
/proc/loadavg: 3.08 2.73 2.43 4/431 15903
/proc/meminfo: memFree=21323476/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=182496 CPUtime=342.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 191229 0 0 0 34199 31 0 0 25 0 1 0 671842514 186875904 31047 33554432000 4194304 4300288 140735905687968 18446744073709551615 4268188 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 45624 31047 243 26 0 42256 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182496

[startup+402.3 s]
/proc/loadavg: 3.03 2.77 2.47 4/431 15904
/proc/meminfo: memFree=21406016/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=102356 CPUtime=402.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 212343 0 0 0 40195 35 0 0 25 0 1 0 671842514 104812544 18045 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 25589 18045 243 26 0 22221 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102356

[startup+462.3 s]
/proc/loadavg: 3.01 2.81 2.49 4/431 15906
/proc/meminfo: memFree=21297100/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=196220 CPUtime=462.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 255222 0 0 0 46188 42 0 0 25 0 1 0 671842514 200929280 45510 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 49055 45510 243 26 0 45687 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 196220

[startup+522.301 s]
/proc/loadavg: 3.00 2.84 2.52 4/431 15908
/proc/meminfo: memFree=21375188/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=116080 CPUtime=522.31 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 278281 0 0 0 52185 46 0 0 25 0 1 0 671842514 118865920 25765 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256063 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 29020 25765 243 26 0 25652 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 116080

[startup+582.301 s]
/proc/loadavg: 3.00 2.87 2.55 4/431 15909
/proc/meminfo: memFree=21327148/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=165400 CPUtime=582.3 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 308739 0 0 0 58179 51 0 0 25 0 1 0 671842514 169369600 38044 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 41350 38044 243 26 0 37982 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 165400

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 3.15 3.05 2.99 4/431 16014
/proc/meminfo: memFree=21133136/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=239596 CPUtime=4062.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1695075 0 0 0 405933 310 0 0 25 0 1 0 671842514 245346304 56242 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 59899 56242 243 26 0 56531 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 239596

[startup+4122.3 s]
/proc/loadavg: 3.05 3.04 2.99 4/431 16016
/proc/meminfo: memFree=21173264/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=190276 CPUtime=4122.41 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1715012 0 0 0 411927 314 0 0 25 0 1 0 671842514 194842624 44297 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 47569 44297 243 26 0 44201 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 190276

[startup+4182.3 s]
/proc/loadavg: 3.02 3.03 2.99 4/431 16017
/proc/meminfo: memFree=21083920/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=320504 CPUtime=4182.41 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1738491 0 0 0 417923 318 0 0 25 0 1 0 671842514 328196096 67576 33554432000 4194304 4300288 140735905687968 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 80126 67576 243 26 0 76758 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 320504

[startup+4242.3 s]
/proc/loadavg: 3.00 3.02 2.99 4/431 16019
/proc/meminfo: memFree=21114120/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=4242.42 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1763020 0 0 0 423918 324 0 0 25 0 1 0 671842514 276905984 63306 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 63306 243 26 0 64236 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 270416

[startup+4302.3 s]
/proc/loadavg: 3.00 3.02 2.99 4/431 16020
/proc/meminfo: memFree=21187112/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=190276 CPUtime=4302.42 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1774259 0 0 0 429915 327 0 0 25 0 1 0 671842514 194842624 44297 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 47569 44297 243 26 0 44201 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 190276

[startup+4362.3 s]
/proc/loadavg: 3.00 3.01 2.99 4/431 16022
/proc/meminfo: memFree=21106100/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=320504 CPUtime=4362.42 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1803411 0 0 0 435909 333 0 0 25 0 1 0 671842514 328196096 73237 33554432000 4194304 4300288 140735905687968 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 80126 73237 243 26 0 76758 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 320504

[startup+4422.3 s]
/proc/loadavg: 3.00 3.00 2.99 4/431 16024
/proc/meminfo: memFree=21145372/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=4422.42 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1825657 0 0 0 441905 337 0 0 25 0 1 0 671842514 276905984 63015 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 63015 243 26 0 64236 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 270416

[startup+4482.3 s]
/proc/loadavg: 3.04 3.01 3.00 4/431 16025
/proc/meminfo: memFree=21140596/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=4482.42 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1849249 0 0 0 447902 340 0 0 25 0 1 0 671842514 276905984 56903 33554432000 4194304 4300288 140735905687968 18446744073709551615 4271139 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 56903 243 26 0 64236 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 270416

[startup+4542.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/431 16027
/proc/meminfo: memFree=21183212/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=190276 CPUtime=4542.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1866270 0 0 0 453897 346 0 0 25 0 1 0 671842514 194842624 44297 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 47569 44297 243 26 0 44201 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 190276

[startup+4602.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/431 16028
/proc/meminfo: memFree=21087556/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=320504 CPUtime=4602.44 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1890355 0 0 0 459895 349 0 0 25 0 1 0 671842514 328196096 68206 33554432000 4194304 4300288 140735905687968 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 80126 68206 243 26 0 76758 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 320504

[startup+4662.3 s]
/proc/loadavg: 3.02 3.02 3.00 4/431 16030
/proc/meminfo: memFree=21115032/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=4662.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1913260 0 0 0 465890 353 0 0 25 0 1 0 671842514 276905984 60728 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 60728 243 26 0 64236 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 270416

[startup+4722.32 s]
/proc/loadavg: 3.01 3.02 3.00 5/431 16032
/proc/meminfo: memFree=21174628/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=190276 CPUtime=4722.45 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1929520 0 0 0 471888 357 0 0 25 0 1 0 671842514 194842624 44297 33554432000 4194304 4300288 140735905687968 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 47569 44297 243 26 0 44201 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 190276

[startup+4782.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/431 16033
/proc/meminfo: memFree=21081824/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=320504 CPUtime=4782.44 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1956083 0 0 0 477882 362 0 0 25 0 1 0 671842514 328196096 70659 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 80126 70659 243 26 0 76758 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 320504

[startup+4842.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/431 16035
/proc/meminfo: memFree=21148612/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=4842.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 1980375 0 0 0 483878 365 0 0 25 0 1 0 671842514 276905984 62013 33554432000 4194304 4300288 140735905687968 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 62013 243 26 0 64236 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 270416

[startup+4902.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 16036
/proc/meminfo: memFree=21178340/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=239596 CPUtime=4902.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 2003252 0 0 0 489874 369 0 0 25 0 1 0 671842514 245346304 54198 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 59899 54198 243 26 0 56531 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 239596

[startup+4962.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/431 16038
/proc/meminfo: memFree=21111224/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=320504 CPUtime=4962.43 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 2019551 0 0 0 495871 372 0 0 25 0 1 0 671842514 328196096 70297 33554432000 4194304 4300288 140735905687968 18446744073709551615 4255788 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 80126 70297 243 26 0 76758 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 320504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.00 3.00 3/430 16040
/proc/meminfo: memFree=21306872/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=5000.05 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 2039913 0 0 0 499629 376 0 0 25 0 1 0 671842514 276905984 62296 33554432000 4194304 4300288 140735905687968 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 62296 243 26 0 64236 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 270416

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: 3.00 3.00 3.00 3/430 16040
/proc/meminfo: memFree=21306872/32951124 swapFree=44485784/67111528
[pid=15893] ppid=15891 vsize=270416 CPUtime=5000.05 cores=0,2,4,6
/proc/15893/stat : 15893 (cir_minisat) R 15891 15893 14479 0 -1 4202496 2039913 0 0 0 499629 376 0 0 25 0 1 0 671842514 276905984 62296 33554432000 4194304 4300288 140735905687968 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/15893/statm: 67604 62296 243 26 0 64236 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 270416

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4996.3
CPU system time (s): 3.77543
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 401892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.3
system time used= 3.77543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2039913
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= 5
involuntary context switches= 4826

runsolver used 21.6297 second user time and 46.7699 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 05:20:21
IDJOB=3387450
IDBENCH=83127
IDSOLVER=1873
FILE ID=node105/3387450-1305602421
RUNJOBID= node105-1305602421-15873
PBS_JOBID= 13350373
Free space on /tmp= 73544 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387450-1305602421/watcher-3387450-1305602421 -o /tmp/evaluation-result-3387450-1305602421/solver-3387450-1305602421 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387450-1305602421.cnf

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1130888262

node105.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.825
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.65
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.825
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.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21547264 kB
Buffers:        329612 kB
Cached:        7181268 kB
SwapCached:      39636 kB
Active:        3993076 kB
Inactive:      7119776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21547264 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:            4700 kB
Writeback:           0 kB
AnonPages:     3568992 kB
Mapped:          19308 kB
Slab:           143220 kB
PageTables:      81164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115348468 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= 73548 MiB
End job on node105 at 2011-05-17 06:43:43