Trace number 3384435

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.8409
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.19	c Parse Cnf success: #var: 94998 #clause: 302862
0.09/0.19	c Find Units :          1
0.19/0.20	c Find Invs  :       2020
0.19/0.24	c Find Ands  :      82016 AvgFaninNum: 2.18944
0.19/0.25	c Find Xors  :       9396 AvgFaninNum: 2
0.19/0.27	c Find Ite   :      11368
0.29/0.33	c UnDirect variable: 5830
0.29/0.33	c UnDirect to Direct Gate: 10376
0.29/0.33	c Forced Direct Gate: 439 Unuse unDirect Gate: 1421
0.29/0.34	c Break Cycle : 319
0.29/0.34	c Total Root : 1 Undef Var: 2722
0.39/0.40	c After covering, Total Root: 1 Leaf: 2722
0.39/0.40	c Variable( cover/uncovered/unused ): 94998 0 0
0.39/0.40	c Unit Clauses: 1
0.39/0.40	c Binary Clauses( cover/uncovered ): 181297 2080
0.39/0.40	c Clauses( cover/uncovered ): 119484 0
0.39/0.40	c Total Clauses( cover/uncovered ): 300782 2080 99.3132%
0.39/0.40	c Covered Ands: 81900 Invs: 980 Xors: 9396 Ites: 0
0.39/0.41	c Uncover Clauses avg size: 2 max size: 2
0.39/0.41	c Final circuit: i/l/o/s    2722       0    2081    122156
0.39/0.41	c CnfToAig: Time: 0.4 s
0.49/0.58	c TmMap: Set choices finish.
0.59/0.61	c TmMap: Set big and: 9907
0.59/0.61	c TmMap: Origin: 124879 ClauseNum: 366468 --> New: 43590 ClauseNum: 214804
0.59/0.61	c TmMap: Time: 0.05
1.29/1.35	c Simulation --> TransNum: 140130/214804 Try to Add: #clause: 128005 #xorclause: 0
1.39/1.41	c #var: 40947 #clauses: 137279 Solving... 
5000.03/4999.81	c Time Out !!
5000.03/4999.81	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3384435-1305548266/watcher-3384435-1305548266 -o /tmp/evaluation-result-3384435-1305548266/solver-3384435-1305548266 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384435-1305548266.cnf 885328790 

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.05 2.03 2.01 2/423 8296
/proc/meminfo: memFree=3331592/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=34592 CPUtime=0 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 2425 0 0 0 0 0 0 0 21 0 1 0 666423265 35422208 2361 33554432000 4194304 6014671 140735453344944 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 8648 2363 378 445 0 2193 0

[startup+0.0387489 s]
/proc/loadavg: 2.05 2.03 2.01 2/423 8296
/proc/meminfo: memFree=3331592/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=44320 CPUtime=0.02 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 4794 0 0 0 2 0 0 0 21 0 1 0 666423265 45383680 4730 33554432000 4194304 6014671 140735453344944 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 11080 4731 378 445 0 4625 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44320

[startup+0.100742 s]
/proc/loadavg: 2.05 2.03 2.01 2/423 8296
/proc/meminfo: memFree=3331592/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=54560 CPUtime=0.09 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 7389 0 0 0 8 1 0 0 21 0 1 0 666423265 55869440 7325 33554432000 4194304 6014671 140735453344944 18446744073709551615 4817263 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 13640 7325 378 445 0 7185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54560

[startup+0.300699 s]
/proc/loadavg: 2.05 2.03 2.01 2/423 8296
/proc/meminfo: memFree=3331592/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=78368 CPUtime=0.29 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 12811 0 0 0 28 1 0 0 22 0 1 0 666423265 80248832 12747 33554432000 4194304 6014671 140735453344944 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 19592 12747 394 445 0 13137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78368

[startup+0.700614 s]
/proc/loadavg: 2.05 2.03 2.01 2/423 8296
/proc/meminfo: memFree=3331592/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=91392 CPUtime=0.69 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 16666 0 0 0 68 1 0 0 23 0 1 0 666423265 93585408 16602 33554432000 4194304 6014671 140735453344944 18446744073709551615 4243267 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 22848 16602 680 445 0 16393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91392

[startup+1.50046 s]
/proc/loadavg: 2.05 2.03 2.01 3/424 8297
/proc/meminfo: memFree=3265500/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=91392 CPUtime=1.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 16875 0 0 0 148 1 0 0 25 0 1 0 666423265 93585408 16811 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 22848 16811 695 445 0 16393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91392

[startup+3.10115 s]
/proc/loadavg: 2.12 2.05 2.01 3/424 8297
/proc/meminfo: memFree=3261892/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=106220 CPUtime=3.09 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 20586 0 0 0 307 2 0 0 25 0 1 0 666423265 108769280 20522 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 26555 20522 722 445 0 20100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106220

