Trace number 3377179

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.06 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 1000 #clause: 5176
0.00/0.01	c Find Units :        136
0.00/0.01	c Find Invs  :         64
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        512 AvgFaninNum: 2.51562
0.00/0.01	c Find Ite   :         32
0.00/0.01	c UnDirect variable: 968
0.00/0.01	c UnDirect to Direct Gate: 415
0.00/0.01	c Forced Direct Gate: 299 Unuse unDirect Gate: 425
0.00/0.01	c Break Cycle : 37
0.00/0.01	c Total Root : 129 Undef Var: 590
0.00/0.01	c After covering, Total Root: 138 Leaf: 442
0.00/0.01	c Variable( cover/uncovered/unused ): 852 148 0
0.00/0.01	c Unit Clauses: 136
0.00/0.01	c Binary Clauses( cover/uncovered ): 124 36
0.00/0.01	c Clauses( cover/uncovered ): 2440 2440
0.00/0.01	c Total Clauses( cover/uncovered ): 2700 2476 52.1638%
0.00/0.01	c Covered Ands: 0 Invs: 62 Xors: 336 Ites: 12
0.00/0.01	c Uncover Clauses avg size: 3.8546 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     465       0    2311      6746
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 2658
0.00/0.04	c TmMap: Origin: 7212 ClauseNum: 20238 --> New: 3634 ClauseNum: 12878
0.00/0.04	c TmMap: Time: 0
0.06/0.08	c Simulation --> TransNum: 12878/12878 Try to Add: #clause: 7366 #xorclause: 0
0.06/0.08	c #var: 1322 #clauses: 4367 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3377179-1305474987/watcher-3377179-1305474987 -o /tmp/evaluation-result-3377179-1305474987/solver-3377179-1305474987 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377179-1305474987.cnf 1745711315 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.02 4.01 3.88 4/319 19902
/proc/meminfo: memFree=14556080/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=32364 CPUtime=0 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 1961 0 0 0 0 0 0 0 25 0 1 0 659101507 33140736 1897 33554432000 4194304 6014671 140737309513216 18446744073709551615 218370957184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 8091 1897 398 445 0 1636 0

[startup+0.072889 s]
/proc/loadavg: 4.02 4.01 3.88 4/319 19902
/proc/meminfo: memFree=14556080/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=40556 CPUtime=0.06 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 4207 0 0 0 6 0 0 0 25 0 1 0 659101507 41529344 4143 33554432000 4194304 6014671 140737309513216 18446744073709551615 4244052 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 10139 4143 681 445 0 3684 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40556

[startup+0.100882 s]
/proc/loadavg: 4.02 4.01 3.88 4/319 19902
/proc/meminfo: memFree=14556080/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=48760 CPUtime=0.09 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 4379 0 0 0 9 0 0 0 25 0 1 0 659101507 49930240 4315 33554432000 4194304 6014671 140737309513216 18446744073709551615 4597760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 12190 4315 719 445 0 5735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48760

[startup+0.300859 s]
/proc/loadavg: 4.02 4.01 3.88 4/319 19902
/proc/meminfo: memFree=14556080/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=57232 CPUtime=0.29 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 4674 0 0 0 29 0 0 0 25 0 1 0 659101507 58605568 4610 33554432000 4194304 6014671 140737309513216 18446744073709551615 4378661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 14308 4611 728 445 0 7853 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57232

[startup+0.70079 s]
/proc/loadavg: 4.02 4.01 3.88 4/319 19902
/proc/meminfo: memFree=14556080/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=65844 CPUtime=0.69 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 5082 0 0 0 69 0 0 0 25 0 1 0 659101507 67424256 5018 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 16461 5018 728 445 0 10006 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65844

[startup+1.50064 s]
/proc/loadavg: 4.02 4.01 3.88 5/320 19903
/proc/meminfo: memFree=14536852/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=83560 CPUtime=1.49 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 5874 0 0 0 148 1 0 0 25 0 1 0 659101507 85565440 5810 33554432000 4194304 6014671 140737309513216 18446744073709551615 4379927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 20890 5810 728 445 0 14435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83560

[startup+3.10036 s]
/proc/loadavg: 4.02 4.01 3.88 5/320 19903
/proc/meminfo: memFree=14533068/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=92620 CPUtime=3.09 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 6834 0 0 0 308 1 0 0 25 0 1 0 659101507 94842880 6770 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 23155 6770 729 445 0 16700 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92620

