Trace number 3290186

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
SApperloT2010 2011-03-04? (TO) 1300.08 1300.04

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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: 935)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.94 3/180 15393
/proc/meminfo: memFree=13052344/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=12616 CPUtime=0 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 490324417 12918784 460 33554432000 4194304 4395502 140734405212256 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 3154 461 249 50 0 294 0

[startup+0.031899 s]
/proc/loadavg: 3.68 3.93 3.94 3/180 15393
/proc/meminfo: memFree=13052344/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=14328 CPUtime=0.02 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 967 0 0 0 2 0 0 0 18 0 1 0 490324417 14671872 906 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 3582 906 267 50 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14328

[startup+0.100886 s]
/proc/loadavg: 3.68 3.93 3.94 3/180 15393
/proc/meminfo: memFree=13052344/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=14988 CPUtime=0.09 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 1131 0 0 0 9 0 0 0 18 0 1 0 490324417 15347712 1070 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299525 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 3747 1070 267 50 0 887 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14988

[startup+0.300859 s]
/proc/loadavg: 3.68 3.93 3.94 3/180 15393
/proc/meminfo: memFree=13052344/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=15912 CPUtime=0.29 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 1355 0 0 0 29 0 0 0 18 0 1 0 490324417 16293888 1294 33554432000 4194304 4395502 140734405212256 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 3978 1294 267 50 0 1118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15912

[startup+0.700786 s]
/proc/loadavg: 3.68 3.93 3.94 3/180 15393
/proc/meminfo: memFree=13052344/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=17100 CPUtime=0.69 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 1654 0 0 0 69 0 0 0 18 0 1 0 490324417 17510400 1593 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 4275 1593 267 50 0 1415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17100

[startup+1.50063 s]
/proc/loadavg: 3.68 3.93 3.94 6/190 15435
/proc/meminfo: memFree=13035432/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=18816 CPUtime=1.49 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 2072 0 0 0 149 0 0 0 20 0 1 0 490324417 19267584 2011 33554432000 4194304 4395502 140734405212256 18446744073709551615 4314553 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 4704 2011 267 50 0 1844 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18816

[startup+3.10033 s]
/proc/loadavg: 3.70 3.93 3.94 6/190 15435
/proc/meminfo: memFree=13029076/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=20552 CPUtime=3.09 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 2507 0 0 0 309 0 0 0 25 0 1 0 490324417 21045248 2446 33554432000 4194304 4395502 140734405212256 18446744073709551615 4288500 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 5138 2446 267 50 0 2278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20552

[startup+6.30075 s]
/proc/loadavg: 3.70 3.93 3.94 6/190 15436
/proc/meminfo: memFree=13017704/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=23464 CPUtime=6.29 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 3240 0 0 0 629 0 0 0 25 0 1 0 490324417 24027136 3179 33554432000 4194304 4395502 140734405212256 18446744073709551615 4288424 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 5866 3179 267 50 0 3006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23464

[startup+12.7006 s]
/proc/loadavg: 3.83 3.95 3.95 6/190 15436
/proc/meminfo: memFree=12998548/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=30220 CPUtime=12.69 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 4914 0 0 0 1268 1 0 0 25 0 1 0 490324417 30945280 4853 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 7555 4853 267 50 0 4695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30220

[startup+25.5002 s]
/proc/loadavg: 3.86 3.95 3.95 5/190 15463
/proc/meminfo: memFree=12973896/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=40628 CPUtime=25.49 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 7446 0 0 0 2548 1 0 0 25 0 1 0 490324417 41603072 7385 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 10157 7385 267 50 0 7297 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40628

[startup+51.1006 s]
/proc/loadavg: 3.90 3.96 3.95 5/190 15464
/proc/meminfo: memFree=12925272/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=60380 CPUtime=51.09 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 12342 0 0 0 5107 2 0 0 25 0 1 0 490324417 61829120 12281 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 15095 12281 267 50 0 12235 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60380

[startup+102.306 s]
/proc/loadavg: 3.96 3.96 3.95 5/190 15465
/proc/meminfo: memFree=12845144/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=91744 CPUtime=102.3 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 20033 0 0 0 10226 4 0 0 25 0 1 0 490324417 93945856 19972 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 22936 19972 267 50 0 20076 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91744

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.95 5/190 15467
/proc/meminfo: memFree=12746912/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=129160 CPUtime=162.29 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 29330 0 0 0 16224 5 0 0 25 0 1 0 490324417 132259840 29265 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 32290 29265 267 50 0 29430 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 129160

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15468
/proc/meminfo: memFree=12680524/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=142012 CPUtime=222.3 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 32500 0 0 0 22224 6 0 0 25 0 1 0 490324417 145420288 32435 33554432000 4194304 4395502 140734405212256 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 35503 32435 267 50 0 32643 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142012

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15470
/proc/meminfo: memFree=12595316/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=168088 CPUtime=282.3 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 39006 0 0 0 28223 7 0 0 25 0 1 0 490324417 172122112 38912 33554432000 4194304 4395502 140734405212256 18446744073709551615 4300904 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 42022 38912 267 50 0 39162 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 168088

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15472
/proc/meminfo: memFree=12521380/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=196460 CPUtime=342.3 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 46091 0 0 0 34221 9 0 0 25 0 1 0 490324417 201175040 45979 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299576 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 49115 45979 267 50 0 46255 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 196460

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15473
/proc/meminfo: memFree=12437160/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=218580 CPUtime=402.31 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 51585 0 0 0 40221 10 0 0 25 0 1 0 490324417 223825920 51435 33554432000 4194304 4395502 140734405212256 18446744073709551615 4314320 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 54645 51435 267 50 0 51785 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 218580

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15475
/proc/meminfo: memFree=12390148/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=232724 CPUtime=462.31 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 55112 0 0 0 46220 11 0 0 25 0 1 0 490324417 238309376 54962 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 58181 54962 267 50 0 55321 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 232724

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15476
/proc/meminfo: memFree=12278016/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=275604 CPUtime=522.3 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 65842 0 0 0 52218 12 0 0 25 0 1 0 490324417 282218496 65655 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299180 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 68901 65655 267 50 0 66041 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 275604

