Trace number 3372748

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
Lingeling 587f (fixed)? (TO) 5000.08 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

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-3372748-1305425036/watcher-3372748-1305425036 -o /tmp/evaluation-result-3372748-1305425036/solver-3372748-1305425036 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372748-1305425036.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.00 1.01 1.03 1/353 17249
/proc/meminfo: memFree=25227168/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=6840 CPUtime=0 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 290 0 0 0 0 0 0 0 22 0 1 0 732734248 7004160 233 33554432000 4194304 4409284 140734358079072 18446744073709551615 4285887 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 1710 233 127 53 0 133 0

[startup+0.113746 s]
/proc/loadavg: 1.00 1.01 1.03 1/353 17249
/proc/meminfo: memFree=25227168/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=7152 CPUtime=0.11 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 396 0 0 0 11 0 0 0 23 0 1 0 732734248 7323648 339 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 1788 339 141 53 0 211 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7152

[startup+0.200723 s]
/proc/loadavg: 1.00 1.01 1.03 1/353 17249
/proc/meminfo: memFree=25227168/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=7508 CPUtime=0.19 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 518 0 0 0 19 0 0 0 23 0 1 0 732734248 7688192 431 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 1877 431 141 53 0 300 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7508

[startup+0.300699 s]
/proc/loadavg: 1.00 1.01 1.03 1/353 17249
/proc/meminfo: memFree=25227168/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=7948 CPUtime=0.29 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 728 0 0 0 29 0 0 0 23 0 1 0 732734248 8138752 545 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 1987 545 141 53 0 410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7948

[startup+0.700628 s]
/proc/loadavg: 1.00 1.01 1.03 1/353 17249
/proc/meminfo: memFree=25227168/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=8152 CPUtime=0.69 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 1266 0 0 0 68 1 0 0 25 0 1 0 732734248 8347648 596 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 2038 596 141 53 0 461 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8152

[startup+1.50048 s]
/proc/loadavg: 1.08 1.02 1.04 3/359 17258
/proc/meminfo: memFree=25219908/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=8932 CPUtime=1.49 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 2258 0 0 0 147 2 0 0 25 0 1 0 732734248 9146368 791 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358627 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 2233 791 141 53 0 656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8932

[startup+3.10019 s]
/proc/loadavg: 1.08 1.02 1.04 3/359 17258
/proc/meminfo: memFree=25217676/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=9420 CPUtime=3.09 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 3873 0 0 0 305 4 0 0 25 0 1 0 732734248 9646080 881 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 2355 881 141 53 0 778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9420

[startup+6.30059 s]
/proc/loadavg: 1.08 1.02 1.04 3/359 17258
/proc/meminfo: memFree=25215060/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=11848 CPUtime=6.29 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 6437 0 0 0 622 7 0 0 25 0 1 0 732734248 12132352 1517 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 2962 1517 141 53 0 1385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11848

[startup+12.7004 s]
/proc/loadavg: 1.22 1.05 1.04 3/359 17258
/proc/meminfo: memFree=25211400/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=12348 CPUtime=12.69 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 10471 0 0 0 1257 12 0 0 25 0 1 0 732734248 12644352 1613 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358609 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 3087 1613 141 53 0 1510 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12348

[startup+25.501 s]
/proc/loadavg: 1.34 1.08 1.05 3/359 17259
/proc/meminfo: memFree=25207568/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=14272 CPUtime=25.49 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 18726 0 0 0 2528 21 0 0 25 0 1 0 732734248 14614528 2125 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358347 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 3568 2125 141 53 0 1991 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14272

[startup+51.1003 s]
/proc/loadavg: 1.60 1.17 1.08 3/359 17259
/proc/meminfo: memFree=25195892/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=16868 CPUtime=51.09 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 26679 0 0 0 5077 32 0 0 25 0 1 0 732734248 17272832 2755 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358590 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 4217 2755 141 53 0 2640 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16868

[startup+102.301 s]
/proc/loadavg: 1.82 1.30 1.13 3/359 17261
/proc/meminfo: memFree=25185832/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=22444 CPUtime=102.3 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 43719 0 0 0 10180 50 0 0 25 0 1 0 732734248 22982656 4155 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 5611 4155 141 53 0 4034 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22444

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.18 3/359 17262
/proc/meminfo: memFree=25181964/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=21860 CPUtime=162.29 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 65892 0 0 0 16154 75 0 0 25 0 1 0 732734248 22384640 3997 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358548 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 5465 3997 141 53 0 3888 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 21860

