Trace number 3377152

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 29254 #clause: 97456
0.00/0.05	c Find Units :          1
0.00/0.06	c Find Invs  :       1004
0.00/0.07	c Find Ands  :      21250 AvgFaninNum: 2.29746
0.06/0.07	c Find Xors  :       6392 AvgFaninNum: 2
0.06/0.08	c Find Ite   :       8160
0.09/0.10	c UnDirect variable: 2795
0.09/0.10	c UnDirect to Direct Gate: 7143
0.09/0.10	c Forced Direct Gate: 147 Unuse unDirect Gate: 368
0.09/0.10	c Break Cycle : 336
0.09/0.10	c Total Root : 1 Undef Var: 925
0.09/0.13	c After covering, Total Root: 1 Leaf: 925
0.09/0.13	c Variable( cover/uncovered/unused ): 29254 0 0
0.09/0.13	c Unit Clauses: 1
0.09/0.13	c Binary Clauses( cover/uncovered ): 50195 506
0.09/0.13	c Clauses( cover/uncovered ): 46754 0
0.09/0.13	c Total Clauses( cover/uncovered ): 96950 506 99.4808%
0.09/0.13	c Covered Ands: 21186 Invs: 751 Xors: 6392 Ites: 0
0.09/0.13	c Uncover Clauses avg size: 2 max size: 2
0.09/0.13	c Final circuit: i/l/o/s     925       0     507     44109
0.09/0.13	c CnfToAig: Time: 0.12 s
0.19/0.21	c TmMap: Set choices finish.
0.19/0.22	c TmMap: Set big and: 4473
0.19/0.22	c TmMap: Origin: 45035 ClauseNum: 132327 --> New: 15042 ClauseNum: 67930
0.19/0.22	c TmMap: Time: 0.02
0.39/0.45	c Simulation --> TransNum: 38585/67930 Try to Add: #clause: 33034 #xorclause: 0
0.39/0.47	c #var: 12572 #clauses: 30418 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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-3377152-1305474307/watcher-3377152-1305474307 -o /tmp/evaluation-result-3377152-1305474307/solver-3377152-1305474307 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377152-1305474307.cnf 162867636 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.69 3.95 3.79 4/246 22817
/proc/meminfo: memFree=22808260/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=33388 CPUtime=0 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 2019 0 0 0 0 0 0 0 21 0 1 0 659031462 34189312 1956 33554432000 4194304 6014671 140734869149824 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 8347 1956 378 445 0 1892 0

[startup+0.0754851 s]
/proc/loadavg: 3.69 3.95 3.79 4/246 22817
/proc/meminfo: memFree=22808260/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=46700 CPUtime=0.06 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 5245 0 0 0 6 0 0 0 21 0 1 0 659031462 47820800 5182 33554432000 4194304 6014671 140734869149824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 11675 5183 394 445 0 5220 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46700

[startup+0.100471 s]
/proc/loadavg: 3.69 3.95 3.79 4/246 22817
/proc/meminfo: memFree=22808260/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=46700 CPUtime=0.09 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 5428 0 0 0 9 0 0 0 21 0 1 0 659031462 47820800 5365 33554432000 4194304 6014671 140734869149824 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 11675 5365 394 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300439 s]
/proc/loadavg: 3.69 3.95 3.79 4/246 22817
/proc/meminfo: memFree=22808260/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=58156 CPUtime=0.29 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 8587 0 0 0 28 1 0 0 22 0 1 0 659031462 59551744 8524 33554432000 4194304 6014671 140734869149824 18446744073709551615 4243263 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 14539 8524 680 445 0 8084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58156

[startup+0.70036 s]
/proc/loadavg: 3.69 3.95 3.79 4/246 22817
/proc/meminfo: memFree=22808260/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=66360 CPUtime=0.69 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 8899 0 0 0 68 1 0 0 24 0 1 0 659031462 67952640 8836 33554432000 4194304 6014671 140734869149824 18446744073709551615 4666331 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 16590 8836 701 445 0 10135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66360

[startup+1.50021 s]
/proc/loadavg: 3.69 3.95 3.79 6/258 22839
/proc/meminfo: memFree=22644608/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=84908 CPUtime=1.49 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 9756 0 0 0 148 1 0 0 25 0 1 0 659031462 86945792 9693 33554432000 4194304 6014671 140734869149824 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 21227 9693 723 445 0 14772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84908

