Trace number 3384444

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.14 5000.14

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.00/0.11	c Set FPU double precision.
0.08/0.21	c Parse Cnf success: #var: 48639 #clause: 162901
0.08/0.21	c Find Units :          1
0.08/0.21	c Find Invs  :       1429
0.08/0.23	c Find Ands  :      35135 AvgFaninNum: 2.29034
0.08/0.24	c Find Xors  :      11172 AvgFaninNum: 2
0.08/0.26	c Find Ite   :      14280
0.08/0.29	c UnDirect variable: 4544
0.08/0.29	c UnDirect to Direct Gate: 12224
0.08/0.29	c Forced Direct Gate: 253 Unuse unDirect Gate: 588
0.08/0.29	c Break Cycle : 441
0.08/0.29	c Total Root : 1 Undef Var: 1364
0.18/0.33	c After covering, Total Root: 1 Leaf: 1364
0.18/0.33	c Variable( cover/uncovered/unused ): 48639 0 0
0.18/0.33	c Unit Clauses: 1
0.18/0.33	c Binary Clauses( cover/uncovered ): 82407 754
0.18/0.33	c Clauses( cover/uncovered ): 79739 0
0.18/0.33	c Total Clauses( cover/uncovered ): 162147 754 99.5371%
0.18/0.33	c Covered Ands: 35051 Invs: 1052 Xors: 11172 Ites: 0
0.18/0.34	c Uncover Clauses avg size: 2 max size: 2
0.18/0.34	c Final circuit: i/l/o/s    1364       0     755     74537
0.18/0.34	c CnfToAig: Time: 0.22 s
0.28/0.47	c TmMap: Set choices finish.
0.28/0.48	c TmMap: Set big and: 7144
0.28/0.48	c TmMap: Origin: 75902 ClauseNum: 223611 --> New: 24869 ClauseNum: 114060
0.28/0.48	c TmMap: Time: 0.03
0.68/0.86	c Simulation --> TransNum: 64115/114060 Try to Add: #clause: 55495 #xorclause: 0
0.68/0.89	c #var: 20525 #clauses: 51004 Solving... 
5000.10/5000.11	c Time Out !!
5000.10/5000.11	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-3384444-1305550100/watcher-3384444-1305550100 -o /tmp/evaluation-result-3384444-1305550100/solver-3384444-1305550100 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384444-1305550100.cnf 386594312 

running on 4 cores: 1,3,5,7

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.92 1.99 1.99 3/361 9145
/proc/meminfo: memFree=22540824/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/9145/stat : 9145 (runsolver) R 9143 9145 8463 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 647425960 12079104 50 33554432000 4194304 5432360 140736486081536 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/9145/statm: 2949 50 30 303 0 2643 0

[startup+0.06424 s]
/proc/loadavg: 1.92 1.99 1.99 3/361 9145
/proc/meminfo: memFree=22540824/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=16508 CPUtime=0 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) S 9143 9145 8463 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 647425960 16904192 66 33554432000 4194304 6014671 140733302197696 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/9145/statm: 4127 66 49 445 0 89 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16508

[startup+0.100252 s]
/proc/loadavg: 1.92 1.99 1.99 3/361 9145
/proc/meminfo: memFree=22540824/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=18612 CPUtime=0 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) S 9143 9145 8463 0 -1 4194304 115 0 0 0 0 0 0 0 20 0 1 0 647425960 19058688 70 33554432000 4194304 6014671 140733302197696 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/9145/statm: 4653 70 51 445 0 90 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18612

[startup+0.300196 s]
/proc/loadavg: 1.92 1.99 1.99 3/361 9145
/proc/meminfo: memFree=22540824/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=59232 CPUtime=0.18 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 8455 0 0 0 17 1 0 0 19 0 1 0 647425960 60653568 8392 33554432000 4194304 6014671 140733302197696 18446744073709551615 4234734 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 14808 8392 397 445 0 8353 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 59232

