Trace number 3384292

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3141.43
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 31951 #clause: 96161
0.00/0.05	c Find Units :         64
0.00/0.05	c Find Invs  :        840
0.00/0.06	c Find Ands  :      29921 AvgFaninNum: 2
0.00/0.06	c Find Xors  :       1165 AvgFaninNum: 2
0.00/0.06	c Find Ite   :        652
0.00/0.08	c UnDirect variable: 1251
0.00/0.08	c UnDirect to Direct Gate: 1747
0.00/0.08	c Forced Direct Gate: 11 Unuse unDirect Gate: 26
0.00/0.08	c Break Cycle : 259
0.00/0.08	c Total Root : 279 Undef Var: 296
0.00/0.10	c After covering, Total Root: 195 Leaf: 290
0.00/0.10	c Variable( cover/uncovered/unused ): 31945 6 0
0.00/0.10	c Unit Clauses: 64
0.00/0.10	c Binary Clauses( cover/uncovered ): 61410 108
0.00/0.10	c Clauses( cover/uncovered ): 33684 895
0.00/0.10	c Total Clauses( cover/uncovered ): 95158 1003 98.957%
0.00/0.10	c Covered Ands: 29884 Invs: 821 Xors: 889 Ites: 61
0.00/0.10	c Uncover Clauses avg size: 2.89232 max size: 3
0.00/0.10	c Final circuit: i/l/o/s     296       0    1036     33758
0.00/0.10	c CnfToAig: Time: 0.09 s
0.18/0.25	c TmMap: Set choices finish.
0.18/0.27	c TmMap: Set big and: 13106
0.18/0.27	c TmMap: Origin: 34055 ClauseNum: 101274 --> New: 17581 ClauseNum: 62843
0.18/0.27	c TmMap: Time: 0.03
0.49/0.51	c Simulation --> TransNum: 62822/62843 Try to Add: #clause: 44355 #xorclause: 0
0.49/0.53	c #var: 16544 #clauses: 24019 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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.19 2.04 1.50 3/488 31739
/proc/meminfo: memFree=16055832/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=36460 CPUtime=0.01 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 2827 0 0 0 1 0 0 0 25 0 1 0 665741960 37335040 2764 33554432000 4194304 6014671 140734697350688 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 9115 2776 378 445 0 2660 0

[startup+0.109586 s]
/proc/loadavg: 2.19 2.04 1.50 3/488 31739
/proc/meminfo: memFree=16055832/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=45676 CPUtime=0.1 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 5354 0 0 0 10 0 0 0 25 0 1 0 665741960 46772224 5291 33554432000 4194304 6014671 140734697350688 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 11419 5292 449 445 0 4964 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45676

[startup+0.200572 s]
/proc/loadavg: 2.19 2.04 1.50 3/488 31739
/proc/meminfo: memFree=16055832/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=52972 CPUtime=0.18 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 7298 0 0 0 18 0 0 0 25 0 1 0 665741960 54243328 7235 33554432000 4194304 6014671 140734697350688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 13243 7236 667 445 0 6788 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 52972

[startup+0.300568 s]
/proc/loadavg: 2.19 2.04 1.50 3/488 31739
/proc/meminfo: memFree=16055832/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=62188 CPUtime=0.29 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 9592 0 0 0 28 1 0 0 25 0 1 0 665741960 63680512 9529 33554432000 4194304 6014671 140734697350688 18446744073709551615 4245263 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 15547 9529 680 445 0 9092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62188

[startup+0.700479 s]
/proc/loadavg: 2.19 2.04 1.50 3/488 31739
/proc/meminfo: memFree=16055832/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=72440 CPUtime=0.69 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 10060 0 0 0 68 1 0 0 25 0 1 0 665741960 74178560 9989 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423318 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 18110 9989 700 445 0 11655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72440

[startup+1.50033 s]
/proc/loadavg: 2.19 2.04 1.50 3/489 31740
/proc/meminfo: memFree=16009200/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=76664 CPUtime=1.49 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 11069 0 0 0 148 1 0 0 25 0 1 0 665741960 78503936 10998 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423373 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 19166 10998 725 445 0 12711 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76664

[startup+3.10105 s]
/proc/loadavg: 2.19 2.04 1.50 3/489 31740
/proc/meminfo: memFree=16005356/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=76664 CPUtime=3.09 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 11145 0 0 0 308 1 0 0 25 0 1 0 665741960 78503936 11074 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 19166 11074 725 445 0 12711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76664

[startup+6.30047 s]
/proc/loadavg: 2.17 2.04 1.51 3/489 31740
/proc/meminfo: memFree=16004128/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=85844 CPUtime=6.29 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 11522 0 0 0 628 1 0 0 25 0 1 0 665741960 87904256 11451 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 21461 11451 727 445 0 15006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85844

