Trace number 3377151

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

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.01	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.06/0.07	c Find Ite   :       7140
0.06/0.09	c UnDirect variable: 2476
0.06/0.09	c UnDirect to Direct Gate: 6360
0.06/0.09	c Forced Direct Gate: 200 Unuse unDirect Gate: 330
0.06/0.09	c Break Cycle : 315
0.06/0.09	c Total Root : 1 Undef Var: 775
0.09/0.11	c After covering, Total Root: 1 Leaf: 775
0.09/0.11	c Variable( cover/uncovered/unused ): 25972 0 0
0.09/0.11	c Unit Clauses: 1
0.09/0.11	c Binary Clauses( cover/uncovered ): 44873 320
0.09/0.11	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.19	c TmMap: Set choices finish.
0.19/0.20	c TmMap: Set big and: 3863
0.19/0.20	c TmMap: Origin: 39634 ClauseNum: 116574 --> New: 13142 ClauseNum: 59105
0.19/0.20	c TmMap: Time: 0.02
0.39/0.40	c Simulation --> TransNum: 32459/59105 Try to Add: #clause: 27606 #xorclause: 0
0.39/0.41	c #var: 10853 #clauses: 25650 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377151-1305474228/watcher-3377151-1305474228 -o /tmp/evaluation-result-3377151-1305474228/solver-3377151-1305474228 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377151-1305474228.cnf 1960903719 

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: 4.02 3.93 3.77 4/431 23821
/proc/meminfo: memFree=19673256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=35436 CPUtime=0 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 2606 0 0 0 0 0 0 0 25 0 1 0 737653557 36286464 2543 33554432000 4194304 6014671 140734341308208 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 8859 2543 378 445 0 2404 0

[startup+0.0736569 s]
/proc/loadavg: 4.02 3.93 3.77 4/431 23821
/proc/meminfo: memFree=19673256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=45676 CPUtime=0.06 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 5066 0 0 0 6 0 0 0 25 0 1 0 737653557 46772224 5003 33554432000 4194304 6014671 140734341308208 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 11419 5003 394 445 0 4964 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45676

[startup+0.100654 s]
/proc/loadavg: 4.02 3.93 3.77 4/431 23821
/proc/meminfo: memFree=19673256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=45676 CPUtime=0.09 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 5211 0 0 0 9 0 0 0 25 0 1 0 737653557 46772224 5148 33554432000 4194304 6014671 140734341308208 18446744073709551615 4274293 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 11419 5148 397 445 0 4964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.300628 s]
/proc/loadavg: 4.02 3.93 3.77 4/431 23821
/proc/meminfo: memFree=19673256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=56044 CPUtime=0.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 8023 0 0 0 29 0 0 0 25 0 1 0 737653557 57389056 7960 33554432000 4194304 6014671 140734341308208 18446744073709551615 4243160 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 14011 7960 680 445 0 7556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56044

[startup+0.700558 s]
/proc/loadavg: 4.02 3.93 3.77 4/431 23821
/proc/meminfo: memFree=19673256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=64248 CPUtime=0.69 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 8344 0 0 0 69 0 0 0 25 0 1 0 737653557 65789952 8281 33554432000 4194304 6014671 140734341308208 18446744073709551615 4535858 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 16062 8281 714 445 0 9607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64248

[startup+1.50042 s]
/proc/loadavg: 4.02 3.93 3.77 5/432 23822
/proc/meminfo: memFree=19640016/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=82488 CPUtime=1.49 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 9161 0 0 0 148 1 0 0 25 0 1 0 737653557 84467712 9098 33554432000 4194304 6014671 140734341308208 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 20622 9098 723 445 0 14167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82488

[startup+3.10008 s]
/proc/loadavg: 4.02 3.93 3.77 6/432 23822
/proc/meminfo: memFree=19634932/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=91716 CPUtime=3.09 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 9840 0 0 0 308 1 0 0 25 0 1 0 737653557 93917184 9777 33554432000 4194304 6014671 140734341308208 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 22929 9777 727 445 0 16474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91716

[startup+6.30058 s]
/proc/loadavg: 4.02 3.93 3.77 5/432 23822
/proc/meminfo: memFree=19630344/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=101024 CPUtime=6.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 10272 0 0 0 628 1 0 0 25 0 1 0 737653557 103448576 10209 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 25256 10209 727 445 0 18801 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101024

[startup+12.7004 s]
/proc/loadavg: 4.02 3.93 3.77 5/432 23822
/proc/meminfo: memFree=19616872/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=101024 CPUtime=12.69 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 12180 0 0 0 1268 1 0 0 25 0 1 0 737653557 103448576 12117 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 25256 12117 727 445 0 18801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101024

