Trace number 3434066

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: MiniSAT 2.2.0-agile-26? (TO) 5000.09 5000.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
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.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 2/173 20062
/proc/meminfo: memFree=27075692/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=19660 CPUtime=0 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 554 0 0 0 0 0 0 0 25 0 1 0 962138442 20131840 488 33554432000 4194304 4291235 140733380053312 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 4915 490 214 24 0 1549 0

[startup+0.064192 s]
/proc/loadavg: 1.95 1.99 1.99 2/173 20062
/proc/meminfo: memFree=27075692/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=16104 CPUtime=0.06 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 848 0 0 0 6 0 0 0 25 0 1 0 962138442 16490496 687 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256295 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 4026 687 255 24 0 660 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16104

[startup+0.100187 s]
/proc/loadavg: 1.95 1.99 1.99 2/173 20062
/proc/meminfo: memFree=27075692/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=16344 CPUtime=0.09 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 880 0 0 0 9 0 0 0 25 0 1 0 962138442 16736256 719 33554432000 4194304 4291235 140733380053312 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 4086 719 255 24 0 720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16344

[startup+0.300155 s]
/proc/loadavg: 1.95 1.99 1.99 2/173 20062
/proc/meminfo: memFree=27075692/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=17368 CPUtime=0.29 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 1054 0 0 0 29 0 0 0 25 0 1 0 962138442 17784832 891 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256272 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 4342 891 256 24 0 976 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17368

[startup+0.701084 s]
/proc/loadavg: 1.95 1.99 1.99 2/173 20062
/proc/meminfo: memFree=27075692/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=17524 CPUtime=0.69 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 1690 0 0 0 69 0 0 0 25 0 1 0 962138442 17944576 970 33554432000 4194304 4291235 140733380053312 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 4381 970 256 24 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17524

[startup+1.50095 s]
/proc/loadavg: 1.95 1.99 1.99 3/173 20091
/proc/meminfo: memFree=27070672/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=21892 CPUtime=1.49 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 2851 0 0 0 149 0 0 0 25 0 1 0 962138442 22417408 2118 33554432000 4194304 4291235 140733380053312 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 5473 2118 256 24 0 2107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21892

[startup+3.10067 s]
/proc/loadavg: 1.95 1.99 1.99 3/173 20091
/proc/meminfo: memFree=27020064/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=23568 CPUtime=3.09 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 3275 0 0 0 309 0 0 0 25 0 1 0 962138442 24133632 2536 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 5892 2536 256 24 0 2526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23568

[startup+6.30012 s]
/proc/loadavg: 1.95 1.99 1.99 3/176 20101
/proc/meminfo: memFree=26866152/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=23568 CPUtime=6.29 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 3275 0 0 0 629 0 0 0 25 0 1 0 962138442 24133632 2536 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 5892 2536 256 24 0 2526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23568

[startup+12.701 s]
/proc/loadavg: 2.12 2.03 2.01 3/176 20101
/proc/meminfo: memFree=26862760/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=27320 CPUtime=12.69 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 4226 0 0 0 1269 0 0 0 25 0 1 0 962138442 27975680 3470 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 6830 3470 256 24 0 3464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27320

[startup+25.5008 s]
/proc/loadavg: 2.37 2.09 2.03 3/176 20101
/proc/meminfo: memFree=26864036/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=27384 CPUtime=25.49 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 7726 0 0 0 2548 1 0 0 25 0 1 0 962138442 28041216 3411 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 6846 3411 257 24 0 3480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27384

[startup+51.1004 s]
/proc/loadavg: 2.24 2.08 2.02 3/176 20102
/proc/meminfo: memFree=26852960/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=38940 CPUtime=51.09 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 10701 0 0 0 5108 1 0 0 25 0 1 0 962138442 39874560 6345 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 9735 6345 259 24 0 6369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38940

[startup+102.307 s]
/proc/loadavg: 2.10 2.07 2.02 3/176 20103
/proc/meminfo: memFree=26859904/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=38936 CPUtime=102.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 14909 0 0 0 10228 2 0 0 25 0 1 0 962138442 39870464 4703 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 9734 4703 259 24 0 6368 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38936

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/176 20105
/proc/meminfo: memFree=26844272/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=162.29 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 18821 0 0 0 16227 2 0 0 25 0 1 0 962138442 54423552 8550 33554432000 4194304 4291235 140733380053312 18446744073709551615 4251588 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 8550 259 24 0 9921 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 53148

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/176 20107
/proc/meminfo: memFree=26857284/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=222.29 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 18837 0 0 0 22227 2 0 0 25 0 1 0 962138442 54423552 8566 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 8566 259 24 0 9921 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 53148

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 20109
/proc/meminfo: memFree=26744936/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=282.29 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 18882 0 0 0 28227 2 0 0 25 0 1 0 962138442 54423552 8611 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 8611 259 24 0 9921 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53148

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 2/170 20133
/proc/meminfo: memFree=27059760/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=342.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 19252 0 0 0 34227 3 0 0 25 0 1 0 962138442 54423552 8978 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255630 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 8978 259 24 0 9921 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 53148

[startup+402.301 s]
/proc/loadavg: 1.37 1.83 1.94 2/170 20135
/proc/meminfo: memFree=27056212/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=402.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 20233 0 0 0 40227 3 0 0 25 0 1 0 962138442 54423552 9950 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 9950 259 24 0 9921 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 53148