[startup+0.700131 s]
/proc/loadavg: 1.92 1.99 1.99 3/361 9145
/proc/meminfo: memFree=22540824/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=72300 CPUtime=0.58 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 12179 0 0 0 57 1 0 0 18 0 1 0 647425960 74035200 12116 33554432000 4194304 6014671 140733302197696 18446744073709551615 4244474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 18075 12116 680 445 0 11620 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 72300

[startup+1.50098 s]
/proc/loadavg: 1.92 1.99 1.99 3/362 9146
/proc/meminfo: memFree=22493572/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=80504 CPUtime=1.38 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 12617 0 0 0 137 1 0 0 19 0 1 0 647425960 82436096 12554 33554432000 4194304 6014671 140733302197696 18446744073709551615 233509993959 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 20126 12554 714 445 0 13671 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 80504

[startup+3.10069 s]
/proc/loadavg: 1.92 1.99 1.99 3/362 9146
/proc/meminfo: memFree=22489740/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=100548 CPUtime=2.98 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 14036 0 0 0 297 1 0 0 23 0 1 0 647425960 102961152 13973 33554432000 4194304 6014671 140733302197696 18446744073709551615 4379822 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 25137 13973 723 445 0 18682 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 100548

[startup+6.30111 s]
/proc/loadavg: 1.93 1.99 1.99 3/362 9146
/proc/meminfo: memFree=22483388/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=100548 CPUtime=6.18 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 15180 0 0 0 617 1 0 0 25 0 1 0 647425960 102961152 15117 33554432000 4194304 6014671 140733302197696 18446744073709551615 4386142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 25137 15117 727 445 0 18682 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 100548

[startup+12.701 s]
/proc/loadavg: 1.93 1.99 1.99 3/362 9147
/proc/meminfo: memFree=22470752/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=121068 CPUtime=12.58 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 18161 0 0 0 1257 1 0 0 25 0 1 0 647425960 123973632 18081 33554432000 4194304 6014671 140733302197696 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 30267 18081 727 445 0 23812 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 121068

[startup+25.5007 s]
/proc/loadavg: 1.95 1.99 1.99 3/362 9147
/proc/meminfo: memFree=22460612/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=141860 CPUtime=25.38 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 20642 0 0 0 2537 1 0 0 25 0 1 0 647425960 145264640 20562 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 35465 20562 727 445 0 29010 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 141860

[startup+51.1011 s]
/proc/loadavg: 1.96 1.99 1.99 3/362 9148
/proc/meminfo: memFree=22425140/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=163360 CPUtime=50.98 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 26098 0 0 0 5096 2 0 0 25 0 1 0 647425960 167280640 26018 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 40840 26018 727 445 0 34385 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 163360

[startup+102.314 s]
/proc/loadavg: 1.98 1.99 1.99 3/362 9149
/proc/meminfo: memFree=22369176/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=186324 CPUtime=102.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 34037 0 0 0 10216 3 0 0 25 0 1 0 647425960 190795776 33957 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 46581 33957 727 445 0 40126 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 186324

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/362 9151
/proc/meminfo: memFree=22359820/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=197820 CPUtime=162.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 35513 0 0 0 16215 4 0 0 25 0 1 0 647425960 202567680 35433 33554432000 4194304 6014671 140733302197696 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 49455 35433 727 445 0 43000 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 197820