[startup+3.10091 s]
/proc/loadavg: 3.69 3.95 3.79 6/258 22839
/proc/meminfo: memFree=22627124/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=94284 CPUtime=3.09 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 10419 0 0 0 308 1 0 0 25 0 1 0 659031462 96546816 10356 33554432000 4194304 6014671 140734869149824 18446744073709551615 4379216 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 23571 10356 727 445 0 17116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94284

[startup+6.30034 s]
/proc/loadavg: 3.72 3.95 3.79 7/258 22839
/proc/meminfo: memFree=22603588/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=103752 CPUtime=6.29 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 11072 0 0 0 628 1 0 0 25 0 1 0 659031462 106242048 11009 33554432000 4194304 6014671 140734869149824 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 25938 11009 727 445 0 19483 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103752

[startup+12.7002 s]
/proc/loadavg: 3.74 3.95 3.80 6/258 22839
/proc/meminfo: memFree=22565512/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=114744 CPUtime=12.69 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 16046 0 0 0 1267 2 0 0 25 0 1 0 659031462 117497856 15975 33554432000 4194304 6014671 140734869149824 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 28686 15975 728 445 0 22231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114744

[startup+25.5008 s]
/proc/loadavg: 3.80 3.95 3.80 6/258 22840
/proc/meminfo: memFree=22501236/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=137016 CPUtime=25.49 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 21840 0 0 0 2546 3 0 0 25 0 1 0 659031462 140304384 21768 33554432000 4194304 6014671 140734869149824 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 34254 21768 728 445 0 27799 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137016

[startup+51.1011 s]
/proc/loadavg: 3.87 3.95 3.80 6/258 22840
/proc/meminfo: memFree=22435212/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=148412 CPUtime=51.09 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 26436 0 0 0 5106 3 0 0 25 0 1 0 659031462 151973888 26364 33554432000 4194304 6014671 140734869149824 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 37103 26364 728 445 0 30648 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148412

[startup+102.31 s]
/proc/loadavg: 3.94 3.95 3.81 6/258 22842
/proc/meminfo: memFree=22375544/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=180980 CPUtime=102.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 29874 0 0 0 10226 4 0 0 25 0 1 0 659031462 185323520 29802 33554432000 4194304 6014671 140734869149824 18446744073709551615 4378392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 45245 29802 728 445 0 38790 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180980

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.82 6/258 22843
/proc/meminfo: memFree=22304696/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=231612 CPUtime=162.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 33216 0 0 0 16225 5 0 0 25 0 1 0 659031462 237170688 33142 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 57903 33142 728 445 0 51448 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 231612

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.83 6/258 22845
/proc/meminfo: memFree=22208308/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=290928 CPUtime=222.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 48483 0 0 0 22222 8 0 0 25 0 1 0 659031462 297910272 48393 33554432000 4194304 6014671 140734869149824 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 72732 48393 728 445 0 66277 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 290928

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.83 6/258 22847
/proc/meminfo: memFree=22154200/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=352232 CPUtime=282.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 55931 0 0 0 28221 9 0 0 25 0 1 0 659031462 360685568 55651 33554432000 4194304 6014671 140734869149824 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 88058 55651 728 445 0 81603 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 352232

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.84 6/258 22848
/proc/meminfo: memFree=22127992/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=414580 CPUtime=342.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 61026 0 0 0 34220 10 0 0 25 0 1 0 659031462 424529920 60746 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 103645 60746 728 445 0 97190 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 414580

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.85 6/258 22850
/proc/meminfo: memFree=22099184/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=402.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 63129 0 0 0 40219 11 0 0 25 0 1 0 659031462 488927232 62713 33554432000 4194304 6014671 140734869149824 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 62713 728 445 0 112912 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 477468

[startup+462.301 s]
/proc/loadavg: 4.13 4.02 3.87 6/258 22851
/proc/meminfo: memFree=22051520/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=462.31 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 66019 0 0 0 46219 12 0 0 25 0 1 0 659031462 488927232 65603 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 65603 728 445 0 112912 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 477468

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.87 6/258 22853
/proc/meminfo: memFree=22037348/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=522.3 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 71410 0 0 0 52218 12 0 0 25 0 1 0 659031462 488927232 67755 33554432000 4194304 6014671 140734869149824 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 67755 728 445 0 112912 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 477468

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.88 6/258 22855
/proc/meminfo: memFree=21993156/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=582.31 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 79829 0 0 0 58218 13 0 0 25 0 1 0 659031462 488927232 76174 33554432000 4194304 6014671 140734869149824 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 76174 728 445 0 112912 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 477468

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.88 6/258 22856
/proc/meminfo: memFree=21948372/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=642.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 80878 0 0 0 64218 14 0 0 25 0 1 0 659031462 488927232 77218 33554432000 4194304 6014671 140734869149824 18446744073709551615 4376491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 77218 731 445 0 112912 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 477468

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.89 6/258 22858
/proc/meminfo: memFree=21853724/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=702.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 85440 0 0 0 70217 15 0 0 25 0 1 0 659031462 488927232 81780 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 81780 731 445 0 112912 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 477468

