Trace number 3384452

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.1 5000.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 596 #clause: 2780
0.00/0.00	c Find Units :        132
0.00/0.00	c Find Invs  :         32
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :        288 AvgFaninNum: 2.45833
0.00/0.00	c Find Ite   :         16
0.00/0.00	c UnDirect variable: 580
0.00/0.00	c UnDirect to Direct Gate: 238
0.00/0.00	c Forced Direct Gate: 171 Unuse unDirect Gate: 236
0.00/0.00	c Break Cycle : 18
0.00/0.00	c Total Root : 75 Undef Var: 360
0.00/0.00	c After covering, Total Root: 76 Leaf: 292
0.00/0.00	c Variable( cover/uncovered/unused ): 528 68 0
0.00/0.00	c Unit Clauses: 132
0.00/0.00	c Binary Clauses( cover/uncovered ): 64 16
0.00/0.00	c Clauses( cover/uncovered ): 1468 1100
0.00/0.00	c Total Clauses( cover/uncovered ): 1664 1116 59.8561%
0.00/0.00	c Covered Ands: 0 Invs: 32 Xors: 197 Ites: 7
0.00/0.00	c Uncover Clauses avg size: 3.64516 max size: 5
0.00/0.00	c Final circuit: i/l/o/s     239       0     983      2962
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 1055
0.00/0.02	c TmMap: Origin: 3202 ClauseNum: 8886 --> New: 1579 ClauseNum: 5506
0.00/0.02	c TmMap: Time: 0
0.00/0.04	c Simulation --> TransNum: 5506/5506 Try to Add: #clause: 3266 #xorclause: 0
0.00/0.05	c #var: 595 #clauses: 1935 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.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-3384452-1305550209/watcher-3384452-1305550209 -o /tmp/evaluation-result-3384452-1305550209/solver-3384452-1305550209 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384452-1305550209.cnf 224962867 

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: 1.97 2.01 2.00 2/343 4776
/proc/meminfo: memFree=13130424/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 1918 0 0 0 0 0 0 0 25 0 1 0 666618729 34189312 1855 33554432000 4194304 6014671 140733996052752 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 8347 1857 410 445 0 1892 0

[startup+0.0616709 s]
/proc/loadavg: 1.97 2.01 2.00 2/343 4776
/proc/meminfo: memFree=13130424/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=47224 CPUtime=0.05 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 3990 0 0 0 5 0 0 0 25 0 1 0 666618729 48357376 3927 33554432000 4194304 6014671 140733996052752 18446744073709551615 4381073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 11806 3927 726 445 0 5351 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47224

[startup+0.100663 s]
/proc/loadavg: 1.97 2.01 2.00 2/343 4776
/proc/meminfo: memFree=13130424/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=47224 CPUtime=0.09 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 4026 0 0 0 9 0 0 0 25 0 1 0 666618729 48357376 3963 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 11806 3963 726 445 0 5351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47224

[startup+0.300625 s]
/proc/loadavg: 1.97 2.01 2.00 2/343 4776
/proc/meminfo: memFree=13130424/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=56676 CPUtime=0.29 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 4229 0 0 0 29 0 0 0 25 0 1 0 666618729 58036224 4166 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 14169 4166 728 445 0 7714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56676

[startup+0.700555 s]
/proc/loadavg: 1.97 2.01 2.00 2/343 4776
/proc/meminfo: memFree=13130424/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=65216 CPUtime=0.69 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 4568 0 0 0 69 0 0 0 25 0 1 0 666618729 66781184 4505 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 16304 4505 728 445 0 9849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65216

[startup+1.5004 s]
/proc/loadavg: 1.97 2.01 2.00 3/344 4777
/proc/meminfo: memFree=13113560/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=82560 CPUtime=1.49 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 6189 0 0 0 148 1 0 0 25 0 1 0 666618729 84541440 6126 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 20640 6126 729 445 0 14185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82560

[startup+3.10112 s]
/proc/loadavg: 1.97 2.01 2.00 3/344 4777
/proc/meminfo: memFree=13106244/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=91284 CPUtime=3.09 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 7416 0 0 0 308 1 0 0 25 0 1 0 666618729 93474816 7353 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 22821 7353 729 445 0 16366 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91284

