Trace number 3380455

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) 1300.05 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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-3380455-1305459186/watcher-3380455-1305459186 -o /tmp/evaluation-result-3380455-1305459186/solver-3380455-1305459186 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380455-1305459186.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 1.59 2.25 4/360 16907
/proc/meminfo: memFree=14981932/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=24668 CPUtime=0 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 1890 0 0 0 0 0 0 0 25 0 1 0 113528024 25260032 1771 33554432000 4194304 4300288 140733812177648 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 6167 1771 218 26 0 2799 0

[startup+0.08676 s]
/proc/loadavg: 0.86 1.59 2.25 4/360 16907
/proc/meminfo: memFree=14981932/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=31872 CPUtime=0.07 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 4498 0 0 0 7 0 0 0 25 0 1 0 113528024 32636928 4074 33554432000 4194304 4300288 140733812177648 18446744073709551615 4232281 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 7968 4075 221 26 0 4600 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31872

[startup+0.100757 s]
/proc/loadavg: 0.86 1.59 2.25 4/360 16907
/proc/meminfo: memFree=14981932/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=32784 CPUtime=0.09 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 4803 0 0 0 9 0 0 0 25 0 1 0 113528024 33570816 4371 33554432000 4194304 4300288 140733812177648 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 8196 4371 221 26 0 4828 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32784

[startup+0.300718 s]
/proc/loadavg: 0.86 1.59 2.25 4/360 16907
/proc/meminfo: memFree=14981932/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=35712 CPUtime=0.29 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 6637 0 0 0 28 1 0 0 25 0 1 0 113528024 36569088 5100 33554432000 4194304 4300288 140733812177648 18446744073709551615 218880232415 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 8928 5100 222 26 0 5560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35712

[startup+0.700649 s]
/proc/loadavg: 0.86 1.59 2.25 4/360 16907
/proc/meminfo: memFree=14981932/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=32144 CPUtime=0.69 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 7292 0 0 0 68 1 0 0 25 0 1 0 113528024 32915456 4588 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 8036 4588 242 26 0 4668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32144

[startup+1.50051 s]
/proc/loadavg: 0.86 1.59 2.25 5/361 16908
/proc/meminfo: memFree=14953684/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=36496 CPUtime=1.49 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 7682 0 0 0 148 1 0 0 25 0 1 0 113528024 37371904 4970 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255878 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 9124 4970 242 26 0 5756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36496

[startup+3.10023 s]
/proc/loadavg: 0.86 1.59 2.25 5/361 16908
/proc/meminfo: memFree=14935704/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=47992 CPUtime=3.09 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 10320 0 0 0 308 1 0 0 25 0 1 0 113528024 49143808 7590 33554432000 4194304 4300288 140733812177648 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 11998 7590 242 26 0 8630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47992

[startup+6.30066 s]
/proc/loadavg: 1.12 1.63 2.26 5/361 16908
/proc/meminfo: memFree=14909280/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=55172 CPUtime=6.29 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 11848 0 0 0 628 1 0 0 25 0 1 0 113528024 56496128 9094 33554432000 4194304 4300288 140733812177648 18446744073709551615 4269760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 13793 9094 242 26 0 10425 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55172

[startup+12.7005 s]
/proc/loadavg: 1.35 1.67 2.27 5/361 16908
/proc/meminfo: memFree=14872952/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=66848 CPUtime=12.69 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 14513 0 0 0 1267 2 0 0 25 0 1 0 113528024 68452352 11720 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 16712 11720 242 26 0 13344 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66848

[startup+25.5003 s]
/proc/loadavg: 1.93 1.78 2.30 5/361 16909
/proc/meminfo: memFree=14844856/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=66848 CPUtime=25.49 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 22202 0 0 0 2545 4 0 0 25 0 1 0 113528024 68452352 11774 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 16712 11774 242 26 0 13344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66848

[startup+51.1008 s]
/proc/loadavg: 2.64 1.96 2.34 5/361 16909
/proc/meminfo: memFree=14816232/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=145736 CPUtime=51.09 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 46274 0 0 0 5101 8 0 0 25 0 1 0 113528024 149233664 23765 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255697 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 36434 23765 242 26 0 33066 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145736