[startup+462.301 s]
/proc/loadavg: 1.13 1.68 1.87 2/170 20137
/proc/meminfo: memFree=27056204/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=462.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 20233 0 0 0 46227 3 0 0 25 0 1 0 962138442 54423552 9950 33554432000 4194304 4291235 140733380053312 18446744073709551615 4262256 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 9950 259 24 0 9921 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 53148

[startup+522.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/170 20139
/proc/meminfo: memFree=27056324/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=53148 CPUtime=522.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 20233 0 0 0 52227 3 0 0 25 0 1 0 962138442 54423552 9950 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 13287 9950 259 24 0 9921 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 53148

[startup+582.301 s]
/proc/loadavg: 1.02 1.45 1.76 2/170 20141
/proc/meminfo: memFree=27050356/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=59136 CPUtime=582.3 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 21745 0 0 0 58227 3 0 0 25 0 1 0 962138442 60555264 11437 33554432000 4194304 4291235 140733380053312 18446744073709551615 4258128 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 14784 11437 259 24 0 11418 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 59136

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20243
/proc/meminfo: memFree=27044220/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4002.36 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26369 0 0 0 400232 4 0 0 25 0 1 0 962138442 73084928 13111 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13111 259 24 0 14477 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 71372

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20245
/proc/meminfo: memFree=27044084/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4062.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 406233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 71372

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20247
/proc/meminfo: memFree=27043956/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4122.36 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 412232 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 71372

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20249
/proc/meminfo: memFree=27043952/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4182.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 418233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 71372

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20249
/proc/meminfo: memFree=27043944/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4242.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 424233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 71372

[startup+4302.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/170 20251
/proc/meminfo: memFree=27044060/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4302.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 430233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 71372

[startup+4362.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/170 20253
/proc/meminfo: memFree=27044180/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4362.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 436233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 71372

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20255
/proc/meminfo: memFree=27043924/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4422.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 442233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4262265 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 71372

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20257
/proc/meminfo: memFree=27043916/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4482.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 448233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 71372

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20257
/proc/meminfo: memFree=27043908/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4542.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26387 0 0 0 454233 4 0 0 25 0 1 0 962138442 73084928 13128 33554432000 4194304 4291235 140733380053312 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13128 259 24 0 14477 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 71372

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20259
/proc/meminfo: memFree=27043400/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4602.38 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26545 0 0 0 460234 4 0 0 25 0 1 0 962138442 73084928 13282 33554432000 4194304 4291235 140733380053312 18446744073709551615 4262289 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13282 259 24 0 14477 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 71372

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20261
/proc/meminfo: memFree=27043516/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4662.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26545 0 0 0 466233 4 0 0 25 0 1 0 962138442 73084928 13282 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13282 259 24 0 14477 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 71372

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20272
/proc/meminfo: memFree=27042812/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4722.38 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26545 0 0 0 472234 4 0 0 25 0 1 0 962138442 73084928 13282 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255914 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13282 259 24 0 14477 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 71372

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20274
/proc/meminfo: memFree=27042800/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4782.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26545 0 0 0 478233 4 0 0 25 0 1 0 962138442 73084928 13282 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13282 259 24 0 14477 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 71372

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20274
/proc/meminfo: memFree=27042548/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4842.37 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26650 0 0 0 484233 4 0 0 25 0 1 0 962138442 73084928 13385 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13385 259 24 0 14477 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 71372

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20276
/proc/meminfo: memFree=27042664/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4902.38 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26650 0 0 0 490234 4 0 0 25 0 1 0 962138442 73084928 13385 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13385 259 24 0 14477 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 71372

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20278
/proc/meminfo: memFree=27042660/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=71372 CPUtime=4962.38 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 26650 0 0 0 496234 4 0 0 25 0 1 0 962138442 73084928 13385 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 17843 13385 259 24 0 14477 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 71372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/170 20281
/proc/meminfo: memFree=27035200/32951132 swapFree=67052540/67111528
[pid=20062] ppid=20060 vsize=78444 CPUtime=5000.08 cores=1,3,5,7
/proc/20062/stat : 20062 (minisat) R 20060 20062 19354 0 -1 4202496 28452 0 0 0 500004 4 0 0 25 0 1 0 962138442 80326656 15153 33554432000 4194304 4291235 140733380053312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/20062/statm: 19611 15153 259 24 0 16245 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 78444

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): 5000.01
CPU time (s): 5000.09
CPU user time (s): 5000.05
CPU system time (s): 0.043993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 78444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 57502

runsolver used 5.99109 second user time and 16.7555 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-19 19:43:18
IDJOB=3434066
IDBENCH=83416
IDSOLVER=1930
FILE ID=node128/3434066-1308505398
RUNJOBID= node128-1308500395-19849
PBS_JOBID= 13608178
Free space on /tmp= 73432 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434066-1308505398/watcher-3434066-1308505398 -o /tmp/evaluation-result-3434066-1308505398/solver-3434066-1308505398 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434066-1308505398.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=426835791

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.75
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.852
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.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27075996 kB
Buffers:        431504 kB
Cached:        5106304 kB
SwapCached:      11184 kB
Active:        1068288 kB
Inactive:      4489820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27075996 kB
SwapTotal:    67111528 kB
SwapFree:     67052540 kB
Dirty:              44 kB
Writeback:           0 kB
AnonPages:       18592 kB
Mapped:          10176 kB
Slab:           254216 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   223304 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73456 MiB
End job on node128 at 2011-06-19 21:06:40