[startup+25.5002 s]
/proc/loadavg: 4.09 3.95 3.78 5/432 23850
/proc/meminfo: memFree=19654800/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=110796 CPUtime=25.49 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 16987 0 0 0 2547 2 0 0 25 0 1 0 737653557 113455104 16924 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 27699 16924 727 445 0 21244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110796

[startup+51.1008 s]
/proc/loadavg: 4.11 3.97 3.79 5/432 23850
/proc/meminfo: memFree=19609060/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=121220 CPUtime=51.09 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 18834 0 0 0 5107 2 0 0 25 0 1 0 737653557 124129280 18770 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 30305 18770 727 445 0 23850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121220

[startup+102.316 s]
/proc/loadavg: 4.18 4.02 3.81 5/432 23852
/proc/meminfo: memFree=19574812/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=142084 CPUtime=102.31 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 23579 0 0 0 10228 3 0 0 25 0 1 0 737653557 145494016 23507 33554432000 4194304 6014671 140734341308208 18446744073709551615 4422569 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 35521 23507 739 445 0 29066 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 142084

[startup+162.3 s]
/proc/loadavg: 4.16 4.04 3.83 5/432 23853
/proc/meminfo: memFree=19569936/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=142084 CPUtime=162.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 23652 0 0 0 16226 3 0 0 25 0 1 0 737653557 145494016 23574 33554432000 4194304 6014671 140734341308208 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 35521 23574 733 445 0 29066 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 142084

[startup+222.301 s]
/proc/loadavg: 4.05 4.03 3.84 5/432 23855
/proc/meminfo: memFree=19527252/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=164804 CPUtime=222.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 30136 0 0 0 22225 4 0 0 25 0 1 0 737653557 168759296 29991 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 41201 29991 734 445 0 34746 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164804

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.84 5/432 23856
/proc/meminfo: memFree=19484552/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=211928 CPUtime=282.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 34099 0 0 0 28224 5 0 0 25 0 1 0 737653557 217014272 33950 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 52982 33950 730 445 0 46527 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 211928

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.85 5/432 23858
/proc/meminfo: memFree=19440112/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=260004 CPUtime=342.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 41792 0 0 0 34222 7 0 0 25 0 1 0 737653557 266244096 41541 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 65001 41541 730 445 0 58546 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 260004

[startup+402.3 s]
/proc/loadavg: 4.11 4.04 3.87 5/432 23860
/proc/meminfo: memFree=19412312/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=260004 CPUtime=402.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 48009 0 0 0 40221 8 0 0 25 0 1 0 737653557 266244096 47750 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 65001 47750 730 445 0 58546 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 260004

[startup+462.301 s]
/proc/loadavg: 4.08 4.05 3.88 5/432 23861
/proc/meminfo: memFree=19402488/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=260004 CPUtime=462.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 48296 0 0 0 46221 8 0 0 25 0 1 0 737653557 266244096 47924 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 65001 47924 729 445 0 58546 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 260004

[startup+522.3 s]
/proc/loadavg: 4.03 4.04 3.88 5/432 23863
/proc/meminfo: memFree=19341208/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=260004 CPUtime=522.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 48306 0 0 0 52221 8 0 0 25 0 1 0 737653557 266244096 47934 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 65001 47934 729 445 0 58546 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 260004

[startup+582.301 s]
/proc/loadavg: 4.17 4.06 3.90 5/432 23864
/proc/meminfo: memFree=19327160/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=311324 CPUtime=582.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 48548 0 0 0 58221 8 0 0 25 0 1 0 737653557 318795776 48024 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 77831 48024 729 445 0 71376 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 311324

[startup+642.3 s]
/proc/loadavg: 4.12 4.06 3.91 5/432 23866
/proc/meminfo: memFree=19318088/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=311324 CPUtime=642.31 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 50177 0 0 0 64221 10 0 0 25 0 1 0 737653557 318795776 49653 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 77831 49653 729 445 0 71376 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 311324

[startup+702.301 s]
/proc/loadavg: 4.17 4.08 3.92 5/432 23868
/proc/meminfo: memFree=19262624/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=311324 CPUtime=702.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 50623 0 0 0 70219 10 0 0 25 0 1 0 737653557 318795776 50099 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 77831 50099 729 445 0 71376 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 311324