[startup+102.314 s]
/proc/loadavg: 3.41 2.27 2.43 5/361 16911
/proc/meminfo: memFree=14743064/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=102.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 77716 0 0 0 10217 13 0 0 25 0 1 0 113528024 171261952 29675 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 29676 242 26 0 38444 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167248

[startup+162.3 s]
/proc/loadavg: 3.78 2.58 2.52 5/361 16912
/proc/meminfo: memFree=14705604/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=162.29 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 109664 0 0 0 16209 20 0 0 25 0 1 0 113528024 171261952 30688 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 30688 242 26 0 38444 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167248

[startup+222.301 s]
/proc/loadavg: 3.92 2.84 2.61 5/361 16914
/proc/meminfo: memFree=14675464/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=198068 CPUtime=222.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 136330 0 0 0 22202 28 0 0 25 0 1 0 113528024 202821632 40549 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 49517 40549 242 26 0 46149 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 198068

[startup+282.301 s]
/proc/loadavg: 3.97 3.05 2.70 5/361 16915
/proc/meminfo: memFree=14694924/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=282.29 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 165221 0 0 0 28195 34 0 0 25 0 1 0 113528024 171261952 32118 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256083 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 32118 242 26 0 38444 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 167248

[startup+342.3 s]
/proc/loadavg: 4.04 3.23 2.78 5/361 16944
/proc/meminfo: memFree=14352984/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=342.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 192263 0 0 0 34189 41 0 0 25 0 1 0 113528024 120758272 21534 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 21534 242 26 0 26114 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117928

[startup+402.301 s]
/proc/loadavg: 4.12 3.40 2.86 5/361 17000
/proc/meminfo: memFree=14685556/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=402.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 223196 0 0 0 40183 47 0 0 25 0 1 0 113528024 171261952 31200 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 31200 242 26 0 38444 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 167248

[startup+462.3 s]
/proc/loadavg: 4.09 3.52 2.94 5/361 17001
/proc/meminfo: memFree=14614896/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=198068 CPUtime=462.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 253087 0 0 0 46176 54 0 0 25 0 1 0 113528024 202821632 40209 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 49517 40209 242 26 0 46149 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 198068

[startup+522.301 s]
/proc/loadavg: 4.26 3.67 3.02 5/361 17003
/proc/meminfo: memFree=14632736/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=198068 CPUtime=522.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 277655 0 0 0 52170 60 0 0 25 0 1 0 113528024 202821632 36649 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 49517 36649 242 26 0 46149 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 198068

[startup+582.3 s]
/proc/loadavg: 4.20 3.76 3.09 5/361 17004
/proc/meminfo: memFree=14618060/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=582.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 297917 0 0 0 58166 64 0 0 25 0 1 0 113528024 171261952 31227 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 31227 242 26 0 38444 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 167248

[startup+642.301 s]
/proc/loadavg: 4.07 3.80 3.14 5/361 17006
/proc/meminfo: memFree=14573128/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=198068 CPUtime=642.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 323917 0 0 0 64160 71 0 0 25 0 1 0 113528024 202821632 35522 33554432000 4194304 4300288 140733812177648 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 49517 35522 242 26 0 46149 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 198068

[startup+702.301 s]
/proc/loadavg: 4.02 3.83 3.20 5/361 17008
/proc/meminfo: memFree=14552752/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=198068 CPUtime=702.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 351100 0 0 0 70153 78 0 0 25 0 1 0 113528024 202821632 41540 33554432000 4194304 4300288 140733812177648 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 49517 41540 242 26 0 46149 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 198068

[startup+762.313 s]
/proc/loadavg: 4.01 3.86 3.24 5/361 17009
/proc/meminfo: memFree=14610244/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=762.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 372470 0 0 0 76149 82 0 0 25 0 1 0 113528024 120758272 24449 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255592 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 24449 242 26 0 26114 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 117928

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.29 5/361 17011
/proc/meminfo: memFree=14613184/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=822.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 402690 0 0 0 82139 91 0 0 25 0 1 0 113528024 120758272 24449 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 24449 242 26 0 26114 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 117928