[startup+12.7003 s]
/proc/loadavg: 2.16 2.04 1.51 3/489 31741
/proc/meminfo: memFree=15997772/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=95244 CPUtime=12.69 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 12087 0 0 0 1268 1 0 0 25 0 1 0 665741960 97529856 12016 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 23811 12016 727 445 0 17356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95244

[startup+25.501 s]
/proc/loadavg: 2.12 2.03 1.52 3/489 31741
/proc/meminfo: memFree=15990572/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=104784 CPUtime=25.49 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 13001 0 0 0 2548 1 0 0 25 0 1 0 665741960 107298816 12930 33554432000 4194304 6014671 140734697350688 18446744073709551615 4379535 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 26196 12930 727 445 0 19741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104784

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 1.53 3/489 31742
/proc/meminfo: memFree=15959412/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=114444 CPUtime=51.09 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 17261 0 0 0 5107 2 0 0 25 0 1 0 665741960 117190656 17184 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 28611 17184 728 445 0 22156 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114444

[startup+102.301 s]
/proc/loadavg: 2.18 2.06 1.56 3/489 31743
/proc/meminfo: memFree=15931744/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=143932 CPUtime=102.31 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 21825 0 0 0 10228 3 0 0 25 0 1 0 665741960 147386368 21748 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 35983 21748 728 445 0 29528 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143932

[startup+162.3 s]
/proc/loadavg: 2.13 2.06 1.59 3/489 31745
/proc/meminfo: memFree=15906804/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=154296 CPUtime=162.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 24270 0 0 0 16226 4 0 0 25 0 1 0 665741960 157999104 24188 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 38574 24188 728 445 0 32119 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 154296

[startup+222.317 s]
/proc/loadavg: 2.05 2.05 1.61 3/489 31746
/proc/meminfo: memFree=15897840/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=154296 CPUtime=222.31 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 25042 0 0 0 22227 4 0 0 25 0 1 0 665741960 157999104 24960 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 38574 24960 728 445 0 32119 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 154296

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 1.64 3/489 31748
/proc/meminfo: memFree=15879576/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=154296 CPUtime=282.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 27654 0 0 0 28226 4 0 0 25 0 1 0 665741960 157999104 27556 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 38574 27556 728 445 0 32119 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154296

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.65 3/489 31749
/proc/meminfo: memFree=15870368/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=165092 CPUtime=342.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 29501 0 0 0 34226 4 0 0 25 0 1 0 665741960 169054208 29403 33554432000 4194304 6014671 140734697350688 18446744073709551615 4379408 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 41273 29403 728 445 0 34818 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165092

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.67 3/489 31751
/proc/meminfo: memFree=15857928/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=176004 CPUtime=402.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 31805 0 0 0 40225 5 0 0 25 0 1 0 665741960 180228096 31707 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423145 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 44001 31707 728 445 0 37546 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 176004

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.69 3/489 31753
/proc/meminfo: memFree=15854780/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=176004 CPUtime=462.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 32554 0 0 0 46225 5 0 0 25 0 1 0 665741960 180228096 32456 33554432000 4194304 6014671 140734697350688 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 44001 32456 728 445 0 37546 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176004

[startup+522.3 s]
/proc/loadavg: 2.10 2.04 1.72 3/489 31754
/proc/meminfo: memFree=15847924/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=176004 CPUtime=522.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 32880 0 0 0 52225 5 0 0 25 0 1 0 665741960 180228096 32782 33554432000 4194304 6014671 140734697350688 18446744073709551615 4425755 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 44001 32782 728 445 0 37546 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 176004

[startup+582.3 s]
/proc/loadavg: 2.08 2.04 1.74 3/489 31756
/proc/meminfo: memFree=15843416/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=176132 CPUtime=582.3 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 33732 0 0 0 58225 5 0 0 25 0 1 0 665741960 180359168 33633 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 44033 33633 730 445 0 37578 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 176132

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31913
/proc/meminfo: memFree=11239632/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4002.41 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 66287 0 0 0 400229 12 0 0 25 0 1 0 665741960 377995264 63150 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422544 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 63150 729 445 0 85829 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 369136

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 31915
/proc/meminfo: memFree=11118772/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4062.42 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 66631 0 0 0 406230 12 0 0 25 0 1 0 665741960 377995264 63357 33554432000 4194304 6014671 140734697350688 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 63357 731 445 0 85829 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 369136

