Trace number 3384425

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.07 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 25972 #clause: 86411
0.00/0.05	c Find Units :          1
0.00/0.05	c Find Invs  :        925
0.00/0.06	c Find Ands  :      18897 AvgFaninNum: 2.29999
0.00/0.06	c Find Xors  :       5595 AvgFaninNum: 2
0.00/0.07	c Find Ite   :       7140
0.00/0.08	c UnDirect variable: 2476
0.00/0.08	c UnDirect to Direct Gate: 6360
0.00/0.08	c Forced Direct Gate: 200 Unuse unDirect Gate: 330
0.00/0.09	c Break Cycle : 315
0.00/0.09	c Total Root : 1 Undef Var: 775
0.09/0.10	c After covering, Total Root: 1 Leaf: 775
0.09/0.10	c Variable( cover/uncovered/unused ): 25972 0 0
0.09/0.10	c Unit Clauses: 1
0.09/0.10	c Binary Clauses( cover/uncovered ): 44873 320
0.09/0.10	c Clauses( cover/uncovered ): 41217 0
0.09/0.11	c Total Clauses( cover/uncovered ): 86091 320 99.6297%
0.09/0.11	c Covered Ands: 18837 Invs: 765 Xors: 5595 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2 max size: 2
0.09/0.11	c Final circuit: i/l/o/s     775       0     321     38858
0.09/0.11	c CnfToAig: Time: 0.1 s
0.09/0.18	c TmMap: Set choices finish.
0.09/0.19	c TmMap: Set big and: 3863
0.09/0.19	c TmMap: Origin: 39634 ClauseNum: 116574 --> New: 13142 ClauseNum: 59105
0.09/0.19	c TmMap: Time: 0.03
0.29/0.39	c Simulation --> TransNum: 32368/59105 Try to Add: #clause: 27519 #xorclause: 0
0.39/0.41	c #var: 10831 #clauses: 25513 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3384425-1305546814/watcher-3384425-1305546814 -o /tmp/evaluation-result-3384425-1305546814/solver-3384425-1305546814 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384425-1305546814.cnf 1031421641 

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: 2.04 2.07 2.01 2/488 32004
/proc/meminfo: memFree=10141068/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=35436 CPUtime=0.01 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 2715 0 0 0 1 0 0 0 25 0 1 0 666279129 36286464 2651 33554432000 4194304 6014671 140733307791296 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 8859 2651 378 445 0 2404 0

[startup+0.0988931 s]
/proc/loadavg: 2.04 2.07 2.01 2/488 32004
/proc/meminfo: memFree=10141068/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=45676 CPUtime=0.09 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 5212 0 0 0 9 0 0 0 25 0 1 0 666279129 46772224 5148 33554432000 4194304 6014671 140733307791296 18446744073709551615 4313892 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 11419 5148 397 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.100877 s]
/proc/loadavg: 2.04 2.07 2.01 2/488 32004
/proc/meminfo: memFree=10141068/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=45676 CPUtime=0.09 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 5212 0 0 0 9 0 0 0 25 0 1 0 666279129 46772224 5148 33554432000 4194304 6014671 140733307791296 18446744073709551615 4267122 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 11419 5148 397 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.300841 s]
/proc/loadavg: 2.04 2.07 2.01 2/488 32004
/proc/meminfo: memFree=10141068/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=56556 CPUtime=0.29 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 8152 0 0 0 28 1 0 0 25 0 1 0 666279129 57913344 8088 33554432000 4194304 6014671 140733307791296 18446744073709551615 4244427 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 14139 8088 680 445 0 7684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56556

[startup+0.700784 s]
/proc/loadavg: 2.04 2.07 2.01 2/488 32004
/proc/meminfo: memFree=10141068/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=64760 CPUtime=0.69 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 8573 0 0 0 68 1 0 0 25 0 1 0 666279129 66314240 8509 33554432000 4194304 6014671 140733307791296 18446744073709551615 4639533 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 16190 8509 714 445 0 9735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64760

[startup+1.50062 s]
/proc/loadavg: 2.04 2.07 2.01 3/489 32005
/proc/meminfo: memFree=10107580/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=83012 CPUtime=1.49 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 9319 0 0 0 148 1 0 0 25 0 1 0 666279129 85004288 9255 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 20753 9255 723 445 0 14298 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83012

[startup+3.10035 s]
/proc/loadavg: 2.04 2.07 2.01 3/489 32005
/proc/meminfo: memFree=10102744/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=92240 CPUtime=3.09 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 10010 0 0 0 308 1 0 0 25 0 1 0 666279129 94453760 9946 33554432000 4194304 6014671 140733307791296 18446744073709551615 4378607 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 23060 9946 727 445 0 16605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92240