[startup+6.30051 s]
/proc/loadavg: 2.12 2.05 2.01 3/424 8297
/proc/meminfo: memFree=3237824/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=118156 CPUtime=6.29 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 21672 0 0 0 627 2 0 0 25 0 1 0 666423265 120991744 21608 33554432000 4194304 6014671 140735453344944 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 29539 21608 727 445 0 23084 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 118156

[startup+12.7002 s]
/proc/loadavg: 2.10 2.04 2.01 3/424 8297
/proc/meminfo: memFree=3216784/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=131928 CPUtime=12.69 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 23761 0 0 0 1267 2 0 0 25 0 1 0 666423265 135094272 23693 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 32982 23693 727 445 0 26527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131928

[startup+25.5007 s]
/proc/loadavg: 2.09 2.04 2.01 3/424 8297
/proc/meminfo: memFree=3163956/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=179336 CPUtime=25.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 31053 0 0 0 2546 3 0 0 25 0 1 0 666423265 183640064 30964 33554432000 4194304 6014671 140735453344944 18446744073709551615 4378086 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 44834 30964 727 445 0 38379 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 179336

[startup+51.1006 s]
/proc/loadavg: 2.06 2.04 2.01 3/424 8298
/proc/meminfo: memFree=3099148/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=203640 CPUtime=51.09 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 34332 0 0 0 5106 3 0 0 25 0 1 0 666423265 208527360 34243 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 50910 34243 727 445 0 44455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 203640

[startup+102.316 s]
/proc/loadavg: 2.06 2.04 2.01 3/424 8299
/proc/meminfo: memFree=3006564/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=203640 CPUtime=102.31 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 36311 0 0 0 10227 4 0 0 25 0 1 0 666423265 208527360 36206 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 50910 36206 727 445 0 44455 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 203640

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/424 8301
/proc/meminfo: memFree=2881112/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=243724 CPUtime=162.29 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 46847 0 0 0 16224 5 0 0 25 0 1 0 666423265 249573376 46684 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 60931 46684 735 445 0 54476 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 243724

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/424 8303
/proc/meminfo: memFree=2754508/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=258012 CPUtime=222.29 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 52552 0 0 0 22223 6 0 0 25 0 1 0 666423265 264204288 52253 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 64503 52253 727 445 0 58048 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 258012

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/424 8304
/proc/meminfo: memFree=2651316/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332700 CPUtime=282.3 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 57058 0 0 0 28222 8 0 0 25 0 1 0 666423265 340684800 56717 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83175 56717 772 445 0 76720 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 332700

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8306
/proc/meminfo: memFree=2536336/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332700 CPUtime=342.3 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 57378 0 0 0 34222 8 0 0 25 0 1 0 666423265 340684800 57037 33554432000 4194304 6014671 140735453344944 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83175 57037 772 445 0 76720 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 332700

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8307
/proc/meminfo: memFree=2428756/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332828 CPUtime=402.31 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 61140 0 0 0 40222 9 0 0 25 0 1 0 666423265 340815872 57756 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83207 57756 727 445 0 76752 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 332828

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8309
/proc/meminfo: memFree=2552812/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332828 CPUtime=462.31 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 61518 0 0 0 46222 9 0 0 25 0 1 0 666423265 340815872 58134 33554432000 4194304 6014671 140735453344944 18446744073709551615 4369399 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83207 58134 727 445 0 76752 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 332828

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/424 8311
/proc/meminfo: memFree=2438080/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332828 CPUtime=522.31 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 64938 0 0 0 52222 9 0 0 25 0 1 0 666423265 340815872 61544 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83207 61544 743 445 0 76752 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 332828

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/424 8312
/proc/meminfo: memFree=2366876/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=332828 CPUtime=582.31 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 64980 0 0 0 58222 9 0 0 25 0 1 0 666423265 340815872 61586 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 83207 61586 743 445 0 76752 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 332828

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/424 8443
/proc/meminfo: memFree=14408972/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4002.48 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119792 0 0 0 400222 26 0 0 25 0 1 0 666423265 624443392 112623 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112623 728 445 0 145997 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 609808

