Trace number 3384453

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) 5000.07 4999.84

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

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 1404 #clause: 7572
0.00/0.01	c Find Units :        140
0.00/0.01	c Find Invs  :         96
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        736 AvgFaninNum: 2.53804
0.00/0.01	c Find Ite   :         48
0.00/0.01	c UnDirect variable: 1356
0.00/0.01	c UnDirect to Direct Gate: 572
0.00/0.01	c Forced Direct Gate: 354 Unuse unDirect Gate: 580
0.00/0.01	c Break Cycle : 59
0.00/0.01	c Total Root : 178 Undef Var: 843
0.00/0.01	c After covering, Total Root: 187 Leaf: 568
0.00/0.01	c Variable( cover/uncovered/unused ): 1129 275 0
0.00/0.01	c Unit Clauses: 140
0.00/0.01	c Binary Clauses( cover/uncovered ): 178 62
0.00/0.01	c Clauses( cover/uncovered ): 3100 4092
0.00/0.01	c Total Clauses( cover/uncovered ): 3418 4154 45.14%
0.00/0.01	c Covered Ands: 0 Invs: 89 Xors: 446 Ites: 26
0.00/0.01	c Uncover Clauses avg size: 3.9923 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     717       0    3970     11150
0.00/0.01	c CnfToAig: Time: 0.01 s
0.00/0.05	c TmMap: Set choices finish.
0.00/0.05	c TmMap: Set big and: 4712
0.00/0.05	c TmMap: Origin: 11868 ClauseNum: 33450 --> New: 6117 ClauseNum: 21907
0.00/0.05	c TmMap: Time: 0
0.00/0.05	c Try to Add: #clause: 12170 #xorclause: 0
0.05/0.05	c #var: 2146 #clauses: 6994 Solving... 
5000.03/4999.81	c Time Out !!
5000.03/4999.81	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-3384453-1305550210/watcher-3384453-1305550210 -o /tmp/evaluation-result-3384453-1305550210/solver-3384453-1305550210 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384453-1305550210.cnf 27297268 

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.00 2.01 2.00 2/423 8376
/proc/meminfo: memFree=14950964/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 1952 0 0 0 0 0 0 0 25 0 1 0 666617737 34189312 1888 33554432000 4194304 6014671 140734126534208 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 8347 1889 378 445 0 1892 0