[startup+762.31 s]
/proc/loadavg: 4.00 4.00 3.90 6/258 22859
/proc/meminfo: memFree=21796772/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=762.33 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 89842 0 0 0 76217 16 0 0 25 0 1 0 659031462 488927232 86182 33554432000 4194304 6014671 140734869149824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 86182 731 445 0 112912 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 477468

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.90 6/258 22861
/proc/meminfo: memFree=21788056/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=822.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 90481 0 0 0 82216 16 0 0 25 0 1 0 659031462 488927232 86820 33554432000 4194304 6014671 140734869149824 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 86820 731 445 0 112912 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 477468

[startup+882.301 s]
/proc/loadavg: 4.07 4.02 3.91 6/258 22863
/proc/meminfo: memFree=21772520/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=477468 CPUtime=882.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 93108 0 0 0 88215 17 0 0 25 0 1 0 659031462 488927232 89447 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 119367 89447 731 445 0 112912 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 477468

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.91 6/258 22864
/proc/meminfo: memFree=21716064/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=942.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 96939 0 0 0 94214 18 0 0 25 0 1 0 659031462 565477376 93278 33554432000 4194304 6014671 140734869149824 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 93278 731 445 0 131601 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 552224

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.92 6/258 22875
/proc/meminfo: memFree=21701516/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1002.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 100040 0 0 0 100213 19 0 0 25 0 1 0 659031462 565477376 96379 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 96379 731 445 0 131601 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 552224

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.92 6/258 22876
/proc/meminfo: memFree=21689592/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1062.32 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 100040 0 0 0 106213 19 0 0 25 0 1 0 659031462 565477376 96379 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 96379 731 445 0 131601 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 552224

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.92 6/258 22880
/proc/meminfo: memFree=21649380/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1122.33 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 109758 0 0 0 112211 22 0 0 25 0 1 0 659031462 565477376 106097 33554432000 4194304 6014671 140734869149824 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 106097 731 445 0 131601 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 552224

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.92 6/258 22883
/proc/meminfo: memFree=21643192/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1182.33 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 109901 0 0 0 118211 22 0 0 25 0 1 0 659031462 565477376 106240 33554432000 4194304 6014671 140734869149824 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 106240 731 445 0 131601 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 552224

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.92 6/258 22884
/proc/meminfo: memFree=21637844/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1242.33 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 109901 0 0 0 124211 22 0 0 25 0 1 0 659031462 565477376 106240 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 106240 731 445 0 131601 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 552224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 6/258 22886
/proc/meminfo: memFree=21617352/32951124 swapFree=61559568/67111528
[pid=22817] ppid=22815 vsize=552224 CPUtime=1300.03 cores=4,6
/proc/22817/stat : 22817 (qutersat_releas) R 22815 22817 21820 0 -1 4202496 111778 0 0 0 129981 22 0 0 25 0 1 0 659031462 565477376 108117 33554432000 4194304 6014671 140734869149824 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22817/statm: 138056 108117 731 445 0 131601 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 552224

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.82
CPU system time (s): 0.246962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 552224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111782
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= 6
involuntary context switches= 1979

runsolver used 3.17852 second user time and 6.70298 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 17:45:07
IDJOB=3377152
IDBENCH=83130
IDSOLVER=1856
FILE ID=node109/3377152-1305474307
RUNJOBID= node109-1305474307-22797
PBS_JOBID= 13325310
Free space on /tmp= 73264 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377152-1305474307/watcher-3377152-1305474307 -o /tmp/evaluation-result-3377152-1305474307/solver-3377152-1305474307 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377152-1305474307.cnf 162867636

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=162867636

node109.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.809
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.809
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.809
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.809
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.75
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.809
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.809
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.809
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.809
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:      22813004 kB
Buffers:        278836 kB
Cached:        2589604 kB
SwapCached:      28404 kB
Active:        1378292 kB
Inactive:      8529908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22813004 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            7552 kB
Writeback:           0 kB
AnonPages:     7018000 kB
Mapped:          18940 kB
Slab:           132732 kB
PageTables:      33792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19107840 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= 73252 MiB
End job on node109 at 2011-05-15 18:06:49