[startup+222.313 s]
/proc/loadavg: 2.12 1.56 1.24 3/359 17264
/proc/meminfo: memFree=25179324/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=22916 CPUtime=222.31 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 85046 0 0 0 22129 102 0 0 25 0 1 0 732734248 23465984 4255 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 5729 4255 141 53 0 4152 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 22916

[startup+282.3 s]
/proc/loadavg: 2.11 1.65 1.29 3/359 17266
/proc/meminfo: memFree=25185140/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=23828 CPUtime=282.3 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 102112 0 0 0 28108 122 0 0 25 0 1 0 732734248 24399872 4483 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358433 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 5957 4483 141 53 0 4380 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 23828

[startup+342.3 s]
/proc/loadavg: 2.04 1.71 1.33 3/359 17267
/proc/meminfo: memFree=25164164/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=28292 CPUtime=342.3 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 114926 0 0 0 34086 144 0 0 25 0 1 0 732734248 28971008 5599 33554432000 4194304 4409284 140734358079072 18446744073709551615 4360177 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 7073 5599 141 53 0 5496 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 28292

[startup+402.3 s]
/proc/loadavg: 2.01 1.76 1.37 3/359 17269
/proc/meminfo: memFree=25158932/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=25252 CPUtime=402.3 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 126831 0 0 0 40067 163 0 0 25 0 1 0 732734248 25858048 4865 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 6313 4865 141 53 0 4736 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 25252

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.41 3/359 17270
/proc/meminfo: memFree=25156424/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=29676 CPUtime=462.31 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 136963 0 0 0 46053 178 0 0 25 0 1 0 732734248 30388224 5966 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 7419 5966 141 53 0 5842 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 29676

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.44 3/359 17272
/proc/meminfo: memFree=25169176/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=30508 CPUtime=522.31 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 148626 0 0 0 52036 195 0 0 25 0 1 0 732734248 31240192 6160 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 7627 6160 141 53 0 6050 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 30508

[startup+582.301 s]
/proc/loadavg: 2.05 1.88 1.48 3/359 17274
/proc/meminfo: memFree=25166172/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=39484 CPUtime=582.31 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 158806 0 0 0 58018 213 0 0 25 0 1 0 732734248 40431616 8415 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358590 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 9871 8415 141 53 0 8294 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 39484

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/359 23314
/proc/meminfo: memFree=25073904/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=51576 CPUtime=4002.42 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 640188 0 0 0 399257 985 0 0 25 0 1 0 732734248 52813824 11420 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 12894 11420 141 53 0 11317 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 51576