[startup+4122.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/489 31916
/proc/meminfo: memFree=11039092/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4122.4 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 68751 0 0 0 412228 12 0 0 25 0 1 0 665741960 377995264 65477 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 65477 731 445 0 85829 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 369136

[startup+4182.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 31918
/proc/meminfo: memFree=11038860/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4182.42 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 68751 0 0 0 418230 12 0 0 25 0 1 0 665741960 377995264 65477 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 65477 731 445 0 85829 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 369136

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 31919
/proc/meminfo: memFree=10875320/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4242.41 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 69025 0 0 0 424229 12 0 0 25 0 1 0 665741960 377995264 65751 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 65751 731 445 0 85829 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 369136

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31921
/proc/meminfo: memFree=10772760/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4302.41 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 69025 0 0 0 430229 12 0 0 25 0 1 0 665741960 377995264 65751 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 65751 731 445 0 85829 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 369136

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31923
/proc/meminfo: memFree=10648872/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=369136 CPUtime=4362.41 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 70271 0 0 0 436229 12 0 0 25 0 1 0 665741960 377995264 66997 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 92284 66997 731 445 0 85829 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 369136

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/489 31924
/proc/meminfo: memFree=10591360/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4422.41 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 70271 0 0 0 442229 12 0 0 25 0 1 0 665741960 438599680 66997 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 66997 731 445 0 100625 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 428320

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/489 31926
/proc/meminfo: memFree=10530692/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4482.42 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 70627 0 0 0 448229 13 0 0 25 0 1 0 665741960 438599680 67353 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 67353 731 445 0 100625 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 428320

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 31927
/proc/meminfo: memFree=10607636/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4542.42 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 70651 0 0 0 454229 13 0 0 25 0 1 0 665741960 438599680 67377 33554432000 4194304 6014671 140734697350688 18446744073709551615 4372010 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 67377 731 445 0 100625 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 428320

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 31929
/proc/meminfo: memFree=10533320/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4602.42 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 71513 0 0 0 460229 13 0 0 25 0 1 0 665741960 438599680 68239 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422699 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 68239 731 445 0 100625 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 428320

[startup+4662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/489 31931
/proc/meminfo: memFree=10479100/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4662.43 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 73144 0 0 0 466229 14 0 0 25 0 1 0 665741960 438599680 69870 33554432000 4194304 6014671 140734697350688 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 69870 731 445 0 100625 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 428320

[startup+4722.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/489 31932
/proc/meminfo: memFree=10384708/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4722.44 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 75439 0 0 0 472230 14 0 0 25 0 1 0 665741960 438599680 72165 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 72165 731 445 0 100625 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 428320

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 31934
/proc/meminfo: memFree=10278664/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4782.43 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 79939 0 0 0 478228 15 0 0 25 0 1 0 665741960 438599680 76659 33554432000 4194304 6014671 140734697350688 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 76659 731 445 0 100625 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 428320

[startup+4842.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 31935
/proc/meminfo: memFree=10169448/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4842.44 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 79950 0 0 0 484229 15 0 0 25 0 1 0 665741960 438599680 76670 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 76670 731 445 0 100625 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 428320

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/489 31937
/proc/meminfo: memFree=10156432/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4902.43 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 79978 0 0 0 490228 15 0 0 25 0 1 0 665741960 438599680 76697 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 76697 730 445 0 100625 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 428320

[startup+4962.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/489 31939
/proc/meminfo: memFree=10150728/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=4962.43 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 79978 0 0 0 496228 15 0 0 25 0 1 0 665741960 438599680 76697 33554432000 4194304 6014671 140734697350688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 76697 730 445 0 100625 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 428320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.06 2.01 3/489 31940
/proc/meminfo: memFree=10131616/32951124 swapFree=62248504/67111528
[pid=31739] ppid=31737 vsize=428320 CPUtime=5000.05 cores=1,3,5,7
/proc/31739/stat : 31739 (qutersat_releas) R 31737 31739 31611 0 -1 4202496 79983 0 0 0 499990 15 0 0 25 0 1 0 665741960 438599680 76702 33554432000 4194304 6014671 140734697350688 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31739/statm: 107080 76702 730 445 0 100625 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 428320

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.93
CPU time (s): 5000.07
CPU user time (s): 4999.9
CPU system time (s): 0.167974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 428320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.9
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79987
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= 8
involuntary context switches= 6789

runsolver used 21.6847 second user time and 55.7165 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 12:24:02
IDJOB=3384292
IDBENCH=70849
IDSOLVER=1868
FILE ID=node137/3384292-1305541442
RUNJOBID= node137-1305540200-31630
PBS_JOBID= 13329216
Free space on /tmp= 73660 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384292-1305541442/watcher-3384292-1305541442 -o /tmp/evaluation-result-3384292-1305541442/solver-3384292-1305541442 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384292-1305541442.cnf 31997435

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=31997435

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16055856 kB
Buffers:        323748 kB
Cached:        4353356 kB
SwapCached:      25020 kB
Active:        6869652 kB
Inactive:      9751720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16055856 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            6420 kB
Writeback:           0 kB
AnonPages:    11929368 kB
Mapped:          33020 kB
Slab:           137548 kB
PageTables:      68452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146993592 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= 73644 MiB
End job on node137 at 2011-05-16 13:47:24