[startup+222.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/362 9152
/proc/meminfo: memFree=22353444/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=197820 CPUtime=222.18 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 37093 0 0 0 22214 4 0 0 25 0 1 0 647425960 202567680 37013 33554432000 4194304 6014671 140733302197696 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 49455 37013 727 445 0 43000 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 197820

[startup+282.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/362 9154
/proc/meminfo: memFree=22326224/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=249156 CPUtime=282.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 40484 0 0 0 28214 5 0 0 25 0 1 0 647425960 255135744 40389 33554432000 4194304 6014671 140733302197696 18446744073709551615 233509994129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 62289 40389 727 445 0 55834 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 249156

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9155
/proc/meminfo: memFree=22309804/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=354792 CPUtime=342.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 44756 0 0 0 34213 6 0 0 25 0 1 0 647425960 363307008 44520 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 88698 44520 727 445 0 82243 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 354792

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/362 9184
/proc/meminfo: memFree=22564232/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=354792 CPUtime=402.2 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 46847 0 0 0 40213 7 0 0 25 0 1 0 647425960 363307008 44761 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 88698 44761 727 445 0 82243 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 354792

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9186
/proc/meminfo: memFree=22548424/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=354792 CPUtime=462.2 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 46980 0 0 0 46213 7 0 0 25 0 1 0 647425960 363307008 44894 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 88698 44894 727 445 0 82243 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 354792

[startup+522.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/362 9187
/proc/meminfo: memFree=22507444/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=354792 CPUtime=522.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 56506 0 0 0 52211 8 0 0 25 0 1 0 647425960 363307008 54420 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 88698 54420 727 445 0 82243 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 354792

[startup+582.301 s]
/proc/loadavg: 2.19 2.06 2.02 3/362 9189
/proc/meminfo: memFree=22490528/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=354792 CPUtime=582.19 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 57679 0 0 0 58211 8 0 0 25 0 1 0 647425960 363307008 55593 33554432000 4194304 6014671 140733302197696 18446744073709551615 4369520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 88698 55593 727 445 0 82243 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 354792

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 9294
/proc/meminfo: memFree=21900512/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4062.31 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 130560 0 0 0 406200 31 0 0 25 0 1 0 647425960 766754816 126386 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 126386 727 445 0 180741 0
Current children cumulated CPU time (s) 4062.31
Current children cumulated vsize (KiB) 748784

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9295
/proc/meminfo: memFree=21900940/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4122.29 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 130560 0 0 0 412198 31 0 0 25 0 1 0 647425960 766754816 126386 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 126386 727 445 0 180741 0
Current children cumulated CPU time (s) 4122.29
Current children cumulated vsize (KiB) 748784

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9297
/proc/meminfo: memFree=21900376/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4182.3 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 130560 0 0 0 418199 31 0 0 25 0 1 0 647425960 766754816 126386 33554432000 4194304 6014671 140733302197696 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 126386 727 445 0 180741 0
Current children cumulated CPU time (s) 4182.3
Current children cumulated vsize (KiB) 748784

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9298
/proc/meminfo: memFree=21900692/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4242.3 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 130644 0 0 0 424199 31 0 0 25 0 1 0 647425960 766754816 126470 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 126470 727 445 0 180741 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 748784

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9300
/proc/meminfo: memFree=21896532/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4302.29 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131683 0 0 0 430198 31 0 0 25 0 1 0 647425960 766754816 127509 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127509 727 445 0 180741 0
Current children cumulated CPU time (s) 4302.29
Current children cumulated vsize (KiB) 748784

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9311
/proc/meminfo: memFree=21895692/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4362.3 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131739 0 0 0 436198 32 0 0 25 0 1 0 647425960 766754816 127565 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127565 727 445 0 180741 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 748784

[startup+4422.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/362 9312
/proc/meminfo: memFree=21885200/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4422.27 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131739 0 0 0 442195 32 0 0 25 0 1 0 647425960 766754816 127565 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127565 727 445 0 180741 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 748784

[startup+4482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9314
/proc/meminfo: memFree=21885020/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4482.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131778 0 0 0 448196 32 0 0 25 0 1 0 647425960 766754816 127604 33554432000 4194304 6014671 140733302197696 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127604 727 445 0 180741 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 748784

[startup+4542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/362 9315
/proc/meminfo: memFree=21884224/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4542.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131859 0 0 0 454196 32 0 0 25 0 1 0 647425960 766754816 127684 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127684 727 445 0 180741 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 748784

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 9317
/proc/meminfo: memFree=21883160/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4602.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131860 0 0 0 460196 32 0 0 25 0 1 0 647425960 766754816 127672 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127672 727 445 0 180741 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 748784

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9319
/proc/meminfo: memFree=21882860/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4662.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131946 0 0 0 466196 32 0 0 25 0 1 0 647425960 766754816 127740 33554432000 4194304 6014671 140733302197696 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127740 727 445 0 180741 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 748784

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9320
/proc/meminfo: memFree=21882924/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4722.29 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 131947 0 0 0 472197 32 0 0 25 0 1 0 647425960 766754816 127660 33554432000 4194304 6014671 140733302197696 18446744073709551615 4371743 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127660 727 445 0 180741 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 748784

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9322
/proc/meminfo: memFree=21881880/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4782.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 132249 0 0 0 478196 32 0 0 25 0 1 0 647425960 766754816 127962 33554432000 4194304 6014671 140733302197696 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 127962 727 445 0 180741 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 748784

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9323
/proc/meminfo: memFree=21881600/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4842.28 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 132308 0 0 0 484196 32 0 0 25 0 1 0 647425960 766754816 128021 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 128021 727 445 0 180741 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 748784

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9325
/proc/meminfo: memFree=21856364/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4902.29 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 138419 0 0 0 490196 33 0 0 25 0 1 0 647425960 766754816 134132 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 134132 727 445 0 180741 0
Current children cumulated CPU time (s) 4902.29
Current children cumulated vsize (KiB) 748784

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/362 9327
/proc/meminfo: memFree=21833252/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=4962.29 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 145012 0 0 0 496194 35 0 0 25 0 1 0 647425960 766754816 140591 33554432000 4194304 6014671 140733302197696 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 140591 727 445 0 180741 0
Current children cumulated CPU time (s) 4962.29
Current children cumulated vsize (KiB) 748784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/362 9328
/proc/meminfo: memFree=21829760/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=5000.1 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 145278 0 0 0 499975 35 0 0 25 0 1 0 647425960 766754816 140857 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 140857 727 445 0 180741 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 748784

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

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

[startup+5000.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/362 9328
/proc/meminfo: memFree=21829760/32951124 swapFree=67023148/67111528
[pid=9145] ppid=9143 vsize=748784 CPUtime=5000.1 cores=1,3,5,7
/proc/9145/stat : 9145 (qutersat_releas) R 9143 9145 8463 0 -1 4202496 145278 0 0 0 499975 35 0 0 25 0 1 0 647425960 766754816 140857 33554432000 4194304 6014671 140733302197696 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9145/statm: 187196 140857 727 445 0 180741 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 748784

Child status: 1
Real time (s): 5000.14
CPU time (s): 5000.14
CPU user time (s): 4999.76
CPU system time (s): 0.379942
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 748784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145282
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= 14
involuntary context switches= 6971

runsolver used 16.2845 second user time and 41.2127 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 14:48:21
IDJOB=3384444
IDBENCH=83135
IDSOLVER=1868
FILE ID=node145/3384444-1305550100
RUNJOBID= node145-1305540196-8482
PBS_JOBID= 13329208
Free space on /tmp= 73660 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384444-1305550100/watcher-3384444-1305550100 -o /tmp/evaluation-result-3384444-1305550100/solver-3384444-1305550100 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384444-1305550100.cnf 386594312

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=386594312

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22541228 kB
Buffers:         81028 kB
Cached:         831636 kB
SwapCached:       4796 kB
Active:        6697884 kB
Inactive:      3469820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22541228 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:     9249672 kB
Mapped:          30260 kB
Slab:           134424 kB
PageTables:      43072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84121272 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= 73660 MiB
End job on node145 at 2011-05-16 16:11:43