Trace number 3377174

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2000 #clause: 20544
0.00/0.01	c Find Units :        272
0.00/0.01	c Find Invs  :        128
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :       1056 AvgFaninNum: 2.5
0.00/0.02	c Find Ite   :         32
0.00/0.02	c UnDirect variable: 1968
0.00/0.02	c UnDirect to Direct Gate: 655
0.00/0.02	c Forced Direct Gate: 418 Unuse unDirect Gate: 925
0.00/0.02	c Break Cycle : 38
0.00/0.02	c Total Root : 220 Undef Var: 1351
0.00/0.02	c After covering, Total Root: 228 Leaf: 823
0.00/0.02	c Variable( cover/uncovered/unused ): 1472 528 0
0.00/0.02	c Unit Clauses: 272
0.00/0.02	c Binary Clauses( cover/uncovered ): 244 12
0.00/0.02	c Clauses( cover/uncovered ): 3156 16860
0.00/0.02	c Total Clauses( cover/uncovered ): 3672 16872 17.8738%
0.00/0.02	c Covered Ands: 0 Invs: 122 Xors: 506 Ites: 21
0.03/0.05	c Uncover Clauses avg size: 5.86463 max size: 8
0.03/0.06	c Final circuit: i/l/o/s    1087       0   16398     57494
0.03/0.06	c CnfToAig: Time: 0.05 s
0.08/0.19	c TmMap: Set choices finish.
0.19/0.21	c TmMap: Set big and: 22922
0.19/0.21	c TmMap: Origin: 58582 ClauseNum: 172482 --> New: 24882 ClauseNum: 106592
0.19/0.21	c TmMap: Time: 0.04
0.19/0.23	c Try to Add: #clause: 49342 #xorclause: 0
0.19/0.24	c #var: 8483 #clauses: 25096 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3377174-1305474984/watcher-3377174-1305474984 -o /tmp/evaluation-result-3377174-1305474984/solver-3377174-1305474984 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377174-1305474984.cnf 1494636223 

running on 2 cores: 0,2

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.75 3.96 3.63 3/342 28379
/proc/meminfo: memFree=13242540/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=32364 CPUtime=0 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 1931 0 0 0 0 0 0 0 21 0 1 0 659097182 33140736 1867 33554432000 4194304 6014671 140734124466336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 8091 1868 378 445 0 1636 0

[startup+0.046895 s]
/proc/loadavg: 3.75 3.96 3.63 3/342 28379
/proc/meminfo: memFree=13242540/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=37996 CPUtime=0.03 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 3124 0 0 0 3 0 0 0 21 0 1 0 659097182 38907904 3060 33554432000 4194304 6014671 140734124466336 18446744073709551615 4334719 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 9499 3060 398 445 0 3044 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37996

[startup+0.101001 s]
/proc/loadavg: 3.75 3.96 3.63 3/342 28379
/proc/meminfo: memFree=13242540/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=48972 CPUtime=0.08 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 6298 0 0 0 8 0 0 0 21 0 1 0 659097182 50147328 6234 33554432000 4194304 6014671 140734124466336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 12243 6235 668 445 0 5788 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48972

[startup+0.300853 s]
/proc/loadavg: 3.75 3.96 3.63 3/342 28379
/proc/meminfo: memFree=13242540/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=75192 CPUtime=0.29 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 11019 0 0 0 28 1 0 0 22 0 1 0 659097182 76996608 10955 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 18798 10955 696 445 0 12343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75192

[startup+0.700841 s]
/proc/loadavg: 3.75 3.96 3.63 3/342 28379
/proc/meminfo: memFree=13242540/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=84172 CPUtime=0.69 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 11416 0 0 0 68 1 0 0 23 0 1 0 659097182 86192128 11352 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 21043 11352 727 445 0 14588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84172

[startup+1.5007 s]
/proc/loadavg: 3.75 3.96 3.63 5/358 28405
/proc/meminfo: memFree=13014704/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=93228 CPUtime=1.49 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 12183 0 0 0 148 1 0 0 25 0 1 0 659097182 95465472 12119 33554432000 4194304 6014671 140734124466336 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 23307 12119 728 445 0 16852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93228

[startup+3.10036 s]
/proc/loadavg: 3.77 3.96 3.63 5/358 28405
/proc/meminfo: memFree=12968452/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=102412 CPUtime=3.08 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 12722 0 0 0 307 1 0 0 25 0 1 0 659097182 104869888 12658 33554432000 4194304 6014671 140734124466336 18446744073709551615 4386101 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 25603 12658 728 445 0 19148 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 102412