[startup+762.316 s]
/proc/loadavg: 3.49 3.93 3.88 3/420 23905
/proc/meminfo: memFree=19707864/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=311324 CPUtime=762.3 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 51478 0 0 0 76220 10 0 0 25 0 1 0 737653557 318795776 50954 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 77831 50954 729 445 0 71376 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 311324

[startup+822.301 s]
/proc/loadavg: 2.59 3.61 3.77 3/420 23907
/proc/meminfo: memFree=19694188/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=365840 CPUtime=822.3 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 51856 0 0 0 82219 11 0 0 25 0 1 0 737653557 374620160 49251 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 91460 49251 729 445 0 85005 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 365840

[startup+882.3 s]
/proc/loadavg: 2.20 3.29 3.65 3/420 23908
/proc/meminfo: memFree=19681876/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=365840 CPUtime=882.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 52337 0 0 0 88218 11 0 0 25 0 1 0 737653557 374620160 49732 33554432000 4194304 6014671 140734341308208 18446744073709551615 4422699 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 91460 49732 729 445 0 85005 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 365840

[startup+942.301 s]
/proc/loadavg: 2.08 3.07 3.55 3/420 23910
/proc/meminfo: memFree=19666824/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=422068 CPUtime=942.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 53253 0 0 0 94218 11 0 0 25 0 1 0 737653557 432197632 50648 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 105517 50648 729 445 0 99062 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 422068

[startup+1002.3 s]
/proc/loadavg: 2.09 2.87 3.45 3/420 23912
/proc/meminfo: memFree=19666172/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=422068 CPUtime=1002.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 53253 0 0 0 100218 11 0 0 25 0 1 0 737653557 432197632 50648 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 105517 50648 729 445 0 99062 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 422068

[startup+1062.3 s]
/proc/loadavg: 2.03 2.72 3.36 3/420 23922
/proc/meminfo: memFree=19654724/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=479060 CPUtime=1062.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 56169 0 0 0 106218 11 0 0 25 0 1 0 737653557 490557440 53502 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 119765 53502 743 445 0 113310 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 479060

[startup+1122.3 s]
/proc/loadavg: 2.01 2.58 3.27 3/420 23924
/proc/meminfo: memFree=19653680/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=479060 CPUtime=1122.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 56308 0 0 0 112217 12 0 0 25 0 1 0 737653557 490557440 53641 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 119765 53641 743 445 0 113310 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 479060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.48 3.19 3/420 23925
/proc/meminfo: memFree=19652516/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=537276 CPUtime=1182.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 56490 0 0 0 118217 12 0 0 25 0 1 0 737653557 550170624 53823 33554432000 4194304 6014671 140734341308208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 134319 53823 743 445 0 127864 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 537276

[startup+1242.3 s]
/proc/loadavg: 2.00 2.39 3.11 3/420 23927
/proc/meminfo: memFree=19649124/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=537276 CPUtime=1242.29 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 56857 0 0 0 124217 12 0 0 25 0 1 0 737653557 550170624 54176 33554432000 4194304 6014671 140734341308208 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 134319 54176 729 445 0 127864 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 537276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.06 2.34 3.05 3/420 23929
/proc/meminfo: memFree=19630256/32950940 swapFree=67111356/67111528
[pid=23821] ppid=23819 vsize=537276 CPUtime=1300.01 cores=4,6
/proc/23821/stat : 23821 (qutersat_releas) R 23819 23821 22932 0 -1 4202496 56857 0 0 0 129989 12 0 0 25 0 1 0 737653557 550170624 54176 33554432000 4194304 6014671 140734341308208 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23821/statm: 134319 54176 729 445 0 127864 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 537276

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.03
CPU user time (s): 1299.89
CPU system time (s): 0.134979
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 537276

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

runsolver used 5.50516 second user time and 12.2541 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 17:43:48
IDJOB=3377151
IDBENCH=83108
IDSOLVER=1856
FILE ID=node117/3377151-1305474228
RUNJOBID= node117-1305473672-23708
PBS_JOBID= 13325319
Free space on /tmp= 73504 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-3377151-1305474228/watcher-3377151-1305474228 -o /tmp/evaluation-result-3377151-1305474228/solver-3377151-1305474228 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377151-1305474228.cnf 1960903719

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1960903719

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19673412 kB
Buffers:        331840 kB
Cached:        3745844 kB
SwapCached:          0 kB
Active:       10548840 kB
Inactive:      2368320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19673412 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:     8839144 kB
Mapped:          37980 kB
Slab:           245040 kB
PageTables:      47152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103613024 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= 73504 MiB
End job on node117 at 2011-05-15 18:05:30