[startup+4062.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/424 8445
/proc/meminfo: memFree=14398632/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4062.5 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119818 0 0 0 406224 26 0 0 25 0 1 0 666423265 624443392 112649 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112649 728 445 0 145997 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 609808

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/424 8447
/proc/meminfo: memFree=14382972/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4122.48 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119826 0 0 0 412222 26 0 0 25 0 1 0 666423265 624443392 112612 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112612 728 445 0 145997 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 609808

[startup+4182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/424 8448
/proc/meminfo: memFree=14364820/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4182.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119903 0 0 0 418223 26 0 0 25 0 1 0 666423265 624443392 112689 33554432000 4194304 6014671 140735453344944 18446744073709551615 4380023 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112689 728 445 0 145997 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 609808

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/424 8450
/proc/meminfo: memFree=14364784/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4242.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119904 0 0 0 424223 26 0 0 25 0 1 0 666423265 624443392 112618 33554432000 4194304 6014671 140735453344944 18446744073709551615 4376745 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112618 728 445 0 145997 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 609808

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8451
/proc/meminfo: memFree=14363848/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4302.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119904 0 0 0 430223 26 0 0 25 0 1 0 666423265 624443392 112618 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112618 728 445 0 145997 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 609808

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8453
/proc/meminfo: memFree=14363932/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4362.49 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 119904 0 0 0 436223 26 0 0 25 0 1 0 666423265 624443392 112618 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112618 728 445 0 145997 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 609808

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8455
/proc/meminfo: memFree=14344664/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4422.5 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120076 0 0 0 442224 26 0 0 25 0 1 0 666423265 624443392 112694 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112694 728 445 0 145997 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 609808

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8456
/proc/meminfo: memFree=14344496/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4482.5 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120105 0 0 0 448224 26 0 0 25 0 1 0 666423265 624443392 112723 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112723 728 445 0 145997 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 609808

[startup+4542.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/424 8458
/proc/meminfo: memFree=14344572/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4542.5 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120109 0 0 0 454224 26 0 0 25 0 1 0 666423265 624443392 112727 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 112727 728 445 0 145997 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 609808

[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/424 8459
/proc/meminfo: memFree=14367964/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4602.51 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120112 0 0 0 460225 26 0 0 25 0 1 0 666423265 624443392 106530 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 106530 728 445 0 145997 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 609808

[startup+4662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/424 8461
/proc/meminfo: memFree=14367920/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4662.51 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120112 0 0 0 466225 26 0 0 25 0 1 0 666423265 624443392 106530 33554432000 4194304 6014671 140735453344944 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 106530 728 445 0 145997 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 609808

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/424 8463
/proc/meminfo: memFree=14367504/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4722.52 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120112 0 0 0 472226 26 0 0 25 0 1 0 666423265 624443392 106530 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 106530 728 445 0 145997 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 609808

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8464
/proc/meminfo: memFree=14366968/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4782.51 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120115 0 0 0 478225 26 0 0 25 0 1 0 666423265 624443392 106533 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 106533 728 445 0 145997 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 609808

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 8466
/proc/meminfo: memFree=14364696/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4842.51 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120544 0 0 0 484225 26 0 0 25 0 1 0 666423265 624443392 106962 33554432000 4194304 6014671 140735453344944 18446744073709551615 4380045 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 106962 728 445 0 145997 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 609808

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/424 8467
/proc/meminfo: memFree=14365372/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4902.52 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120624 0 0 0 490225 27 0 0 25 0 1 0 666423265 624443392 107042 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 107042 728 445 0 145997 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 609808

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/424 8469
/proc/meminfo: memFree=14365336/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=4962.53 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120624 0 0 0 496226 27 0 0 25 0 1 0 666423265 624443392 107042 33554432000 4194304 6014671 140735453344944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 107042 728 445 0 145997 0
Current children cumulated CPU time (s) 4962.53
Current children cumulated vsize (KiB) 609808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.15 2.03 2.01 3/424 8470
/proc/meminfo: memFree=14365180/32950928 swapFree=45358800/67111528
[pid=8296] ppid=8294 vsize=609808 CPUtime=5000.03 cores=1,3,5,7
/proc/8296/stat : 8296 (qutersat_releas) R 8294 8296 7770 0 -1 4202496 120624 0 0 0 499976 27 0 0 25 0 1 0 666423265 624443392 107042 33554432000 4194304 6014671 140735453344944 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8296/statm: 152452 107042 728 445 0 145997 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 609808

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

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

Child status: 1
Real time (s): 4999.84
CPU time (s): 5000.07
CPU user time (s): 4999.78
CPU system time (s): 0.289955
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 609808

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

runsolver used 18.6262 second user time and 49.5975 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 14:17:46
IDJOB=3384435
IDBENCH=83120
IDSOLVER=1868
FILE ID=node149/3384435-1305548266
RUNJOBID= node149-1305540196-7789
PBS_JOBID= 13329204
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=885328790

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3331880 kB
Buffers:         58156 kB
Cached:         671600 kB
SwapCached:      36208 kB
Active:       20167164 kB
Inactive:      9157640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3331880 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            6604 kB
Writeback:           0 kB
AnonPages:    28571336 kB
Mapped:          25516 kB
Slab:            96696 kB
PageTables:     130708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 147608308 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= 73548 MiB
End job on node149 at 2011-05-16 15:41:08