[startup+6.30086 s]
/proc/loadavg: 3.77 3.96 3.63 5/358 28405
/proc/meminfo: memFree=12943444/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=102412 CPUtime=6.28 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 14346 0 0 0 627 1 0 0 25 0 1 0 659097182 104869888 14276 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 25603 14276 729 445 0 19148 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 102412

[startup+12.7007 s]
/proc/loadavg: 3.81 3.96 3.63 5/358 28405
/proc/meminfo: memFree=12901052/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=122040 CPUtime=12.69 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 16694 0 0 0 1267 2 0 0 25 0 1 0 659097182 124968960 16618 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424966 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 30510 16618 729 445 0 24055 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122040

[startup+25.5005 s]
/proc/loadavg: 3.84 3.96 3.64 5/358 28406
/proc/meminfo: memFree=12847368/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=163440 CPUtime=25.48 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 21806 0 0 0 2546 2 0 0 25 0 1 0 659097182 167362560 21722 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 40860 21722 729 445 0 34405 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 163440

[startup+51.101 s]
/proc/loadavg: 3.89 3.96 3.64 5/358 28406
/proc/meminfo: memFree=12766104/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=163440 CPUtime=51.09 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 24927 0 0 0 5106 3 0 0 25 0 1 0 659097182 167362560 24834 33554432000 4194304 6014671 140734124466336 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 40860 24834 730 445 0 34405 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163440

[startup+102.314 s]
/proc/loadavg: 4.02 3.98 3.67 5/358 28408
/proc/meminfo: memFree=12668872/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=186220 CPUtime=102.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 31037 0 0 0 10226 4 0 0 25 0 1 0 659097182 190689280 30944 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 46555 30944 730 445 0 40100 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 186220

[startup+162.3 s]
/proc/loadavg: 4.01 3.98 3.68 5/358 28409
/proc/meminfo: memFree=12588100/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=186220 CPUtime=162.29 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 33791 0 0 0 16224 5 0 0 25 0 1 0 659097182 190689280 33698 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 46555 33698 730 445 0 40100 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186220

[startup+222.301 s]
/proc/loadavg: 4.00 3.98 3.70 5/358 28411
/proc/meminfo: memFree=12494808/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=214184 CPUtime=222.29 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 41852 0 0 0 22223 6 0 0 25 0 1 0 659097182 219324416 41742 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 53546 41742 728 445 0 47091 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 214184

[startup+282.3 s]
/proc/loadavg: 4.00 3.98 3.72 5/358 28421
/proc/meminfo: memFree=12477900/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=214184 CPUtime=282.29 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 42616 0 0 0 28222 7 0 0 25 0 1 0 659097182 219324416 42385 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 53546 42385 728 445 0 47091 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 214184

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.73 5/358 28423
/proc/meminfo: memFree=12443188/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=214184 CPUtime=342.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 42972 0 0 0 34222 8 0 0 25 0 1 0 659097182 219324416 42741 33554432000 4194304 6014671 140734124466336 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 53546 42741 728 445 0 47091 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 214184

[startup+402.3 s]
/proc/loadavg: 4.07 4.01 3.75 5/358 28425
/proc/meminfo: memFree=12396656/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=278936 CPUtime=402.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 47883 0 0 0 40221 9 0 0 25 0 1 0 659097182 285630464 47652 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 69734 47652 728 445 0 63279 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 278936

[startup+462.301 s]
/proc/loadavg: 4.08 4.03 3.78 5/358 28428
/proc/meminfo: memFree=12343172/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=344684 CPUtime=462.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 49157 0 0 0 46221 9 0 0 25 0 1 0 659097182 352956416 48806 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 86171 48806 728 445 0 79716 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 344684

[startup+522.301 s]
/proc/loadavg: 4.03 4.03 3.79 5/358 28431
/proc/meminfo: memFree=12297044/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=344684 CPUtime=522.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 50334 0 0 0 52220 10 0 0 25 0 1 0 659097182 352956416 49983 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 86171 49983 728 445 0 79716 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 344684

[startup+582.301 s]
/proc/loadavg: 4.06 4.03 3.81 5/358 28432
/proc/meminfo: memFree=12275188/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416644 CPUtime=582.29 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 51906 0 0 0 58219 10 0 0 25 0 1 0 659097182 426643456 51419 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104161 51419 728 445 0 97706 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 416644

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.82 5/358 28434
/proc/meminfo: memFree=12230616/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416644 CPUtime=642.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 56072 0 0 0 64219 12 0 0 25 0 1 0 659097182 426643456 55585 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104161 55585 728 445 0 97706 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 416644