[startup+6.30076 s]
/proc/loadavg: 2.04 2.07 2.01 3/489 32005
/proc/meminfo: memFree=10100640/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=101560 CPUtime=6.29 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 10473 0 0 0 628 1 0 0 25 0 1 0 666279129 103997440 10409 33554432000 4194304 6014671 140733307791296 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 25390 10409 727 445 0 18935 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101560

[startup+12.7006 s]
/proc/loadavg: 2.03 2.07 2.01 3/489 32005
/proc/meminfo: memFree=10091384/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=101560 CPUtime=12.69 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 12478 0 0 0 1268 1 0 0 25 0 1 0 666279129 103997440 12414 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 25390 12414 727 445 0 18935 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101560

[startup+25.5003 s]
/proc/loadavg: 2.02 2.07 2.01 3/489 32005
/proc/meminfo: memFree=10078168/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=111316 CPUtime=25.49 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 15845 0 0 0 2547 2 0 0 25 0 1 0 666279129 113987584 15781 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 27829 15781 727 445 0 21374 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111316

[startup+51.1007 s]
/proc/loadavg: 2.02 2.06 2.01 3/489 32006
/proc/meminfo: memFree=10071816/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=111316 CPUtime=51.09 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 17267 0 0 0 5107 2 0 0 25 0 1 0 666279129 113987584 17203 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 27829 17203 727 445 0 21374 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111316

[startup+102.318 s]
/proc/loadavg: 2.00 2.05 2.00 3/489 32007
/proc/meminfo: memFree=9887020/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=121876 CPUtime=102.31 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 22265 0 0 0 10228 3 0 0 25 0 1 0 666279129 124801024 22151 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 30469 22151 731 445 0 24014 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 121876

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/489 32009
/proc/meminfo: memFree=9796600/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=144212 CPUtime=162.29 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 25923 0 0 0 16226 3 0 0 25 0 1 0 666279129 147673088 25763 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 36053 25763 747 445 0 29598 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144212

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 32010
/proc/meminfo: memFree=9895616/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=144340 CPUtime=222.29 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 26612 0 0 0 22226 3 0 0 25 0 1 0 666279129 147804160 26450 33554432000 4194304 6014671 140733307791296 18446744073709551615 4422724 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 36085 26450 745 445 0 29630 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 144340

