Trace number 3422498

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: contrasat 2011-03-02? (TO) 5000.12 4999.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
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 variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
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-3422498-1306668714/watcher-3422498-1306668714 -o /tmp/evaluation-result-3422498-1306668714/solver-3422498-1306668714 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422498-1306668714.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.02 2.04 2.00 2/554 11186
/proc/meminfo: memFree=17103164/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=15248 CPUtime=0 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 527 0 0 0 0 0 0 0 25 0 1 0 778468507 15613952 414 33554432000 4194304 4298156 140737106616960 18446744073709551615 4276179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 3812 414 238 26 0 444 0

[startup+0.0722689 s]
/proc/loadavg: 2.02 2.04 2.00 2/554 11186
/proc/meminfo: memFree=17103164/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=15940 CPUtime=0.06 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 655 0 0 0 6 0 0 0 25 0 1 0 778468507 16322560 529 33554432000 4194304 4298156 140737106616960 18446744073709551615 4264297 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 3985 533 239 26 0 617 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15940

[startup+0.100268 s]
/proc/loadavg: 2.02 2.04 2.00 2/554 11186
/proc/meminfo: memFree=17103164/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=16564 CPUtime=0.09 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 719 0 0 0 9 0 0 0 25 0 1 0 778468507 16961536 587 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 4141 587 239 26 0 773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16564

[startup+0.300233 s]
/proc/loadavg: 2.02 2.04 2.00 2/554 11186
/proc/meminfo: memFree=17103164/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=17564 CPUtime=0.29 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1119 0 0 0 29 0 0 0 25 0 1 0 778468507 17985536 943 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 4391 943 239 26 0 1023 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17564

[startup+0.701148 s]
/proc/loadavg: 2.02 2.04 2.00 2/554 11186
/proc/meminfo: memFree=17103164/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=19600 CPUtime=0.69 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1496 0 0 0 69 0 0 0 25 0 1 0 778468507 20070400 1289 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256794 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 4900 1289 239 26 0 1532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19600