[startup+6.30052 s]
/proc/loadavg: 1.97 2.01 2.00 3/344 4777
/proc/meminfo: memFree=13097372/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=108960 CPUtime=6.29 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 8681 0 0 0 628 1 0 0 25 0 1 0 666618729 111575040 8618 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 27240 8618 729 445 0 20785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108960

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/344 4777
/proc/meminfo: memFree=13092324/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=118072 CPUtime=12.69 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 10720 0 0 0 1267 2 0 0 25 0 1 0 666618729 120905728 10657 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 29518 10657 729 445 0 23063 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118072

[startup+25.501 s]
/proc/loadavg: 2.04 2.02 2.00 3/344 4777
/proc/meminfo: memFree=13084036/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=118072 CPUtime=25.49 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 12328 0 0 0 2547 2 0 0 25 0 1 0 666618729 120905728 12261 33554432000 4194304 6014671 140733996052752 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 29518 12261 737 445 0 23063 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118072

[startup+51.1002 s]
/proc/loadavg: 2.03 2.02 2.00 3/344 4778
/proc/meminfo: memFree=13073584/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=128240 CPUtime=51.09 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 14876 0 0 0 5107 2 0 0 25 0 1 0 666618729 131317760 14806 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 32060 14806 734 445 0 25605 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128240

[startup+102.313 s]
/proc/loadavg: 2.01 2.02 2.00 3/344 4779
/proc/meminfo: memFree=13047036/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=102.3 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 21621 0 0 0 10227 3 0 0 25 0 1 0 666618729 163749888 21503 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 21503 731 445 0 33523 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 159912

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/344 4781
/proc/meminfo: memFree=13035496/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=162.29 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 22462 0 0 0 16226 3 0 0 25 0 1 0 666618729 163749888 22344 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 22344 731 445 0 33523 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 159912

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/344 4783
/proc/meminfo: memFree=13025068/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=222.29 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 23966 0 0 0 22226 3 0 0 25 0 1 0 666618729 163749888 23846 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 23846 729 445 0 33523 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159912

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/344 4784
/proc/meminfo: memFree=13023544/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=282.29 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 24333 0 0 0 28226 3 0 0 25 0 1 0 666618729 163749888 24213 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 24213 729 445 0 33523 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 159912

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/344 4786
/proc/meminfo: memFree=13015108/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=342.3 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 26401 0 0 0 34226 4 0 0 25 0 1 0 666618729 163749888 26281 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 26281 729 445 0 33523 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159912

[startup+402.301 s]
/proc/loadavg: 1.93 1.97 1.99 3/344 4842
/proc/meminfo: memFree=12945604/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=402.31 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 27836 0 0 0 40226 5 0 0 25 0 1 0 666618729 163749888 27716 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 27716 729 445 0 33523 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 159912

[startup+462.301 s]
/proc/loadavg: 1.97 1.97 1.99 3/344 4871
/proc/meminfo: memFree=13082812/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=462.3 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 27970 0 0 0 46224 6 0 0 25 0 1 0 666618729 163749888 27850 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 27850 729 445 0 33523 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159912

[startup+522.301 s]
/proc/loadavg: 2.03 1.99 1.99 3/344 4873
/proc/meminfo: memFree=11982400/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=159912 CPUtime=522.3 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 28088 0 0 0 52224 6 0 0 25 0 1 0 666618729 163749888 27965 33554432000 4194304 6014671 140733996052752 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 39978 27965 729 445 0 33523 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 159912

[startup+582.301 s]
/proc/loadavg: 2.17 2.03 2.01 3/344 4874
/proc/meminfo: memFree=11519468/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=173412 CPUtime=582.31 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 31743 0 0 0 58224 7 0 0 25 0 1 0 666618729 177573888 31594 33554432000 4194304 6014671 140733996052752 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 43353 31594 729 445 0 36898 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 173412

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/344 5004
/proc/meminfo: memFree=10205936/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4002.42 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76587 0 0 0 400224 18 0 0 25 0 1 0 666618729 523718656 74986 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 74986 729 445 0 121406 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 511444