[startup+282.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/489 32012
/proc/meminfo: memFree=9705196/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=191896 CPUtime=282.3 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 30663 0 0 0 28226 4 0 0 25 0 1 0 666279129 196501504 30489 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 47974 30489 733 445 0 41519 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 191896

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 32014
/proc/meminfo: memFree=9506480/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=191896 CPUtime=342.3 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 31229 0 0 0 34226 4 0 0 25 0 1 0 666279129 196501504 31045 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 47974 31045 733 445 0 41519 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 191896

[startup+402.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/489 32015
/proc/meminfo: memFree=9453396/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=241232 CPUtime=402.3 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 32339 0 0 0 40226 4 0 0 25 0 1 0 666279129 247021568 32122 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 60308 32122 727 445 0 53853 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 241232

[startup+462.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/489 32026
/proc/meminfo: memFree=9445824/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=241232 CPUtime=462.31 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 33844 0 0 0 46226 5 0 0 25 0 1 0 666279129 247021568 33589 33554432000 4194304 6014671 140733307791296 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 60308 33589 732 445 0 53853 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 241232

[startup+522.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/489 32027
/proc/meminfo: memFree=9361852/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=241232 CPUtime=522.31 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 43731 0 0 0 52224 7 0 0 25 0 1 0 666279129 247021568 43399 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 60308 43399 727 445 0 53853 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 241232

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 32029
/proc/meminfo: memFree=9260636/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=241232 CPUtime=582.31 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 47759 0 0 0 58223 8 0 0 25 0 1 0 666279129 247021568 47334 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 60308 47334 730 445 0 53853 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 241232

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.22 2.05 2.02 4/489 32162
/proc/meminfo: memFree=15450460/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4062.43 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101232 0 0 0 406216 27 0 0 25 0 1 0 666279129 557244416 83471 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83471 727 445 0 129591 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 544184

[startup+4122.3 s]
/proc/loadavg: 2.21 2.07 2.02 4/489 32163
/proc/meminfo: memFree=15450652/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4122.41 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101232 0 0 0 412214 27 0 0 25 0 1 0 666279129 557244416 83471 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83471 727 445 0 129591 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 544184

[startup+4182.3 s]
/proc/loadavg: 2.08 2.06 2.01 4/489 32165
/proc/meminfo: memFree=15451100/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4182.41 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101232 0 0 0 418214 27 0 0 25 0 1 0 666279129 557244416 83471 33554432000 4194304 6014671 140733307791296 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83471 727 445 0 129591 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 544184

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/489 32167
/proc/meminfo: memFree=15450192/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4242.41 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101233 0 0 0 424214 27 0 0 25 0 1 0 666279129 557244416 83472 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83472 727 445 0 129591 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 544184

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.01 4/489 32171
/proc/meminfo: memFree=15448224/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4302.41 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101234 0 0 0 430214 27 0 0 25 0 1 0 666279129 557244416 83473 33554432000 4194304 6014671 140733307791296 18446744073709551615 4377019 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83473 727 445 0 129591 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 544184

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/489 32173
/proc/meminfo: memFree=15448436/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4362.42 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101234 0 0 0 436215 27 0 0 25 0 1 0 666279129 557244416 83473 33554432000 4194304 6014671 140733307791296 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83473 727 445 0 129591 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 544184

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/489 32174
/proc/meminfo: memFree=15425576/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4422.42 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101234 0 0 0 442215 27 0 0 25 0 1 0 666279129 557244416 83473 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83473 727 445 0 129591 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 544184

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/489 32176
/proc/meminfo: memFree=15408420/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4482.42 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101241 0 0 0 448215 27 0 0 25 0 1 0 666279129 557244416 83480 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83480 727 445 0 129591 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 544184

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/489 32178
/proc/meminfo: memFree=15407512/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4542.42 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101241 0 0 0 454215 27 0 0 25 0 1 0 666279129 557244416 83480 33554432000 4194304 6014671 140733307791296 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83480 727 445 0 129591 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 544184

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/489 32179
/proc/meminfo: memFree=15396444/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4602.44 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101241 0 0 0 460217 27 0 0 25 0 1 0 666279129 557244416 83480 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83480 727 445 0 129591 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 544184

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.01 4/489 32181
/proc/meminfo: memFree=15395036/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4662.42 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101243 0 0 0 466215 27 0 0 25 0 1 0 666279129 557244416 83482 33554432000 4194304 6014671 140733307791296 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83482 727 445 0 129591 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 544184

[startup+4722.32 s]
/proc/loadavg: 2.09 2.05 2.01 4/489 32183
/proc/meminfo: memFree=15396096/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4722.45 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101243 0 0 0 472217 28 0 0 25 0 1 0 666279129 557244416 83482 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83482 727 445 0 129591 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 544184

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/489 32184
/proc/meminfo: memFree=15382168/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4782.43 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101243 0 0 0 478215 28 0 0 25 0 1 0 666279129 557244416 83482 33554432000 4194304 6014671 140733307791296 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83482 727 445 0 129591 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 544184

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/489 32186
/proc/meminfo: memFree=15381504/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4842.43 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101244 0 0 0 484215 28 0 0 25 0 1 0 666279129 557244416 83483 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83483 727 445 0 129591 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 544184

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/489 32187
/proc/meminfo: memFree=15380716/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4902.43 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101244 0 0 0 490215 28 0 0 25 0 1 0 666279129 557244416 83483 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83483 727 445 0 129591 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 544184

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/489 32189
/proc/meminfo: memFree=15382284/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=4962.43 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101244 0 0 0 496215 28 0 0 25 0 1 0 666279129 557244416 83483 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83483 727 445 0 129591 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 544184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 32190
/proc/meminfo: memFree=15382120/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=5000.05 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101244 0 0 0 499977 28 0 0 25 0 1 0 666279129 557244416 83483 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83483 727 445 0 129591 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 544184

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 32190
/proc/meminfo: memFree=15382120/32951124 swapFree=62248504/67111528
[pid=32004] ppid=32002 vsize=544184 CPUtime=5000.05 cores=1,3,5,7
/proc/32004/stat : 32004 (qutersat_releas) R 32002 32004 31611 0 -1 4202496 101244 0 0 0 499977 28 0 0 25 0 1 0 666279129 557244416 83483 33554432000 4194304 6014671 140733307791296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32004/statm: 136046 83483 727 445 0 129591 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 544184

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.77
CPU system time (s): 0.299954
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 544184

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

runsolver used 22.7835 second user time and 58.2701 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 13:53:34
IDJOB=3384425
IDBENCH=83108
IDSOLVER=1868
FILE ID=node137/3384425-1305546814
RUNJOBID= node137-1305540200-31630
PBS_JOBID= 13329216
Free space on /tmp= 73648 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1031421641

node137.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.844
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.844
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.75
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10141348 kB
Buffers:        324388 kB
Cached:        4372692 kB
SwapCached:      25020 kB
Active:       12772312 kB
Inactive:      9749484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10141348 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:    17809300 kB
Mapped:          33256 kB
Slab:           137200 kB
PageTables:      82260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 154148640 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= 73656 MiB
End job on node137 at 2011-05-16 15:16:56