[startup+1.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 11187
/proc/meminfo: memFree=17097584/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=21900 CPUtime=1.49 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 2165 0 0 0 149 0 0 0 25 0 1 0 778468507 22425600 1915 33554432000 4194304 4298156 140737106616960 18446744073709551615 4272494 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 5475 1915 239 26 0 2107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21900

[startup+3.1007 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 11187
/proc/meminfo: memFree=17091876/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=27568 CPUtime=3.09 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 2912 0 0 0 309 0 0 0 25 0 1 0 778468507 28229632 2588 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 6892 2588 239 26 0 3524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27568

[startup+6.30108 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 11187
/proc/meminfo: memFree=17090996/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=31960 CPUtime=6.29 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 6876 0 0 0 628 1 0 0 25 0 1 0 778468507 32727040 3040 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 7990 3040 240 26 0 4622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31960

[startup+12.7009 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 11187
/proc/meminfo: memFree=17081724/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=46176 CPUtime=12.69 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 14764 0 0 0 1266 3 0 0 25 0 1 0 778468507 47284224 5210 33554432000 4194304 4298156 140737106616960 18446744073709551615 4253621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 11544 5210 240 26 0 8176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46176

[startup+25.5004 s]
/proc/loadavg: 2.09 2.05 2.00 3/555 11188
/proc/meminfo: memFree=17073540/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=46176 CPUtime=25.49 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 16726 0 0 0 2546 3 0 0 25 0 1 0 778468507 47284224 7023 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256790 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 11544 7023 240 26 0 8176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46176

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/555 11188
/proc/meminfo: memFree=17064580/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=39724 CPUtime=51.09 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 22074 0 0 0 5106 3 0 0 25 0 1 0 778468507 40677376 4778 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 9931 4778 240 26 0 6563 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39724

[startup+102.321 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 11190
/proc/meminfo: memFree=17039276/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=77696 CPUtime=102.31 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 40867 0 0 0 10225 6 0 0 25 0 1 0 778468507 79560704 14914 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 19424 14914 240 26 0 16056 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 77696

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 11191
/proc/meminfo: memFree=16994504/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=89368 CPUtime=162.3 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 44469 0 0 0 16223 7 0 0 25 0 1 0 778468507 91512832 18205 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 22342 18205 240 26 0 18974 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89368

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/555 11193
/proc/meminfo: memFree=17025984/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=89368 CPUtime=222.3 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 44471 0 0 0 22223 7 0 0 25 0 1 0 778468507 91512832 18207 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 22342 18207 240 26 0 18974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 89368

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 11194
/proc/meminfo: memFree=17019280/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=70608 CPUtime=282.3 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 65722 0 0 0 28221 9 0 0 25 0 1 0 778468507 72302592 12538 33554432000 4194304 4298156 140737106616960 18446744073709551615 4275928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 17652 12538 240 26 0 14284 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70608

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 11196
/proc/meminfo: memFree=17017904/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=100956 CPUtime=342.3 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 74412 0 0 0 34220 10 0 0 25 0 1 0 778468507 103378944 20446 33554432000 4194304 4298156 140737106616960 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 25239 20446 240 26 0 21871 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100956

[startup+402.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/555 11198
/proc/meminfo: memFree=16986016/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=100956 CPUtime=402.3 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 74412 0 0 0 40220 10 0 0 25 0 1 0 778468507 103378944 20446 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 25239 20446 240 26 0 21871 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100956

[startup+462.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/555 11199
/proc/meminfo: memFree=16973356/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=119928 CPUtime=462.31 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 108223 0 0 0 46216 15 0 0 25 0 1 0 778468507 122806272 22260 33554432000 4194304 4298156 140737106616960 18446744073709551615 239480132193 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 29982 22260 240 26 0 26614 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 119928

[startup+522.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/555 11201
/proc/meminfo: memFree=17011660/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=70608 CPUtime=522.31 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 143204 0 0 0 52212 19 0 0 25 0 1 0 778468507 72302592 13520 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 17652 13520 240 26 0 14284 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 70608

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/555 11202
/proc/meminfo: memFree=16982876/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=119928 CPUtime=582.31 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 179754 0 0 0 58208 23 0 0 25 0 1 0 778468507 122806272 21623 33554432000 4194304 4298156 140737106616960 18446744073709551615 4276179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 29982 21623 240 26 0 26614 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 119928

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.16 1.54 2/549 11325
/proc/meminfo: memFree=17092452/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4062.47 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1618793 0 0 0 406004 243 0 0 25 0 1 0 778468507 216326144 39988 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 39988 241 26 0 49446 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 211256

[startup+4122.3 s]
/proc/loadavg: 1.13 1.16 1.52 2/549 11327
/proc/meminfo: memFree=17098400/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4122.45 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1643250 0 0 0 411998 247 0 0 25 0 1 0 778468507 216326144 38409 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 38409 241 26 0 49446 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 211256

[startup+4182.3 s]
/proc/loadavg: 1.11 1.14 1.49 3/549 11328
/proc/meminfo: memFree=17104956/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4182.45 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1667834 0 0 0 417994 251 0 0 25 0 1 0 778468507 216326144 36951 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 36951 241 26 0 49446 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 211256

[startup+4242.3 s]
/proc/loadavg: 1.04 1.12 1.45 2/549 11330
/proc/meminfo: memFree=17092172/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4242.45 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1671334 0 0 0 423993 252 0 0 25 0 1 0 778468507 216326144 40172 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 40172 241 26 0 49446 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 211256

[startup+4302.3 s]
/proc/loadavg: 1.01 1.09 1.42 2/549 11332
/proc/meminfo: memFree=17102448/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4302.46 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1696788 0 0 0 429990 256 0 0 25 0 1 0 778468507 216326144 37581 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 37581 241 26 0 49446 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 211256

[startup+4362.3 s]
/proc/loadavg: 1.00 1.07 1.40 2/549 11333
/proc/meminfo: memFree=17091524/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4362.46 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1699799 0 0 0 435989 257 0 0 25 0 1 0 778468507 216326144 40358 33554432000 4194304 4298156 140737106616960 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 40358 241 26 0 49446 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 211256

[startup+4422.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/549 11335
/proc/meminfo: memFree=17099812/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4422.47 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1726723 0 0 0 441985 262 0 0 25 0 1 0 778468507 216326144 38178 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 38178 241 26 0 49446 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 211256

[startup+4482.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/549 11336
/proc/meminfo: memFree=17086156/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4482.47 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1730572 0 0 0 447984 263 0 0 25 0 1 0 778468507 216326144 41727 33554432000 4194304 4298156 140737106616960 18446744073709551615 4276560 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 41727 241 26 0 49446 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 211256

[startup+4542.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/549 11338
/proc/meminfo: memFree=17096312/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4542.47 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1756588 0 0 0 453980 267 0 0 25 0 1 0 778468507 216326144 39053 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 39053 241 26 0 49446 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 211256

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/549 11340
/proc/meminfo: memFree=17082780/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4602.48 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1760304 0 0 0 459980 268 0 0 25 0 1 0 778468507 216326144 42440 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 42440 241 26 0 49446 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 211256

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/549 11341
/proc/meminfo: memFree=17094796/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4662.47 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1787116 0 0 0 465975 272 0 0 25 0 1 0 778468507 216326144 39131 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 39131 241 26 0 49446 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 211256

[startup+4722.32 s]
/proc/loadavg: 1.07 1.04 1.26 2/549 11343
/proc/meminfo: memFree=17083364/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=211256 CPUtime=4722.49 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1790680 0 0 0 471975 274 0 0 25 0 1 0 778468507 216326144 42355 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 52814 42355 241 26 0 49446 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 211256

[startup+4782.3 s]
/proc/loadavg: 1.06 1.05 1.25 2/549 11344
/proc/meminfo: memFree=17092528/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=214136 CPUtime=4782.48 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1818384 0 0 0 477969 279 0 0 25 0 1 0 778468507 219275264 40039 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53534 40039 241 26 0 50166 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 214136

[startup+4842.3 s]
/proc/loadavg: 1.02 1.04 1.23 2/549 11346
/proc/meminfo: memFree=17082348/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=215096 CPUtime=4842.48 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1821045 0 0 0 483968 280 0 0 25 0 1 0 778468507 220258304 42500 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53774 42500 241 26 0 50406 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 215096

[startup+4902.3 s]
/proc/loadavg: 1.00 1.03 1.22 2/549 11348
/proc/meminfo: memFree=17091384/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=215096 CPUtime=4902.48 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1848037 0 0 0 489963 285 0 0 25 0 1 0 778468507 220258304 40407 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53774 40407 241 26 0 50406 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 215096

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/549 11349
/proc/meminfo: memFree=17078724/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=215096 CPUtime=4962.49 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1851355 0 0 0 495962 287 0 0 25 0 1 0 778468507 220258304 43464 33554432000 4194304 4298156 140737106616960 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53774 43464 241 26 0 50406 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 215096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.02 1.19 2/549 11350
/proc/meminfo: memFree=17093588/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=215096 CPUtime=5000.1 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1876177 0 0 0 499720 290 0 0 25 0 1 0 778468507 220258304 39810 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53774 39810 241 26 0 50406 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 215096

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.02 1.19 2/549 11350
/proc/meminfo: memFree=17093588/32950928 swapFree=67056576/67111528
[pid=11186] ppid=11184 vsize=215096 CPUtime=5000.1 cores=0,2,4,6
/proc/11186/stat : 11186 (contrasat_relea) R 11184 11186 10647 0 -1 4202496 1876177 0 0 0 499720 290 0 0 25 0 1 0 778468507 220258304 39810 33554432000 4194304 4298156 140737106616960 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11186/statm: 53774 39810 241 26 0 50406 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 215096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.12
CPU user time (s): 4997.22
CPU system time (s): 2.90856
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 345324

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

runsolver used 28.5337 second user time and 62.3895 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-29 13:31:54
IDJOB=3422498
IDBENCH=83431
IDSOLVER=1915
FILE ID=node148/3422498-1306668714
RUNJOBID= node148-1306658663-10665
PBS_JOBID= 13471749
Free space on /tmp= 73612 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_keyfind_1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422498-1306668714/watcher-3422498-1306668714 -o /tmp/evaluation-result-3422498-1306668714/solver-3422498-1306668714 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422498-1306668714.cnf

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1286253029

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:      17103320 kB
Buffers:        387992 kB
Cached:        8110524 kB
SwapCached:       8480 kB
Active:       10179148 kB
Inactive:      5295676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17103320 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:     6973972 kB
Mapped:          43896 kB
Slab:           243796 kB
PageTables:      58252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170530460 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= 73616 MiB
End job on node148 at 2011-05-29 14:55:16