[startup+6.30078 s]
/proc/loadavg: 4.02 4.01 3.88 5/320 19903
/proc/meminfo: memFree=14522796/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=92620 CPUtime=6.29 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 9012 0 0 0 628 1 0 0 25 0 1 0 659101507 94842880 8945 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 23155 8945 729 445 0 16700 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92620

[startup+12.7006 s]
/proc/loadavg: 4.02 4.01 3.88 5/320 19903
/proc/meminfo: memFree=14503444/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=102332 CPUtime=12.69 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 15330 0 0 0 1267 2 0 0 25 0 1 0 659101507 104787968 15263 33554432000 4194304 6014671 140737309513216 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 25583 15263 729 445 0 19128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102332

[startup+25.5004 s]
/proc/loadavg: 4.01 4.01 3.88 5/320 19903
/proc/meminfo: memFree=14454720/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=113016 CPUtime=25.49 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 19486 0 0 0 2547 2 0 0 25 0 1 0 659101507 115728384 19419 33554432000 4194304 6014671 140737309513216 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 28254 19419 729 445 0 21799 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113016

[startup+51.1008 s]
/proc/loadavg: 4.01 4.00 3.88 5/320 19904
/proc/meminfo: memFree=14397628/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=133888 CPUtime=51.09 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 21853 0 0 0 5106 3 0 0 25 0 1 0 659101507 137101312 21786 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 33472 21786 729 445 0 27017 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133888

[startup+102.312 s]
/proc/loadavg: 4.08 4.02 3.89 5/320 19906
/proc/meminfo: memFree=14363124/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=155588 CPUtime=102.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 27824 0 0 0 10224 6 0 0 25 0 1 0 659101507 159322112 27746 33554432000 4194304 6014671 140737309513216 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 38897 27746 730 445 0 32442 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155588

[startup+162.301 s]
/proc/loadavg: 4.03 4.01 3.90 5/320 19907
/proc/meminfo: memFree=14124764/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=155588 CPUtime=162.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 30349 0 0 0 16223 7 0 0 25 0 1 0 659101507 159322112 30270 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 38897 30270 729 445 0 32442 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 155588

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/320 19909
/proc/meminfo: memFree=13959444/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=155588 CPUtime=222.29 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 32403 0 0 0 22222 7 0 0 25 0 1 0 659101507 159322112 32324 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 38897 32324 729 445 0 32442 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155588

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 19919
/proc/meminfo: memFree=13877840/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=257928 CPUtime=282.29 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 41679 0 0 0 28219 10 0 0 25 0 1 0 659101507 264118272 41600 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 64482 41600 729 445 0 58027 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 257928

[startup+342.301 s]
/proc/loadavg: 4.12 4.03 3.92 5/320 19921
/proc/meminfo: memFree=13827436/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=257928 CPUtime=342.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 43005 0 0 0 34219 11 0 0 25 0 1 0 659101507 264118272 42889 33554432000 4194304 6014671 140737309513216 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 64482 42889 732 445 0 58027 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 257928

[startup+402.3 s]
/proc/loadavg: 4.05 4.02 3.92 5/320 19923
/proc/meminfo: memFree=13716528/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=311132 CPUtime=402.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 53969 0 0 0 40216 14 0 0 25 0 1 0 659101507 318599168 53788 33554432000 4194304 6014671 140737309513216 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 77783 53788 732 445 0 71328 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 311132

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/320 19927
/proc/meminfo: memFree=13673308/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=311132 CPUtime=462.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 60368 0 0 0 46214 16 0 0 25 0 1 0 659101507 318599168 60140 33554432000 4194304 6014671 140737309513216 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 77783 60140 733 445 0 71328 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 311132

[startup+522.3 s]
/proc/loadavg: 4.05 4.03 3.93 5/320 19929
/proc/meminfo: memFree=13604684/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=311132 CPUtime=522.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 60407 0 0 0 52214 16 0 0 25 0 1 0 659101507 318599168 60139 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 77783 60139 731 445 0 71328 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 311132

[startup+582.301 s]
/proc/loadavg: 4.05 4.03 3.93 5/320 19930
/proc/meminfo: memFree=13591004/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=311132 CPUtime=582.3 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 61829 0 0 0 58213 17 0 0 25 0 1 0 659101507 318599168 61500 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 77783 61500 731 445 0 71328 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 311132

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/320 19932
/proc/meminfo: memFree=13549672/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=311132 CPUtime=642.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 64196 0 0 0 64214 17 0 0 25 0 1 0 659101507 318599168 63765 33554432000 4194304 6014671 140737309513216 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 77783 63765 731 445 0 71328 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 311132

