Trace number 3420076

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 reference: minisat 2.2.0? (TO) 5000.05 5000.13

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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-3420076-1306586224/watcher-3420076-1306586224 -o /tmp/evaluation-result-3420076-1306586224/solver-3420076-1306586224 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420076-1306586224.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: 2.04 2.02 2.00 2/498 6933
/proc/meminfo: memFree=28449544/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=20680 CPUtime=0.01 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1102 0 0 0 1 0 0 0 25 0 1 0 770222081 21176320 1023 33554432000 4194304 4291037 140734815698624 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 5170 1024 215 24 0 1804 0

[startup+0.0367539 s]
/proc/loadavg: 2.04 2.02 2.00 2/498 6933
/proc/meminfo: memFree=28449544/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=21248 CPUtime=0.03 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1335 0 0 0 3 0 0 0 25 0 1 0 770222081 21757952 1247 33554432000 4194304 4291037 140734815698624 18446744073709551615 4229968 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 5312 1247 238 24 0 1946 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21248

[startup+0.100743 s]
/proc/loadavg: 2.04 2.02 2.00 2/498 6933
/proc/meminfo: memFree=28449544/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=18208 CPUtime=0.09 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1731 0 0 0 9 0 0 0 25 0 1 0 770222081 18644992 1302 33554432000 4194304 4291037 140734815698624 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 4552 1302 256 24 0 1186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18208

[startup+0.300717 s]
/proc/loadavg: 2.04 2.02 2.00 2/498 6933
/proc/meminfo: memFree=28449544/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=20212 CPUtime=0.29 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 2131 0 0 0 29 0 0 0 25 0 1 0 770222081 20697088 1694 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 5053 1694 258 24 0 1687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20212

[startup+0.700657 s]
/proc/loadavg: 2.04 2.02 2.00 2/498 6933
/proc/meminfo: memFree=28449544/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=25360 CPUtime=0.69 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 4072 0 0 0 69 0 0 0 25 0 1 0 770222081 25968640 2772 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 6340 2772 258 24 0 2974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25360

[startup+1.50051 s]
/proc/loadavg: 2.04 2.02 2.00 3/499 6934
/proc/meminfo: memFree=28434044/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=30756 CPUtime=1.49 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 5931 0 0 0 149 0 0 0 25 0 1 0 770222081 31494144 4497 33554432000 4194304 4291037 140734815698624 18446744073709551615 4261900 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 7689 4497 258 24 0 4323 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30756

[startup+3.10017 s]
/proc/loadavg: 2.04 2.02 2.00 3/499 6934
/proc/meminfo: memFree=28428336/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=30756 CPUtime=3.04 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 5931 0 0 0 303 1 0 0 25 0 1 0 770222081 31494144 4497 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/6933/statm: 7689 4497 258 24 0 4323 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 30756