[startup+4062.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/344 5006
/proc/meminfo: memFree=10205304/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4062.44 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76587 0 0 0 406226 18 0 0 25 0 1 0 666618729 523718656 74986 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 74986 729 445 0 121406 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 511444

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/344 5008
/proc/meminfo: memFree=10204764/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4122.42 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76734 0 0 0 412224 18 0 0 25 0 1 0 666618729 523718656 75133 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75133 729 445 0 121406 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 511444

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/344 5009
/proc/meminfo: memFree=10204608/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4182.43 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76810 0 0 0 418225 18 0 0 25 0 1 0 666618729 523718656 75209 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75209 729 445 0 121406 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 511444

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/344 5011
/proc/meminfo: memFree=10203484/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4242.43 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76810 0 0 0 424225 18 0 0 25 0 1 0 666618729 523718656 75209 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75209 729 445 0 121406 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 511444

[startup+4302.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/344 5021
/proc/meminfo: memFree=10197844/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4302.34 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76842 0 0 0 430216 18 0 0 25 0 1 0 666618729 523718656 75241 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75241 729 445 0 121406 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 511444

[startup+4362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/344 5023
/proc/meminfo: memFree=10197076/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4362.34 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 76842 0 0 0 436216 18 0 0 25 0 1 0 666618729 523718656 75241 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75241 729 445 0 121406 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 511444

[startup+4422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/344 5025
/proc/meminfo: memFree=10196440/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4422.35 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 442217 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 511444

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/344 5029
/proc/meminfo: memFree=10197024/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4482.35 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 448217 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 511444

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/344 5031
/proc/meminfo: memFree=10134460/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4542.35 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 454217 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 511444

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/344 5032
/proc/meminfo: memFree=10128364/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4602.36 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 460218 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 511444

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/344 5034
/proc/meminfo: memFree=10089048/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4662.35 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 466217 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 511444

[startup+4722.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/344 5036
/proc/meminfo: memFree=10188112/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4722.37 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 472219 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423425 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 511444

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/344 5037
/proc/meminfo: memFree=10188104/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4782.36 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 478218 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 511444

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/344 5039
/proc/meminfo: memFree=10188208/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4842.36 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 484218 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4379388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 511444

[startup+4902.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/344 5040
/proc/meminfo: memFree=10188180/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4902.36 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77150 0 0 0 490218 18 0 0 25 0 1 0 666618729 523718656 75549 33554432000 4194304 6014671 140733996052752 18446744073709551615 4511635 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75549 729 445 0 121406 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 511444

[startup+4962.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/344 5042
/proc/meminfo: memFree=10187040/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=4962.36 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77334 0 0 0 496218 18 0 0 25 0 1 0 666618729 523718656 75733 33554432000 4194304 6014671 140733996052752 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75733 729 445 0 121406 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 511444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.05 2.05 2.01 3/344 5043
/proc/meminfo: memFree=10187156/32951124 swapFree=63308188/67111528
[pid=4776] ppid=4774 vsize=511444 CPUtime=5000.08 cores=0,2,4,6
/proc/4776/stat : 4776 (qutersat_releas) R 4774 4776 4225 0 -1 4202496 77334 0 0 0 499989 19 0 0 25 0 1 0 666618729 523718656 75733 33554432000 4194304 6014671 140733996052752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4776/statm: 127861 75733 729 445 0 121406 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 511444

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): 5000.03
CPU time (s): 5000.1
CPU user time (s): 4999.9
CPU system time (s): 0.204968
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 511444

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

runsolver used 17.6963 second user time and 37.5813 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-16 14:50:09
IDJOB=3384452
IDBENCH=83420
IDSOLVER=1868
FILE ID=node135/3384452-1305550209
RUNJOBID= node135-1305540197-4243
PBS_JOBID= 13329218
Free space on /tmp= 73516 MiB

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

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=224962867

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13130588 kB
Buffers:        318440 kB
Cached:        6452084 kB
SwapCached:      18108 kB
Active:       10944184 kB
Inactive:      8611388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13130588 kB
SwapTotal:    67111528 kB
SwapFree:     63308188 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:    12772568 kB
Mapped:          20724 kB
Slab:           144740 kB
PageTables:      54256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80726432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73416 MiB
End job on node135 at 2011-05-16 16:13:31