[startup+4062.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/359 23315
/proc/meminfo: memFree=25102892/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=51700 CPUtime=4062.43 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 650132 0 0 0 405244 999 0 0 25 0 1 0 732734248 52940800 11451 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 12925 11451 141 53 0 11348 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 51700

[startup+4122.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/359 23317
/proc/meminfo: memFree=25104224/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=59016 CPUtime=4122.42 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 656057 0 0 0 411231 1011 0 0 25 0 1 0 732734248 60432384 13280 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 14754 13280 141 53 0 13177 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 59016

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/359 23319
/proc/meminfo: memFree=25070588/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=59148 CPUtime=4182.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 666010 0 0 0 417220 1024 0 0 25 0 1 0 732734248 60567552 13313 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 14787 13313 141 53 0 13210 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 59148

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/359 23320
/proc/meminfo: memFree=25078252/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=75776 CPUtime=4242.43 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 676037 0 0 0 423207 1036 0 0 25 0 1 0 732734248 77594624 17482 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 18944 17482 141 53 0 17367 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 75776

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/359 23322
/proc/meminfo: memFree=25110100/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=68616 CPUtime=4302.43 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 680146 0 0 0 429195 1048 0 0 25 0 1 0 732734248 70262784 15699 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358834 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 17154 15699 141 53 0 15577 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 68616

[startup+4362.3 s]
/proc/loadavg: 2.07 2.03 1.99 3/359 23323
/proc/meminfo: memFree=25078084/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=52392 CPUtime=4362.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 686102 0 0 0 435183 1061 0 0 25 0 1 0 732734248 53649408 11643 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 13098 11643 141 53 0 11521 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 52392

[startup+4422.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/359 23325
/proc/meminfo: memFree=25075836/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=76092 CPUtime=4422.43 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 692027 0 0 0 441172 1071 0 0 25 0 1 0 732734248 77918208 17568 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358433 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 19023 17568 141 53 0 17446 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 76092

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/359 23327
/proc/meminfo: memFree=25109784/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=59968 CPUtime=4482.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 698038 0 0 0 447158 1086 0 0 25 0 1 0 732734248 61407232 13537 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358750 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 14992 13537 141 53 0 13415 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 59968

[startup+4542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/359 23328
/proc/meminfo: memFree=25072680/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=60404 CPUtime=4542.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 704213 0 0 0 453144 1100 0 0 25 0 1 0 732734248 61853696 13627 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358371 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 15101 13627 141 53 0 13524 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 60404

[startup+4602.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/359 23330
/proc/meminfo: memFree=25079604/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=53140 CPUtime=4602.45 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 716250 0 0 0 459132 1113 0 0 25 0 1 0 732734248 54415360 11812 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 13285 11812 141 53 0 11708 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 53140

[startup+4662.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/359 23331
/proc/meminfo: memFree=25083296/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=60652 CPUtime=4662.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 722224 0 0 0 465122 1122 0 0 25 0 1 0 732734248 62107648 13690 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 15163 13690 141 53 0 13586 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 60652

[startup+4722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/359 23333
/proc/meminfo: memFree=25041612/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=77200 CPUtime=4722.45 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 732479 0 0 0 471112 1133 0 0 25 0 1 0 732734248 79052800 17855 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 19300 17855 141 53 0 17723 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 77200

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/359 23335
/proc/meminfo: memFree=25077668/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=69900 CPUtime=4782.44 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 736773 0 0 0 477100 1144 0 0 25 0 1 0 732734248 71577600 16030 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 17475 16030 141 53 0 15898 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 69900

[startup+4842.31 s]
/proc/loadavg: 2.07 2.04 2.00 3/359 23336
/proc/meminfo: memFree=25089060/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=61144 CPUtime=4842.46 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 738680 0 0 0 483093 1153 0 0 25 0 1 0 732734248 62611456 13841 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 15286 13841 141 53 0 13709 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 61144

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/359 23338
/proc/meminfo: memFree=25090152/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=61128 CPUtime=4902.46 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 748961 0 0 0 489081 1165 0 0 25 0 1 0 732734248 62595072 13837 33554432000 4194304 4409284 140734358079072 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 15282 13837 141 53 0 13705 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 61128

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/359 23339
/proc/meminfo: memFree=25056632/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=70344 CPUtime=4962.46 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 757416 0 0 0 495072 1174 0 0 25 0 1 0 732734248 72032256 16112 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 17586 16112 141 53 0 16009 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 70344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/359 23340
/proc/meminfo: memFree=25082296/32950928 swapFree=38710892/67111528
[pid=17249] ppid=17247 vsize=70356 CPUtime=5000.06 cores=0,2,4,6
/proc/17249/stat : 17249 (lingeling) R 17247 17249 15445 0 -1 4202496 757419 0 0 0 498826 1180 0 0 25 0 1 0 732734248 72044544 16115 33554432000 4194304 4409284 140734358079072 18446744073709551615 251367571351 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/17249/statm: 17589 16115 141 53 0 16012 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 70356

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): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4988.27
CPU system time (s): 11.8062
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 87532

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

runsolver used 17.4533 second user time and 37.1624 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 04:03:56
IDJOB=3372748
IDBENCH=83420
IDSOLVER=1850
FILE ID=node113/3372748-1305425036
RUNJOBID= node113-1305425036-17237
PBS_JOBID= 13324530
Free space on /tmp= 73484 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372748-1305425036/watcher-3372748-1305425036 -o /tmp/evaluation-result-3372748-1305425036/solver-3372748-1305425036 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372748-1305425036.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=735355053

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25227332 kB
Buffers:        262252 kB
Cached:        2811944 kB
SwapCached:      93712 kB
Active:         762088 kB
Inactive:      6699592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25227332 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:     4305756 kB
Mapped:          13408 kB
Slab:           105904 kB
PageTables:      91608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87041696 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= 73484 MiB
End job on node113 at 2011-05-15 05:27:18