[startup+0.0570781 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8376
/proc/meminfo: memFree=14950964/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=51320 CPUtime=0.05 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 4928 0 0 0 5 0 0 0 25 0 1 0 666617737 52551680 4864 33554432000 4194304 6014671 140734126534208 18446744073709551615 254500388327 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 12830 4866 691 445 0 6375 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 51320

[startup+0.101061 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8376
/proc/meminfo: memFree=14950964/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=51320 CPUtime=0.09 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 5068 0 0 0 9 0 0 0 25 0 1 0 666617737 52551680 5004 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 12830 5004 726 445 0 6375 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51320

[startup+0.301017 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8376
/proc/meminfo: memFree=14950964/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=59848 CPUtime=0.29 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 5336 0 0 0 29 0 0 0 25 0 1 0 666617737 61284352 5272 33554432000 4194304 6014671 140734126534208 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 14962 5272 728 445 0 8507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59848

[startup+0.700937 s]
/proc/loadavg: 2.00 2.01 2.00 2/423 8376
/proc/meminfo: memFree=14950964/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=68604 CPUtime=0.69 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 5801 0 0 0 69 0 0 0 25 0 1 0 666617737 70250496 5737 33554432000 4194304 6014671 140734126534208 18446744073709551615 4377892 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 17151 5737 728 445 0 10696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68604

[startup+1.50078 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8377
/proc/meminfo: memFree=14929632/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=77580 CPUtime=1.49 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 6571 0 0 0 149 0 0 0 25 0 1 0 666617737 79441920 6507 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 19395 6507 728 445 0 12940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77580

[startup+3.10046 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8377
/proc/meminfo: memFree=14925416/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=77580 CPUtime=3.09 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 7503 0 0 0 309 0 0 0 25 0 1 0 666617737 79441920 7439 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 19395 7439 729 445 0 12940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77580

[startup+6.30082 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8377
/proc/meminfo: memFree=14919712/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=86596 CPUtime=6.29 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 9382 0 0 0 628 1 0 0 25 0 1 0 666617737 88674304 9318 33554432000 4194304 6014671 140734126534208 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 21649 9318 729 445 0 15194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86596

[startup+12.7006 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8377
/proc/meminfo: memFree=14904624/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=86724 CPUtime=12.69 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 12380 0 0 0 1268 1 0 0 25 0 1 0 666617737 88805376 12316 33554432000 4194304 6014671 140734126534208 18446744073709551615 4379794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 21681 12316 729 445 0 15226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86724

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8377
/proc/meminfo: memFree=14881696/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=116420 CPUtime=25.49 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 18137 0 0 0 2547 2 0 0 25 0 1 0 666617737 119214080 18073 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 29105 18073 729 445 0 22650 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116420

[startup+51.1009 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8378
/proc/meminfo: memFree=14852036/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=147776 CPUtime=51.09 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 25376 0 0 0 5106 3 0 0 25 0 1 0 666617737 151322624 25312 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 36944 25312 729 445 0 30489 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147776

[startup+102.316 s]
/proc/loadavg: 2.05 2.02 2.00 3/424 8379
/proc/meminfo: memFree=14807748/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=215644 CPUtime=102.31 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 35181 0 0 0 10226 5 0 0 25 0 1 0 666617737 220819456 35101 33554432000 4194304 6014671 140734126534208 18446744073709551615 4425208 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 53911 35101 729 445 0 47456 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 215644

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/424 8381
/proc/meminfo: memFree=14774852/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=162.3 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 42486 0 0 0 16224 6 0 0 25 0 1 0 666617737 315576320 42379 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 42379 730 445 0 70590 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 308180

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/424 8382
/proc/meminfo: memFree=14755588/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=222.3 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 47553 0 0 0 22223 7 0 0 25 0 1 0 666617737 315576320 47390 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 47390 730 445 0 70590 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 308180

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/424 8384
/proc/meminfo: memFree=14744136/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=282.3 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 50559 0 0 0 28223 7 0 0 25 0 1 0 666617737 315576320 50262 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 50262 729 445 0 70590 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 308180

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8386
/proc/meminfo: memFree=14741244/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=342.3 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 51287 0 0 0 34223 7 0 0 25 0 1 0 666617737 315576320 50891 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 50891 729 445 0 70590 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 308180

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8387
/proc/meminfo: memFree=14701268/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=402.3 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 61339 0 0 0 40222 8 0 0 25 0 1 0 666617737 315576320 60943 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424483 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 60943 729 445 0 70590 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 308180

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8389
/proc/meminfo: memFree=14694404/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=308180 CPUtime=462.32 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 62791 0 0 0 46223 9 0 0 25 0 1 0 666617737 315576320 62395 33554432000 4194304 6014671 140734126534208 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 77045 62395 729 445 0 70590 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 308180

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8390
/proc/meminfo: memFree=14674012/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=424860 CPUtime=522.31 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 67839 0 0 0 52222 9 0 0 25 0 1 0 666617737 435056640 67443 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 106215 67443 729 445 0 99760 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 424860

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/424 8392
/proc/meminfo: memFree=14674216/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=483396 CPUtime=582.32 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 68006 0 0 0 58223 9 0 0 25 0 1 0 666617737 494997504 67610 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 120849 67610 729 445 0 114394 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 483396

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/418 8513
/proc/meminfo: memFree=14737232/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4002.48 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145608 0 0 0 400226 22 0 0 25 0 1 0 666617737 726331392 144052 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144052 729 445 0 170872 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 709308

[startup+4062.32 s]
/proc/loadavg: 1.15 1.06 1.33 2/418 8515
/proc/meminfo: memFree=14737084/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4062.5 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145610 0 0 0 406228 22 0 0 25 0 1 0 666617737 726331392 144054 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144054 729 445 0 170872 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 709308

[startup+4122.3 s]
/proc/loadavg: 1.12 1.07 1.32 2/418 8516
/proc/meminfo: memFree=14737292/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4122.48 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145610 0 0 0 412226 22 0 0 25 0 1 0 666617737 726331392 144054 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144054 729 445 0 170872 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 709308

[startup+4182.3 s]
/proc/loadavg: 1.04 1.05 1.29 2/418 8518
/proc/meminfo: memFree=14736748/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4182.49 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145663 0 0 0 418227 22 0 0 25 0 1 0 666617737 726331392 144107 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144107 729 445 0 170872 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 709308

[startup+4242.3 s]
/proc/loadavg: 1.01 1.04 1.27 2/418 8520
/proc/meminfo: memFree=14736452/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4242.49 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145794 0 0 0 424227 22 0 0 25 0 1 0 666617737 726331392 144238 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144238 729 445 0 170872 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 709308

[startup+4302.3 s]
/proc/loadavg: 1.00 1.03 1.25 2/418 8530
/proc/meminfo: memFree=14735616/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4302.49 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145794 0 0 0 430227 22 0 0 25 0 1 0 666617737 726331392 144238 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144238 729 445 0 170872 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 709308

[startup+4362.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/418 8532
/proc/meminfo: memFree=14735696/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4362.5 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145794 0 0 0 436228 22 0 0 25 0 1 0 666617737 726331392 144238 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144238 729 445 0 170872 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 709308

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.22 2/418 8533
/proc/meminfo: memFree=14735636/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4422.5 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 145794 0 0 0 442228 22 0 0 25 0 1 0 666617737 726331392 144238 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144238 729 445 0 170872 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 709308

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/418 8538
/proc/meminfo: memFree=14734572/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4482.5 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146103 0 0 0 448228 22 0 0 25 0 1 0 666617737 726331392 144547 33554432000 4194304 6014671 140734126534208 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144547 729 445 0 170872 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 709308

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/418 8540
/proc/meminfo: memFree=14734568/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4542.5 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146103 0 0 0 454228 22 0 0 25 0 1 0 666617737 726331392 144544 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144544 729 445 0 170872 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 709308

[startup+4602.3 s]
/proc/loadavg: 1.04 1.02 1.17 2/418 8541
/proc/meminfo: memFree=14734516/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4602.51 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146103 0 0 0 460229 22 0 0 25 0 1 0 666617737 726331392 144532 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144532 729 445 0 170872 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 709308

[startup+4662.3 s]
/proc/loadavg: 1.05 1.03 1.17 2/418 8543
/proc/meminfo: memFree=14732980/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4662.51 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146480 0 0 0 466229 22 0 0 25 0 1 0 666617737 726331392 144896 33554432000 4194304 6014671 140734126534208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144896 729 445 0 170872 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 709308

[startup+4722.32 s]
/proc/loadavg: 1.02 1.02 1.16 2/418 8544
/proc/meminfo: memFree=14732936/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4722.52 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146480 0 0 0 472230 22 0 0 25 0 1 0 666617737 726331392 144879 33554432000 4194304 6014671 140734126534208 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144879 729 445 0 170872 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 709308

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/418 8546
/proc/meminfo: memFree=14733152/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4782.51 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146563 0 0 0 478229 22 0 0 25 0 1 0 666617737 726331392 144908 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144908 740 445 0 170872 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 709308

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/418 8548
/proc/meminfo: memFree=14732872/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4842.51 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146563 0 0 0 484229 22 0 0 25 0 1 0 666617737 726331392 144908 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144908 740 445 0 170872 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 709308

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/418 8549
/proc/meminfo: memFree=14733336/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4902.52 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146563 0 0 0 490230 22 0 0 25 0 1 0 666617737 726331392 144908 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144908 740 445 0 170872 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 709308

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/418 8551
/proc/meminfo: memFree=14733168/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=4962.52 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146563 0 0 0 496230 22 0 0 25 0 1 0 666617737 726331392 144908 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144908 740 445 0 170872 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 709308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.00 1.00 1.10 2/418 8552
/proc/meminfo: memFree=14732996/32950928 swapFree=45358800/67111528
[pid=8376] ppid=8374 vsize=709308 CPUtime=5000.03 cores=0,2,4,6
/proc/8376/stat : 8376 (qutersat_releas) R 8374 8376 7770 0 -1 4202496 146563 0 0 0 499981 22 0 0 25 0 1 0 666617737 726331392 144908 33554432000 4194304 6014671 140734126534208 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8376/statm: 177327 144908 740 445 0 170872 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 709308

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): 4999.84
CPU time (s): 5000.07
CPU user time (s): 4999.82
CPU system time (s): 0.251961
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 709308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.82
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146567
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= 13
involuntary context switches= 17462

runsolver used 21.5837 second user time and 46.9629 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 14:50:11
IDJOB=3384453
IDBENCH=83421
IDSOLVER=1868
FILE ID=node149/3384453-1305550210
RUNJOBID= node149-1305540196-7788
PBS_JOBID= 13329204
Free space on /tmp= 73548 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384453-1305550210/watcher-3384453-1305550210 -o /tmp/evaluation-result-3384453-1305550210/solver-3384453-1305550210 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384453-1305550210.cnf 27297268

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=27297268

node149.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.806
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.806
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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:      14951128 kB
Buffers:         59632 kB
Cached:         506748 kB
SwapCached:      36208 kB
Active:        8570060 kB
Inactive:      9159092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14951128 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:    17139492 kB
Mapped:          25432 kB
Slab:            95480 kB
PageTables:     106344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134722828 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= 73552 MiB
End job on node149 at 2011-05-16 16:13:32