[startup+6.30069 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 6934
/proc/meminfo: memFree=28418496/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=39840 CPUtime=6.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 8490 0 0 0 620 1 0 0 25 0 1 0 770222081 40796160 5382 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 9960 5382 258 24 0 6594 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 39840

[startup+12.7006 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 6934
/proc/meminfo: memFree=28459792/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=47092 CPUtime=12.61 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 14345 0 0 0 1259 2 0 0 25 0 1 0 770222081 48222208 7193 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 11773 7193 258 24 0 8407 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 47092

[startup+25.5005 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 6935
/proc/meminfo: memFree=28427056/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=46980 CPUtime=25.41 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 19421 0 0 0 2537 4 0 0 25 0 1 0 770222081 48107520 8562 33554432000 4194304 4291037 140734815698624 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 11745 8562 258 24 0 8379 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 46980

[startup+51.1012 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 6935
/proc/meminfo: memFree=28445992/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=58540 CPUtime=51 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 22276 0 0 0 5095 5 0 0 25 0 1 0 770222081 59944960 11368 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 14635 11368 258 24 0 11269 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 58540

[startup+102.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 6937
/proc/meminfo: memFree=28373684/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=107988 CPUtime=102.22 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 36696 0 0 0 10214 8 0 0 25 0 1 0 770222081 110579712 20745 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 26997 20745 258 24 0 23631 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 107988

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 6938
/proc/meminfo: memFree=28405652/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=107988 CPUtime=162.19 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 37056 0 0 0 16211 8 0 0 25 0 1 0 770222081 110579712 21090 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6933/statm: 26997 21090 258 24 0 23631 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 107988

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 6940
/proc/meminfo: memFree=28350076/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=107988 CPUtime=222.15 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 68984 0 0 0 22202 13 0 0 25 0 1 0 770222081 110579712 23814 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 26997 23814 258 24 0 23631 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 107988

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 6941
/proc/meminfo: memFree=28390856/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=138516 CPUtime=282.16 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 82067 0 0 0 28201 15 0 0 25 0 1 0 770222081 141840384 24830 33554432000 4194304 4291037 140734815698624 18446744073709551615 4249317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 34629 24830 258 24 0 31263 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 138516

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 6943
/proc/meminfo: memFree=28340732/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=138516 CPUtime=342.16 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 83483 0 0 0 34201 15 0 0 25 0 1 0 770222081 141840384 26229 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 34629 26229 258 24 0 31263 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 138516

[startup+402.301 s]
/proc/loadavg: 2.23 2.06 2.02 3/499 6946
/proc/meminfo: memFree=28382128/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=138516 CPUtime=402.16 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 92672 0 0 0 40199 17 0 0 25 0 1 0 770222081 141840384 26778 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 34629 26778 258 24 0 31263 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 138516

[startup+462.301 s]
/proc/loadavg: 2.19 2.08 2.02 3/499 6947
/proc/meminfo: memFree=28336224/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=138516 CPUtime=462.16 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 92672 0 0 0 46199 17 0 0 25 0 1 0 770222081 141840384 26778 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 34629 26778 258 24 0 31263 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 138516

[startup+522.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/499 6949
/proc/meminfo: memFree=28284480/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=187836 CPUtime=522.16 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 118194 0 0 0 52196 20 0 0 25 0 1 0 770222081 192344064 36410 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 46959 36410 258 24 0 43593 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 187836

[startup+582.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/499 6950
/proc/meminfo: memFree=28293016/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=138516 CPUtime=582.15 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 151811 0 0 0 58189 26 0 0 25 0 1 0 770222081 141840384 31446 33554432000 4194304 4291037 140734815698624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 34629 31446 258 24 0 31263 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 138516

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.11 2.09 2.02 3/499 7056
/proc/meminfo: memFree=28059760/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4062.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1403613 0 0 0 406003 218 0 0 25 0 1 0 770222081 352309248 77684 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 77684 258 24 0 82647 0
Current children cumulated CPU time (s) 4062.21
Current children cumulated vsize (KiB) 344052

[startup+4122.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/499 7058
/proc/meminfo: memFree=28074744/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=313232 CPUtime=4122.2 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1431831 0 0 0 411997 223 0 0 25 0 1 0 770222081 320749568 73308 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 78308 73308 258 24 0 74942 0
Current children cumulated CPU time (s) 4122.2
Current children cumulated vsize (KiB) 313232

[startup+4182.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 7059
/proc/meminfo: memFree=28112160/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=263912 CPUtime=4182.2 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1461758 0 0 0 417992 228 0 0 25 0 1 0 770222081 270245888 62778 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 65978 62778 258 24 0 62612 0
Current children cumulated CPU time (s) 4182.2
Current children cumulated vsize (KiB) 263912

[startup+4242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 7061
/proc/meminfo: memFree=28076176/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=313232 CPUtime=4242.2 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1491933 0 0 0 423985 235 0 0 25 0 1 0 770222081 320749568 74638 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 78308 74638 258 24 0 74942 0
Current children cumulated CPU time (s) 4242.2
Current children cumulated vsize (KiB) 313232

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7063
/proc/meminfo: memFree=28106028/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4302.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1514695 0 0 0 429980 241 0 0 25 0 1 0 770222081 352309248 77778 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 77778 258 24 0 82647 0
Current children cumulated CPU time (s) 4302.21
Current children cumulated vsize (KiB) 344052

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 7064
/proc/meminfo: memFree=28014996/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4362.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1538990 0 0 0 435975 246 0 0 25 0 1 0 770222081 352309248 80514 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 80514 258 24 0 82647 0
Current children cumulated CPU time (s) 4362.21
Current children cumulated vsize (KiB) 344052

[startup+4422.3 s]
/proc/loadavg: 3.00 2.27 2.08 3/499 7094
/proc/meminfo: memFree=27884800/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=394140 CPUtime=4422.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1564018 0 0 0 441970 251 0 0 25 0 1 0 770222081 403599360 84342 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 98535 84342 258 24 0 95169 0
Current children cumulated CPU time (s) 4422.21
Current children cumulated vsize (KiB) 394140

[startup+4482.3 s]
/proc/loadavg: 2.36 2.22 2.08 3/499 7095
/proc/meminfo: memFree=27753304/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=263912 CPUtime=4482.2 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1586303 0 0 0 447965 255 0 0 25 0 1 0 770222081 270245888 62778 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 65978 62778 258 24 0 62612 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 263912

[startup+4542.3 s]
/proc/loadavg: 2.23 2.21 2.08 3/499 7097
/proc/meminfo: memFree=27502308/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=313232 CPUtime=4542.2 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1619059 0 0 0 453958 262 0 0 25 0 1 0 770222081 320749568 73686 33554432000 4194304 4291037 140734815698624 18446744073709551615 4262284 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 78308 73686 258 24 0 74942 0
Current children cumulated CPU time (s) 4542.2
Current children cumulated vsize (KiB) 313232

[startup+4602.3 s]
/proc/loadavg: 2.13 2.18 2.08 3/499 7099
/proc/meminfo: memFree=27314912/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4602.22 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1645168 0 0 0 459953 269 0 0 25 0 1 0 770222081 352309248 77029 33554432000 4194304 4291037 140734815698624 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 77029 258 24 0 82647 0
Current children cumulated CPU time (s) 4602.22
Current children cumulated vsize (KiB) 344052

[startup+4662.3 s]
/proc/loadavg: 2.04 2.14 2.08 3/499 7100
/proc/meminfo: memFree=27153068/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4662.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1671143 0 0 0 465947 274 0 0 25 0 1 0 770222081 352309248 80514 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 80514 258 24 0 82647 0
Current children cumulated CPU time (s) 4662.21
Current children cumulated vsize (KiB) 344052

[startup+4722.32 s]
/proc/loadavg: 2.01 2.12 2.07 3/499 7102
/proc/meminfo: memFree=26993948/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=394140 CPUtime=4722.22 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1698340 0 0 0 471943 279 0 0 25 0 1 0 770222081 403599360 84654 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 98535 84654 258 24 0 95169 0
Current children cumulated CPU time (s) 4722.22
Current children cumulated vsize (KiB) 394140

[startup+4782.3 s]
/proc/loadavg: 2.00 2.09 2.06 3/499 7103
/proc/meminfo: memFree=26854304/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=313232 CPUtime=4782.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1731120 0 0 0 477936 285 0 0 25 0 1 0 770222081 320749568 71406 33554432000 4194304 4291037 140734815698624 18446744073709551615 4262695 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 78308 71406 258 24 0 74942 0
Current children cumulated CPU time (s) 4782.21
Current children cumulated vsize (KiB) 313232

[startup+4842.3 s]
/proc/loadavg: 2.16 2.11 2.07 3/499 7105
/proc/meminfo: memFree=26707836/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4842.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1758043 0 0 0 483931 290 0 0 25 0 1 0 770222081 352309248 75461 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 75461 258 24 0 82647 0
Current children cumulated CPU time (s) 4842.21
Current children cumulated vsize (KiB) 344052

[startup+4902.3 s]
/proc/loadavg: 2.13 2.10 2.07 3/499 7107
/proc/meminfo: memFree=26560628/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=4902.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1783736 0 0 0 489927 294 0 0 25 0 1 0 770222081 352309248 80263 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 80263 258 24 0 82647 0
Current children cumulated CPU time (s) 4902.21
Current children cumulated vsize (KiB) 344052

[startup+4962.3 s]
/proc/loadavg: 2.05 2.08 2.06 3/499 7108
/proc/meminfo: memFree=26433256/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=394140 CPUtime=4962.21 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1811874 0 0 0 495922 299 0 0 25 0 1 0 770222081 403599360 85080 33554432000 4194304 4291037 140734815698624 18446744073709551615 4248401 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 98535 85080 258 24 0 95169 0
Current children cumulated CPU time (s) 4962.21
Current children cumulated vsize (KiB) 394140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.02 2.07 2.06 3/499 7109
/proc/meminfo: memFree=26358096/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=5000.02 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1831395 0 0 0 499699 303 0 0 25 0 1 0 770222081 352309248 81875 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 81875 258 24 0 82647 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 344052

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

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

[startup+5000.1 s]
/proc/loadavg: 2.02 2.07 2.06 3/499 7109
/proc/meminfo: memFree=26358096/32951132 swapFree=59085548/67111528
[pid=6933] ppid=6931 vsize=344052 CPUtime=5000.02 cores=0,2,4,6
/proc/6933/stat : 6933 (minisat_release) R 6931 6933 6460 0 -1 4202496 1831395 0 0 0 499699 303 0 0 25 0 1 0 770222081 352309248 81875 33554432000 4194304 4291037 140734815698624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/6933/statm: 86013 81875 258 24 0 82647 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 344052

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.05
CPU user time (s): 4997
CPU system time (s): 3.04954
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 394140

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

runsolver used 26 second user time and 55.8595 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-28 14:37:05
IDJOB=3420076
IDBENCH=83408
IDSOLVER=1912
FILE ID=node129/3420076-1306586224
RUNJOBID= node129-1306579393-6479
PBS_JOBID= 13471551
Free space on /tmp= 73144 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420076-1306586224/watcher-3420076-1306586224 -o /tmp/evaluation-result-3420076-1306586224/solver-3420076-1306586224 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420076-1306586224.cnf

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1686635517

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.75
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.831
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.831
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.831
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.831
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.75
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.831
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:     32951132 kB
MemFree:      28449700 kB
Buffers:        178408 kB
Cached:        1614036 kB
SwapCached:      74124 kB
Active:         609848 kB
Inactive:      3668580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28449700 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     2422880 kB
Mapped:          18224 kB
Slab:            95908 kB
PageTables:      59072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147478516 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= 73068 MiB
End job on node129 at 2011-05-28 16:00:27