[startup+582.3 s]
/proc/loadavg: 4.03 3.99 3.95 5/190 15478
/proc/meminfo: memFree=12177804/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=302020 CPUtime=582.31 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 72423 0 0 0 58217 14 0 0 25 0 1 0 490324417 309268480 72236 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299106 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 75505 72236 267 50 0 72645 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 302020

[startup+642.301 s]
/proc/loadavg: 4.01 3.99 3.95 5/190 15480
/proc/meminfo: memFree=12124204/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=330224 CPUtime=642.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 79457 0 0 0 64216 16 0 0 25 0 1 0 490324417 338149376 79261 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 82556 79261 267 50 0 79696 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 330224

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15481
/proc/meminfo: memFree=12057460/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=361160 CPUtime=702.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 87193 0 0 0 70214 18 0 0 25 0 1 0 490324417 369827840 86996 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 90290 86996 267 50 0 87430 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 361160

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15483
/proc/meminfo: memFree=11931956/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=404180 CPUtime=762.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 97987 0 0 0 76212 20 0 0 25 0 1 0 490324417 413880320 97736 33554432000 4194304 4395502 140734405212256 18446744073709551615 4292636 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 101045 97736 267 50 0 98185 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 404180

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15484
/proc/meminfo: memFree=11808164/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=456124 CPUtime=822.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 110976 0 0 0 82210 22 0 0 25 0 1 0 490324417 467070976 110709 33554432000 4194304 4395502 140734405212256 18446744073709551615 4293657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 114031 110709 267 50 0 111171 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 456124

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15486
/proc/meminfo: memFree=11730384/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=462136 CPUtime=882.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 112425 0 0 0 88210 22 0 0 25 0 1 0 490324417 473227264 112158 33554432000 4194304 4395502 140734405212256 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 115534 112158 267 50 0 112674 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 462136

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15488
/proc/meminfo: memFree=11687692/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=463160 CPUtime=942.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 112608 0 0 0 94210 22 0 0 25 0 1 0 490324417 474275840 112341 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299945 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 115790 112341 267 50 0 112930 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 463160

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15489
/proc/meminfo: memFree=11645752/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=470236 CPUtime=1002.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 114383 0 0 0 100210 22 0 0 25 0 1 0 490324417 481521664 114116 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 117559 114116 267 50 0 114699 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 470236

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15491
/proc/meminfo: memFree=11535860/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=525308 CPUtime=1062.32 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 128155 0 0 0 106207 25 0 0 25 0 1 0 490324417 537915392 127885 33554432000 4194304 4395502 140734405212256 18446744073709551615 4324447 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 131327 127885 267 50 0 128467 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 525308

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.96 5/190 15492
/proc/meminfo: memFree=11433140/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=566384 CPUtime=1122.33 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 138415 0 0 0 112206 27 0 0 25 0 1 0 490324417 579977216 138145 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 141596 138145 267 50 0 138736 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 566384

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.96 5/190 15494
/proc/meminfo: memFree=11327108/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=610612 CPUtime=1182.33 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 149463 0 0 0 118204 29 0 0 25 0 1 0 490324417 625266688 149180 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 152653 149180 267 50 0 149793 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 610612

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.97 5/190 15496
/proc/meminfo: memFree=11227380/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=649028 CPUtime=1242.33 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 158993 0 0 0 124202 31 0 0 25 0 1 0 490324417 664604672 158710 33554432000 4194304 4395502 140734405212256 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 162257 158710 267 50 0 159397 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 649028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.97 5/190 15497
/proc/meminfo: memFree=11132620/32951124 swapFree=67111528/67111528
[pid=15393] ppid=15388 vsize=691168 CPUtime=1300.03 cores=1,3
/proc/15393/stat : 15393 (SApperloT2010) R 15388 15393 15038 0 -1 4202496 169511 0 0 0 129971 32 0 0 25 0 1 0 490324417 707756032 169214 33554432000 4194304 4395502 140734405212256 18446744073709551615 230808826565 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/15393/statm: 172792 169214 267 50 0 169932 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 691168

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1299.72
CPU system time (s): 0.358945
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 691168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169511
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= 88
involuntary context switches= 1054

runsolver used 2.03969 second user time and 4.82327 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 05:07:20
IDJOB=3290186
IDBENCH=83421
IDSOLVER=1655
FILE ID=node104/3290186-1303787240
RUNJOBID= node104-1303787240-15367
PBS_JOBID= 13157242
Free space on /tmp= 71840 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290186-1303787240/watcher-3290186-1303787240 -o /tmp/evaluation-result-3290186-1303787240/solver-3290186-1303787240 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3290186-1303787240.cnf

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=2133220273

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13052928 kB
Buffers:       2288664 kB
Cached:       16962488 kB
SwapCached:          0 kB
Active:       10605644 kB
Inactive:      8710032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13052928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             788 kB
Writeback:          20 kB
AnonPages:       64036 kB
Mapped:          14520 kB
Slab:           518076 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191012 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= 71840 MiB
End job on node104 at 2011-04-26 05:29:02