[startup+882.3 s]
/proc/loadavg: 4.10 3.93 3.34 5/361 17012
/proc/meminfo: memFree=14585616/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=882.3 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 424631 0 0 0 88133 97 0 0 25 0 1 0 113528024 120758272 24450 33554432000 4194304 4300288 140733812177648 18446744073709551615 4250564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 24450 242 26 0 26114 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 117928

[startup+942.301 s]
/proc/loadavg: 4.08 3.96 3.38 5/361 17014
/proc/meminfo: memFree=14576144/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=942.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 448530 0 0 0 94128 103 0 0 25 0 1 0 113528024 120758272 24451 33554432000 4194304 4300288 140733812177648 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 24451 242 26 0 26114 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117928

[startup+1002.3 s]
/proc/loadavg: 3.94 3.94 3.41 4/355 17033
/proc/meminfo: memFree=14649808/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=117928 CPUtime=1002.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 471881 0 0 0 100123 108 0 0 25 0 1 0 113528024 120758272 24451 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 29482 24451 242 26 0 26114 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 117928

[startup+1062.3 s]
/proc/loadavg: 3.34 3.77 3.38 4/355 17034
/proc/meminfo: memFree=14670744/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=167248 CPUtime=1062.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 504278 0 0 0 106115 116 0 0 25 0 1 0 113528024 171261952 33522 33554432000 4194304 4300288 140733812177648 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 41812 33522 242 26 0 38444 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 167248

[startup+1122.3 s]
/proc/loadavg: 3.22 3.66 3.36 4/355 17036
/proc/meminfo: memFree=14509516/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=248156 CPUtime=1122.31 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 523516 0 0 0 112108 123 0 0 25 0 1 0 113528024 254111744 52625 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 62039 52625 242 26 0 58671 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 248156

[startup+1182.3 s]
/proc/loadavg: 3.08 3.53 3.34 4/355 17037
/proc/meminfo: memFree=14582528/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=248156 CPUtime=1182.32 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 547220 0 0 0 118102 130 0 0 25 0 1 0 113528024 254111744 46690 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 62039 46690 242 26 0 58671 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 248156

[startup+1242.3 s]
/proc/loadavg: 3.03 3.43 3.32 4/355 17039
/proc/meminfo: memFree=14557460/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=222852 CPUtime=1242.32 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 580240 0 0 0 124093 139 0 0 25 0 1 0 113528024 228200448 50859 33554432000 4194304 4300288 140733812177648 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 55713 50859 242 26 0 52345 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 222852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.35 3.29 3/354 17042
/proc/meminfo: memFree=14649816/32950928 swapFree=67111364/67111528
[pid=16907] ppid=16905 vsize=354328 CPUtime=1300.03 cores=5,7
/proc/16907/stat : 16907 (cir_minisat) R 16905 16907 16847 0 -1 4202496 595585 0 0 0 129858 145 0 0 25 0 1 0 113528024 362831872 66106 33554432000 4194304 4300288 140733812177648 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16907/statm: 88582 66106 242 26 0 85214 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 354328

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1298.58
CPU system time (s): 1.46978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 354328

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

runsolver used 4.42633 second user time and 10.2914 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 13:33:06
IDJOB=3380455
IDBENCH=83119
IDSOLVER=1863
FILE ID=node112/3380455-1305459186
RUNJOBID= node112-1305459186-16868
PBS_JOBID= 13324909
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=38280877

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.847
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:      14982584 kB
Buffers:        307988 kB
Cached:        3078636 kB
SwapCached:          0 kB
Active:       15901708 kB
Inactive:      1807960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14982584 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9860 kB
Writeback:           0 kB
AnonPages:    14323648 kB
Mapped:          27692 kB
Slab:           141044 kB
PageTables:      50644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66144332 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= 73532 MiB
End job on node112 at 2011-05-15 13:54:48