[startup+702.3 s]
/proc/loadavg: 4.05 4.03 3.94 5/320 19934
/proc/meminfo: memFree=13458748/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=368864 CPUtime=702.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 67847 0 0 0 70213 18 0 0 25 0 1 0 659101507 377716736 67416 33554432000 4194304 6014671 140737309513216 18446744073709551615 4379908 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 92216 67416 731 445 0 85761 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 368864

[startup+762.312 s]
/proc/loadavg: 4.01 4.02 3.94 5/320 19935
/proc/meminfo: memFree=13385304/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=428164 CPUtime=762.32 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 69073 0 0 0 76213 19 0 0 25 0 1 0 659101507 438439936 68497 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 107041 68497 731 445 0 100586 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 428164

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/320 19937
/proc/meminfo: memFree=13368292/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=488060 CPUtime=822.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 71434 0 0 0 82211 20 0 0 25 0 1 0 659101507 499773440 70858 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 122015 70858 731 445 0 115560 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 488060

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/320 19938
/proc/meminfo: memFree=13332440/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=882.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 72977 0 0 0 88210 21 0 0 25 0 1 0 659101507 561868800 72401 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 72401 731 445 0 130720 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 548700

[startup+942.301 s]
/proc/loadavg: 2.48 3.62 3.80 2/302 19994
/proc/meminfo: memFree=15581284/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=942.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 73347 0 0 0 94210 21 0 0 25 0 1 0 659101507 561868800 72562 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 72562 731 445 0 130720 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 548700

[startup+1002.3 s]
/proc/loadavg: 1.50 3.10 3.61 2/302 19996
/proc/meminfo: memFree=15581004/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1002.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 73532 0 0 0 100210 21 0 0 25 0 1 0 659101507 561868800 72747 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 72747 731 445 0 130720 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 548700

[startup+1062.3 s]
/proc/loadavg: 1.20 2.75 3.46 2/302 19997
/proc/meminfo: memFree=15551336/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1062.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 81032 0 0 0 106209 22 0 0 25 0 1 0 659101507 561868800 80247 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 80247 731 445 0 130720 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 548700

[startup+1122.3 s]
/proc/loadavg: 1.11 2.42 3.29 2/302 19999
/proc/meminfo: memFree=15548940/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1122.31 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 81512 0 0 0 112209 22 0 0 25 0 1 0 659101507 561868800 80727 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 80727 731 445 0 130720 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 548700

[startup+1182.3 s]
/proc/loadavg: 1.04 2.18 3.16 2/302 20000
/proc/meminfo: memFree=15549008/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1182.32 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 81534 0 0 0 118210 22 0 0 25 0 1 0 659101507 561868800 80748 33554432000 4194304 6014671 140737309513216 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 80748 730 445 0 130720 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 548700

[startup+1242.3 s]
/proc/loadavg: 1.01 1.94 3.01 2/302 20002
/proc/meminfo: memFree=15547612/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1242.32 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 81688 0 0 0 124210 22 0 0 25 0 1 0 659101507 561868800 80902 33554432000 4194304 6014671 140737309513216 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 80902 730 445 0 130720 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 548700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.78 2.89 2/302 20003
/proc/meminfo: memFree=15550680/32951124 swapFree=52307768/67111528
[pid=19902] ppid=19900 vsize=548700 CPUtime=1300.03 cores=1,3
/proc/19902/stat : 19902 (qutersat_releas) R 19900 19902 18887 0 -1 4202496 81697 0 0 0 129981 22 0 0 25 0 1 0 659101507 561868800 80026 33554432000 4194304 6014671 140737309513216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/19902/statm: 137175 80026 730 445 0 130720 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 548700

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.06
CPU user time (s): 1299.81
CPU system time (s): 0.243962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 548700

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

runsolver used 3.64644 second user time and 9.07062 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 17:56:27
IDJOB=3377179
IDBENCH=83418
IDSOLVER=1856
FILE ID=node101/3377179-1305474987
RUNJOBID= node101-1305474582-19824
PBS_JOBID= 13325315
Free space on /tmp= 73748 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1745711315

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14556352 kB
Buffers:        345648 kB
Cached:        6217432 kB
SwapCached:      14848 kB
Active:       12908004 kB
Inactive:      5194428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14556352 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1992 kB
Writeback:           0 kB
AnonPages:    11536672 kB
Mapped:          21180 kB
Slab:           159244 kB
PageTables:      67448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44823624 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= 73756 MiB
End job on node101 at 2011-05-15 18:18:09