[startup+702.3 s]
/proc/loadavg: 4.04 4.03 3.83 5/358 28436
/proc/meminfo: memFree=12191396/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416644 CPUtime=702.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 59448 0 0 0 70217 13 0 0 25 0 1 0 659097182 426643456 58961 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104161 58961 728 445 0 97706 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 416644

[startup+762.314 s]
/proc/loadavg: 4.01 4.02 3.84 5/358 28437
/proc/meminfo: memFree=12128360/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=762.32 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 65791 0 0 0 76217 15 0 0 25 0 1 0 659097182 426774528 65304 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 65304 728 445 0 97738 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 416772

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.84 5/358 28439
/proc/meminfo: memFree=12088892/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=822.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 65936 0 0 0 82216 15 0 0 25 0 1 0 659097182 426774528 65273 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 65273 728 445 0 97738 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 416772

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.85 5/358 28440
/proc/meminfo: memFree=12078316/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=882.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 66434 0 0 0 88215 16 0 0 25 0 1 0 659097182 426774528 65771 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 65771 728 445 0 97738 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 416772

[startup+942.3 s]
/proc/loadavg: 4.04 4.02 3.86 5/358 28442
/proc/meminfo: memFree=12049768/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=942.3 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 66566 0 0 0 94214 16 0 0 25 0 1 0 659097182 426774528 65903 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 65903 728 445 0 97738 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 416772

[startup+1002.3 s]
/proc/loadavg: 4.10 4.05 3.88 5/358 28444
/proc/meminfo: memFree=12009932/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1002.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 67474 0 0 0 100214 17 0 0 25 0 1 0 659097182 426774528 66811 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 66811 728 445 0 97738 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 416772

[startup+1062.3 s]
/proc/loadavg: 4.03 4.04 3.88 5/358 28445
/proc/meminfo: memFree=12005920/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1062.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 67477 0 0 0 106214 17 0 0 25 0 1 0 659097182 426774528 66814 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 66814 728 445 0 97738 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 416772

[startup+1122.3 s]
/proc/loadavg: 4.15 4.06 3.90 5/358 28447
/proc/meminfo: memFree=12024356/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1122.31 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 67480 0 0 0 112214 17 0 0 25 0 1 0 659097182 426774528 61697 33554432000 4194304 6014671 140734124466336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 61697 728 445 0 97738 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 416772

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 3.91 5/358 28448
/proc/meminfo: memFree=11965168/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1182.32 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 73145 0 0 0 118214 18 0 0 25 0 1 0 659097182 426774528 67362 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 67362 728 445 0 97738 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 416772

[startup+1242.3 s]
/proc/loadavg: 4.09 4.06 3.91 5/358 28450
/proc/meminfo: memFree=11904000/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1242.32 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 74419 0 0 0 124214 18 0 0 25 0 1 0 659097182 426774528 68636 33554432000 4194304 6014671 140734124466336 18446744073709551615 4377160 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 68636 728 445 0 97738 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 416772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.05 3.91 5/358 28451
/proc/meminfo: memFree=11851384/32950928 swapFree=61888748/67111528
[pid=28379] ppid=28377 vsize=416772 CPUtime=1300.02 cores=0,2
/proc/28379/stat : 28379 (qutersat_releas) R 28377 28379 27415 0 -1 4202496 78733 0 0 0 129983 19 0 0 25 0 1 0 659097182 426774528 72950 33554432000 4194304 6014671 140734124466336 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28379/statm: 104193 72950 728 445 0 97738 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 416772

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.84
CPU system time (s): 0.211967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 416772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78737
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= 17
involuntary context switches= 16898

runsolver used 4.41233 second user time and 10.9783 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 17:56:24
IDJOB=3377174
IDBENCH=83410
IDSOLVER=1856
FILE ID=node120/3377174-1305474984
RUNJOBID= node120-1305474984-28362
PBS_JOBID= 13325304
Free space on /tmp= 73644 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377174-1305474984/watcher-3377174-1305474984 -o /tmp/evaluation-result-3377174-1305474984/solver-3377174-1305474984 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377174-1305474984.cnf 1494636223

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1494636223

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13242812 kB
Buffers:         54260 kB
Cached:         972028 kB
SwapCached:      75620 kB
Active:        7264056 kB
Inactive:     12233408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13242812 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:            4496 kB
Writeback:           0 kB
AnonPages:    18401320 kB
Mapped:          19980 kB
Slab:            83180 kB
PageTables:      63872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 58958496 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= 73632 MiB
End job on node120 at 2011-05-15 18:18:06